/*
Theme Name: Twenty Twenty Corporate White V4 Premium Content Fix 2
Theme URI: https://example.com/
Description: Child theme for Twenty Twenty with a clean corporate portal layout, footer widgets only, and no sidebar.
Author: OpenAI
Template: twentytwenty
Version: 1.2.1
Text Domain: tt-corporate-white-v4-revised
*/

:root{
  --cp-bg:#f5f7fb;
  --cp-bg-soft:#fbfcff;
  --cp-surface:#ffffff;
  --cp-surface-2:#f8faff;
  --cp-text:#15233b;
  --cp-text-soft:#5f6f89;
  --cp-title:#0f1f38;
  --cp-border:#e5ecf5;
  --cp-accent:#214c9b;
  --cp-accent-2:#7f95c7;
  --cp-accent-3:#dbe4f7;
  --cp-shadow:0 12px 40px rgba(22,35,59,.08);
  --cp-shadow-soft:0 8px 24px rgba(22,35,59,.06);
  --cp-radius:22px;
  --cp-radius-sm:14px;
  --cp-home-width:1200px;
  --cp-home-full:1920px;
  --cp-container:1180px;
  --cp-content:800px;
}

html{scroll-behavior:smooth;}
body,
button,
input,
select,
optgroup,
textarea,
.primary-menu,
.entry-content,
.widget,
.site-title,
.site-description{
  font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
body{
  background:linear-gradient(180deg,#f8fbff 0%,#f4f7fc 50%,#f7f9fd 100%);
  color:var(--cp-text);
}
body:not(.overlay-header) .site-content,
#site-content{overflow:hidden;}

body .color-accent,
body a{
  color:var(--cp-accent);
}
body a:hover{opacity:.9;}

body .section-inner,
body .post-inner,
body .archive-header-inner,
body .header-inner{
  max-width:var(--cp-container);
}

body .entry-content,
body .intro-text,
body .post-meta-wrapper,
body .comments-wrapper,
body .pagination-single,
body .entry-author-bio,
body .section-inner.thin,
body .section-inner.small{
  max-width:var(--cp-content);
}

#site-header{
  position:sticky;
  top:0;
  z-index:99;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(229,236,245,.9);
}
#site-header .header-inner{
  min-height:84px;
}
#site-header .header-titles .site-title,
#site-header .header-titles .site-title a{
  color:var(--cp-title);
  font-weight:800;
  letter-spacing:-.02em;
}
#site-header .primary-menu > li > a,
#site-header .toggle-text,
#site-header .site-description{
  color:var(--cp-text-soft);
}
#site-header .primary-menu > li.current-menu-item > a,
#site-header .primary-menu > li > a:hover{
  color:var(--cp-accent);
}

