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

/* source: frontend/theme/css/vars/everygirl.css */
/* Generated from Theme Manager Info tokens. Do not edit manually. */
:root {
  --theme-color-primary: #cc6e8f;
  --theme-primary: #cc6e8f;
  --theme-color-text: #2f2a2a;
  --theme-text: #2f2a2a;
  --theme-color-background: #ffffff;
  --theme-background: #ffffff;
  --theme-layout-container-max: 1200px;
  --container-max: 1200px;
  --theme-layout-section-gap: 24px;
  --section-gap: 24px;
  --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;
 }

 body {
   font-family: "Poppins", Arial, Verdana, sans-serif;
   font-size: 17px;
   color: #000000;
   background-color: var(--theme-background, #ffffff);
   margin: 0;
   padding: 0;
 }

 *::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: "Playfair Display", "Times New Roman", serif;
   font-size: 24px;
   line-height: 1.35;
   font-weight: 700;
 }

 .module-card__meta {
   margin-bottom: 8px;
   color: var(--theme-text, #5f5f5a);
   font-size: 13px;
   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: "Poppins", Arial, Verdana, sans-serif;
   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: "Playfair Display", "Times New Roman", serif;
 }

 .module-lasted-new .module-card__title {
   font-family: "Playfair Display", "Times New Roman", serif !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: "Playfair Display", "Times New Roman", serif;
   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: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
   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: "Playfair Display", "Times New Roman", serif;
   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: "Playfair Display", "Times New Roman", serif;
   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: "Playfair Display", "Times New Roman", serif;
 }

 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/compact.css */
/* menu/compact — layout CSS
 * Visual overrides: public/frontend/theme/css/{theme}-menu.css
 */

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

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

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

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

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

.module-menu__item {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.module-top-new--grid-1-main-3-sub .module-top-new__sub-list {
  --topnew-sub-height: 150px;
  --topnew-sub-gap: 10px;
  display: flex;
  flex-direction: column;
  gap: var(--topnew-sub-gap);
}

.module-top-new--grid-1-main-3-sub .module-top-new__sub-list > .module-top-new__sub-item {
  flex: 0 0 var(--topnew-sub-height);
}

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

.module-top-new--grid-1-main-3-sub .module-top-new__sub-item.module-card {
  height: var(--topnew-sub-height);
  min-height: var(--topnew-sub-height);
  max-height: var(--topnew-sub-height);
  overflow: hidden;
}

.module-top-new--grid-1-main-3-sub .module-top-new__sub-item .module-card__link {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  grid-template-rows: 1fr;
  min-height: 100%;
  height: 100%;
  align-items: center;
  gap: 0;
}

.module-top-new--grid-1-main-3-sub .module-top-new__sub-item .module-card__image {
  width: 150px !important;
  height: 150px !important;
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.module-top-new--grid-1-main-3-sub .module-top-new__sub-item .module-card__body {
  padding: 12px 14px;
  overflow: hidden;
}

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

.module-top-new--grid-1-main-3-sub .module-top-new__sub-item .module-card__summary,
.module-top-new--grid-1-main-3-sub .module-top-new__sub-item .module-card__meta {
  display: none !important;
}

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

.module-top-new--grid-1-main-3-sub .module-top-new__lead .module-card__link {
  display: grid;
  grid-template-rows: minmax(0, 65.28%) minmax(0, 34.72%);
  height: 100%;
  min-height: 100%;
}

.module-top-new--grid-1-main-3-sub .module-top-new__lead .module-card__image {
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  max-height: none;
  aspect-ratio: 613.8 / 377.87;
  object-fit: cover;
}

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

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

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

  .module-top-new--grid-1-main-3-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/footer/columns-3.css */
.module-footer {
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding-bottom: 0;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* source: resources/views/frontend/blade/common/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/standard.css */
/* module css */
.module-article__body {
  margin: 0;
}

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


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

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

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

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

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

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

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

  50% {
    opacity: 0.55;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

  50% {
    opacity: 0.55;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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



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

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

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

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



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

/* source: frontend/theme/css/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: "Editors Note", "Playfair Display", "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(._legacy-disabled .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(._legacy-disabled .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(._legacy-disabled .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(._legacy-disabled .module-top-new--slide-with-latest) .module-card__body {
  padding: 12px 14px;
  background: transparent;
}

.module-top-new:not(._legacy-disabled .module-top-new--slide-with-latest) .module-card__title {
  margin: 0;
  color: var(--topnew-title);
  font-family: "Playfair Display", "Times New Roman", serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.module-top-new:not(._legacy-disabled .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(._legacy-disabled .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(._legacy-disabled .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(._legacy-disabled .module-top-new--slide-with-latest) .module-top-new__lead .module-card__body {
  overflow: hidden;
}

.module-top-new:not(._legacy-disabled .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(._legacy-disabled .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(._legacy-disabled .module-top-new--slide-with-latest) .module-top-new__sub-item .module-card__title,
  .module-top-new:not(._legacy-disabled .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(._legacy-disabled .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; }
}
