.single {
   main {
      figure:has(img) {
         width: 100% !important;
         > img {
            width: 100%;
         }
      }
      .uk-breadcrumb {
         li span {
            color: #000000 !important;
            opacity: 0.4 !important;
            font-weight: 500;
         }
         li:last-child span {
            color: #000000 !important;
            opacity: 1 !important;
         }
      }
      .breadcrumb-section {
         @media (max-width: 959px) {
            padding-top: 30px !important;
            padding-bottom: 30px !important;
         }
      }
      .single-post-back-button {
         display: inline-block;
         padding-left: 32px;
         position: relative;
         p {
            font-size: 18px;
            font-weight: 500;
            margin: 0 !important;
            padding: 0 !important;
            text-transform: uppercase;
         }
         a:hover {
            color: #2d2e33 !important;
         }
      }

      .single-post-back-button a::before {
         background-image: url("/wp-content/themes/conticachild/img/arrow-large.svg");
         background-repeat: no-repeat;
         background-size: contain;
         background-position: calc(100% - 5px) 50%;
         content: "";
         cursor: pointer;
         height: 23px;
         left: 0;
         position: absolute;
         top: 50%;
         transform: translateY(-50%) scaleX(-1);
         transition: 0.2s ease-out;
         transition-property: background-position;
         width: 21px;
      }

      .single-post-back-button a:hover::before,
      .single-post-back-button a:focus::before {
         background-position: calc(100% - 0px) 50%;
      }

      @media (max-width: 959px) {
         .breadcrumb-section {
            padding-top: 100px !important;
         }
         .mobile-reverse {
            display: flex;
            flex-direction: column;
         }

         .mobile-reverse .text {
            order: 2;
         }

         .mobile-reverse .image {
            order: 1;
         }
      }

      .main-dynamic-content {
         margin: 0 auto;
         max-width: 768px;
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      p,
      span,
      strong,
      em,
      figcaption {
         color: #2d2e33 !important;
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
         font-weight: 500;
         letter-spacing: 0;
         margin-top: 0 !important;
         margin-bottom: 16px !important;
      }

      h2,
      .uk-h2 {
         font-size: clamp(26px, 4.2vw, 40px);
         line-height: 1.3;
      }

      h3,
      .uk-h3 {
         font-size: clamp(22px, 4.2vw, 30px);
         line-height: 1.14;
      }

      h4,
      .uk-h4 {
         font-size: clamp(20px, 4.2vw, 28px);
         line-height: 1.1;
      }

      h5,
      .uk-h5 {
         font-size: clamp(20px, 4.2vw, 22px);
         line-height: 1.2;
         padding-top: 12px;
      }

      p {
         font-size: 16px;
         line-height: 1.4;
         letter-spacing: 0.02rem;
         margin-top: 0 !important;
         margin-bottom: 16px !important;
      }

      strong {
         font-size: 18px;
         font-weight: 450;
         margin-top: 0 !important;
         margin-bottom: 16px !important;
      }

      figcaption {
         border-left: solid #f58962 2px;
         font-size: 14px;
         margin-top: 10px;
         padding-left: 8px;
      }

      blockquote p {
         border-left: solid #f58962 2px;
         font-size: 20px;
         font-weight: 300;
         margin: 16px 0;
         padding-left: 20px;
         text-indent: 0 !important;
      }

      .justify-section-content {
         h2,
         .uk-h2,
         h4 {
            font-size: 28px !important;
            line-height: 1.1 !important;
            font-weight: 500;
         }
         .uk-grid > .uk-grid-margin {
            margin-top: 0 !important;
         }
      }

      @media (min-width: 960px) {
         .justify-section-content {
            .button-new {
               display: flex;
               justify-content: flex-end;
               margin-top: 0 !important;
               p {
                  margin-right: 0 !important;
                  margin-bottom: 0 !important;
               }
            }
         }
      }

      .post-archive-grid {
         h3,
         .uk-h3,
         h5,
         .uk-h5 {
            font-size: 22px !important;
            line-height: 1.2 !important;
            font-weight: 500 !important;
            padding-top: 12px !important;
            margin-bottom: 10px !important;
         }

         @media (max-width: 959px) {
            padding-top: 9px !important;
         }

         .el-content {
            font-size: 14px;
         }

         a {
            display: inline-block;
            color: #2d2e33 !important;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.04rem;
            line-height: 1;
            padding-right: 32px;
            position: relative;
            text-transform: uppercase;
         }
         a::before {
            all: unset;
         }
         a::after {
            background-image: url("/wp-content/themes/conticachild/img/arrow-large.svg");
            background-repeat: no-repeat;
            background-size: contain;
            background-position: calc(100% - 5px) 50%;
            content: "";
            cursor: pointer;
            height: 23px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: 0.2s ease-out;
            transition-property: background-position;
            width: 21px;
         }

         a:hover::after,
         a:focus::after {
            background-position: calc(100% - 0px) 50%;
         }
      }
   }
}