.cp-shell{max-width:var(--cp-container);margin:0 auto;padding:36px 24px 0;}
.home .cp-shell{max-width:var(--cp-home-width);}
.home #site-content{max-width:var(--cp-home-full);margin:0 auto;}
.cp-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:stretch;
  margin:12px 0 34px;
}
.cp-hero-main,
.cp-panel,
.cp-card,
.cp-list-card,
.cp-archive-head,
.cp-page-card,
.cp-single-card,
.cp-footer-widgets,
.cp-related,
.cp-newsletter,
.cp-empty{
  background:var(--cp-surface);
  border:1px solid var(--cp-border);
  border-radius:var(--cp-radius);
  box-shadow:var(--cp-shadow-soft);
}
.cp-hero-main{
  padding:26px;
  position:relative;
  min-height:460px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
}
.cp-hero-media,
.cp-card-thumb,
.cp-list-thumb,
.cp-single-cover,
.cp-related-thumb{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#e8eef8;
}
.cp-hero-main .cp-hero-media{
  position:absolute;inset:0;border-radius:inherit;
}
.cp-hero-main .cp-hero-media:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(15,31,56,.08) 0%,rgba(15,31,56,.72) 78%,rgba(15,31,56,.88) 100%);
}
.cp-hero-main img,
.cp-card-thumb img,
.cp-list-thumb img,
.cp-single-cover img,
.cp-related-thumb img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.cp-hero-content{position:relative;z-index:2;max-width:720px;color:#fff;}
.cp-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.14);
  color:#fff;border:1px solid rgba(255,255,255,.2);
  padding:8px 14px;border-radius:999px;font-size:1.3rem;font-weight:700;
  margin-bottom:16px;
}
.cp-hero-title{
  font-size:clamp(3rem,4vw,5.2rem);
  line-height:1.05;
  letter-spacing:-.04em;
  margin:0 0 14px;
  color:#fff;
}
.cp-hero-excerpt{font-size:1.7rem;line-height:1.7;color:rgba(255,255,255,.88);margin:0 0 20px;}
.cp-meta{display:flex;flex-wrap:wrap;gap:14px;color:inherit;font-size:1.35rem;opacity:.9;}
.cp-meta span{display:inline-flex;align-items:center;gap:7px;}
.cp-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 18px;border-radius:999px;
  background:var(--cp-accent);color:#fff;text-decoration:none;font-weight:700;
  box-shadow:0 10px 24px rgba(33,76,155,.22);
}
.cp-button:hover{color:#fff;transform:translateY(-1px);}
.cp-button-soft{
  background:#eef4ff;color:var(--cp-accent);box-shadow:none;
}
.cp-panel{padding:24px;}
.cp-panel-title,
.cp-section-title{
  margin:0 0 18px;
  font-size:2.2rem;
  line-height:1.2;
  color:var(--cp-title);
}
.cp-stack{display:grid;gap:16px;}
.cp-mini{
  display:grid;grid-template-columns:112px 1fr;gap:14px;align-items:center;
  padding:12px;border:1px solid var(--cp-border);border-radius:18px;background:var(--cp-bg-soft);
}
.cp-mini-thumb{height:88px;border-radius:14px;overflow:hidden;background:#e7edf7;}
.cp-mini-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.cp-mini-title{font-size:1.65rem;line-height:1.35;margin:0 0 6px;color:var(--cp-title);}
.cp-mini-meta{font-size:1.25rem;color:var(--cp-text-soft);}

.cp-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-bottom:34px;
}
.cp-card{overflow:hidden;display:flex;flex-direction:column;}
.cp-card-thumb{height:220px;border-radius:0;}
.cp-card-body{padding:22px;display:flex;flex-direction:column;gap:12px;}
.cp-card-title{font-size:2rem;line-height:1.3;margin:0;color:var(--cp-title);}
.cp-card-excerpt{font-size:1.48rem;line-height:1.7;color:var(--cp-text-soft);margin:0;}
.cp-card .cp-meta{font-size:1.25rem;color:var(--cp-text-soft);}

.cp-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:0 0 18px;}
.cp-section-link{font-size:1.35rem;font-weight:700;text-decoration:none;}

.cp-archive-head,
.cp-page-card,
.cp-single-card,
.cp-footer-widgets,
.cp-related,
.cp-newsletter,
.cp-empty{padding:28px;}
.cp-list{display:grid;gap:22px;}
.cp-list-card{
  display:grid;grid-template-columns:280px 1fr;gap:22px;overflow:hidden;
}
.cp-list-thumb{height:210px;border-radius:0;}
.cp-list-body{padding:22px;display:flex;flex-direction:column;justify-content:center;}
.cp-list-title{font-size:2.5rem;line-height:1.2;margin:0 0 12px;color:var(--cp-title);}
.cp-list-excerpt{font-size:1.55rem;line-height:1.8;color:var(--cp-text-soft);margin:0 0 16px;}

