/* Generated CSS bundle. Do not edit manually. */

/* source: frontend/theme/css/vars/series_story.css */
/* Generated from Theme Manager Info tokens. Do not edit manually. */
:root {
  --theme-color-primary: #0f4c3a;
  --theme-primary: #0f4c3a;
  --theme-color-text: #123f36;
  --theme-text: #123f36;
  --theme-color-background: #ffffff;
  --theme-background: #ffffff;
  --theme-layout-container-max: 1280px;
  --container-max: 1280px;
  --theme-layout-section-gap: 26px;
  --section-gap: 26px;
  --theme-menu-height: 42px;
  --menu-height: 42px;
  --theme-menu-banner-height: 110px;
  --menu-banner-height: 110px;
  --theme-menu-gap: 18px;
  --menu-gap: 18px;
  --theme-menu-background: #0f4c3a;
  --menu-background: #0f4c3a;
  --theme-menu-text: #ffffff;
  --menu-text: #ffffff;
  --theme-blog-card-radius: 0px;
  --blog-card-radius: 0px;
  --theme-blog-card-border-bottom: 0px solid transparent;
  --blog-card-border-bottom: 0px solid transparent;
}

/* source: frontend/theme/css/series_story.css */
* Token vars (auto-generated: frontend/theme/css/vars/ {
     theme
   }

   .css): body[data-theme="series_story"] {
   --theme-primary: var(--theme-color-primary, #0f4c3a);
   --theme-text: #111111;
   --theme-background: var(--theme-color-background, #ffffff);
   --container-max: var(--theme-layout-container-max, 1280px);
   --section-gap: var(--theme-layout-section-gap, 26px);
   --menu-height: var(--theme-menu-height, 42px);
   --menu-banner-height: var(--theme-menu-banner-height, 110px);
   --menu-gap: var(--theme-menu-gap, 18px);
   --menu-background: var(--theme-menu-background, #0f4c3a);
   --menu-text: var(--theme-menu-text, #ffffff);
   --blog-card-radius: var(--theme-blog-card-radius, 0px);
   --blog-card-border-bottom: var(--theme-blog-card-border-bottom, 0px solid transparent);

   --theme-shell-pad-desktop: clamp(14px, 2.4vw, 30px);
   --theme-shell-pad-tablet: clamp(12px, 2.2vw, 22px);
   --theme-shell-pad-mobile: 11px;
   --theme-shell-pad-mobile-sm: 9px;

   --theme-consistent-radius: var(--blog-card-radius);
   --theme-consistent-gap: 18px;
   --theme-consistent-pad: 14px;
   --theme-consistent-border: rgba(15, 76, 58, 0.18);

   --theme-heading-color: var(--theme-text, #111111);
   --theme-heading-prefix-color: var(--theme-primary, #0f4c3a);
   --theme-heading-title-color: var(--theme-heading-color);
   --theme-heading-prefix-transform: uppercase;
   --theme-heading-prefix-letter: 0.06em;
   --theme-heading-prefix-size: 12px;
   --theme-heading-title-size: 24px;
   --theme-heading-underline-color: var(--theme-primary, #0f4c3a);
   --theme-heading-line-display: block;
   --theme-heading-line-color: var(--theme-primary, #0f4c3a);
   --theme-heading-line-thickness: 3px;

   --theme-card-image-height: 220px;
   --theme-card-image-height-sm: 190px;
   --theme-page-bg: var(--theme-background, #fff);
   --theme-card-bg: #ffffff;
   --theme-input-border: #b9c9c3;
   --theme-input-bg: #ffffff;
   --theme-input-color: #111111;
   --theme-input-icon: #5a7a70;
 }

 body {
   font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif;
   color: var(--theme-text, #111111);
   background-color: var(--theme-background, #ffffff);
   margin: 0;
   padding: 0;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   color: var(--theme-text, #111111);
   margin: 0;
 }

 h3,
 h4 {
   font-size: inherit;
   font-weight: inherit;
   line-height: inherit;
 }

 *::after {
   box-sizing: border-box;
 }


 .module {
   --module-gap: var(--section-gap, 26px);
   margin-bottom: var(--module-gap);
 }

 .module-card {
   display: block;
   border: 0;
   border-bottom: var(--blog-card-border-bottom, 0px solid transparent);
   border-radius: var(--blog-card-radius, 0px);
   overflow: hidden;
   background: transparent;
   box-shadow: none;
 }

 .module-card__link {
   display: block;
   color: inherit;
   text-decoration: none;
 }

 .module-card__image {
   display: block;
   width: 100%;
   height: auto;
   object-fit: cover;
 }

 .module-card__body {
   padding: 10px 10px 10px 10px;
 }

 .module-card__title {
   margin: 0 0 8px;
   color: var(--theme-text, #111111);
   font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif;
   font-size: 22px;
   line-height: 1.35;
   font-weight: 700;
 }

 .module-card__meta {
   margin-bottom: 8px;
   color: var(--theme-text, #3a6158);
   font-size: 12px;
   font-weight: 600;
   opacity: 0.68;
 }

 .module-card__summary {
   margin: 0;
   color: var(--theme-text, #2d5047);
   font-size: 15px;
   line-height: 1.55;
   opacity: 0.82;
 }

 ._legacy-disabled .module-search {
   padding: 0 0 8px;
 }

 ._legacy-disabled .module-search__form {
   display: grid;
   grid-template-columns: 1fr auto;
   gap: 10px;
 }

 ._legacy-disabled .module-search__input-wrap {
   position: relative;
 }

 ._legacy-disabled .module-search__input-icon {
   display: none;
 }

 ._legacy-disabled .module-search__submit {
   min-height: 44px;
   border-radius: 0;
 }

 ._legacy-disabled .module-search__input {
   width: 100%;
   border: 1px solid var(--theme-input-border, #b9c9c3);
   background: var(--theme-input-bg, #ffffff);
   color: var(--theme-input-color, #111111);
   padding: 0 14px;
   font-size: 15px;
 }

 ._legacy-disabled .module-search__submit {
   border: 1px solid var(--theme-primary, #0f4c3a);
   background: var(--theme-primary, #0f4c3a);
   color: #fff;
   width: 50px;
   padding: 0;
   position: relative;
 }

 ._legacy-disabled .module-search__submit::before {
   content: "";
   width: 13px;
   height: 13px;
   border: 2px solid currentColor;
   border-radius: 0;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-55%, -58%);
 }

 ._legacy-disabled .module-search__submit::after {
   content: "";
   width: 6px;
   height: 2px;
   border-radius: 0;
   background: currentColor;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(15%, 130%) rotate(42deg);
 }

 ._legacy-disabled .module-search--no-icon ._legacy-disabled .module-search__submit::after {
   display: none;
 }

 ._legacy-disabled .module-search--with-icon ._legacy-disabled .module-search__input {
   padding-left: 38px;
 }

 ._legacy-disabled .module-search--with-icon ._legacy-disabled .module-search__input-icon {
   display: block;
   width: 13px;
   height: 13px;
   border: 2px solid var(--theme-input-icon, #5a7a70);
   border-radius: 0;
   position: absolute;
   left: 13px;
   top: 50%;
   transform: translateY(-50%);
   pointer-events: none;
 }

 ._legacy-disabled .module-search--with-icon ._legacy-disabled .module-search__input-icon::after {
   content: "";
   width: 6px;
   height: 2px;
   border-radius: 0;
   background: var(--theme-input-icon, #5a7a70);
   position: absolute;
   right: -5px;
   bottom: -2px;
   transform: rotate(42deg);
 }

 .module-related-posts__items {
   display: grid;
   grid-template-columns: 1fr;
   gap: 22px;
   padding: 0;
 }

 .module-list-new--columns-2 .module-list-new__items {
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 16px;
   padding: 0 16px;
 }

 .module-related-posts__items--grid-3 {
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 16px;
   padding: 0 16px;
 }

 .module-lasted-new__items--columns-4 {
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 14px;
   padding: 0 16px;
 }

 .module-related-posts--card-list .module-card {
   border: 0;
   border-radius: var(--blog-card-radius, 0px);
   border-bottom: var(--blog-card-border-bottom, 1px solid #d5e4df);
   padding-bottom: 12px;
 }

 .module-related-posts--card-list .module-card__link {
   display: grid;
   grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
   gap: 20px;
   align-items: start;
   min-height: 0;
 }

 .module-related-posts--card-list .module-card__image {
   width: 100%;
   min-width: 0;
   max-width: none;
   height: auto;
   aspect-ratio: 8 / 5;
 }

 .module-related-posts--card-list .module-card__body {
   padding: 0;
 }

 .module-related-posts--card-list .module-card__title {
   font-size: 28px;
   line-height: 1.2;
 }

 .module-related-posts--card-list .module-card__summary {
   font-size: 16px;
   line-height: 1.52;
 }

 .module-taxonomy__blocks {
   display: grid;
   gap: 16px;
 }

 .module-taxonomy__blocks--grid {
   grid-template-columns: repeat(3, minmax(0, 1fr));
 }

 .module-taxonomy__blocks--strip {
   grid-auto-flow: column;
   grid-auto-columns: minmax(280px, 1fr);
   overflow-x: auto;
   padding-bottom: 8px;
 }

 .module-taxonomy__posts {
   display: grid;
   gap: 10px;
 }

 .module-taxonomy__post.module-card {
   border-color: transparent;
   box-shadow: none;
 }

 .module-taxonomy .module-card__summary {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
 }

 .module-taxonomy .module-card__title {
   -webkit-line-clamp: 2;
 }

 .module-taxonomy .module-card__summary {
   -webkit-line-clamp: 2;
 }

 .module-article-taxonomy {
   padding: 0;
 }

 .module-article-header__title {
   margin: 0 0 12px;
   padding-top: 0;
   font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif;
   font-size: 48px;
   line-height: 1.1;
 }

 .module-article-header__meta {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 0 0 12px;
   margin-bottom: 0;
   font-size: 13px;
   font-weight: 600;
   color: #555;
 }

 .module-article-content__body {
   color: var(--theme-text, #111111);
   font-size: 22px;
   line-height: 1.72;
 }

 .module-article-content__body>p {
   font-size: 28px;
   line-height: 1.65;
 }

 .module-article-content__body h2 {
   font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif;
   font-size: 34px;
   line-height: 1.2;
 }

 .module-article-taxonomy__label {
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: .08em;
   color: #666;
 }

 .module-article-taxonomy__chip {
   display: inline-flex;
   align-items: center;
   min-height: 32px;
   border-radius: var(--blog-card-radius, 0px);
   padding: 0 13px;
   text-decoration: none;
   color: #222;
   background: #f0f0f0;
   font-size: 13px;
   font-weight: 600;
 }

 .module-article-taxonomy__chip--category {
   background: #eaeaea;
   color: #111;
 }

 .module-article-taxonomy__chip--tag {
   background: #f5f5f5;
   color: #333;
 }

 (max-width: 991px) {

   .module-taxonomy__blocks--grid,
   .module-list-new--columns-3 .module-list-new__items,
   .module-lasted-new__items--columns-3,
   .module-taxonomy-post-list__items--grid-3,
   .module-related-posts__items--grid-3 {
     grid-template-columns: repeat(2, minmax(0, 1fr));
     padding: 0 16px;
   }

   .module-list-new--columns-4 .module-list-new__items,
   .module-lasted-new__items--columns-4 {
     grid-template-columns: repeat(2, minmax(0, 1fr));
     padding: 0 16px;
   }
 }

 @media (max-width: 768px) {
   .bio-container {
     max-width: 100%;
     overflow: visible;
   }

   .module {
     margin-bottom: 20px;
   }

   .module-card__title {
     font-size: 28px;
     line-height: 1.2;
   }

   .module-card__summary {
     font-size: 15px;
     line-height: 1.5;
   }

   ._legacy-disabled .module-search {
     padding: 0;
   }

   ._legacy-disabled .module-search__form {
     grid-template-columns: 1fr;
   }

   ._legacy-disabled .module-search__submit {
     width: 100%;
   }

   .module-list-new--card-list .module-card__link,
   .module-related-posts--card-list .module-card__link {
     display: block;
   }

   .module-list-new--card-list .module-card__image,
   .module-related-posts--card-list .module-card__image {
     aspect-ratio: 16 / 9;
   }

   .module-list-new--columns-2 .module-list-new__items,
   .module-list-new--columns-3 .module-list-new__items,
   .module-list-new--columns-4 .module-list-new__items,
   .module-lasted-new__items--columns-3,
   .module-lasted-new__items--columns-4,
   .module-taxonomy-post-list__items--grid-3,
   .module-related-posts__items--grid-3,
   .module-taxonomy__blocks--grid {
     grid-template-columns: 1fr;
     padding: 0 16px;
   }

   .module-article-header__title {
     font-size: 34px;
   }

   .module-article-content__body {
     font-size: 20px;
     line-height: 1.68;
   }

   .module-article-content__body>p {
     font-size: 22px;
     line-height: 1.62;
   }

   .module-article-content__body h2 {
     font-size: 28px;
   }
 }

 body .bio-container {
   padding-left: var(--theme-shell-pad-desktop);
   padding-right: var(--theme-shell-pad-desktop);
 }

 @media (max-width: 1199.98px) {

   body #bodyWrapper.bio-container,
   body .bio-container {
     padding-left: var(--theme-shell-pad-tablet);
     padding-right: var(--theme-shell-pad-tablet);
   }
 }

 @media (max-width: 991.98px) {

   body #bodyWrapper.bio-container,
   body .bio-container {
     padding-left: var(--theme-shell-pad-mobile);
     padding-right: var(--theme-shell-pad-mobile);
   }
 }

 @media (max-width: 575.98px) {

   body #bodyWrapper.bio-container,
   body .bio-container {
     padding-left: var(--theme-shell-pad-mobile-sm);
     padding-right: var(--theme-shell-pad-mobile-sm);
   }
 }

 .theme-render-page {
   position: relative;
 }

 .module {
   margin-bottom: clamp(14px, 1.8vw, 22px);
 }

 .module__heading {
   position: relative;
   display: inline-flex;
   align-items: baseline;
   gap: 0;
   margin-bottom: 12px;
   padding-top: 0;
 }

 .module__heading::before {
   content: "";
   position: absolute;
   top: 100%;
   left: 0;
   width: 100%;
   height: var(--theme-heading-line-thickness);
   background: var(--theme-heading-line-color);
   display: var(--theme-heading-line-display);
   margin-top: 0;
 }

 .module__heading-prefix {
   color: var(--theme-heading-prefix-color);
   font-family: "Crimson Pro", Georgia, serif;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   font-size: 20px;
   line-height: 1.25;
   margin-right: 0.35ch;
 }

 .module__heading-title {
   color: var(--theme-heading-title-color);
   font-family: "Crimson Pro", Georgia, serif;
   font-weight: 700;
   font-size: 20px;
   line-height: 1.25;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   border-bottom: 0;
   padding-bottom: 0;
   text-decoration: none;
   margin-left: 0;
 }

 .module__heading .module__heading-title {
   color: var(--theme-primary, #0f4c3a);
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 20px;
   line-height: 1.25;
   font-weight: 700;
   text-decoration: none;
 }

 .module__heading--top-new {
   display: none !important;
 }

 .module-taxonomy__title {
   margin: 0 0 10px;
   padding: 8px 10px;
   border-top: 4px solid var(--theme-primary, #0f4c3a);
   background: transparent;
   color: var(--theme-primary, #0f4c3a);
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 18px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: .03em;
   text-transform: uppercase;
 }

 .theme-render-page--home .module:not(.module-top-new) .module__heading {
   display: flex;
   align-items: center;
   gap: 0;
   margin: 0 0 20px;
   padding: 2.5px 0 0;
   border-top: 2px solid var(--theme-primary, #0f4c3a);
   border-bottom: 0;
 }

 .theme-render-page--home .module:not(.module-top-new) .module__heading::before {
   display: none;
 }

 .module-lasted-new .module-card {
   border-radius: var(--blog-card-radius, 0px);
   overflow: hidden;
 }

 .module-lasted-new .module-card {
   border: 0;
   border-bottom: var(--blog-card-border-bottom, 0px solid transparent);
   background: transparent;
 }

 .module-lasted-new .module-card__image {
   display: block !important;
   width: 100% !important;
   object-fit: cover !important;
 }

 .module-lasted-new .module-card__body {
   padding: var(--theme-consistent-pad);
 }

 .module-lasted-new__items {
   gap: var(--theme-consistent-gap);
   padding: 0 16px;
 }

 .module-lasted-new .module-card__title {
   line-height: 1.25 !important;
   display: -webkit-box !important;
   -webkit-line-clamp: 2 !important;
   -webkit-box-orient: vertical !important;
   overflow: hidden !important;
 }

 .module-lasted-new .module-card__summary {
   line-height: 1.5 !important;
   display: -webkit-box !important;
   -webkit-line-clamp: 2 !important;
   -webkit-box-orient: vertical !important;
   overflow: hidden !important;
 }

 @media (max-width: 991.98px) {
   :root {
     --theme-consistent-gap: 14px;
     --theme-consistent-pad: 12px;
     --theme-card-image-height: var(--theme-card-image-height-sm);
   }
 }

 @media (max-width: 575.98px) {
   :root {
     --theme-consistent-radius: 0;
     --theme-consistent-gap: 12px;
     --theme-consistent-pad: 10px;
     --theme-card-image-height: 175px;
   }
 }

 body {
   background: var(--theme-page-bg);
 }

 .module-card {
   background: transparent;
 }

 .module-card__link {
   font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif;
 }

 .module-lasted-new .module-card__title {
   font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif !important;
   font-size: 20px !important;
   line-height: 1.28 !important;
   font-weight: 700 !important;
   font-synthesis: none !important;
   color: var(--theme-text, #111111) !important;
 }

 .module-footer {
   background: var(--theme-footer-bg, #f5f9f7);
   color: var(--theme-footer-text, #111111);
   border: 1px solid var(--theme-footer-border, rgba(15, 76, 58, 0.14));
   border-radius: var(--theme-footer-radius, 10px 10px 0 0);
   box-shadow: var(--theme-footer-shadow, 0 10px 28px rgba(15, 76, 58, 0.07));
   overflow: hidden;
 }

 @supports selector(body:has(.module-menu--compact)) {
   body:has(.module-menu--compact) .module-footer {
     border-radius: 0;
   }
 }

 .module-footer__inner {
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 15px;
   line-height: 1.5;
 }

 .module-footer__brand-link {
   color: inherit;
   text-decoration: none;
 }

 .module-footer__tagline {
   font-size: 14px;
   line-height: 1.55;
   color: var(--theme-footer-muted, #4a7062);
 }

 .module-footer__cat-list {
   list-style: none;
 }

 ._legacy-disabled .module-footer__cat-link {
   color: var(--theme-footer-link, inherit);
   text-decoration: none;
   font-size: 15px;
   font-weight: 500;
   transition: color 0.2s ease;
 }

 ._legacy-disabled .module-footer__cat-link:hover {
   color: var(--theme-primary, #0f4c3a);
   text-decoration: underline;
   text-underline-offset: 3px;
 }

 ._legacy-disabled .module-footer__col-title {
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   color: var(--theme-footer-title, #4a7062);
 }

 ._legacy-disabled .module-footer__copy {
   font-size: 14px;
   color: var(--theme-footer-muted, #4a7062);
   border-top: 1px solid var(--theme-footer-divider, #cfe0d8);
 }

 .module-footer__powered-link {
   color: inherit;
   text-decoration: underline;
   text-underline-offset: 2px;
 }

 .module-footer--simple ._legacy-disabled .module-footer__copy {
   border-top: none;
   font-size: 14px;
 }

 ._legacy-disabled .module-footer--columns-3 {
   background: #0f4c3a;
   color: #e8f3ef;
   border: 0;
   border-radius: 0;
   box-shadow: none;
 }

 ._legacy-disabled .module-footer--columns-3 .module-footer__inner {
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 16px;
   line-height: 1.4;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__col-title {
   border-top: 4px solid rgba(255, 255, 255, 0.35);
   color: #cbe5db;
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 18px;
   font-weight: 700;
   letter-spacing: 0.04em;
   line-height: 1.1;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__cat-link {
   color: #cce4da;
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   text-decoration: none;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__cat-link:hover {
   color: #ffffff;
   text-decoration: none;
 }


 ._legacy-disabled .module-footer--columns-3 .module-footer__tagline {
   color: #a8cfc1;
   font-size: 15px;
   line-height: 1.5;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__bottom {
   border-top: 1px solid rgba(255, 255, 255, 0.15);
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__copy {
   border-top: none;
   color: #8ab8a8;
   font-family: "Crimson Pro", Georgia, serif;
   font-size: 14px;
   line-height: 1.2;
 }

 @media (max-width: 768px) {

   .module-footer--simple ._legacy-disabled .module-footer__copy {
     font-size: 13px;
   }

   ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__col-title {
     font-size: 22px;
   }

   ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__copy {
     font-size: 13px;
   }
 }

 body[data-theme="series_story"] .tw-theme-card {
   background: var(--theme-card-bg, #ffffff);
   border-bottom: var(--blog-card-border-bottom, 0px solid transparent);
   border-radius: var(--blog-card-radius, 0px);
 }

 body[data-theme="series_story"] .tw-theme-title {
   color: var(--theme-text, #111111);
   font-family: "Crimson Pro", Georgia, serif;
 }

 body[data-theme="series_story"] .tw-theme-menu {
   background-color: var(--menu-background, #0f4c3a);
   color: var(--menu-text, #ffffff);
 }

 @media (hover: hover) and (pointer: fine) {
   .module-card {
     transition: transform 0.22s ease, box-shadow 0.22s ease;
   }

   .module-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 22px rgba(15, 76, 58, 0.14);
   }

   .module-article .module-card:hover,
   .module-article-content .module-card:hover,
   .module-article-header .module-card:hover {
     transform: none;
     box-shadow: none;
     border-color: inherit;
   }

   a:not(.module-menu__link):not(.btn):not(.module-footer__brand-link) {
     transition: color 0.2s ease, text-decoration-color 0.2s ease;
     text-decoration-color: transparent;
   }

   a:not(.module-menu__link):not(.btn):not(.module-footer__brand-link):hover {
     color: var(--theme-primary, #0f4c3a);
     text-decoration-color: currentColor;
   }
 }

 .series-nav {
   display: flex;
   align-items: stretch;
   gap: 6px;
   margin-top: 2rem;
   padding-top: 1.5rem;
   border-top: 2px solid #cfe0d8;
 }

 .series-nav__btn {
   display: flex;
   align-items: center;
   justify-content: center;
   flex: 1;
   padding: 0.7rem 1.1rem;
   background: var(--theme-primary, #0f4c3a);
   color: #fff;
   font-weight: 700;
   font-size: 0.95rem;
   border-radius: 6px;
   text-decoration: none;
   gap: 0.35rem;
   transition: filter 0.15s, transform 0.1s;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }

 .series-nav__btn:hover {
   filter: brightness(0.88);
   color: #fff;
   text-decoration: none;
   transform: translateY(-1px);
 }

 .series-nav__btn--disabled {
   background: #d5e4df;
   pointer-events: none;
   flex: 1;
 }

 .series-nav__chevron {
   font-size: 1.1rem;
   line-height: 1;
 }

 .series-nav__toc-wrap {
   position: relative;
   flex-shrink: 0;
 }

 .series-nav__toc {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 100%;
   min-height: 44px;
   background: var(--theme-primary, #0f4c3a);
   color: #fff;
   font-size: 1.1rem;
   border-radius: 6px;
   border: none;
   cursor: pointer;
   transition: filter 0.15s;
 }

 .series-nav__toc:hover {
   filter: brightness(0.88);
 }

 .series-nav__dropdown {
   display: none;
   position: absolute;
   bottom: calc(100% + 8px);
   left: 50%;
   transform: translateX(-50%);
   width: 260px;
   background: #fff;
   border: 1px solid #cfe0d8;
   border-radius: 8px;
   box-shadow: 0 8px 24px rgba(15, 76, 58, 0.14);
   z-index: 999;
   overflow: hidden;
 }

 .series-nav__toc-wrap.is-open .series-nav__dropdown {
   display: block;
 }

 .series-nav__dropdown-title {
   padding: 0.65rem 1rem;
   font-weight: 700;
   font-size: 0.82rem;
   background: var(--theme-primary, #0f4c3a);
   color: #fff;
   text-transform: uppercase;
   letter-spacing: 0.04em;
 }

 .series-nav__dropdown-list {
   list-style: none;
   margin: 0;
   padding: 0.35rem 0;
   max-height: 260px;
   overflow-y: auto;
 }

 .series-nav__dropdown-list li a {
   display: flex;
   align-items: center;
   gap: 0.6rem;
   padding: 0.5rem 1rem;
   font-size: 0.85rem;
   color: #111111;
   text-decoration: none;
   transition: background 0.1s;
 }

 .series-nav__dropdown-list li a:hover {
   background: #e8f3ef;
   color: inherit;
 }

 .series-nav__dropdown-list li.is-current a {
   background: #e8f3ef;
   font-weight: 700;
   color: var(--theme-primary, #0f4c3a);
 }

 .series-nav__chapter-num {
   flex-shrink: 0;
   width: 22px;
   height: 22px;
   border-radius: 50%;
   background: #d5e4df;
   color: #111111;
   font-size: 0.72rem;
   font-weight: 700;
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .series-nav__dropdown-list li.is-current .series-nav__chapter-num {
   background: var(--theme-primary, #0f4c3a);
   color: #fff;
 }

 /* footer columns-3 visual override */
 ._legacy-disabled .module-footer--columns-3 {
   background: #fff7ed;
   color: #7c2d12;
   border: 1px solid rgba(154, 52, 18, .2);
   box-shadow: none;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__col-title {
   color: #9a3412;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__col-title::before {
   background: #9a3412;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__nav-link,
 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__cat-link {
   color: #9a3412;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__nav-link:hover,
 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__cat-link:hover {
   color: #ea580c;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__copy {
   color: #b45309;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__bottom {
   border-top: 1px solid rgba(154, 52, 18, .2);
 }

/* source: resources/views/frontend/blade/common/menu/compact.css */
/* menu/compact — layout CSS
 * Visual overrides: public/frontend/theme/css/{theme}-menu.css
 */

/* ===== BASE ===== */

.module-menu__brand {
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.module-menu__brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  text-decoration: none;
}

.module-menu__brand-logo {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 41px;
  display: block;
}

.module-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-menu__item {
  margin: 0;
}

.module-menu__link {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.25s ease, transform 0.22s ease;
}

.module-menu__link.is-active {
  font-weight: 600;
}

.module-menu__link::after {
  display: none;
}

.module-menu__toggle {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  font-size: 0;
}

.module-menu__toggle-icon,
.module-menu__toggle-icon::before,
.module-menu__toggle-icon::after {
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.module-menu__toggle-icon {
  position: relative;
}

.module-menu__toggle-icon::before,
.module-menu__toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.module-menu__toggle-icon::before {
  top: -10px;
}

.module-menu__toggle-icon::after {
  top: 10px;
}

.module-menu__line {
  display: none;
  width: 100%;
  height: 1px;
}

.module-menu--show-line .module-menu__line {
  display: block;
}

.module-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  line-height: 1;
}

.module-menu__icon--image {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  object-fit: contain;
  border-radius: 2px;
}

.module-menu__icon--font {
  font-size: 16px;
}

.module-menu__label {
  display: inline-block;
  min-width: 0;
}

/* ===== COMPACT ===== */

.module-menu--compact {
  padding-left: var(--menu-shell-inline);
  padding-right: var(--menu-shell-inline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.module-menu--compact .module-menu__brand-logo {
  max-height: 34px;
}

.module-menu--compact .module-menu__bar--menu {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}

.module-menu--compact .module-menu__list {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: var(--menu-gap-compact, 18px);
}

.module-menu--compact .module-menu__link {
  padding: 8px 0;
  white-space: nowrap;
}

/* ===== SKELETON ===== */

.module-menu--compact .module-menu__item--skeleton {
  pointer-events: none;
}

.module-menu--compact .module-menu__link--skeleton {
  display: block;
  width: 72px;
  height: 14px;
  border-radius: 4px;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .module-menu--compact {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    min-height: 60px;
  }

  .module-menu--compact .module-menu__brand-logo {
    max-height: 40px;
  }

  .module-menu--compact .module-menu__bar--menu {
    flex: 0 0 auto;
    min-width: 0;
    width: 0;
  }

  .module-menu--compact .module-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: auto;
    z-index: 1002;
  }

  .module-menu--compact .module-menu__list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: var(--menu-drawer-width) !important;
    min-width: var(--menu-drawer-width);
    max-width: var(--menu-drawer-width) !important;
    padding: 78px 22px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    transform: translateX(-100%);
    transition: transform 0.26s ease;
    overflow-y: auto;
    z-index: 999999;
    background: #ffffff;
  }

  .module-menu--compact .module-menu__item {
    width: 100%;
  }

  .module-menu--compact .module-menu__link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 0;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 0;
  }

  .module-menu--compact.is-open .module-menu__list {
    display: flex;
    transform: translateX(0);
  }

  .module-menu--compact::after {
    content: "";
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 999;
  }

  .module-menu--compact.is-open::after {
    opacity: 1;
    pointer-events: auto;
  }

  .module-menu--compact.is-open .module-menu__toggle-icon {
    background: transparent;
  }

  .module-menu--compact.is-open .module-menu__toggle-icon::before {
    transform: translateY(10px) rotate(45deg);
  }

  .module-menu--compact.is-open .module-menu__toggle-icon::after {
    transform: translateY(-10px) rotate(-45deg);
  }
}

@media (hover: hover) and (pointer: fine) {

  .module-menu--compact .module-menu__link:hover,
  .module-menu--compact .module-menu__link.is-active {
    transform: translateY(-2px);
  }
}

/* source: resources/views/frontend/blade/home/top-new/series-grid.css */
/* =============================================================================
   module: home/top-new/series-grid.css
   Layout : 4 cột bằng nhau
            • col 1 : 1 bìa main (span 2 rows)
            • col 2–4 : 2 rows × 3 cols = 6 bìa sub
   ============================================================================= */


/* ── 1. Custom properties ──────────────────────────────────────────────────── */

.module-series--cover-grid {
  --series-accent     : var(--theme-menu-link, var(--theme-primary, #0f4c3a));
  --series-gap        : 8px;
  --series-radius     : 4px;
  --series-bg         : #1a1a2e;
  --series-overlay    : rgba(0, 0, 0, .85);
  --series-row-height : 210px;
}


/* ── 2. Module heading ─────────────────────────────────────────────────────── */

.module-series--cover-grid .module__heading {
  margin-bottom: 12px;
}


/* ── 3. Grid layout ────────────────────────────────────────────────────────── */
/*
   4 cột bằng nhau (repeat(4, 1fr))
   Row height cố định → skeleton và card thật cùng tỉ lệ
   Main card col 1 span 2 rows = cao bằng 2× row + gap
*/

.module-series__cover-grid {
  display              : grid;
  grid-template-columns: minmax(0, 2fr) repeat(4, minmax(0, 1fr));
  grid-template-rows   : repeat(2, var(--series-row-height));
  gap                  : var(--series-gap);
}


/* ── 4. Card ───────────────────────────────────────────────────────────────── */

.module-series__card {
  position     : relative;
  overflow     : hidden;
  border-radius: var(--series-radius);
  background   : var(--series-bg);
  /* không dùng aspect-ratio — grid row height kiểm soát chiều cao */
}

/* Main card: span 2 rows */
.module-series__card:first-child,
.module-series__card--main {
  grid-row: span 2;
}


/* ── 5. Link — phủ toàn bộ card ───────────────────────────────────────────── */

.module-series__link {
  position       : absolute;
  inset          : 0;
  display        : block;
  color          : #fff;
  text-decoration: none;
}


/* ── 6. Cover image ────────────────────────────────────────────────────────── */

.module-series__image,
.module-series__cover {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
  display   : block;
  background: linear-gradient(135deg, #2a2a4a, var(--series-bg));
  transition: transform .35s ease;
}

.module-series__card:hover .module-series__image {
  transform: scale(1.05);
}


/* ── 7. Bottom gradient shade ──────────────────────────────────────────────── */

.module-series__shade {
  position      : absolute;
  inset         : auto 0 0;
  height        : 60%;
  background    : linear-gradient(to top, var(--series-overlay) 0%, transparent 100%);
  pointer-events: none;
  transition    : height .3s ease;
}

.module-series__card:hover .module-series__shade {
  height: 75%;
}


/* ── 8. Title overlay ──────────────────────────────────────────────────────── */

.module-series__title {
  position   : absolute;
  inset      : auto 8px 8px;
  z-index    : 1;
  margin     : 0;
  color      : #fff;
  font-size  : clamp(11px, 1.1vw, 13px);
  font-weight: 700;
  line-height: 1.25;
  text-align : center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .9);

  display            : -webkit-box;
  -webkit-line-clamp : 2;
  line-clamp         : 2;
  -webkit-box-orient : vertical;
  overflow           : hidden;
}

/* Main card: title lớn hơn, màu accent */
.module-series__card:first-child .module-series__title,
.module-series__card--main .module-series__title {
  inset              : auto 12px 16px;
  font-size          : clamp(15px, 1.6vw, 22px);
  color              : #f5ff43;
  -webkit-line-clamp : 3;
  line-clamp         : 3;
}


/* ── 9. Meta badge ─────────────────────────────────────────────────────────── */

.module-series__meta {
  position      : absolute;
  top           : 6px;
  left          : 6px;
  z-index       : 1;
  display       : none;
  padding       : 2px 6px;
  border-radius : 2px;
  background    : var(--series-accent);
  color         : #fff;
  font-size     : 10px;
  font-weight   : 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}


/* ── 10. Skeleton ──────────────────────────────────────────────────────────── */

.module-series__cover {
  width : 100%;
  height: 100%;
}

.module-series__card--skeleton .module-series__cover {
  background     : linear-gradient(90deg, #2a2a4a 25%, #3a3a5a 50%, #2a2a4a 75%);
  background-size: 200% 100%;
  animation      : sg-shimmer 1.4s linear infinite;
}

.module-series__card--skeleton .module-series__title-skeleton {
  position     : absolute;
  inset        : auto 10px 12px;
  height       : 12px;
  border-radius: 3px;
  background   : rgba(255, 255, 255, .2);
}

@keyframes sg-shimmer {
  from { background-position:  200% 0; }
  to   { background-position: -200% 0; }
}


/* ── 11. Responsive ────────────────────────────────────────────────────────── */

/* Tablet */
@media (max-width: 1024px) {
  .module-series--cover-grid {
    --series-row-height: 180px;
    --series-gap       : 6px;
  }
}

/* Mobile: main trên full-width, 3 sub-cols bên dưới */
@media (max-width: 640px) {
  .module-series--cover-grid {
    --series-gap: 6px;
  }

  .module-series__cover-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows   : 160px repeat(2, 140px);
  }

  .module-series__card:first-child,
  .module-series__card--main {
    grid-column: span 3;
    grid-row   : 1;
  }

  .module-series__card:first-child .module-series__title,
  .module-series__card--main .module-series__title {
    font-size: clamp(14px, 4vw, 20px);
  }
}

/* source: resources/views/frontend/blade/common/lasted-new/text-list.css */
/* lasted-new / text-list — 5-column row layout
 * Columns: [›] [title …] [category] [author] [time]
 * Co-located CSS is compiled without ._legacy-disabled wrapping.
 */

/* ── variables ── */
.module-lasted-new--text-list {
  --tl-accent:   var(--theme-primary, #0f4c3a);
  --tl-divider:  rgba(0,0,0,.07);
  --tl-row-h:    50px;
  --tl-hover-bg: rgba(0,0,0,.03);
  --tl-grid-cols: 10px 1fr minmax(90px, 160px) minmax(80px, 140px) 80px;
  --tl-grid-gap: 18px;
}

/* ── heading ── */
.module-lasted-new--text-list .module__heading {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--tl-accent);
}

/* ── list wrapper ── */
.module-lasted-new__text-list {
  display: block;
  width: 100%;
}

/* ── row ── */
.module-lasted-new__text-row {
  display: block;
}

.module-lasted-new__text-row + .module-lasted-new__text-row {
  border-top: 1px solid var(--tl-divider);
}

/* skeleton row */
.module-lasted-new__text-row--skeleton {
  display: grid;
  grid-template-columns: var(--tl-grid-cols);
  column-gap: var(--tl-grid-gap);
  align-items: center;
  min-height: var(--tl-row-h);
  padding: 6px 10px 6px 6px;
}

/* ── link = THE GRID ── */
.module-lasted-new__text-row .module-card__link {
  display: grid !important;
  grid-template-columns: var(--tl-grid-cols);
  column-gap: var(--tl-grid-gap);
  align-items: center;
  min-height: var(--tl-row-h);
  padding: 6px 10px 6px 6px;
  text-decoration: none;
  color: inherit;
  transition: background .14s;
}

.module-lasted-new__text-row:hover .module-card__link {
  background: var(--tl-hover-bg);
}

/* ── col 1: arrow ── */
.module-lasted-new__text-row .tl-arrow {
  grid-column: 1;
  display: block;
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-right: 1.5px solid #ccc;
  border-top:   1.5px solid #ccc;
  transform: rotate(45deg);
  transition: border-color .14s;
}

.module-lasted-new__text-row:hover .tl-arrow {
  border-color: var(--tl-accent);
}

/* ── col 2: title ── */
.module-lasted-new__text-row .tl-title {
  grid-column: 2;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* reset heading styles that leak from .module-card__title */
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  color: #111;
  transition: color .14s;
}

.module-lasted-new__text-row:hover .tl-title {
  color: var(--tl-accent);
}

/* ── col 3: category ── */
.module-lasted-new__text-row .tl-category {
  grid-column: 3;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  line-height: 1.2;
  letter-spacing: .01em;
}

/* ── col 4: author ── */
.module-lasted-new__text-row .tl-author {
  grid-column: 4;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-style: italic;
  color: #888;
  line-height: 1.2;
}

/* ── col 5: time ── */
.module-lasted-new__text-row .tl-time {
  grid-column: 5;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  color: #bbb;
  text-align: right;
  line-height: 1.2;
}

/* ── skeleton shimmer ── */
.tl-skeleton {
  display: block;
  border-radius: 3px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e4e4e4 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: tl-shimmer 1.4s infinite;
}

.tl-skeleton--title { height: 13px; width: 74%; }
.tl-skeleton--arrow { width: 6px; height: 6px; border-radius: 2px; }
.tl-skeleton--category,
.tl-skeleton--author,
.tl-skeleton--time {
  height: 11px;
}
.tl-skeleton--category { width: 78%; }
.tl-skeleton--author { width: 72%; }
.tl-skeleton--time { width: 60%; justify-self: end; }

@keyframes tl-shimmer {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── responsive ── */
@media (max-width: 1024px) {
  .module-lasted-new--text-list {
    --tl-grid-cols: 10px 1fr minmax(80px, 130px) minmax(70px, 110px) 72px;
    --tl-grid-gap: 14px;
  }

  .module-lasted-new__text-row .module-card__link {
    grid-template-columns: var(--tl-grid-cols);
    column-gap: var(--tl-grid-gap);
  }
}

@media (max-width: 768px) {
  .module-lasted-new--text-list {
    --tl-row-h: 46px;
    --tl-grid-cols: 10px 1fr minmax(70px, 120px) 70px;
    --tl-grid-gap: 10px;
  }

  .module-lasted-new__text-row .module-card__link {
    grid-template-columns: var(--tl-grid-cols);
    column-gap: var(--tl-grid-gap);
  }

  .module-lasted-new__text-row .tl-author { display: none; }
  .module-lasted-new__text-row .tl-time   { grid-column: 4; }
  .module-lasted-new__text-row--skeleton .tl-skeleton--author { display: none; }
  .module-lasted-new__text-row--skeleton .tl-skeleton--time { grid-column: 4; }
}

@media (max-width: 520px) {
  .module-lasted-new--text-list {
    --tl-row-h: 42px;
    --tl-grid-cols: 10px 1fr 66px;
    --tl-grid-gap: 8px;
  }

  .module-lasted-new__text-row .module-card__link {
    grid-template-columns: var(--tl-grid-cols);
    column-gap: var(--tl-grid-gap);
    padding: 4px 6px 4px 4px;
  }

  .module-lasted-new__text-row .tl-category { display: none; }
  .module-lasted-new__text-row .tl-time     { grid-column: 3; font-size: 11px; }
  .module-lasted-new__text-row .tl-title    { font-size: 14px !important; }
  .module-lasted-new__text-row--skeleton .tl-skeleton--category { display: none; }
  .module-lasted-new__text-row--skeleton .tl-skeleton--time { grid-column: 3; }
}

/* source: resources/views/frontend/blade/common/categories/bk-3-cat-3-posts.css */
/* module css */



/* skeleton: modern opinion baseline */
.module-card--skeleton { pointer-events: none; }
.module-card__image--skeleton,
.module-card__title--skeleton,
.module-card__meta--skeleton,
.module-card__summary--skeleton,
.module-card__image-wrap--skeleton,
.module-article-taxonomy__chip--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}
.module-card__title--skeleton {
  height: 18px;
  width: 80%;
}
.module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}
.module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}
.module-article-taxonomy__chip--skeleton { display:inline-block; width:108px; }
@keyframes module-skeleton-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.55; }
  100% { opacity: 1; }
}

/* source: resources/views/frontend/blade/common/footer/columns-3.css */
.module-footer {
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-bottom: 0;
}

.module-footer--columns-3 {
  --module-footer-bg: var(--theme-footer-bg, color-mix(in srgb, var(--menu-background, #ffffff) 90%, #ffffff 10%));
  --module-footer-text: var(--theme-footer-text, var(--menu-text, var(--theme-text, #111827)));
  --module-footer-link: var(--theme-footer-link, var(--module-footer-text));
  --module-footer-link-hover: var(--theme-footer-link-hover, var(--theme-primary, #2563eb));
  --module-footer-title: var(--theme-footer-title, var(--module-footer-text));
  --module-footer-divider: var(--theme-footer-divider, color-mix(in srgb, var(--module-footer-text) 32%, transparent));
  background: var(--module-footer-bg);
  color: var(--module-footer-text);
}


.module-footer__inner {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 16px 0;
  box-sizing: border-box;
}

.module-footer__brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-footer__brand-logo {
  display: block;
  max-width: 420px;
  max-height: 72px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.module-footer--columns-3 .module-footer__col--brand .module-footer__brand-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-footer--columns-3 .module-footer__col--brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-footer__tagline {
  margin-top: 3px;
}

.module-footer__nav-list,
.module-footer__cat-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Footer nav menu: show at most 4 link rows from dynamic header menu items. */
.module-footer__nav-list[data-js-footer-nav] .module-footer__nav-item:nth-child(n + 5) {
  display: none;
}

.module-footer__nav-link {
  color: var(--module-footer-link);
  text-decoration: none;
}

.module-footer__nav-link:hover,
.module-footer__nav-link:focus {
  color: var(--module-footer-link-hover);
  text-decoration: none;
}

.module-footer__col-title {
  margin-bottom: 5px;
  border-top: 0 !important;
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  padding-top: 6px;
  background: transparent !important;
  font-weight: 700;
  color: var(--module-footer-title);
}

.module-footer__col-title::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 100%;
  height: 2px;
  background: var(--module-footer-divider);
  opacity: 0.7;
  margin-bottom: 6px;
}

.module-footer--simple .module-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.module-footer--simple .module-footer__nav-list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px 7px;
}

.module-footer--simple .module-footer__copy {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  text-align: center;
}

.module-footer--columns-3 .module-footer__columns {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 8px;
  align-items: start;
}

.module-footer--columns-3 .module-footer__col {
  align-self: start;
}

.module-footer__bottom {
  margin-top: 2px;
  padding-top: 6px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid color-mix(in srgb, var(--module-footer-text) 18%, transparent);
}

.module-footer__copy {
  margin-top: 0;
  padding-top: 0;
  padding-right: 10px;
  text-align: right !important;
  color: var(--module-footer-text);
}

@media (max-width: 768px) {
  .module-footer {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .module-footer--simple .module-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .module-footer--simple .module-footer__nav-list {
    gap: 2px 5px;
  }

  .module-footer--simple .module-footer__copy {
    text-align: left;
  }

  .module-footer--columns-3 .module-footer__columns {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .module-footer--columns-3 .module-footer__col--brand {
    grid-column: 1 / -1;
  }

  .module-footer__copy {
    padding-right: 4px;
    font-size: 12px;
  }

  .module-footer__col-title {
    font-size: 14px;
  }

  .module-footer__nav-link,
  .module-footer__cat-link {
    font-size: 13px;
  }
}

/* source: resources/views/frontend/blade/common/search/no-icon.css */
.module.module-search.module-search--standard {
  width: 100%;
  max-width: var(--container-max, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.module-search__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.module-search__input-wrap {
  position: relative;
}

.module-search__input-icon {
  display: none;
}

.module-search__input,
.module-search__submit {
  min-height: 40px;
  border-radius: 8px;
}

.module-search__input {
  width: 100%;
  border: 1px solid #cbd5e1;
  padding: 0 12px;
  appearance: none;
  -webkit-appearance: none;
}

.module-search__input[type="search"]::-webkit-search-decoration,
.module-search__input[type="search"]::-webkit-search-cancel-button,
.module-search__input[type="search"]::-webkit-search-results-button,
.module-search__input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.module-search__submit {
  border: 1px solid #cbd5e1;
  background: #fff;
  width: 44px;
  padding: 0;
  position: relative;
}

.module-search__submit::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -55%);
}

.module-search__submit::after {
  content: "";
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(10%, 120%) rotate(42deg);
}

.module-search--no-icon .module-search__submit::before,
.module-search--no-icon .module-search__submit::after {
  display: none;
}

@media (max-width: 768px) {
  .module.module-search.module-search--standard {
    max-width: 100%;
  }
}

/* source: resources/views/frontend/blade/common/taxonomy-post-list/series-grid.css */
/* module: common/taxonomy-post-list/series-grid.css */
.module-series--taxonomy-grid {
  --series-tax-accent: var(--theme-menu-link, var(--theme-primary, #0f4c3a));
}

.module-series__taxonomy-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 22px;
}

.module-series__taxonomy-card {
  min-width: 0;
  text-align: center;
}

.module-series__taxonomy-link {
  display: block;
  color: var(--theme-text, #163f36);
  text-decoration: none;
}

.module-series__taxonomy-image,
.module-series__taxonomy-cover {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: linear-gradient(135deg, #eef2f4, #cfd8dd);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .22);
}

.module-series__taxonomy-title {
  display: -webkit-box;
  margin: 10px 0 4px;
  overflow: hidden;
  color: var(--theme-text, #163f36);
  font-size: clamp(16px, 1.15vw, 21px);
  font-weight: 900;
  line-height: 1.16;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.module-series__taxonomy-meta {
  display: inline-block;
  padding: 3px 8px;
  background: var(--series-tax-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .module-series__taxonomy-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .module-series__taxonomy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }
}

/* source: resources/views/frontend/blade/detail/article/standard.css */
/* module css */
.module-article__body {
  margin: 0;
}

/* .module-article__body .module-article-header__title,
.module-article__body .module-article-header__meta {
  padding: 10px;
} */


/* skeleton: modern opinion baseline */
.module-card--skeleton {
  pointer-events: none;
}

.module-card__image--skeleton,
.module-card__title--skeleton,
.module-card__meta--skeleton,
.module-card__summary--skeleton,
.module-card__image-wrap--skeleton,
.module-article-taxonomy__chip--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

.module-card__title--skeleton {
  height: 18px;
  width: 80%;
}

.module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}

.module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}

.module-article-taxonomy__chip--skeleton {
  display: inline-block;
  width: 108px;
}

@keyframes module-skeleton-pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.55;
  }

  100% {
    opacity: 1;
  }
}

/* source: resources/views/frontend/blade/detail/article-header/standard.css */
/* module css */
.module-article-header__title {
  margin: 0 0 12px;
  padding-top: 0;
  font-family: "Merriweather", Georgia, serif;
  font-size: 52px;
  line-height: 1.08;
}

.module-article-header__meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 12px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #5f5f5a;
}

.module-article-header__meta-icon {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 768px) {
  .module-article-header__title {
    font-size: 38px;
  }
}



/* skeleton: modern opinion baseline */
.module-card--skeleton { pointer-events: none; }
.module-card__image--skeleton,
.module-card__title--skeleton,
.module-card__meta--skeleton,
.module-card__summary--skeleton,
.module-card__image-wrap--skeleton,
.module-article-taxonomy__chip--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}
.module-card__title--skeleton {
  height: 18px;
  width: 80%;
}
.module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}
.module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}
.module-article-taxonomy__chip--skeleton { display:inline-block; width:108px; }
@keyframes module-skeleton-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.55; }
  100% { opacity: 1; }
}

/* source: resources/views/frontend/blade/detail/article-content/standard.css */
/* detail/standard.blade */
.module-article-content__body {
  color: var(--theme-text, #2f2a2a);
  font-size: 24px;
  line-height: 1.68;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.module-article-content__body>p {
  font-size: 30px;
  line-height: 44px;
}

.module-article-content__body a {
  color: var(--theme-primary, #2e7e9e);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.module-article-content__body h2 {
  font-family: "Merriweather", Georgia, serif;
  font-size: 38px;
  line-height: 1.16;
}

.module-article-content__body h3 {
  font-family: "Alegreya Sans", "Helvetica Neue", Arial, sans-serif;
  color: #242424;
}

.module-article-content__body img,
.module-article-content__body video,
.module-article-content__body iframe,
.module-article-content__body embed,
.module-article-content__body object,
.module-article-content__body table {
  max-width: 100%;
}

.module-article-content__body iframe {
  width: 100%;
}

.module-article-content__body pre,
.module-article-content__body code {
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-word;
}

@media (max-width: 768px) {
  .module-article-content__body {
    font-size: 24px;
    line-height: 1.64;
  }

  .module-article-content__body>p {
    font-size: 24px;
    line-height: 44px;
  }

  .module-article-content__body h2 {
    font-size: 32px;
  }
}



/* skeleton: modern opinion baseline */
.module-card--skeleton {
  pointer-events: none;
}

.module-card__image--skeleton,
.module-card__title--skeleton,
.module-card__meta--skeleton,
.module-card__summary--skeleton,
.module-card__image-wrap--skeleton,
.module-article-taxonomy__chip--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

.module-card__title--skeleton {
  height: 18px;
  width: 80%;
}

.module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}

.module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}

.module-article-taxonomy__chip--skeleton {
  display: inline-block;
  width: 108px;
}

@keyframes module-skeleton-pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.55;
  }

  100% {
    opacity: 1;
  }
}

/* source: resources/views/frontend/blade/detail/article-taxonomy/pills.css */
/* module css */
.module-article-taxonomy {
  padding: 0;
}

.module-article-taxonomy__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7280;
}

.module-article-taxonomy__chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border-radius: var(--blog-card-radius, 0px);
  padding: 0 14px;
  text-decoration: none;
  color: #374151;
  background: #edf1f6;
  font-size: 14px;
  font-weight: 600;
}

.module-article-taxonomy__chip--category {
  background: #f6eceb;
  color: #8d261c;
}

.module-article-taxonomy__chip--tag {
  background: #f3f4f6;
  color: #374151;
}

.module-article-taxonomy--pills .module-article-taxonomy__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}



/* skeleton: modern opinion baseline */
.module-card--skeleton { pointer-events: none; }
.module-card__image--skeleton,
.module-card__title--skeleton,
.module-card__meta--skeleton,
.module-card__summary--skeleton,
.module-card__image-wrap--skeleton,
.module-article-taxonomy__chip--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}
.module-card__title--skeleton {
  height: 18px;
  width: 80%;
}
.module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}
.module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}
.module-article-taxonomy__chip--skeleton { display:inline-block; width:108px; }
@keyframes module-skeleton-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.55; }
  100% { opacity: 1; }
}

/* source: resources/views/frontend/blade/detail/related-posts/grid-3.css */
/* module css */
.module-related-posts__items--grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991.98px) {
  .module-related-posts__items--grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .module-related-posts__items--grid-3 {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}



/* skeleton: modern opinion baseline */
.module-card--skeleton { pointer-events: none; }
.module-card__image--skeleton,
.module-card__title--skeleton,
.module-card__meta--skeleton,
.module-card__summary--skeleton,
.module-card__image-wrap--skeleton,
.module-article-taxonomy__chip--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}
.module-card__title--skeleton {
  height: 18px;
  width: 80%;
}
.module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}
.module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}
.module-article-taxonomy__chip--skeleton { display:inline-block; width:108px; }
@keyframes module-skeleton-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.55; }
  100% { opacity: 1; }
}

/* source: frontend/theme/css/series_story-menu.css */
/* series_story — menu visual overrides
 * Layout base: resources/views/frontend/blade/common/menu/menu.css
 * Style: full-bleed forest-green compact bar, white text
 */

.module-menu__toggle-icon,
.module-menu__toggle-icon::before,
.module-menu__toggle-icon::after {
  background: #0f4c3a;
}

.module-menu--standard .module-menu__link {
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-text, #123f36);
}

.module-menu--standard .module-menu__link:hover,
.module-menu--standard .module-menu__link.is-active {
  color: var(--theme-primary, #0f4c3a);
}

/* ===== COMPACT: full-bleed forest-green bar ===== */

.module-menu--compact {
  background: var(--menu-background, #0f4c3a);
}


.module-menu--compact .module-menu__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--menu-text, #ffffff);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.module-menu--compact .module-menu__link:hover,
.module-menu--compact .module-menu__link.is-active {
  opacity: 0.78;
}

/* ===== BRAND-NAME / BANNER ===== */

:is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__bar--menu {
  background: var(--menu-background, #0f4c3a);
}

:is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__link {
  color: var(--menu-text, #ffffff);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

:is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__link:hover,
:is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__link.is-active {
  opacity: 0.78;
}

/* ===== MINIMAL UNDERLINE ===== */

.module-menu--minimal-underline {
  border: 1px solid #c5dcd5;
  background: #f0f8f4;
}

.module-menu--minimal-underline .module-menu__link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #123f36;
}

.module-menu--minimal-underline .module-menu__link:hover,
.module-menu--minimal-underline .module-menu__link.is-active {
  color: var(--theme-primary, #0f4c3a);
  border-bottom-color: var(--theme-primary, #0f4c3a);
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__bar--menu {
    background: var(--menu-background, #0f4c3a) !important;
  }

  .module-menu__list {
    background-color: #ffffff !important;
    opacity: 1;
    filter: none;
    box-shadow: 4px 0 22px rgba(15, 76, 58, 0.18);
  }

  .module-menu--compact .module-menu__toggle-icon,
  .module-menu--compact .module-menu__toggle-icon::before,
  .module-menu--compact .module-menu__toggle-icon::after,
  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__toggle-icon,
  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__toggle-icon::before,
  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__toggle-icon::after {
    background: #ffffff;
  }

  .module-menu--banner-menu .module-menu__bar--menu {
    background: transparent !important;
  }

  .module-menu--banner-menu .module-menu__toggle-icon,
  .module-menu--banner-menu .module-menu__toggle-icon::before,
  .module-menu--banner-menu .module-menu__toggle-icon::after {
    background: var(--theme-primary, #0f4c3a);
  }

  .module-menu--standard .module-menu__link,
  .module-menu--compact .module-menu__link,
  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__link,
  .module-menu--minimal-underline .module-menu__link {
    color: #123f36;
    opacity: 1;
  }

  .module-menu::after {
    background: rgba(15, 76, 58, 0.4);
  }
}

/* source: frontend/theme/css/series_story-top-new.css */
/* series_story — top-new visual overrides
 * Layout of all migrated variants (series-grid, hero-side, etc.) is handled
 * by co-located module CSS. This file contains visual-only token overrides.
 */

.module-top-new {
  --topnew-gap: var(--theme-consistent-gap, 18px);
  --topnew-radius: var(--blog-card-radius, 0px);
  --topnew-border: rgba(15, 76, 58, 0.12);
  --topnew-surface: #ffffff;
  --topnew-title: var(--theme-text, #123f36);
  --topnew-meta: var(--theme-text, #3a6158);
}

.module-top-new .module__heading {
  margin: 0 0 14px;
}

.module-top-new .module__heading-prefix {
  color: var(--theme-heading-prefix-color);
}

.module-top-new .module__heading-title {
  color: var(--theme-heading-title-color);
  border-bottom-color: var(--theme-heading-underline-color);
}

.module-top-new .module-card {
  height: 100%;
  border: 0;
  border-radius: var(--topnew-radius);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.module-top-new .module-card__link {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
}

.module-top-new .module-card__body {
  background: var(--topnew-surface);
  padding: var(--theme-consistent-pad);
}

.module-top-new .module-card__title {
  color: var(--topnew-title);
  font-family: "Crimson Pro", "Palatino Linotype", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.module-top-new .module-card__meta {
  color: var(--topnew-meta);
  font-size: 12px;
  opacity: 0.72;
}

/* series-grid variant — visual accent */
._legacy-disabled .module-top-new--series-grid .module-card__body {
  background: linear-gradient(to top, rgba(15, 76, 58, 0.72) 0%, transparent 100%);
  color: #ffffff;
}

._legacy-disabled .module-top-new--series-grid .module-card__title {
  color: #ffffff;
}

._legacy-disabled .module-top-new--series-grid .module-card__meta {
  color: rgba(255, 255, 255, 0.78);
}

/* source: frontend/theme/css/series_story-lasted-new.css */
/* series_story — lasted-new
 * Theme-level overrides for non-text-list variants (grid / columns).
 * text-list layout is handled by the co-located module CSS (text-list.css)
 * because ._legacy-disabled .module-lasted-new--text-list is a migrated type and gets
 * ._legacy-disabled scoped here.
 */

/* ─── shared token ─────────────────────────────────────────────────── */

.module-lasted-new {
  --lasted-gap: 16px;
}

/* ─── grid / columns variants only ──────────────────────────────────── */

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card {
  border: 0;
  border-radius: var(--blog-card-radius, 0px);
  overflow: hidden;
  background: transparent;
}

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__image {
  display: block;
  width: 100%;
  height: 210px !important;
  min-height: 210px !important;
  max-height: 210px !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__body {
  padding: 11px 10px 10px;
}

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__title {
  margin: 0 0 7px;
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
  color: var(--theme-text, #111);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__meta {
  margin: 0 0 7px;
  font-size: 12px;
  color: #666;
  opacity: .72;
}

.module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__summary {
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__image {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }
}

@media (max-width: 575.98px) {
  .module-lasted-new {
    --lasted-gap: 12px;
  }
  .module-lasted-new:not(._legacy-disabled .module-lasted-new--text-list) .module-card__title {
    font-size: 18px;
  }
}

/* source: frontend/theme/css/series_story-categories.css */
/* series_story — categories visual overrides
 * Layout for migrated taxonomy types (series-hot-categories, cat-5-posts-2img-3text,
 * cat-featured, cat-strip) handled by co-located module CSS. Visual-only here.
 */

/* taxonomy title accent */
.module-taxonomy__title {
  border-top-color: var(--theme-primary, #0f4c3a);
  color: var(--theme-primary, #0f4c3a);
}

/* series-hot-categories: green accent on category cards */
._legacy-disabled .module-taxonomy--series-hot-categories .module-taxonomy__category-name {
  color: var(--theme-primary, #0f4c3a);
  font-family: "Crimson Pro", Georgia, serif;
  font-weight: 700;
}

._legacy-disabled .module-taxonomy--series-hot-categories .module-taxonomy__category-link {
  color: var(--theme-primary, #0f4c3a);
  text-decoration: none;
}

._legacy-disabled .module-taxonomy--series-hot-categories .module-taxonomy__category-link:hover {
  opacity: 0.8;
}

/* bk-3-cat-3-posts block heading */
.module-taxonomy--bk-3-cat-3-posts .module-taxonomy__title {
  border-top-color: var(--theme-primary, #0f4c3a);
  color: var(--theme-primary, #0f4c3a);
}

/* cat-featured */
._legacy-disabled .module-taxonomy--cat-featured .module-taxonomy__feature-label {
  background: var(--theme-primary, #0f4c3a);
  color: #ffffff;
}
