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

/* source: storage/app/public/frontend/theme/css/vars/everygirl.css */
/* Generated from Theme Manager Info tokens. Do not edit manually. */
:root {
  --theme-color-primary: #d81f2a;
  --theme-primary: #d81f2a;
  --theme-color-text: #111111;
  --theme-text: #111111;
  --theme-color-background: #ffffff;
  --theme-background: #ffffff;
  --theme-layout-container-max: 1180px;
  --container-max: 1180px;
  --theme-layout-section-gap: 52px;
  --section-gap: 52px;
  --theme-menu-height: 40px;
  --menu-height: 40px;
  --theme-menu-banner-height: 120px;
  --menu-banner-height: 120px;
  --theme-menu-gap: 24px;
  --menu-gap: 24px;
  --theme-menu-background: #ffffff;
  --menu-background: #ffffff;
  --theme-menu-text: #111111;
  --menu-text: #111111;
  --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/everygirl.css */
* Theme Manager Info Vars (auto-generated asset: frontend/theme/css/vars/ {
     theme
   }

   .css): body[data-theme="everygirl"] {
   /* Backward-compatible aliases (respect values injected by vars/{theme}.css) */
   --theme-primary: var(--theme-color-primary, #cc6e8f);
   --theme-text: var(--theme-color-text, #2f2a2a);
   --theme-background: var(--theme-color-background, #ffffff);
   --container-max: var(--theme-layout-container-max, 1200px);
   --section-gap: var(--theme-layout-section-gap, 24px);
   --menu-height: var(--theme-menu-height, 40px);
   --menu-banner-height: var(--theme-menu-banner-height, 120px);
   --menu-gap: var(--theme-menu-gap, 24px);
   --menu-background: var(--theme-menu-background, #ffffff);
   --menu-text: var(--theme-menu-text, #111111);
   --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: 0px;
   --theme-consistent-gap: 16px;
   --theme-consistent-pad: 14px;
   --theme-consistent-border: rgba(204, 110, 143, 0.22);
   --theme-heading-color: var(--theme-text, #111827);
   --theme-heading-prefix-color: var(--theme-heading-color);
   --theme-heading-title-color: var(--theme-heading-color);
   --theme-heading-prefix-transform: none;
   --theme-heading-prefix-letter: 0;
   --theme-heading-prefix-size: clamp(18px, 1.6vw, 22px);
   --theme-heading-title-size: 26px;
   --theme-heading-underline-color: transparent;
   --theme-heading-line-display: none;
   --theme-heading-line-color: var(--theme-primary, #cc6e8f);
   --theme-heading-line-thickness: 3px;
   --theme-card-image-height: 220px;
   --theme-card-image-height-sm: 200px;
   --theme-page-bg: var(--theme-background, #fff);
   --theme-card-bg: #ffffff;
   --theme-input-border: #c7c7c7;
   --theme-input-bg: #ffffff;
   --theme-input-color: #111111;
   --theme-input-icon: #707070;
   --theme-body-font: "Inter", "Aptos", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
   --theme-heading-font: "Fraunces", "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
   --theme-title-font: var(--theme-heading-font);
 }

 body {
   font-family: var(--theme-body-font);
   font-size: 17px;
   color: #000000;
   background-color: var(--theme-background, #ffffff);
   margin: 0;
   padding: 0;
   overflow-x: hidden;
 }

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

 .bio-container {
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 0 30px;
   overflow: visible;
 }

 .module {
   --module-gap: var(--section-gap, 24px);
   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, #101010);
   font-family: var(--theme-heading-font);
   font-size: 24px;
   line-height: 1.35;
   font-weight: 700;
 }

 .module-card__meta {
   margin-bottom: 8px;
   color: var(--theme-text, #5f5f5a);
   font-size: 18px;
   font-weight: 600;
   opacity: 0.72;
 }

 .module-card__summary {
   margin: 0;
   color: var(--theme-text, #363632);
   font-size: 16px;
   line-height: 1.5;
   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: 46px;
   border-radius: 0;
 }

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

 ._legacy-disabled .module-search__submit {
   border: 1px solid var(--theme-primary, #cc6e8f);
   background: var(--theme-primary, #cc6e8f);
   color: #fff;
   width: 52px;
   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, #707070);
   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, #707070);
   position: absolute;
   right: -5px;
   bottom: -2px;
   transform: rotate(42deg);
 }

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

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

   padding: 0 16px;
 }

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

   padding: 0 16px;
 }

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

   padding: 0 16px;
 }


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

 .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;
 }


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



 .module-lasted-new--horizontal-scroll .module-lasted-new__items--horizontal-scroll {
   display: flex;
   flex-wrap: nowrap;
   gap: var(--theme-consistent-gap, 16px);
   overflow-x: auto;
   overflow-y: hidden;
   padding-bottom: 4px;
   scroll-snap-type: x mandatory;
   -webkit-overflow-scrolling: touch;
 }

 .module-lasted-new--horizontal-scroll .module-lasted-new__item {
   flex: 0 0 260px;
   width: 260px;
   min-width: 260px;
   max-width: 260px;
   height: 382px;
   min-height: 382px;
   max-height: 382px;
   padding: 0 10px;
   color: #000000;
   font-family: var(--theme-body-font);
   font-size: 17px;
   scroll-snap-align: start;
 }

 .module-lasted-new--horizontal-scroll .module-lasted-new__item.module-card .module-card__link {
   display: flex;
   flex-direction: column;
   height: 100%;
 }

 @media (max-width: 991.98px) {
   .module-lasted-new--horizontal-scroll .module-lasted-new__item {
     flex-basis: clamp(260px, 78vw, 360px);
     width: auto;
     min-width: clamp(260px, 78vw, 360px);
     max-width: clamp(260px, 78vw, 360px);
     height: auto;
     min-height: 0;
     max-height: none;
   }
 }

 @media (max-width: 575.98px) {
   .module-lasted-new--horizontal-scroll .module-lasted-new__item {
     flex-basis: 86vw;
     width: auto;
     min-width: 86vw;
     max-width: 86vw;
     height: auto;
     min-height: 0;
     max-height: none;
   }
 }

 (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__heading {
     font-size: 24px;
     margin-bottom: 14px;
   }

   .module__heading-prefix {
     font-size: 12px;
   }

   .module-card__title {
     font-size: 31px;
     line-height: 1.14;
   }

   .module-card__summary {
     font-size: 18px;
     line-height: 1.52;
   }

   ._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 {
     display: block;
   }

   .module-list-new--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;
   }

 }

 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.6vw, 20px);
 }

 .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: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0;
   font-size: 22.5px;
   line-height: 1.25;
   margin-right: 0.35ch;
   padding-right: 0;
 }

 .module__heading-title {
   color: var(--theme-heading-title-color);
   font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
   font-weight: 700;
   font-size: 22.5px;
   line-height: 1.25;
   text-transform: uppercase;
   letter-spacing: 0;
   border-bottom: 0;
   padding-bottom: 0;
   text-decoration: none;
   margin-left: 0;
 }

 .module__heading .module__heading-title {
   color: var(--theme-primary, #cc6e8f);
   font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
   font-size: 22.5px;
   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, #cc6e8f);
   background: transparent;
   color: var(--theme-primary, #cc6e8f);
   font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
   font-size: 20px;
   line-height: 1.2;
   font-weight: 800;
   letter-spacing: .02em;
   text-transform: uppercase;
 }

 .module-taxonomy__title.module__heading {
   background: transparent;
 }

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

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

 .theme-render-page--home .module:not(.module-top-new) h2.wp-block-heading.accent-header {
   margin: 0 0 22.5px;
   padding: 2.8125px 0 0;
   border-top: 2px solid var(--theme-primary, #cc6e8f);
   font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
   font-size: 22.5px;
   line-height: 1.25;
   font-weight: 700;
   color: var(--theme-primary, #cc6e8f);
   text-transform: uppercase;
   letter-spacing: 0;
 }

 .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;
   /* height: var(--theme-card-image-height) !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.22 !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.48 !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);
   }

   .module-taxonomy .module-card__title,
   .module-taxonomy .module-card__summary,
   .module-list-new .module-card__title,
   .module-related-posts .module-card__title,
   .module-taxonomy-post-list .module-card__title,
   .module-lasted-new .module-card__title,
   .module-list-new .module-card__summary,
   .module-related-posts .module-card__summary,
   .module-taxonomy-post-list .module-card__summary,
   .module-lasted-new .module-card__summary {
     display: -webkit-box !important;
     -webkit-line-clamp: 2 !important;
     -webkit-box-orient: vertical !important;
     overflow: hidden !important;
   }
 }

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

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

 .module-card {
   background: transparent;
 }

 .module-card__link {
   font-family: var(--theme-heading-font);
 }

 .module-lasted-new .module-card__title {
   font-family: var(--theme-heading-font) !important;
   font-size: 22.5px !important;
   line-height: 1.25 !important;
   font-weight: 700 !important;
   font-synthesis: none !important;
   color: var(--theme-text, #111111) !important;
 }

 .module-footer {
   background: var(--theme-footer-bg, var(--menu-surface, #ffffff));
   color: var(--theme-footer-text, var(--menu-text, #1f2937));
   border: 1px solid var(--theme-footer-border, var(--menu-border, rgba(15, 23, 42, 0.12)));
   border-radius: var(--theme-footer-radius, 12px 12px 0 0);
   box-shadow: var(--theme-footer-shadow, var(--menu-shadow, 0 10px 30px rgba(15, 23, 42, 0.08)));
   overflow: hidden;
 }

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

 .module-footer__inner {
   font-family: var(--theme-footer-font-family, inherit);
   font-size: var(--theme-footer-font-size, 14px);
   line-height: 1.5;
 }

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

 .module-footer__brand-logo {
   opacity: 0.95;
 }

 .module-footer__tagline {
   font-size: 13px;
   line-height: 1.55;
   color: var(--theme-footer-muted, #64748b);
 }

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

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

 ._legacy-disabled .module-footer__cat-link:hover {
   color: var(--theme-footer-link-hover, var(--menu-active, currentColor));
   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, #64748b);
 }

 ._legacy-disabled .module-footer__copy {
   font-size: 17px;
   color: var(--theme-footer-muted, #64748b);
   border-top: 1px solid var(--theme-footer-divider, #e2e8f0);
 }

 .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: 17px;
 }

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

 ._legacy-disabled .module-footer--columns-3 .module-footer__inner {
   font-family: var(--theme-heading-font);
   font-size: 18px;
   line-height: 1.35;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__col-title {
   border-top: 5px solid var(--theme-primary, #cc6e8f);
   color: var(--theme-primary, #cc6e8f);
   font-family: var(--theme-body-font);
   font-size: 20px;
   font-weight: 500;
   letter-spacing: 0.03em;
   line-height: 1.1;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__cat-link {
   color: #000;
   font-family: var(--theme-heading-font);
   font-size: 18px;
   font-weight: 400;
   line-height: 1.5;
   text-decoration: none;
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__cat-link:hover {
   color: var(--theme-primary, #cc6e8f);
   text-decoration: none;
 }

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

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__bottom {
   border-top: 1px solid rgba(15, 23, 42, 0.14);
 }

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__copy {
   border-top: none;
   color: #111827;
   font-family: var(--theme-heading-font);
   font-size: 17px;
   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: 26px;
   }

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

 body[data-theme="everygirl"] .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="everygirl"] .tw-theme-title {
   color: var(--theme-text, #2f2a2a);
   font-family: var(--theme-heading-font);
 }

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

 .module-lasted-new .module-card__title {
   font-weight: 500 !important;
   display: -webkit-box !important;
   -webkit-box-orient: vertical !important;
   overflow: hidden !important;
 }

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

   .module-card:hover {
     transform: translateY(-4px) scale(1.01);
     box-shadow: 0 16px 30px rgba(204, 110, 143, 0.16);
   }

   .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.24s ease, letter-spacing 0.24s ease;
   }

   a:not(.module-menu__link):not(.btn):not(.module-footer__brand-link):hover {
     color: var(--theme-primary, #cc6e8f);
     letter-spacing: 0.01em;
   }
 }

 @keyframes lasted-compact-shimmer {
   0% {
     background-position: 200% 0;
   }

   100% {
     background-position: -200% 0;
   }
 }

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

 .series-nav__btn {
   display: flex;
   align-items: center;
   justify-content: center;
   flex: 1;
   padding: 0.7rem 1.1rem;
   background: var(--theme-primary, #2563eb);
   color: #fff;
   font-weight: 700;
   font-size: 0.95rem;
   border-radius: 8px;
   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.85);
   color: #fff;
   text-decoration: none;
   transform: translateY(-1px);
 }

 .series-nav__btn--disabled {
   background: #e5e7eb;
   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, #2563eb);
   color: #fff;
   font-size: 1.1rem;
   border-radius: 8px;
   border: none;
   cursor: pointer;
   transition: filter 0.15s;
 }

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

 .series-nav__dropdown {
   display: none;
   position: absolute;
   bottom: calc(100% + 8px);
   left: 50%;
   transform: translateX(-50%);
   width: 260px;
   background: #fff;
   border: 1px solid #d1d5db;
   border-radius: 10px;
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
   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, #2563eb);
   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: #374151;
   text-decoration: none;
   transition: background 0.1s;
 }

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

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

 .series-nav__chapter-num {
   flex-shrink: 0;
   width: 22px;
   height: 22px;
   border-radius: 50%;
   background: #e5e7eb;
   color: #374151;
   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, #2563eb);
   color: #fff;
 }

 /* footer columns-3 visual override */
 ._legacy-disabled .module-footer--columns-3 {
   background: #fdf2f8;
   color: #4a044e;
   border: 1px solid rgba(112, 26, 117, .22);
   box-shadow: none;
 }

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

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

 ._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: #701a75;
 }

 ._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: #db2777;
 }

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

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__bottom {
   border-top: 1px solid rgba(112, 26, 117, .22);
 }

/* source: resources/views/frontend/blade/common/menu/right-search.css */
.module-menu--right-search {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  border-bottom: 1px solid #e7e5e1;
  background: #fff;
}

.module-menu--right-search .module-menu__inner {
  position: relative;
  display: flex;
  min-height: 64px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.module-menu--right-search .module-menu__brand-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: clamp(0px, 2vw, 24px);
  color: inherit;
  text-decoration: none;
}

.module-menu--right-search .module-menu__brand-logo {
  display: block;
  width: clamp(120px, 14vw, 168px);
  height: auto;
  min-height: 44px;
  max-height: 52px;
  object-fit: contain;
}

.module-menu--right-search .module-menu__brand-text {
  font-size: 24px;
  font-weight: 800;
}

.module-menu--right-search .module-menu__right,
.module-menu--right-search .module-menu__list {
  display: flex;
  align-items: center;
}

.module-menu--right-search .module-menu__right { gap: 30px; }
.module-menu--right-search .module-menu__list {
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-menu--right-search .module-menu__link {
  display: inline-flex;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.module-menu--right-search .module-menu__link:hover,
.module-menu--right-search .module-menu__link.is-active { border-bottom-color: var(--theme-primary, #d81f2a); }

.module-menu--right-search .module-menu__search-slot { position: static; }
.module-menu--right-search .module-menu__search-toggle {
  position: relative;
  display: flex;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  color: #111;
  cursor: pointer;
}

.module-menu--right-search .module-menu__search-toggle-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.module-menu--right-search .module-menu__search-toggle-icon::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.module-menu--right-search .module-menu__search-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  background: #faf9f7;
  opacity: 0;
  transform: translateX(-50%);
  transition: max-height .25s ease, opacity .2s ease, border-color .2s ease;
}

.module-menu--right-search .module-menu__search-slot.is-open .module-menu__search-panel {
  max-height: 76px;
  border-bottom-color: #e7e5e1;
  opacity: 1;
}

.module-menu--right-search .module-search__form {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
}

.module-menu--right-search .module-search__input {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 10px 14px;
  border: 1px solid #e7e5e1;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.module-menu--right-search .module-search__input:focus { border-color: var(--theme-primary, #d81f2a); }

.module-menu--right-search .module-menu__toggle { display: none; }

@media (max-width: 720px) {
  .module-menu--right-search .module-menu__inner { min-height: 56px; padding: 0 16px; gap: 8px; }
  .module-menu--right-search .module-menu__brand-link { margin-left: 0; }
  .module-menu--right-search .module-menu__brand-logo { min-height: 0; width: 120px; }
  .module-menu--right-search .module-menu__right { gap: 14px; }
  .module-menu--right-search .module-menu__search-toggle { width: 20px; height: 20px; margin-left: 0; }
  .module-menu--right-search .module-menu__toggle {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: none;
    color: #111;
  }
  .module-menu--right-search .module-menu__toggle-icon,
  .module-menu--right-search .module-menu__toggle-icon::before,
  .module-menu--right-search .module-menu__toggle-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
  }
  .module-menu--right-search .module-menu__toggle-icon { position: relative; }
  .module-menu--right-search .module-menu__toggle-icon::before,
  .module-menu--right-search .module-menu__toggle-icon::after { content: ""; position: absolute; left: 0; }
  .module-menu--right-search .module-menu__toggle-icon::before { top: -7px; }
  .module-menu--right-search .module-menu__toggle-icon::after { top: 7px; }
  .module-menu--right-search .module-menu__list {
    display: none;
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 51;
    padding: 18px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #e7e5e1;
    background: #fff;
  }
  .module-menu--right-search.is-open .module-menu__list { display: flex; }
  .module-menu--right-search .module-menu__item,
  .module-menu--right-search .module-menu__link { width: 100%; }
  .module-menu--right-search .module-search__form { padding: 16px; }
}

/* source: resources/views/frontend/blade/home/top-new/grid-1-main-4-sub.css */
/* Lifestyle Chic baseline layout for Grid (1 main + 4 sub) */
.module-top-new--grid-1-main-4-sub .module-top-new__layout {
  display: grid;
  grid-template-columns: minmax(0, 58fr) minmax(0, 42fr);
  gap: var(--topnew-gap);
  align-items: stretch;
}

.module-top-new--grid-1-main-4-sub .module-top-new__trending-cta {
  display: none;
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-list {
  --topnew-sub4-row-height: 142px;
  --topnew-sub4-gap: 12px;
  display: grid;
  grid-template-rows: repeat(4, var(--topnew-sub4-row-height));
  gap: var(--topnew-sub4-gap);
  padding: 0 !important;
}

.module-top-new--grid-1-main-4-sub .module-top-new__lead {
  min-height: calc((var(--topnew-sub4-row-height) * 4) + (var(--topnew-sub4-gap) * 3));
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item {
  min-height: var(--topnew-sub4-row-height);
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__link {
  display: grid !important;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  grid-template-rows: 1fr;
  min-height: 100%;
  height: 100%;
  align-items: stretch;
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__image {
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__body {
  padding: 10px 12px !important;
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__title {
  -webkit-line-clamp: 2 !important;
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__summary {
  -webkit-line-clamp: 2 !important;
  margin-top: 6px;
}

.module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__meta {
  margin-top: 6px;
}

@media (max-width: 1199.98px) {
  .module-top-new--grid-1-main-4-sub .module-top-new__sub-list {
    --topnew-sub4-row-height: 128px;
  }
}

@media (max-width: 991.98px) {
  .module-top-new--grid-1-main-4-sub .module-top-new__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .module-top-new--grid-1-main-4-sub .module-top-new__sub-list {
    grid-template-rows: none;
    grid-auto-rows: auto;
  }

  .module-top-new--grid-1-main-4-sub .module-top-new__lead {
    min-height: 0;
  }
}


/* Clamp rules migrated from theme CSS (layout responsibility) */
.module-top-new .module-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-top-new .module-card__summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .module-top-new .module-top-new__sub-item .module-card__title,
  .module-top-new .module-top-new__sub-item .module-card__summary {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
  }
}

/* source: resources/views/frontend/blade/common/lasted-new/horizontal-scroll.css */
/* Lasted-new module layout: horizontal-scroll */
.module-lasted-new--horizontal-scroll {
  --lasted-gap: 16px;
}

.module-lasted-new__scroll-outer {
  overflow-x: hidden;
  width: 100%;
}

.module-lasted-new--horizontal-scroll .module-lasted-new__items--horizontal-scroll {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: var(--lasted-gap);
  padding: 0;
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.module-lasted-new--horizontal-scroll .module-lasted-new__item {
  flex: 0 0 clamp(300px, 32vw, 430px);
  min-width: 0;
  scroll-snap-align: start;
}

.module-lasted-new--horizontal-scroll .module-card__link {
  display: block;
  text-decoration: none;
}

.module-lasted-new--horizontal-scroll .module-card__image {
  width: 100% !important;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  object-fit: cover !important;
}

.module-lasted-new--horizontal-scroll .module-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-lasted-new--horizontal-scroll .module-card__summary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .module-lasted-new--horizontal-scroll .module-lasted-new__item {
    flex-basis: clamp(280px, 78vw, 360px);
  }

  .module-lasted-new--horizontal-scroll .module-card__image {
    height: 200px !important;
    min-height: 200px !important;
    max-height: 200px !important;
  }
}

@media (max-width: 575.98px) {
  .module-lasted-new--horizontal-scroll {
    --lasted-gap: 12px;
  }

  .module-lasted-new--horizontal-scroll .module-lasted-new__item {
    flex-basis: 86vw;
  }
}

/* skeleton */
.module-lasted-new--horizontal-scroll .module-card--skeleton {
  pointer-events: none;
}

.module-lasted-new--horizontal-scroll .module-card__image--skeleton,
.module-lasted-new--horizontal-scroll .module-card__title--skeleton,
.module-lasted-new--horizontal-scroll .module-card__meta--skeleton,
.module-lasted-new--horizontal-scroll .module-card__summary--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

.module-lasted-new--horizontal-scroll .module-card__title--skeleton {
  height: 18px;
  width: 80%;
}
.module-lasted-new--horizontal-scroll .module-card__meta--skeleton {
  height: 12px;
  width: 45%;
}
.module-lasted-new--horizontal-scroll .module-card__summary--skeleton {
  display: block;
  height: 12px;
  width: 90%;
  margin: 0;
}

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

/* source: resources/views/frontend/blade/common/categories/editorial-dual.css */
.module-taxonomy--editorial-dual .module-taxonomy__blocks {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  padding: 0;
}

.module-taxonomy--editorial-dual .module-taxonomy__blocks::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #e7e5e1;
  transform: translateX(-50%);
}

.module-taxonomy--editorial-dual .module-taxonomy__block { min-width: 0; }

.module-taxonomy--editorial-dual .module-taxonomy__section-heading,
.module-taxonomy--editorial-grid-3 .module-taxonomy__section-heading {
  display: flex;
  margin: 0 0 22px;
  padding: 0 0 10px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #111;
}

.module-taxonomy--editorial-dual .module-taxonomy__section-heading h2,
.module-taxonomy--editorial-grid-3 .module-taxonomy__section-heading h2 {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.module-taxonomy--editorial-dual .module-taxonomy__section-heading h2::before,
.module-taxonomy--editorial-grid-3 .module-taxonomy__section-heading h2::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  background: var(--theme-primary, #d81f2a);
}

.module-taxonomy--editorial-dual .module-taxonomy__section-heading a,
.module-taxonomy--editorial-grid-3 .module-taxonomy__section-heading a { color: inherit; text-decoration: none; }
.module-taxonomy--editorial-dual .module-taxonomy__view-all,
.module-taxonomy--editorial-grid-3 .module-taxonomy__view-all {
  flex: 0 0 auto;
  color: color-mix(in srgb, var(--theme-primary, #d81f2a) 82%, #000) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.module-taxonomy--editorial-dual .module-taxonomy__posts {
  display: grid;
  grid-template-columns: minmax(0, 54fr) minmax(0, 46fr);
  grid-template-rows: repeat(4, minmax(0, auto));
  column-gap: 26px;
  row-gap: 18px;
}

.module-taxonomy--editorial-dual .module-taxonomy__post:first-child { grid-row: 1 / span 4; }
.module-taxonomy--editorial-dual .module-taxonomy__post .module-card__link { color: #111; text-decoration: none; }
.module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__link { display: block; }
.module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__image {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__body { padding: 16px 0 0; }
.module-taxonomy--editorial-dual .module-taxonomy__featured-label {
  display: block;
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--theme-primary, #d81f2a) 82%, #000);
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__title {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.26;
}
.module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__meta { color: #8b8b8b; font-size: 13px; }
.module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__summary { display: none !important; }

.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-card__link {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-card__image {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-card__body { padding: 0; }
.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-taxonomy__featured-label,
.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-card__meta,
.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-card__summary { display: none !important; }
.module-taxonomy--editorial-dual .module-taxonomy__post:not(:first-child) .module-card__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .module-taxonomy--editorial-dual .module-taxonomy__blocks { grid-template-columns: 1fr; gap: 44px; }
  .module-taxonomy--editorial-dual .module-taxonomy__blocks::before { display: none; }
}

@media (max-width: 560px) {
  .module-taxonomy--editorial-dual .module-taxonomy__posts { grid-template-columns: 1fr; grid-template-rows: none; }
  .module-taxonomy--editorial-dual .module-taxonomy__post:first-child { grid-row: auto; }
  .module-taxonomy--editorial-dual .module-taxonomy__post:first-child .module-card__image { height: 190px; }
}

.module-taxonomy--editorial-dual .module-card--skeleton,
.module-taxonomy--editorial-grid-3 .module-card--skeleton { pointer-events: none; }
.module-taxonomy--editorial-dual .module-card__image--skeleton,
.module-taxonomy--editorial-dual .module-card__title--skeleton,
.module-taxonomy--editorial-grid-3 .module-card__image--skeleton,
.module-taxonomy--editorial-grid-3 .module-card__title--skeleton {
  min-height: 24px;
  background: #eee;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

/* source: resources/views/frontend/blade/common/categories/editorial-grid-3.css */
.module-taxonomy--editorial-grid-3 .module-taxonomy__blocks { display: grid; gap: 48px; padding: 0; }
.module-taxonomy--editorial-grid-3 .module-taxonomy__posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.module-taxonomy--editorial-grid-3 .module-card__link { display: block; color: #111; text-decoration: none; }
.module-taxonomy--editorial-grid-3 .module-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.module-taxonomy--editorial-grid-3 .module-card__body { padding: 12px 0 0; }
.module-taxonomy--editorial-grid-3 .module-card__title {
  margin: 0 0 8px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.32;
}
.module-taxonomy--editorial-grid-3 .module-card__meta { color: #8b8b8b; font-size: 13px; }
.module-taxonomy--editorial-grid-3 .module-card__summary { display: none; }

@media (max-width: 980px) {
  .module-taxonomy--editorial-grid-3 .module-taxonomy__posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .module-taxonomy--editorial-grid-3 .module-taxonomy__posts { grid-template-columns: 1fr; gap: 16px; }
}

/* source: resources/views/frontend/blade/common/list-new/editorial-story-list.css */
.module-list-new--editorial-story-list .module-list-new__items { display: grid; grid-template-columns: 1fr; gap: 0; }
.module-list-new--editorial-story-list .module-list-new__item { border-bottom: 1px solid #e7e5e1; }
.module-list-new--editorial-story-list .module-card__link {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  align-items: flex-start;
  color: #111;
  text-decoration: none;
}
.module-list-new--editorial-story-list .module-list-new__item:first-child .module-card__link { padding-top: 0; }
.module-list-new--editorial-story-list .module-card__image {
  flex: 0 0 150px;
  width: 150px;
  height: 100px;
  object-fit: cover;
}
.module-list-new--editorial-story-list .module-card__body { min-width: 0; padding: 0; }
.module-list-new--editorial-story-list .module-card__title {
  margin: 0 0 6px;
  font-family: -apple-system, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}
.module-list-new--editorial-story-list .module-card__summary {
  display: -webkit-box;
  max-width: 640px;
  margin: 0 0 8px;
  overflow: hidden;
  color: #4a4a4a;
  font-size: 13.5px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.module-list-new--editorial-story-list .module-card__meta { color: #8b8b8b; font-size: 12px; }
.module-list-new--editorial-story-list .module-list-new__actions { margin-top: 18px; text-align: center; }
.module-list-new--editorial-story-list .module-list-new__load-more {
  min-width: 110px;
  padding: 10px 32px;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.module-list-new--editorial-story-list .module-card--skeleton { pointer-events: none; }
.module-list-new--editorial-story-list :is(.module-card__image--skeleton,.module-card__title--skeleton,.module-card__meta--skeleton,.module-card__summary--skeleton) {
  background: #eee;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

@media (max-width: 560px) {
  .module-list-new--editorial-story-list .module-card__link { flex-direction: column; gap: 12px; }
  .module-list-new--editorial-story-list .module-card__image { width: 100%; height: 190px; flex-basis: auto; }
  .module-list-new--editorial-story-list .module-card__summary { max-width: 100%; }
}

/* 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/category/description-intro/standard.css */
.module-description-intro {
  width: 100%;
  max-width: var(--theme-content-width, var(--container-max, 1200px));
  margin: clamp(24px, 4vw, 52px) auto clamp(36px, 5vw, 64px);
  padding: 0 20px clamp(24px, 3vw, 38px);
  border-bottom: 1px solid var(--theme-border, rgba(15, 23, 42, .16));
  box-sizing: border-box;
}

.module-description-intro__inner {
  width: 100%;
}

.module-description-intro__title {
  margin: 0;
  max-width: 24ch;
  color: var(--theme-heading-title-color, var(--theme-text, #111827));
  font-family: var(--theme-title-font, var(--theme-heading-font, inherit));
  font-size: clamp(36px, 4.8vw, 58px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.module-description-intro__description {
  max-width: 80ch;
  margin: clamp(36px, 6vw, 76px) 0 0 clamp(20px, 3vw, 40px);
  color: var(--theme-text, #272b31);
  font-family: var(--theme-body-font, inherit);
  font-size: clamp(17px, 1.6vw, 22px);
  line-height: 1.6;
}

.module-description-intro__description--compact {
  max-width: 64ch;
  margin-top: 18px;
  margin-left: clamp(16px, 2.5vw, 32px);
  font-size: clamp(16px, 1.35vw, 19px);
}

.module-description-intro__description > :first-child {
  margin-top: 0;
}

.module-description-intro__description > :last-child {
  margin-bottom: 0;
}

.module-description-intro__description p {
  margin: 0 0 1em;
}

.module-description-intro__description ul,
.module-description-intro__description ol {
  margin: 0 0 1.15em;
  padding-left: 1.5em;
}

.module-description-intro__description li + li {
  margin-top: .28em;
}

.module-description-intro__description a {
  color: var(--theme-primary, #c1121f);
  text-decoration-thickness: 1px;
  text-underline-offset: .14em;
}

.module-description-intro__description strong {
  color: var(--theme-heading-title-color, var(--theme-text, #111827));
}

@media (max-width: 767.98px) {
  .module-description-intro {
    margin-top: 22px;
    margin-bottom: 34px;
    padding-right: 16px;
    padding-bottom: 26px;
    padding-left: 16px;
  }

  .module-description-intro__title {
    font-size: clamp(34px, 10vw, 44px);
  }

  .module-description-intro__description {
    margin-top: 30px;
    margin-left: 16px;
    font-size: 17px;
    line-height: 1.62;
  }
}

/* source: resources/views/frontend/blade/common/list-new/columns-3.css */
/* List-new module layout: columns-3 */
.module-list-new--columns-3 .module-list-new__items {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.module-list-new--columns-3 .module-card__link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  text-decoration: none;
}

.module-list-new--columns-3 .module-card__image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.module-list-new--columns-3 .module-card__body {
  padding: 10px 0 0;
  min-width: 0;
}

.module-list-new--columns-3 .module-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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

@media (max-width: 767.98px) {
  .module-list-new--columns-3 .module-list-new__items {
    grid-template-columns: 1fr;
  }
}


/* skeleton: list-new baseline from basic */
.module-list-new--columns-3 .module-card--skeleton { pointer-events: none; }
.module-list-new--columns-3 .module-card__image--skeleton,
.module-list-new--columns-3 .module-card__title--skeleton,
.module-list-new--columns-3 .module-card__meta--skeleton,
.module-list-new--columns-3 .module-card__summary--skeleton {
  background: #eeeeee;
  border-radius: 0;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}
.module-list-new--columns-3 .module-card__title--skeleton {
  height: 18px;
  width:   100%;
}
.module-list-new--columns-3 .module-card__meta--skeleton {
  height: 12px;
  width:   100%;
}
.module-list-new--columns-3 .module-card__summary--skeleton {
  display: block;
  height: 12px;
  width:   100%;
  margin: 0;
}
@keyframes module-skeleton-pulse {
  0% { opacity: 1; }
  50% { opacity: 0.55; }
  100% { opacity: 1; }
}

/* source: resources/views/frontend/blade/detail/article/news-sidebar.css */
/* module css */
.module-article--news-sidebar .module-article-news__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--theme-primary, #2563eb);
  text-decoration: none;
  margin-bottom: 10px;
}

.module-article--news-sidebar .module-article-news__eyebrow:hover {
  text-decoration: underline;
}

.module-article--news-sidebar .module-article-news__title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.module-article--news-sidebar .module-article-news__meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  margin-bottom: 6px;
  border: 1px solid var(--theme-primary, #2563eb);
  border-radius: 999px;
  color: var(--theme-primary, #2563eb);
  font-size: 13px;
  font-weight: 700;
}

.module-article--news-sidebar .module-article-news__meta-dot {
  opacity: 0.7;
}

.module-article--news-sidebar .module-article-news__cover {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--blog-card-radius, 0px);
  margin: 18px 0;
}

.module-article--news-sidebar .module-article__layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.module-article--news-sidebar .module-article__main {
  flex: 1 1 0;
  min-width: 0;
}

.module-article--news-sidebar .module-article__aside {
  flex: 0 0 320px;
  width: 320px;
  min-width: 0;
  position: sticky;
  top: 24px;
}

.module-related-posts--sidebar .module__heading {
  margin-bottom: 14px;
}

.module-related-posts__items--sidebar {
  display: grid;
  gap: 18px;
}

.module-related-posts--sidebar .module-card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 14px;
}

.module-related-posts--sidebar .module-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.module-related-posts--sidebar .module-card__link {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.module-related-posts--sidebar .module-card__image {
  width: 88px;
  height: 88px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

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

.module-related-posts--sidebar .module-card__title {
  font-size: 15px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-related-posts--sidebar .module-card__summary {
  display: none;
}

.module-related-posts--sidebar .module-card__meta {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .module-article--news-sidebar .module-article__layout {
    flex-direction: column;
  }

  .module-article--news-sidebar .module-article__main {
    flex: none;
    width: 100%;
  }

  .module-article--news-sidebar .module-article__aside {
    position: static;
    width: 100%;
    flex: none;
  }

  .module-related-posts__items--sidebar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 640px) {
  .module-article--news-sidebar .module-article-news__title {
    font-size: 28px;
  }
}

/* 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-article-news__cover.module-card__image--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-news__cover.module-card__image--skeleton {
  width: 100%;
  height: 360px;
  margin: 18px 0;
}

@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: 26px;
  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: 20px !important;
  line-height: 1.68;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

/* Editor hay chen font-size inline trong p; ep ve size paragraph cua theme. */
.module-article-content__body p :where(span, font, small, strong, b, em, i, u, s, mark, a) {
  font-size: inherit !important;
  line-height: inherit !important;
}

.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 !important;
  line-height: 1.16;
}

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

/*
 * Keep provider-owned ad mounts and iframes out of article media sizing.
 * In-article ads are direct children of the content body.
 */
.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,
.module-article-content__body > :not(.in-article-ad) img,
.module-article-content__body > :not(.in-article-ad) video,
.module-article-content__body > :not(.in-article-ad) iframe,
.module-article-content__body > :not(.in-article-ad) embed,
.module-article-content__body > :not(.in-article-ad) object,
.module-article-content__body > :not(.in-article-ad) table {
  max-width: 100%;
}

.module-article-content__body > iframe,
.module-article-content__body > :not(.in-article-ad) 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: 17px !important;
    line-height: 1.64;
  }

  .module-article-content__body p {
    font-size: 17px !important;
    line-height: 1.64 !important;
  }

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



/* 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/comment-box.css */
.module-comment-box { margin-top: 1.5rem; width: 100%; max-width: 100%; overflow-x: hidden; }
    .comment-box__panel {
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: #fff;
        padding: 18px;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }

    .module-comment-box,
    .module-comment-box * {
        box-sizing: border-box;
        max-width: 100%;
    }

    .comment-box__header { margin-bottom: 0.9rem; }
    .comment-box__title { margin: 0; color: var(--theme-heading-title-color, var(--theme-color-title, #1a2b49)); font-size: 20px; line-height: 1.2; font-weight: 800; text-transform: uppercase; text-decoration: none; }
    .module-comment-box .comment-box__title.module__heading-title {
        font-size: 20px !important;
        line-height: 1.2 !important;
        margin: 0 !important;
        text-decoration: none !important;
    }
    .module-comment-box .comment-box__title.module__heading-title::before,
    .module-comment-box .comment-box__title.module__heading-title::after {
        display: none !important;
        content: none !important;
    }
    .comment-box__count { font-size: inherit; font-weight: inherit; color: inherit; }

    .comment-box__count::before {
        content: "(";
    }

    .comment-box__count::after {
        content: ")";
    }

    .comment-box__identity { display: flex; align-items: center; gap: 0.35rem; margin-bottom: 0.45rem; font-size: 13px; color: #6a7488; }

    .comment-box__change-name { border: 0; background: transparent; color: var(--theme-color-main, #1d4ed8); cursor: pointer; text-decoration: underline; font-size: 13px; padding: 0; }

    .comment-box__form textarea { width: 100%; display: block; min-height: 88px; border: 1px solid #d7dde7; border-radius: 8px; padding: 10px 12px; font-size: 15px; line-height: 1.45; resize: vertical; background: #fff; color: #172033; }

    .comment-box__actions { margin-top: 0.45rem; display: flex; align-items: center; gap: 0.55rem; }

    .comment-box__actions button, .comment-box__load-more { border: 0; border-radius: 7px; background: var(--theme-color-main, #1d4ed8); color: #fff; padding: 9px 14px; font-weight: 700; font-size: 13px; line-height: 1.2; cursor: pointer; }

    .comment-box__feedback { font-size: 13px; color: #6a7488; }

    .comment-box__hidden {
        display: none !important;
    }

    .comment-box__list { margin-top: 0.75rem; display: grid; gap: 12px; border-top: 1px solid #e6e9ef; padding-top: 12px; }

    .comment-item {
        padding: 14px;
        border: 1px solid #e6e9ef;
        border-radius: 8px;
        background: #fff;
    }

    .comment-item__body {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .comment-item__avatar {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        min-width: 42px;
        min-height: 42px;
        max-width: 42px;
        max-height: 42px;
        aspect-ratio: 1 / 1;
        flex-shrink: 0;
        border-radius: 50%;
        background: #eef2f7;
        background: color-mix(in srgb, var(--theme-color-main, #1d4ed8) 12%, #eef2f7);
        color: var(--theme-color-main, #1d4ed8);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 800;
        line-height: 1;
        text-transform: uppercase;
    }

    .comment-item__avatar span { display: block; max-width: 34px; overflow: hidden; text-align: center; }

    .comment-item__main { min-width: 0; flex: 1; }

    .comment-item__meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 7px; }

    .module-comment-box .comment-item__meta .comment-item__author {
        color: #9a6b11 !important;
        font-weight: 800;
        font-size: 14px !important;
        line-height: 1.3;
        text-transform: none;
        letter-spacing: 0;
    }

    .module-comment-box .comment-item__content {
        margin: 0;
        color: #111827;
        line-height: 1.55;
        white-space: pre-wrap;
        font-size: 15px !important;
        font-weight: 400 !important;
    }

    .comment-item__footer { margin-top: 10px; display: flex; justify-content: flex-end; padding-bottom: 0; border-bottom: 0; }

    .comment-item__time { font-size: 12px; line-height: 1.35; color: #64748b; white-space: nowrap; text-align: right; }

    .comment-item__reply-btn {
        border: 1px solid #e1e6ef;
        border-radius: 999px;
        background: #fff;
        color: #9a6b11;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 10px;
        cursor: pointer;
        text-decoration: none;
    }

    .comment-item__reply-link {
        color: #b88a2c;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
    }

    .comment-item__reply-form { margin-top: 10px; display: grid; gap: 8px; }

    .comment-item__reply-form textarea { width: 100%; display: block; min-height: 76px; border: 1px solid #d7dde7; border-radius: 8px; padding: 9px 11px; font-size: 14px; line-height: 1.4; resize: vertical; background: #fff; color: #172033; }

    .comment-item__reply-actions { display: flex; align-items: center; gap: 8px; }

    .comment-item__reply-submit { border: 0; border-radius: 7px; background: var(--theme-color-main, #1d4ed8); color: #fff; padding: 7px 12px; font-size: 13px; font-weight: 700; cursor: pointer; }

    .comment-item__reply-cancel { border: 0; background: transparent; color: #9a6b11; text-decoration: underline; cursor: pointer; padding: 0; font-size: 13px; }

    .comment-item__reply-feedback {
        font-size: 13px;
        color: #6a7488;
    }

    .comment-item__replies { margin-top: 12px; margin-left: 54px; padding-left: 12px; border-left: 2px solid #e6e9ef; background: transparent; display: grid; gap: 10px; }

    .comment-item--reply { border: 0; padding: 10px 0 0; border-radius: 0; background: transparent; }
    .comment-item--reply .comment-item__avatar { width: 34px; height: 34px; flex-basis: 34px; min-width: 34px; min-height: 34px; font-size: 11px; }

    .comment-box__load-more-wrap { margin: 0 0 0.5rem; text-align: left; }

    .comment-box__composer { margin-top: 1rem; margin-bottom: 0; padding-top: 0.9rem; border-top: 1px solid #e6e9ef; }

    @media (max-width: 767px) {
        .comment-box__panel { padding: 14px; border-radius: 6px; }
        .comment-item { padding: 12px; }
        .comment-item__avatar {
            width: 36px;
            height: 36px;
            flex: 0 0 36px;
            min-width: 36px;
            min-height: 36px;
            max-width: 36px;
            max-height: 36px;
            aspect-ratio: 1 / 1;
            flex-shrink: 0;
        }
        .comment-item__meta { display: grid; gap: 2px; }
        .comment-item__time { text-align: left; white-space: normal; }
        .comment-item__replies { margin-left: 26px; }

        .comment-box__identity {
            flex-wrap: wrap;
        }
    }

/* source: resources/views/frontend/blade/detail/report-button.css */
.module-report-button {
            margin: 12px 0 4px;
            text-align: right
        }

        .report-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 16px;
            font-size: 13px;
            color: #888;
            background: transparent;
            border: 1px solid #ddd;
            border-radius: 6px;
            cursor: pointer;
            transition: color .2s, border-color .2s
        }

        .report-btn:hover {
            color: #e53e3e;
            border-color: #e53e3e
        }

        .report-modal-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .45);
            z-index: 99999;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px
        }

        .report-modal-overlay[hidden] {
            display: none
        }

        .report-modal {
            background: #fff;
            border-radius: 10px;
            width: 100%;
            max-width: 460px;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
            box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
            overflow: hidden
        }

        .report-modal__header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 20px 12px;
            border-bottom: 1px solid #f0f0f0;
            flex-shrink: 0
        }

        .report-modal__title {
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a
        }

        .report-modal__close {
            background: none;
            border: none;
            font-size: 22px;
            line-height: 1;
            color: #aaa;
            cursor: pointer;
            padding: 0 4px
        }

        .report-modal__close:hover {
            color: #333
        }

        .report-modal__body {
            padding: 16px 20px;
            overflow-y: auto;
            flex: 1
        }

        .report-modal__desc {
            margin: 0 0 10px;
            font-size: 13px;
            color: #555
        }

        .report-modal__reasons {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-bottom: 14px
        }

        .report-reason {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            color: #333;
            cursor: pointer
        }

        .report-reason input {
            accent-color: #e53e3e;
            width: 15px;
            height: 15px;
            cursor: pointer
        }

        .report-modal__message {
            width: 100%;
            box-sizing: border-box;
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 8px 10px;
            font-size: 13px;
            resize: vertical;
            font-family: inherit;
            color: #333;
            outline: none;
            transition: border-color .2s;
            margin-bottom: 12px
        }

        .report-modal__message:focus {
            border-color: #888
        }

        .report-modal__upload-area {
            margin-bottom: 4px
        }

        .report-modal__attach-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            font-size: 12px;
            color: #555;
            background: #f7f7f7;
            border: 1px solid #ddd;
            border-radius: 6px;
            cursor: pointer;
            transition: background .15s;
            margin-bottom: 10px
        }

        .report-modal__attach-btn:hover:not(:disabled) {
            background: #eee
        }

        .report-modal__attach-btn:disabled {
            opacity: .5;
            cursor: not-allowed
        }

        .report-modal__img-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            gap: 8px
        }

        .report-img-item {
            position: relative;
            border-radius: 6px;
            overflow: hidden;
            background: #f5f5f5;
            border: 1px solid #e5e5e5;
            aspect-ratio: 4/3
        }

        .report-img-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block
        }

        .report-img-item__remove {
            position: absolute;
            top: 4px;
            right: 4px;
            width: 20px;
            height: 20px;
            background: rgba(0, 0, 0, .55);
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 14px;
            line-height: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background .15s
        }

        .report-img-item__remove:hover {
            background: rgba(229, 62, 62, .85)
        }

        .report-img-item__status {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .45);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            color: #fff;
            pointer-events: none
        }

        .report-img-item__status.done {
            background: rgba(30, 130, 30, .4)
        }

        .report-img-item__status.err {
            background: rgba(200, 30, 30, .5)
        }

        .report-modal__error {
            margin-top: 8px;
            font-size: 12px;
            color: #e53e3e
        }

        .report-modal__footer {
            display: flex;
            justify-content: flex-end;
            gap: 8px;
            padding: 12px 20px 16px;
            border-top: 1px solid #f0f0f0;
            flex-shrink: 0
        }

        .report-modal__cancel {
            padding: 7px 16px;
            font-size: 13px;
            background: transparent;
            border: 1px solid #ddd;
            border-radius: 6px;
            cursor: pointer;
            color: #555
        }

        .report-modal__cancel:hover {
            background: #f7f7f7
        }

        .report-modal__submit {
            padding: 7px 16px;
            font-size: 13px;
            background: #e53e3e;
            color: #fff;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-weight: 500;
            transition: background .2s
        }

        .report-modal__submit:hover:not(:disabled) {
            background: #c53030
        }

        .report-modal__submit:disabled {
            opacity: .6;
            cursor: not-allowed
        }

        .report-modal__success {
            padding: 24px 20px;
            text-align: center;
            font-size: 14px;
            color: #2d7a2d
        }

/* 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/everygirl-menu.css */
/* everygirl — menu visual overrides
 * Layout base: resources/views/frontend/blade/common/menu/menu.css
 * Style: full-bleed compact white bar, black text
 */

.module-menu__toggle-icon,
.module-menu__toggle-icon::before,
.module-menu__toggle-icon::after {
  background: #2f2a2a;
}


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

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

/* ===== COMPACT: full-bleed white bar with bottom border ===== */

.module-menu--compact {
  background: var(--menu-background, #ffffff);
  border-bottom: 1px solid #e8e0e3;
}

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

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

/* ===== 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, #ffffff);
  border-bottom: 1px solid #e8e0e3;
}

:is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__link {
  color: var(--menu-text, #111111);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

: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 {
  color: var(--theme-primary, #cc6e8f);
}

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

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

.module-menu--minimal-underline .module-menu__link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2f2a2a;
}

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

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

@media (max-width: 768px) {
  .module-menu--standard .module-menu__list,
  .module-menu--compact .module-menu__list,
  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__list,
  .module-menu--minimal-underline .module-menu__list {
    background: #ffffff;
    box-shadow: 4px 0 22px rgba(0, 0, 0, 0.15);
  }

  .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: #111111;
  }

  .module-menu::after {
    background: rgba(0, 0, 0, 0.4);
  }
}

/* source: frontend/theme/css/everygirl-top-new.css */
/* Unified Top New Style Pack (split by theme slug)
 * Includes hard ratio for 1-3 and balanced 3-column for 1-7.
 */


/* =========================================================
   TOP NEW SHELL
   ========================================================= */

.module-top-new {
  --topnew-gap: var(--theme-consistent-gap, 16px);
  --topnew-radius: var(--blog-card-radius, 0px);
  --topnew-lead-media-ratio: 60%;
  --topnew-lead-text-ratio: 40%;
  --topnew-border: rgba(17, 17, 17, 0.28);
  --topnew-surface: #fff;
  --topnew-title: var(--theme-text, #0f172a);
  --topnew-meta: var(--theme-text, #64748b);
}

.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__heading--top-new-sub {
  margin: 0 0 22px;
  color: #000000;
  font-family: var(--theme-heading-font, "Fraunces", "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  height: 34px;
  text-align: center;
}

.module__heading--top-new-sub .module__heading-prefix {
  color: inherit;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.module-top-new:not(.module-top-new--slide-with-latest) .module-card {
  height: 100%;
  border: 1px solid var(--topnew-border);
  border-radius: var(--topnew-radius);
  overflow: visible;
  background: #ffffff;
  box-shadow: none;
}

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

.module-top-new:not(.module-top-new--slide-with-latest) .module-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

/* Main/lead card image uses its own sizing (separate from generic card image). */

.module-top-new:not(.module-top-new--slide-with-latest) .module-card__body {
  padding: 12px 14px;
  background: transparent;
}

.module-top-new:not(.module-top-new--slide-with-latest) .module-card__title {
  margin: 0;
  color: var(--topnew-title);
  font-family: var(--theme-heading-font, "Fraunces", "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-top-new:not(.module-top-new--slide-with-latest) .module-card__summary {
  margin-top: 8px;
  color: var(--theme-text, #475569);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-top-new:not(.module-top-new--slide-with-latest) .module-card__meta {
  margin-top: 8px;
  color: var(--topnew-meta);
  font-size: 12px;
}

/* Lead cards: keep media/text split stable and allow richer excerpt */
.module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__lead .module-card__link {
  grid-template-rows:
    minmax(0, var(--topnew-lead-media-ratio)) minmax(0, var(--topnew-lead-text-ratio));
}

.module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__lead .module-card__body {
  overflow: hidden;
}

.module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__lead .module-card__summary {
}

.module-recent-stories-v {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 2.1fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: start;
}

.module-recent-stories-v__col {
  min-width: 0;
}

.module-top-new--recent-stories-v .module-recent-stories-v__col .module-card {
  height: auto;
}

.module-recent-stories-v__left {
  display: grid;
  gap: 12px;
}

.module-recent-stories-v__lead .module-card__image {
  height: 500px !important;
  min-height: 500px;
  max-height: 500px;
  aspect-ratio: auto;
  object-fit: cover;
}

.module-recent-stories-v__popular {
  border: 0;
  border-radius: 0;
  padding: 12px;
  background: transparent;
}

.module-recent-stories-v__popular-title {
  margin: 0 0 10px;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.08;
  color: var(--topnew-title);
}

.module-recent-stories-v__popular-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.module-recent-stories-v__popular-item .module-card__link {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.module-recent-stories-v__popular-item .module-card__image {
  width: 92px !important;
  height: 68px !important;
  min-height: 68px;
  max-height: 68px;
  aspect-ratio: auto;
  object-fit: cover;
}

.module-recent-stories-v__popular-item .module-card__body {
  padding: 0;
}

.module-recent-stories-v__popular-item .module-card__title {
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  display: block;
  margin: 0;
}

.module-recent-stories-v__popular-item .module-card__meta {
  display: block;
  margin-top: 6px;
  color: #2f7f9f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1199.98px) {

  

  .module-recent-stories-v__lead .module-card__image {
    height: 500px !important;
    min-height: 500px;
    max-height: 500px;
  }
}

@media (max-width: 991.98px) {
  .module__heading--top-new-sub {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__sub-item .module-card__body {
    display: block !important;
    height: auto !important;
    min-height: 0;
    overflow: hidden;
  }

  .module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__sub-item .module-card__title,
  .module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__sub-item .module-card__summary {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .module-top-new:not(.module-top-new--slide-with-latest) .module-top-new__sub-item .module-card__meta {
    display: block !important;
    overflow: hidden !important;
  }

  

  .module-recent-stories-v__lead .module-card__image {
    height: 360px !important;
    min-height: 360px;
    max-height: 360px;
  }
}

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

/* BlogBio home hero: 1 lead + 4-item trending rail. */
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub { margin-top: 0 !important; }
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub > .module__heading { display: none !important; }
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 32px;
  margin-top: 32px;
  align-items: stretch;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-card { border: 0; border-radius: 2px; background: transparent; }
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__link {
  position: relative;
  display: block;
  height: 460px;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__image {
  display: block;
  width: 100%;
  height: 460px;
  aspect-ratio: auto;
  object-fit: cover;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 80px 26px 22px;
  overflow: visible;
  background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,0));
  color: #fff;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__body::before {
  content: "Top Story";
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 12px;
  background: var(--theme-primary, #d81f2a);
  color: #fff;
  font-family: var(--theme-body-font);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__title {
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--theme-body-font);
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: 800;
  line-height: 1.18;
  -webkit-line-clamp: 2;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__summary {
  max-width: 90%;
  margin: 0 0 12px;
  color: #e7e7e7;
  font-family: var(--theme-body-font);
  font-size: 13.5px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__meta {
  margin: 0;
  color: #cfcfcf;
  font-family: var(--theme-body-font);
  font-size: 13px;
}

body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-list {
  display: grid;
  height: 460px;
  padding: 22px 22px 68px !important;
  grid-template-rows: auto repeat(4, minmax(0, 1fr)) auto;
  gap: 0;
  border: 1px solid #e7e5e1;
  background: #faf9f7;
  counter-reset: trending;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-list::before {
  content: "Trending Now";
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #111;
  color: #111;
  font-family: var(--theme-body-font);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-list::after {
  display: none;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__trending-cta {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: calc(62.963% + 34px);
  z-index: 2;
  display: block;
  padding: 8px;
  border: 1.5px solid var(--theme-primary, #d81f2a);
  color: color-mix(in srgb, var(--theme-primary, #d81f2a) 82%, #000);
  font-family: var(--theme-body-font);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item {
  min-height: 0;
  overflow: visible;
  border-bottom: 1px solid #e7e5e1;
  counter-increment: trending;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__link {
  position: relative;
  display: grid !important;
  height: 100%;
  min-height: 0;
  padding: 8px 0 8px 44px;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: 1fr;
  gap: 14px;
  align-items: center;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__link::before {
  content: counter(trending, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 0;
  width: 30px;
  color: var(--theme-primary, #d81f2a);
  font-family: var(--theme-body-font);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__image {
  width: 64px !important;
  height: 64px !important;
  min-height: 64px;
  max-height: 64px;
  border-radius: 4px;
  object-fit: cover;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__body { padding: 0 !important; }
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item .module-card__title {
  margin: 0;
  color: #111;
  font-family: var(--theme-body-font);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-line-clamp: 2 !important;
}
body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item :is(.module-card__meta,.module-card__summary) { display: none !important; }

@media (max-width: 980px) {
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__layout { grid-template-columns: 1fr; }
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-list { height: auto; }
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-item { min-height: 88px; }
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__trending-cta {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}
@media (max-width: 560px) {
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead,
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__link,
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__image { height: clamp(260px, 75vw, 340px); min-height: 0; }
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__lead .module-card__body { padding: 56px 18px 18px; }
  body[data-theme="everygirl"] .module-top-new--grid-1-main-4-sub .module-top-new__sub-list { padding: 16px 16px 60px !important; }
}

/* source: frontend/theme/css/everygirl-lasted-new.css */
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll { --lasted-gap: 26px; }
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-lasted-new__items--horizontal-scroll {
  gap: 26px;
  padding: 0;
  scrollbar-width: thin;
}
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-lasted-new__item {
  flex: 0 0 calc((100% - 78px) / 4);
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  border: 0;
  background: transparent;
}
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-card__image {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-card__body { padding: 12px 0 0; }
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-card__title {
  margin: 0 0 10px;
  color: #111;
  font-family: var(--theme-body-font);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.32 !important;
}
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-card__meta {
  margin: 0;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
}
body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-card__summary { display: none !important; }

@media (max-width: 980px) {
  body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-lasted-new__item { flex-basis: calc((100% - 26px) / 2); }
}
@media (max-width: 560px) {
  body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll { --lasted-gap: 16px; }
  body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-lasted-new__items--horizontal-scroll { gap: 16px; }
  body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-lasted-new__item { flex-basis: 82vw; }
  body[data-theme="everygirl"] .module-lasted-new--horizontal-scroll .module-card__title { font-size: 15px; }
}

/* source: frontend/theme/css/everygirl-categories.css */
/* taxonomy layout moved to module css (resources/views/frontend/blade/common/categories|tags/*.css) */

/* source: frontend/theme/css/everygirl-list-new.css */
body[data-theme="everygirl"] .module-list-new--editorial-story-list .module-list-new__actions[hidden] { display: none; }
body[data-theme="everygirl"] .module-list-new--editorial-story-list .module-card__title:hover { color: color-mix(in srgb, var(--theme-primary, #d81f2a) 82%, #000); }

/* source: frontend/theme/css/everygirl-overrides.css */
body[data-theme="everygirl"] {
  --theme-primary: var(--theme-color-primary, #d81f2a);
  --theme-text: var(--theme-color-text, #111);
  --container-max: var(--theme-layout-container-max, 1180px);
  --section-gap: var(--theme-layout-section-gap, 52px);
  --theme-body-font: -apple-system, "Helvetica Neue", Arial, sans-serif;
  --theme-heading-font: -apple-system, "Helvetica Neue", Arial, sans-serif;
  color: #111;
  background: #fff;
  font-family: var(--theme-body-font);
}

body[data-theme="everygirl"] *,
body[data-theme="everygirl"] *::before,
body[data-theme="everygirl"] *::after { box-sizing: border-box; }

body[data-theme="everygirl"] #bodyWrapper.bio-container {
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}

body[data-theme="everygirl"] .theme-render-page--home > .module:not(.module-menu):not(.module-footer) {
  margin-top: 52px;
  margin-bottom: 52px;
}

body[data-theme="everygirl"] .theme-render-page--home > .module-top-new { margin-top: 0; }

body[data-theme="everygirl"] .theme-render-page--home .module__heading {
  display: flex;
  width: 100%;
  margin: 0 0 22px;
  padding: 0 0 10px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-bottom: 2px solid #111;
}

body[data-theme="everygirl"] .theme-render-page--home .module__heading::before { display: none; }
body[data-theme="everygirl"] .theme-render-page--home .module__heading-prefix {
  position: relative;
  margin: 0;
  padding: 0 0 0 14px;
  color: #111;
  font-family: var(--theme-body-font);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

body[data-theme="everygirl"] .theme-render-page--home .module__heading-prefix::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  background: var(--theme-primary, #d81f2a);
}

body[data-theme="everygirl"] .theme-render-page--home .module__heading-view-all {
  margin-left: auto;
  color: color-mix(in srgb, var(--theme-primary, #d81f2a) 82%, #000);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-theme="everygirl"] .module-footer--columns-4 {
  --module-footer-bg: #111;
  --module-footer-text: #d8d8d8;
  --module-footer-title: #fff;
  --module-footer-link: #c9c9c9;
  --module-footer-link-hover: #fff;
  --module-footer-divider: #333;
  margin-top: 70px;
}
body[data-theme="everygirl"] .module-footer--columns-4 .module-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 24px 26px;
}
body[data-theme="everygirl"] .module-footer--columns-4 .module-footer__columns { gap: 32px; }

body[data-theme="everygirl"] .module-taxonomy--editorial-grid-3 .module-card__summary { display: none !important; }

@media (max-width: 980px) {
  body[data-theme="everygirl"] .theme-render-page--home > .module:not(.module-menu):not(.module-footer) { margin-top: 42px; margin-bottom: 42px; }
}

@media (max-width: 720px) {
  body[data-theme="everygirl"] #bodyWrapper.bio-container { padding-right: 16px; padding-left: 16px; }
}

@media (max-width: 560px) {
  body[data-theme="everygirl"] .theme-render-page--home > .module:not(.module-menu):not(.module-footer) { margin-top: 34px; margin-bottom: 34px; }
}

/* source: frontend/theme/css/detail-mobile-content.css */
/* Final, shared mobile article typography override for every theme. */
@media (max-width: 768px) {
  html body .theme-render-page.theme-render-page--detail[data-page-type="detail"] .module-article-content__body {
    font-size: 17px !important;
  }

  html body .theme-render-page.theme-render-page--detail[data-page-type="detail"] .module-article-content__body :where(p, li, blockquote, dd, dt, td, th, figcaption, div:not(.in-article-ad), section:not(.in-article-ad)) {
    font-size: 17px !important;
  }

  html body .theme-render-page.theme-render-page--detail[data-page-type="detail"] .module-article-content__body :where(p, li, blockquote, dd, dt, td, th, figcaption, div:not(.in-article-ad), section:not(.in-article-ad)) :where(span, font, small, strong, b, em, i, u, s, mark, a) {
    font-size: inherit !important;
  }

  html body .theme-render-page.theme-render-page--detail[data-page-type="detail"] .module-article-content__body > :where(span, font, small, strong, b, em, i, u, s, mark, a) {
    font-size: 17px !important;
  }
}