.cp-pagination{display:flex;justify-content:center;margin:34px 0 12px;}
.cp-pagination .nav-links{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.cp-pagination .page-numbers{
  min-width:46px;height:46px;border-radius:999px;border:1px solid var(--cp-border);
  display:inline-flex;align-items:center;justify-content:center;background:#fff;text-decoration:none;
  color:var(--cp-text);font-weight:700;padding:0 14px;
}
.cp-pagination .page-numbers.current{background:var(--cp-accent);color:#fff;border-color:var(--cp-accent);}

.single .entry-header,
.page .entry-header{display:none;}
.cp-single-wrap{max-width:var(--cp-container);margin:0 auto;padding:36px 24px 0;}
.cp-single-card{padding:0;overflow:hidden;}
.cp-single-head{padding:34px 34px 12px;}
.cp-single-kicker,.cp-single-head .cp-eyebrow{font-size:1.25rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cp-accent);margin:0 0 12px;background:none;border:none;padding:0;border-radius:0;display:block;}
.cp-single-title{font-size:clamp(3rem,4vw,5rem);line-height:1.06;letter-spacing:-.04em;margin:0 0 14px;color:var(--cp-title);}
.cp-single-excerpt{font-size:1.65rem;line-height:1.8;color:var(--cp-text-soft);margin:0 0 18px;}
.cp-single-cover{height:675px;border-radius:0;position:relative;}
.cp-single-cover-badge{position:absolute;top:22px;left:22px;z-index:2;}
.cp-single-cover .cp-eyebrow{background:rgba(15,31,56,.82);color:#fff;border:1px solid rgba(255,255,255,.12);padding:10px 16px;border-radius:999px;display:inline-flex;backdrop-filter:blur(10px);margin:0;letter-spacing:.04em;}
.cp-single-content{padding:34px;}
.cp-single-content .entry-content{max-width:none;}
.cp-single-content .entry-content > *{max-width:none;}
.cp-single-content .entry-content{max-width:var(--cp-content);margin:0 auto;}
.cp-page-card .entry-content{max-width:var(--cp-content);margin:0 auto;}
.cp-single-content .entry-content p,
.cp-page-card .entry-content p{font-size:18px;line-height:1.8;color:var(--cp-text);}
.cp-single-content .entry-content h2,
.cp-page-card .entry-content h2{font-size:3rem;line-height:1.2;color:var(--cp-title);margin-top:1.9em;}
.cp-single-content .entry-content h3,
.cp-page-card .entry-content h3{font-size:2.25rem;line-height:1.3;color:var(--cp-title);margin-top:1.7em;}
.cp-single-content .entry-content ul,
.cp-single-content .entry-content ol,
.cp-page-card .entry-content ul,
.cp-page-card .entry-content ol{font-size:18px;line-height:1.8;}
.cp-single-content .entry-content li,
.cp-page-card .entry-content li{margin:.45em 0;}
.cp-single-content .wp-block-image img,
.cp-single-content img,
.cp-page-card img{border-radius:18px;}

.cp-single-content .entry-content a,
.cp-page-card .entry-content a{
  color:inherit;
  text-decoration:none;
  background-image:linear-gradient(transparent 58%, rgba(255,224,102,.88) 58%);
  background-repeat:no-repeat;
  background-size:100% 100%;
  padding:0 .08em;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  transition:background-size .2s ease, opacity .2s ease;
}
.cp-single-content .entry-content a:hover,
.cp-page-card .entry-content a:hover{
  background-image:linear-gradient(transparent 52%, rgba(255,214,51,.95) 52%);
}

.cp-single-content blockquote,
.cp-page-card blockquote{
  border-left:4px solid var(--cp-accent);
  background:var(--cp-bg-soft);
  padding:18px 20px;margin:28px 0;border-radius:0 16px 16px 0;
}
.cp-post-tax{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px;}
.cp-post-tax a{
  display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;
  background:#eef4ff;border:1px solid #d8e5ff;color:var(--cp-accent);text-decoration:none;font-size:1.25rem;font-weight:700;
}
.cp-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.cp-related-item{display:block;text-decoration:none;color:inherit;}
.cp-related-thumb{height:160px;margin-bottom:14px;}
.cp-related-title{font-size:1.7rem;line-height:1.4;margin:0;color:var(--cp-title);}

.cp-page-card{max-width:var(--cp-content);margin:36px auto 0;}
.cp-page-title{font-size:clamp(2.8rem,4vw,4.6rem);line-height:1.08;letter-spacing:-.04em;margin:0 0 10px;color:var(--cp-title);}
.cp-page-lead{font-size:1.6rem;line-height:1.8;color:var(--cp-text-soft);margin:0 0 18px;}

.cp-footer-widgets{max-width:var(--cp-container);margin:54px auto 0;padding:28px 28px 6px;}
.cp-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.cp-widget-col{min-width:0;}
.cp-widget-col .widget{margin-bottom:24px;padding:0;border:none;box-shadow:none;background:none;}
.cp-widget-col .widget-title,
.cp-widget-col .widgettitle{font-size:1.55rem;font-weight:800;color:var(--cp-title);margin-bottom:12px;}
.cp-widget-col ul{list-style:none;padding:0;margin:0;}
.cp-widget-col li{padding:8px 0;border-bottom:1px dashed var(--cp-border);}
.cp-widget-col li:last-child{border-bottom:none;}

#site-footer{
  background:transparent;
  border-top:none;
  padding-top:24px;
}
#site-footer .section-inner{
  max-width:var(--cp-container);
  background:transparent;
}
#site-footer .footer-credits{
  color:var(--cp-text-soft);
  font-size:1.35rem;
}
#site-footer .footer-credits a,
#site-footer .to-the-top{color:var(--cp-accent);}

