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

/* source: storage/app/public/frontend/theme/css/vars/blue_new.css */
/* Generated from Theme Manager Info tokens. Do not edit manually. */
:root {
  --theme-color-primary: #0f4ea1;
  --theme-primary: #0f4ea1;
  --theme-color-text: #1a1a1a;
  --theme-text: #1a1a1a;
  --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: 42px;
  --menu-height: 42px;
  --theme-menu-banner-height: 120px;
  --menu-banner-height: 120px;
  --theme-menu-gap: 16px;
  --menu-gap: 16px;
  --theme-menu-background: #0053a5;
  --menu-background: #0053a5;
  --theme-menu-text: #ffffff;
  --menu-text: #ffffff;
  --theme-blog-card-radius: 0px;
  --blog-card-radius: 0px;
  --theme-blog-card-border-bottom: 0px solid transparent;
  --blog-card-border-bottom: 0px solid transparent;
}

/* source: frontend/theme/css/blue_new.css */
* Theme Manager Info Vars (auto-generated asset: frontend/theme/css/vars/ {
     theme
   }

   .css): body[data-theme="blue_new"] {
   /* Backward-compatible aliases (respect values injected by vars/{theme}.css) */
   --theme-primary: var(--theme-color-primary, #0f4ea1);
   --theme-text: var(--theme-color-text, #1a1a1a);
   --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, 42px);
   --menu-banner-height: var(--theme-menu-banner-height, 120px);
   --menu-gap: var(--theme-menu-gap, 16px);
   --menu-background: var(--theme-menu-background, #0053a5);
   --menu-text: var(--theme-menu-text, #ffffff);
   --blog-card-radius: var(--theme-blog-card-radius, 0px);
   --blog-card-border-bottom: var(--theme-blog-card-border-bottom, 0px solid transparent);

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

   --theme-consistent-radius: var(--blog-card-radius);
   --theme-consistent-gap: 16px;
   --theme-consistent-pad: 14px;
   --theme-consistent-border: rgba(15, 78, 161, 0.2);
   --theme-heading-color: var(--theme-text, #111827);
   --theme-heading-prefix-color: var(--theme-primary, #0f4ea1);
   --theme-heading-title-color: var(--theme-heading-color);
   --theme-heading-prefix-transform: uppercase;
   --theme-heading-prefix-letter: 0.07em;
   --theme-heading-prefix-size: 12px;
   --theme-heading-title-size: 26px;
   --theme-heading-underline-color: var(--theme-primary, #0f4ea1);
   --theme-heading-line-display: block;
   --theme-heading-line-color: var(--theme-primary, #0f4ea1);
   --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: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
   color: var(--theme-text, #1a1a1a);
   background-color: var(--theme-background, #ffffff);
   margin: 0;
   padding: 0;
   overflow-x: hidden;
 }

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


 .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__body p {
   font-size: 24px;
 }

 .module-card__title {
   margin: 0 0 8px;
   color: var(--theme-text, #101010);
   font-family: "Source Serif Pro", Georgia, serif;
   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, #0f4ea1);
   background: var(--theme-primary, #0f4ea1);
   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-related-posts--card-list .module-card {
   border: 0;
   border-radius: var(--blog-card-radius, 0px);
   border-bottom: var(--blog-card-border-bottom, 1px solid #e5e7eb);
   padding-bottom: 12px;
 }

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

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

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

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

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

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

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

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

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

 .module-article-header__title {
   margin: 0 0 12px;
   padding-top: 0;
   font-family: "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-content__body {
   color: var(--theme-text, #1a1a1a);
   font-size: 24px;
   line-height: 1.68;
 }

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

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

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

 (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,
   .module-related-posts--card-list .module-card__link {
     display: block;
   }

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

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

     padding: 0 16px;
   }

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

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

 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: "Source Sans Pro", "Source Sans 3", "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: "Source Sans Pro", "Source Sans 3", "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, #0053a5);
   font-family: "Source Sans Pro", "Source Sans 3", "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, #0f4ea1);
   background: transparent;
   color: var(--theme-primary, #0f4ea1);
   font-family: "Source Sans 3", "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, #0053a5);
   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, #0053a5);
   font-family: "Source Sans Pro", "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
   font-size: 22.5px;
   line-height: 1.25;
   font-weight: 700;
   color: var(--theme-primary, #0053a5);
   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-top-new .module-card__title,
   .module-recent-stories-v .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-top-new .module-card__summary,
   .module-recent-stories-v .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: "Source Serif Pro", Georgia, serif;
 }

 .module-lasted-new .module-card__title {
   font-family: "Source Serif Pro", Georgia, 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__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: "Source Serif Pro", Georgia, 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, #0053a5);
   color: var(--theme-primary, #0053a5);
   font-family: "Source Sans 3", "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: "Source Serif Pro", Georgia, 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, #0053a5);
   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: "Source Serif Pro", Georgia, 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="blue_new"] .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="blue_new"] .tw-theme-title {
   color: var(--theme-text, #1a1a1a);
   font-family: "Source Serif Pro", Georgia, serif;
 }

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

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

   .module-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 14px 24px rgba(15, 78, 161, 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.2s ease, text-decoration-color 0.2s ease;
     text-decoration-color: transparent;
   }

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

 .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: color-mix(in srgb, var(--menu-background, #0053a5) 88%, #ffffff 12%);
   color: #ffffff;
   border: 1px solid color-mix(in srgb, var(--menu-background, #0053a5) 78%, #ffffff 22%);
   box-shadow: none;
 }

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

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__col-title::before {
   background: color-mix(in srgb, #ffffff 70%, transparent);
 }

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

 ._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: color-mix(in srgb, #ffffff 84%, var(--menu-active, #7dd3fc) 16%);
 }

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

 ._legacy-disabled .module-footer--columns-3 ._legacy-disabled .module-footer__bottom {
   border-top: 1px solid color-mix(in srgb, #ffffff 28%, transparent);
 }

/* source: resources/views/frontend/blade/common/menu/standard.css */
/* menu/standard — 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;
}

/* ===== STANDARD ===== */

.module-menu--standard {
  --menu-standard-bg: #ffffff;
  --menu-standard-text: #111827;
  padding-left: var(--menu-shell-inline);
  padding-right: var(--menu-shell-inline);
  padding-top: 10px;
  padding-bottom: 10px;
  background: var(--menu-standard-bg) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.module-menu--standard .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, 36px);
}

.module-menu--standard .module-menu__link {
  padding: 10px 0;
  color: var(--menu-standard-text) !important;
  white-space: nowrap;
}

.module-menu--standard .module-menu__link:hover,
.module-menu--standard .module-menu__link.is-active {
  color: var(--menu-standard-text) !important;
}

@media (min-width: 769px) {
  .module-menu--standard .module-menu__brand {
    padding: 0 16px;
  }
}

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

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

.module-menu--standard .module-menu__link--skeleton {
  display: block;
  width: 96px;
  height: 16px;
  border-radius: 6px;
  animation: module-skeleton-pulse 1.2s ease-in-out infinite;
}

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

@media (max-width: 768px) {
  .module-menu--standard {
    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--standard .module-menu__brand-logo {
    max-height: 40px;
  }

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

  .module-menu--standard .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--standard .module-menu__item {
    width: 100%;
  }

  .module-menu--standard .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--standard.is-open .module-menu__list {
    display: flex;
    transform: translateX(0);
  }

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

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

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

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

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

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

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

/* source: resources/views/frontend/blade/home/home-intro/standard.css */
.theme-home-intro {
  max-width: var(--theme-content-width, 1120px);
  margin: 18px auto 20px;
  padding: 0 16px;
}

.theme-home-intro__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, 0.22fr);
  gap: clamp(18px, 4vw, 56px);
  align-items: end;
  padding: clamp(18px, 3.4vw, 42px) 0 clamp(16px, 2.6vw, 30px);
  border-top: 1px solid rgba(17, 24, 39, 0.14);
  border-bottom: 1px solid rgba(17, 24, 39, 0.14);
}

.theme-home-intro__grid::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(156px, 38vw);
  height: 3px;
  background: var(--theme-heading-line-color, var(--theme-primary, #cc6e8f));
}

.theme-home-intro__content {
  max-width: 920px;
}

.theme-home-intro__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(10px, 1.6vw, 16px);
  color: var(--theme-heading-prefix-color, var(--theme-primary, #cc6e8f));
  font-size: var(--theme-heading-prefix-size, 12px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: var(--theme-heading-prefix-letter, 0.08em);
  text-transform: var(--theme-heading-prefix-transform, uppercase);
}

.theme-home-intro__rule {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.theme-home-intro__title {
  margin: 0;
  max-width: 980px;
  color: var(--theme-heading-title-color, var(--theme-text, #111827));
  font-family: var(--theme-title-font, var(--theme-heading-font, inherit));
  font-size: clamp(34px, 6.2vw, 76px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.theme-home-intro__description {
  max-width: 720px;
  margin: clamp(12px, 1.8vw, 18px) 0 0;
  color: var(--theme-muted, var(--theme-text, #667085));
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.62;
}

.theme-home-intro__share {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: clamp(14px, 2vw, 20px);
}

.theme-home-intro__share a {
  color: var(--theme-muted, var(--theme-text, #667085));
  font-size: var(--theme-heading-prefix-size, 12px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: var(--theme-heading-prefix-letter, 0.08em);
  text-decoration: none;
  text-transform: var(--theme-heading-prefix-transform, uppercase);
}

.theme-home-intro__share a:hover,
.theme-home-intro__share a:focus-visible {
  color: var(--theme-primary, var(--theme-text, #111827));
}

.theme-home-intro__mark {
  justify-self: end;
  min-width: 104px;
  padding-left: 16px;
  border-left: 1px solid rgba(17, 24, 39, 0.18);
  color: var(--theme-muted, var(--theme-text, #667085));
  font-family: var(--theme-title-font, var(--theme-heading-font, inherit));
}

.theme-home-intro__mark span:first-child {
  display: block;
  color: var(--theme-text, #111827);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.9;
  font-weight: 700;
}

.theme-home-intro__mark span:last-child {
  display: block;
  margin-top: 10px;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

@media (max-width: 767.98px) {
  .theme-home-intro {
    margin-top: 12px;
  }

  .theme-home-intro__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 20px;
  }

  .theme-home-intro__mark {
    justify-self: start;
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
    padding-left: 0;
    border-left: 0;
  }

  .theme-home-intro__mark span:last-child {
    margin-top: 0;
  }
}

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

.module-article-content__body p {
  font-size: 30px !important;
  line-height: 44px !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;
}

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

  .module-article-content__body p {
    font-size: 24px !important;
    line-height: 44px !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/blue_new-menu.css */
/* blue_new — menu visual overrides
 * Layout base: resources/views/frontend/blade/common/menu/menu.css
 * Style: full-bleed compact blue bar, white text
 */

.module-menu__toggle-icon,
.module-menu__toggle-icon::before,
.module-menu__toggle-icon::after {
  background: #0053a5;
}

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

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

/* ===== COMPACT: full-bleed blue bar ===== */

.module-menu--compact {
  background: var(--menu-background, #0053a5);
}


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

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

/* ===== 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, #0053a5);
}

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

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

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

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

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

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

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

@media (max-width: 768px) {

  :is(.module-menu--brand-name-menu, .module-menu--banner-menu, .module-menu--brandname-menu) .module-menu__bar--menu {
    background: var(--menu-background, #0053a5) !important;
  }

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

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

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

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

  .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: #111827;
    opacity: 1;
  }

  .module-menu::after {
    background: rgba(15, 23, 42, 0.45);
  }
}

/* source: frontend/theme/css/blue_new-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(15, 23, 42, 0.10);
  --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-top-new .module-card {
  height: 100%;
  border: 0;
  border-radius: var(--topnew-radius);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

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

.module-top-new .module-card__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 .module-card__body {
  padding: 12px 14px;
  background: transparent;
}

.module-top-new .module-card__title {
  margin: 0;
  color: var(--topnew-title);
  font-family: "Source Serif Pro", Georgia, serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


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


.module-top-new .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 .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 .module-top-new__lead .module-card__body {
  overflow: hidden;
}

.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-top-new .module-top-new__sub-item .module-card__body {
    display: block !important;
    height: auto !important;
    min-height: 0;
    overflow: hidden;
  }

  .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;
    overflow: hidden !important;
  }

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

/* source: frontend/theme/css/blue_new-lasted-new.css */
/* Blue New - Lasted New module styles */

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

.module-lasted-new .module-lasted-new__items {
  display: grid;
  gap: var(--lasted-gap);
}

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

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

.module-lasted-new .module-card__image {
  display: block;
  width: 100%;
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  object-fit: cover !important;
  aspect-ratio: auto !important;
}

.module-lasted-new .module-card__body {
  padding: 12px 10px 10px;
}

.module-lasted-new .module-card__title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.module-lasted-new .module-card__meta {
  margin: 0 0 8px;
}

.module-lasted-new .module-card__summary {
  margin: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (max-width: 991.98px) {

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

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

  .module-lasted-new .module-card__title {
    font-size: 20px;
  }
}

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