/* ==========================================================================
   Single Blog (single-blog.php)
   ========================================================================== */
   .content-single-peptide ol, 
   .content-single-peptide ul{
	   margin-bottom: 0;
   }
   li.detail-blog-list__value{
	   padding: 0 !important;
   }
   .single-blog .container > .row {
	   padding-bottom: 80px;
   }
   
   .single-blog .catalog-breadcrumb {
	   margin-bottom: 30px;
	  }
   
   .single-blog h1 {
	   font-family: 'Manrope', system-ui, sans-serif;
	   font-weight: 500;
	   font-size: 60px;
	   line-height: 1.13;
	   color: #1c1c20;
	   margin: 0 0 30px;
	  }
   
   .single-blog .blog-catalog-tabs {
	   margin-bottom: 28px;
   }
   
   .single-blog .blog-catalog-tabs-list .catalog-tab {
	   padding: 24px;
   }
   
   
   .single-blog .content-single-peptide .description-peptides {
	   border-radius: 24px;
	   background: #fff;
	   color: #000;
   }
   
   .single-blog .content-single-peptide .descr-services-full {
	   font-family: 'Manrope', system-ui, sans-serif;
	   font-size: 16px;
	   line-height: 1.6;
	   color: #171a31;
   }
   
   .single-blog .content-single-peptide .descr-services-full h2,
   .single-blog .content-single-peptide .descr-services-full h3 {
	   margin-top: 1.25em;
	   margin-bottom: 0.5em;
	   font-weight: 700;
	   color: #032279;
   }
   
   .single-blog .content-single-peptide .descr-services-full h2:first-child,
   .single-blog .content-single-peptide .descr-services-full h3:first-child {
	   margin-top: 0;
   }
   
   .single-blog .content-single-peptide .descr-services-full p {
	   margin: 0 0 1em;
   }
   
   
   .single-blog .content-single-peptide .descr-services-full a {
	   color: #032279;
	   text-decoration: underline;
   }
   
   .single-blog .content-single-peptide .descr-services-full a:hover {
	   color: #1c1c20;
   }
   
   
   .single-blog .content-single-peptide .descr-services-full blockquote {
	   margin: 1em 0;
	   padding: 16px 20px;
	   border-left: 4px solid #032279;
	   background: #f7f8fc;
	   border-radius: 0 12px 12px 0;
   }
   .detail-blog-text-img,
   .detail-blog-img-text{
	   display: flex;
	   gap: 20px;
	   color: black;
	   margin: 40px 0;
   }
   .detail-blog-only-text{
	   margin: 40px 0;
   }
   .detail-blog-text{
	   width: 50%;
	   border: 1px solid #D6DAF1;
	   padding: 40px;
	   border-radius: 16px;
	   font-size: 18px;
	  }
   .detail-blog-img{
	   width: 50%;
	   height: 100%;
	   position: sticky;
	   top: 10px;
   }
   
   .detail-blog-img img{
	   width: 100%;
	   height: 100%;
	   object-fit: cover;
	   border-radius: 16px;
	   max-height: 1050px;
	   min-height: 350px;
   }
   .description-peptides strong {
	   display: block;
	   margin: 0 0 20px;
	   font-size: 30px;
	   line-height: 1.3;
	  }
   .description-peptides .detail-blog-text > *:not(:first-child) strong,
   .description-peptides .detail-blog-only-text > *:not(:first-child) strong {
	   margin-top: 20px;
   }
   .detail-blog-only-text{
	   border: 1px solid #D6DAF1;
	   padding: 30px;
	   border-radius: 16px;
	   font-size: 18px;
	  }
   .detail-blog-list__img{
	   display: flex;
	   padding-top: 20px;
	   gap: 20px;
   }
   .detail-blog-list__value{
	   background: #F6F6F6;
	   padding: 10px;
	   border-radius: 16px;
   }
   .detail-blog-text__value{
	   margin-top: 20px;
   }
   .detail-blog-list-text__value{
	   width: 70%;
   }
   .detail-blog-img__value img{
	   height: 100% !important;
	   width: 100%;
	   object-fit: cover;
	   border-radius: 16px;
   }
   
   @media (max-width: 991px) {
	   .single-blog h1 {
		   font-size: 30px;
		   line-height: 1.2;
		   margin-bottom: 28px;
		  }
   
	   .single-blog .blog-catalog-tabs-list {
		   padding-top: 0;
	   }
   
	   .single-blog .content-single-peptide .description-peptides {
		   /* padding: 16px; */
		   /* margin-top: 8px; */
	   }
	   .detail-blog-text-img{
		   flex-direction: column;
		   margin: 20px 0;
	   }
	   .detail-blog-img-text{
		   flex-direction: column-reverse;
		   margin: 20px 0;
	   }
	   .detail-blog-text,
	   .detail-blog-only-text
	   {
		   width: 100%;
		   padding: 16px;
   
	   }
	   .detail-blog-img,
	   .detail-blog-list-text__value{
		   width: 100%;
	   }
	   .description-peptides strong {
		   margin: 0 0 20px;
		   font-size: 20px;
		  }
	   .detail-blog-list__img{
		   flex-direction: column;
	   }
	   .detail-blog-only-text{
		   margin: 20px 0;
	   }
	   .detail-blog-img__value img{
			min-height: 180px;
	   }

   }
   