.wp-block-button__link,
button,
input[type="button"],
input[type="submit"]{
  border-radius:999px !important;
}
input, textarea, select{
  border-color:var(--cp-border) !important;
  border-radius:14px !important;
}

@media (max-width: 1100px){
  .cp-hero{grid-template-columns:1fr;}
  .cp-grid,
  .cp-related-grid,
  .cp-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 820px){
  .cp-shell,
  .cp-single-wrap{padding-left:18px;padding-right:18px;}
  .home #site-content{max-width:none;}
  .cp-grid,
  .cp-related-grid,
  .cp-footer-grid{grid-template-columns:1fr;}
  .cp-list-card{grid-template-columns:1fr;}
  .cp-list-thumb{height:220px;}
  .cp-list-body{padding:20px;}
  .cp-mini{grid-template-columns:88px 1fr;}
  .cp-hero-main{min-height:390px;padding:20px;}
  .cp-single-head,
  .cp-single-content,
  .cp-page-card,
  .cp-footer-widgets,
  .cp-archive-head,
  .cp-newsletter,
  .cp-empty{padding:22px;}
  .cp-single-cover{height:260px;}
  #site-header .header-inner{min-height:76px;}
}


/* Premium single post typography */
.cp-single-content .entry-content p,
.cp-page-card .entry-content p{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.8;
  color:var(--cp-text);
}
.cp-single-content .entry-content p strong,
.cp-page-card .entry-content p strong{
  font-weight:800;
  color:var(--cp-title);
}
.cp-single-content .entry-content h2,
.cp-page-card .entry-content h2{
  font-size:28px;
  font-weight:800;
  line-height:1.3;
  letter-spacing:-0.3px;
  margin:48px 0 16px;
  padding-bottom:8px;
  border-bottom:1px solid var(--cp-border);
}
.cp-single-content .entry-content h3,
.cp-page-card .entry-content h3{
  font-size:22px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-0.2px;
  margin:32px 0 12px;
}
.cp-single-content .entry-content > *:first-child,
.cp-page-card .entry-content > *:first-child{margin-top:0;}
.cp-single-content .entry-content > *:last-child,
.cp-page-card .entry-content > *:last-child{margin-bottom:0;}
.cp-single-content .entry-content ul,
.cp-single-content .entry-content ol,
.cp-page-card .entry-content ul,
.cp-page-card .entry-content ol{
  padding-left:24px;
  margin:0 0 24px;
  font-size:18px;
  line-height:1.8;
}
.cp-single-content .entry-content ul li,
.cp-page-card .entry-content ul li,
.cp-single-content .entry-content ol li,
.cp-page-card .entry-content ol li{
  margin:0 0 12px;
}
.cp-single-content .entry-content ol li::marker,
.cp-page-card .entry-content ol li::marker{
  color:var(--cp-accent);
  font-weight:800;
}
.cp-single-content blockquote,
.cp-page-card blockquote{
  position:relative;
  border-left:4px solid var(--cp-accent);
  background:var(--cp-bg-soft);
  padding:22px 22px 22px 24px;
  margin:32px 0;
  border-radius:0 18px 18px 0;
  color:#1e293b;
}
.cp-single-content blockquote p,
.cp-page-card blockquote p{
  margin:0;
  font-size:17px;
  line-height:1.8;
  font-style:italic;
}
.cp-single-content blockquote::before,
.cp-page-card blockquote::before{
  content:"“";
  display:block;
  font-size:40px;
  line-height:1;
  color:var(--cp-accent);
  margin-bottom:8px;
  font-style:normal;
}
.cp-single-content hr,
.cp-page-card hr{
  border:none;
  height:1px;
  background:var(--cp-border);
  margin:34px 0;
}

