.template-block__container {
  text-align: left;
}

.template-block {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #7e919a;
}

.blog-products{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(6,6,15,0.87);
  font-size: 1.1rem;
}
.template-block p {  
    padding: 0.75rem 0;
	text-align: justify;
}

.template-block h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-top: 3.125rem;
  margin-bottom: 1.5625rem;
  line-height: 1.2;
  color: #110700;
}

.template-block h1 {
  margin-bottom: 3.125rem;
	font-weight: bold;
}

@supports (font-size: clamp( 2rem , 1.52rem  +  2.4vw , 3.5rem )) {
  .template-block h1 {
    font-size: clamp( 2rem , 1.52rem  +  2.4vw , 3.5rem );
  }
}

@supports not (font-size: clamp( 2rem , 1.52rem  +  2.4vw , 3.5rem )) {
  .template-block h1 {
    font-size: calc(2rem + 1.5*(100vw - 20rem)/62.5);
  }
}

.template-block h2 {
  font-size: 1.8125rem;
}

.template-block h3 {
  font-size: 1.5rem;
}

.template-block h4 {
  font-size: 1.125rem;
}

.template-block h5 {
  font-size: 0.875rem;
}

.template-block h6 {
  font-size: 0.75rem;
}

.template-block a {
  color: #f97316;
  text-decoration: none;
}

.template-block a:hover {
  text-decoration: underline;
}

.template-block ul,
ol {
  margin-bottom: 1.25rem;
  padding-left: 0;
}

.template-block ul.wp-block-list li:before {
    content: "●";
    font-size: 1rem;
    margin-right: 8px;
}

.template-block li {
    margin-bottom: 0;	
}
.template-block .wp-block-list li {    
	margin: 10px 0 10px 20px;
}

.template-block figure {
/*   margin-bottom: 3.125rem; */
}

.template-block img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.template-block blockquote {
  margin: 0 0 1em 0;
  padding: 1em;
  border-left: 0.3125rem solid #ccc;
  font-style: italic;
  background-color: #f9f9f9;
}

.template-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5625rem;
}

.template-block th,
td {
  padding: .5em;
  border: 1px solid #ccc;
  text-align: left;
}

.template-block th {
  font-weight: bold;
  background-color: #f0f0f0;
}

.template-block input[type=text],
.template-block input[type=email],
.template-block textarea {
  width: 100%;
  padding: .5em;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-block button,
.template-block input[type=submit] {
  padding: .5em 1em;
  margin-top: 1rem;
  background-color: #f97316;
  border-radius: .75rem;
  color: #fff;
  border: none;
  cursor: pointer;
}

.template-block button:hover,
.template-block input[type=submit]:hover {
  background-color: #f97316;
  color: #fff;
}

.template-block hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}

.template-block .my-block p {
  font-size: 22px;
  color: #f97316;
}

.template-block .select__title {
  padding: 0;
}

.template-block .select__body {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.wp-block-video video{	
    pointer-events: none;
}
.wp-block-video video::-webkit-media-controls {
    display:none!important;
}

.wp-block-columns {
	margin-bottom: 1.5625rem;
}

.template-block__back{
	display:inline-block;
}

.template-block__back a{
    margin-top: 1.2rem;
	display: flex;
	align-items: center;
	gap: 10px;
	color: black;
}

.template-block__back path{
	fill: black;
}

.template-block__back:hover path {
	fill: url("#paint0_linear_2108_1");
}   
.template-block__back:hover a{
	background: linear-gradient(315deg, #ef4444 10%, #f97316 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;;
}

.blog-products .template-block__title{	
    margin-top: 1.2rem;

}