/* FAQ styles */
.cp-single-content .faq-box,
.cp-page-card .faq-box,
.cp-single-content .wp-block-details,
.cp-page-card .wp-block-details,
.cp-single-content details,
.cp-page-card details,
.cp-single-content .schema-faq-section,
.cp-page-card .schema-faq-section,
.cp-single-content .rank-math-list-item,
.cp-page-card .rank-math-list-item{
  background:#fff;
  border:1px solid var(--cp-border);
  border-radius:18px;
  box-shadow:var(--cp-shadow-soft);
  padding:0;
  margin:0 0 16px;
  overflow:hidden;
}
.cp-single-content details summary,
.cp-page-card details summary,
.cp-single-content .wp-block-details summary,
.cp-page-card .wp-block-details summary,
.cp-single-content .schema-faq-question,
.cp-page-card .schema-faq-question,
.cp-single-content .rank-math-question,
.cp-page-card .rank-math-question{
  list-style:none;
  cursor:pointer;
  padding:18px 22px;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:var(--cp-title);
  position:relative;
  margin:0;
}
.cp-single-content details summary::-webkit-details-marker,
.cp-page-card details summary::-webkit-details-marker,
.cp-single-content .wp-block-details summary::-webkit-details-marker,
.cp-page-card .wp-block-details summary::-webkit-details-marker{display:none;}
.cp-single-content details summary::after,
.cp-page-card details summary::after,
.cp-single-content .wp-block-details summary::after,
.cp-page-card .wp-block-details summary::after,
.cp-single-content .schema-faq-question::after,
.cp-page-card .schema-faq-question::after,
.cp-single-content .rank-math-question::after,
.cp-page-card .rank-math-question::after{
  content:'+';
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  width:28px;
  height:28px;
  border-radius:999px;
  background:#eef4ff;
  color:var(--cp-accent);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:800;
}
.cp-single-content details[open] summary::after,
.cp-page-card details[open] summary::after,
.cp-single-content .wp-block-details[open] summary::after,
.cp-page-card .wp-block-details[open] summary::after{content:'–';}
.cp-single-content details > :not(summary),
.cp-page-card details > :not(summary),
.cp-single-content .wp-block-details > :not(summary),
.cp-page-card .wp-block-details > :not(summary),
.cp-single-content .schema-faq-answer,
.cp-page-card .schema-faq-answer,
.cp-single-content .rank-math-answer,
.cp-page-card .rank-math-answer{
  padding:0 22px 20px;
  border-top:1px solid var(--cp-border);
}

/* CTA box styles */
.cp-single-content .cta-box,
.cp-page-card .cta-box,
.cp-single-content .cp-cta-box,
.cp-page-card .cp-cta-box,
.cp-single-content .is-style-cta,
.cp-page-card .is-style-cta,
.cp-single-content .wp-block-group.is-style-cta,
.cp-page-card .wp-block-group.is-style-cta{
  background:linear-gradient(135deg,#ffffff 0%,#f6f9ff 100%);
  border:1px solid #dbe7ff;
  border-radius:22px;
  box-shadow:0 16px 38px rgba(33,76,155,.08);
  padding:24px;
  margin:32px 0;
  position:relative;
  overflow:hidden;
}
.cp-single-content .cta-box::before,
.cp-page-card .cta-box::before,
.cp-single-content .cp-cta-box::before,
.cp-page-card .cp-cta-box::before,
.cp-single-content .is-style-cta::before,
.cp-page-card .is-style-cta::before{
  content:'';
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg,var(--cp-accent),#8cb0ff);
}
.cp-single-content .cta-box h2,
.cp-single-content .cta-box h3,
.cp-single-content .cp-cta-box h2,
.cp-single-content .cp-cta-box h3,
.cp-page-card .cta-box h2,
.cp-page-card .cta-box h3,
.cp-page-card .cp-cta-box h2,
.cp-page-card .cp-cta-box h3{
  margin-top:0;
  border-bottom:none;
  padding-bottom:0;
}
.cp-single-content .cta-box .wp-block-button,
.cp-single-content .cp-cta-box .wp-block-button,
.cp-page-card .cta-box .wp-block-button,
.cp-page-card .cp-cta-box .wp-block-button{margin-top:12px;}

/* Responsive tables */
.cp-single-content .entry-content .wp-block-table,
.cp-page-card .entry-content .wp-block-table{
  margin:28px 0;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--cp-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--cp-shadow-soft);
}
.cp-single-content .entry-content table,
.cp-page-card .entry-content table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  margin:28px 0;
  background:#fff;
  border:1px solid var(--cp-border);
  border-radius:18px;
  overflow:hidden;
  box-shadow:var(--cp-shadow-soft);
  display:table;
}
.cp-single-content .entry-content .wp-block-table table,
.cp-page-card .entry-content .wp-block-table table{
  margin:0;
  border:none;
  border-radius:0;
  box-shadow:none;
  min-width:640px;
}
.cp-single-content .entry-content thead th,
.cp-page-card .entry-content thead th{
  background:#f5f8ff;
  color:var(--cp-title);
  font-size:16px;
  font-weight:800;
  padding:16px 18px;
  border-bottom:1px solid var(--cp-border);
}
.cp-single-content .entry-content td,
.cp-single-content .entry-content th,
.cp-page-card .entry-content td,
.cp-page-card .entry-content th{
  text-align:left;
  padding:15px 18px;
  border-bottom:1px solid #edf2f8;
  vertical-align:top;
  font-size:16px;
  line-height:1.7;
}
.cp-single-content .entry-content tbody tr:nth-child(even) td,
.cp-page-card .entry-content tbody tr:nth-child(even) td{background:#fbfcff;}
.cp-single-content .entry-content tbody tr:last-child td,
.cp-page-card .entry-content tbody tr:last-child td{border-bottom:none;}

@media (max-width: 768px){
  .cp-single-content .entry-content h2,
  .cp-page-card .entry-content h2{font-size:22px;}
  .cp-single-content .entry-content h3,
  .cp-page-card .entry-content h3{font-size:18px;}
  .cp-single-content .entry-content p,
  .cp-page-card .entry-content p,
  .cp-single-content .entry-content ul,
  .cp-single-content .entry-content ol,
  .cp-page-card .entry-content ul,
  .cp-page-card .entry-content ol{font-size:17px;}
  .cp-single-content .entry-content table,
  .cp-page-card .entry-content table{display:block; overflow-x:auto; white-space:nowrap;}
}


/* Scroll to top refinement */
#site-footer .to-the-top{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
#site-footer .to-the-top .arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  border-radius:999px;
  background:#eef4ff;
  border:1px solid #dbe7ff;
}

/* Dotted divider options for article sections */
.cp-single-content .entry-content.is-dotted-sections h2,
.cp-single-content .entry-content.is-dotted-sections h3,
.cp-page-card .entry-content.is-dotted-sections h2,
.cp-page-card .entry-content.is-dotted-sections h3{
  position:relative;
}
.cp-single-content .entry-content.is-dotted-sections h2::after,
.cp-page-card .entry-content.is-dotted-sections h2::after{
  content:'';
  display:block;
  margin-top:14px;
  border-bottom:2px dotted #cfd8e8;
}
.cp-single-content .entry-content.is-dotted-sections h3::after,
.cp-page-card .entry-content.is-dotted-sections h3::after{
  content:'';
  display:block;
  width:100%;
  margin-top:10px;
  border-bottom:1px dotted #d9e1ef;
}


/* Global refinement patch */
#site-header{
  box-shadow:0 10px 28px rgba(15,31,56,.06);
}
#site-header .header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:0;
  padding-bottom:0;
}
#site-header .header-titles-wrapper,
#site-header .header-navigation-wrapper,
#site-header .primary-menu-wrapper,
#site-header .primary-menu,
#site-header .header-toggles,
#site-header .toggle-wrapper,
#site-header .toggle,
#site-header .toggle-inner{
  display:flex;
  align-items:center;
}
#site-header .header-titles-wrapper{flex:0 0 auto; min-width:0;}
#site-header .header-navigation-wrapper{flex:1 1 auto; justify-content:flex-end; min-width:0; gap:10px;}
#site-header .primary-menu{
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:0 4px;
  margin:0;
}
#site-header .primary-menu > li{
  display:flex;
  align-items:center;
  margin:0;
}
#site-header .primary-menu > li > a{
  display:inline-flex;
  align-items:center;
  min-height:84px;
  padding:0 14px;
  line-height:1.1;
  font-size:1.45rem;
  font-weight:700;
  white-space:nowrap;
}
#site-header .primary-menu .icon,
#site-header .primary-menu svg{margin-top:0;}
#site-header .header-toggles{margin-left:8px; gap:2px;}
#site-header .search-toggle,
#site-header .desktop-nav-toggle{
  min-height:84px;
  padding:0 12px;
}
#site-header .toggle-inner{gap:8px;}
#site-header .site-description{margin-top:2px;}

.cp-hero-main,
.cp-card,
.cp-list-card,
.cp-single-card,
.cp-page-card,
.cp-footer-widgets,
.cp-related,
.cp-archive-head,
.cp-panel{
  box-shadow:0 16px 42px rgba(15,31,56,.06);
}
.cp-hero-media img,
.cp-card-thumb img,
.cp-list-thumb img,
.cp-related-thumb img,
.cp-mini-thumb img,
.cp-single-cover img{
  object-position:center;
}
.cp-card-thumb,
.cp-list-thumb,
.cp-related-thumb,
.cp-mini-thumb{
  background:linear-gradient(180deg,#edf2fa 0%,#e6edf8 100%);
}
.cp-card-thumb{aspect-ratio:16/10;height:auto;}
.cp-list-thumb{aspect-ratio:16/10;height:auto;}
.cp-related-thumb{aspect-ratio:16/10;height:auto;}
.cp-mini-thumb{aspect-ratio:4/3;height:auto;}

.cp-footer-widgets{
  margin-top:62px;
  padding:30px 30px 4px;
}
.cp-widget-col .widget-title,
.cp-widget-col .widgettitle{
  position:relative;
  padding-bottom:10px;
}
.cp-widget-col .widget-title::after,
.cp-widget-col .widgettitle::after{
  content:'';
  display:block;
  width:38px;
  height:2px;
  background:var(--cp-accent);
  border-radius:999px;
  margin-top:10px;
}
.cp-widget-col li{
  line-height:1.65;
}
.cp-widget-col a{
  text-decoration:none;
  color:var(--cp-text-soft);
}
.cp-widget-col a:hover{
  color:var(--cp-accent);
}
#site-footer .section-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:14px 0 28px;
}
#site-footer .footer-credits{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px 18px;
}
#site-footer .footer-credits p{margin:0;}
#site-footer .to-the-top{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--cp-border);
  box-shadow:var(--cp-shadow-soft);
}
#site-footer .to-the-top:hover{
  transform:translateY(-1px);
}

@media (max-width: 1100px){
  #site-header .primary-menu > li > a{min-height:76px; padding:0 11px; font-size:1.35rem;}
  #site-header .search-toggle,
  #site-header .desktop-nav-toggle{min-height:76px;}
}
@media (max-width: 980px){
  #site-header .header-navigation-wrapper{gap:0;}
  #site-header .primary-menu-wrapper{display:none;}
  #site-header .header-toggles{display:none;}
}
@media (max-width: 820px){
  #site-header .header-inner{
    min-height:74px;
    gap:12px;
  }
  #site-header .header-titles-wrapper{flex:1 1 auto;}
  #site-header .mobile-nav-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    min-width:44px;
  }
  #site-footer .section-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  #site-footer .to-the-top{align-self:flex-start;}
}
