/* KHI PHỤ NỮ Ở ĐỘ TUỔI — homepage age library + SEO article accents */
.cctp-age-library{
  position:relative;
  margin:0;
  padding:0 28px 30px;
  color:#142137;
  border-bottom:2px solid #697580;
}
.cctp-age-library .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.cctp-age-library__heading{
  display:flex;
  align-items:center;
  gap:18px;
  margin:0 -28px;
  padding:21px 28px 16px;
}
.cctp-age-library__heading::after{
  content:"";
  height:1px;
  flex:1;
  background:#65717c;
}
.cctp-age-library__heading h2{
  margin:0;
  color:#0a2448;
  font-size:20px;
  font-weight:850;
  line-height:1.15;
  white-space:nowrap;
}
.cctp-age-library__tabs{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0;
}
.cctp-age-library__tab{
  position:relative;
  min-width:0;
  min-height:60px;
  display:grid;
  place-items:center;
  padding:8px 4px;
  overflow:hidden;
  color:#071a35;
  background-color:#b9c0c6;
  background-image:
    linear-gradient(180deg,rgba(255,255,255,.52),rgba(255,255,255,.08) 46%,rgba(35,47,58,.20) 100%),
    url('../images/cctp-button-aluminum.jpg');
  background-position:center;
  background-size:100% 100%,cover;
  background-repeat:no-repeat;
  border:1px solid #5f6c77;
  border-top-color:#f7f9fa;
  border-radius:7px;
  box-shadow:inset 0 1px 0 #fff,inset 0 -3px 0 rgba(56,69,80,.62),0 5px 9px rgba(7,20,34,.25);
  text-shadow:0 1px rgba(255,255,255,.72);
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;
}
.cctp-age-library__tab strong{
  font:700 29px/1 Georgia,"Times New Roman",serif;
}
.cctp-age-library__tab:hover{filter:brightness(1.04)}
.cctp-age-library__tab[aria-expanded="true"],
.cctp-age-library__tab[aria-selected="true"],
.cctp-age-library__tab:active{
  transform:translateY(2px);
  filter:brightness(.91);
  box-shadow:inset 0 3px 8px rgba(22,34,45,.36),inset 0 -1px rgba(255,255,255,.56),0 2px 4px rgba(7,20,34,.18);
}
.cctp-age-library__tab:focus-visible{
  outline:3px solid rgba(10,47,103,.28);
  outline-offset:2px;
}
.cctp-age-library__menus{margin-top:10px}
.cctp-age-library__menu{
  max-height:455px;
  overflow:auto;
  border:1px solid #4d5965;
  border-radius:8px;
  background:#e5e8eb;
  box-shadow:0 18px 38px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.8);
}
.cctp-age-library__menu[hidden]{display:none!important}
.cctp-age-library__menu-topline{
  position:sticky;
  top:0;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:42px;
  padding:8px 13px;
  color:#0a2448;
  background:linear-gradient(180deg,#e9edf0,#bcc4cb);
  border-bottom:1px solid #6d7883;
  box-shadow:inset 0 1px #fff;
  font-size:12px;
}
.cctp-age-library__menu-topline strong{font-size:14px}
.cctp-age-library__menu nav{display:block}
.cctp-age-library__menu a[data-cctp-age-article-link]{
  width:100%;
  min-height:62px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:10px 14px;
  box-sizing:border-box;
  border:0;
  border-bottom:1px solid #aeb7bf;
  color:#142137;
  background-color:#c2c8cd;
  background-image:linear-gradient(180deg,rgba(255,255,255,.42),rgba(42,54,65,.14)),url('../images/cctp-button-aluminum.jpg');
  background-position:center;
  background-size:100% 100%,cover;
  background-repeat:no-repeat;
  text-decoration:none;
}
.cctp-age-library__menu a[data-cctp-age-article-link]:hover,
.cctp-age-library__menu a[data-cctp-age-article-link][aria-current="true"]{
  filter:brightness(.94);
}
.cctp-age-library__number{
  flex:0 0 38px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #77838e;
  border-radius:50%;
  color:#071a35;
  background-image:radial-gradient(circle at 34% 24%,rgba(255,255,255,.72),rgba(255,255,255,.06) 44%,rgba(38,50,61,.24)),url('../images/cctp-button-aluminum.jpg');
  background-position:center;
  background-size:100% 100%,cover;
  font-size:15px;
  font-weight:800;
  box-shadow:inset 0 1px #fff,0 2px 4px rgba(7,20,34,.20);
}
.cctp-age-library__title{
  min-width:0;
  flex:1 1 auto;
  color:#142137;
  font-size:17px;
  line-height:1.35;
}
.cctp-age-library__empty{padding:18px;color:#4b5563;text-align:center}
.cctp-age-library__menu-footer{
  position:sticky;
  bottom:0;
  padding:13px;
  color:#071a35;
  background-color:#b9c0c6;
  background-image:linear-gradient(180deg,rgba(255,255,255,.44),rgba(37,49,60,.18)),url('../images/cctp-button-aluminum.jpg');
  background-position:center;
  background-size:100% 100%,cover;
  border-top:1px solid #5f6c77;
  box-shadow:inset 0 1px #fff,inset 0 -2px rgba(56,69,80,.52);
  text-align:center;
  font-size:12px;
  text-shadow:0 1px rgba(255,255,255,.72);
}

.cctp-age-reader{
  scroll-margin-top:calc(var(--cctp-header-h,58px) + 10px);
  margin-top:12px;
  padding:22px 22px 0;
  overflow:hidden;
  border:1px solid #6d7883;
  border-radius:7px;
  background:linear-gradient(120deg,#f5f6f7,#cbd1d7);
  box-shadow:inset 0 1px #fff,0 8px 20px rgba(7,20,34,.16);
}
.cctp-age-reader[hidden]{display:none!important}
.cctp-age-reader__eyebrow{
  margin:0 0 6px;
  color:#526171;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cctp-age-reader__head h2{
  margin:0;
  color:#a91f31;
  font:600 30px/1.2 Georgia,"Times New Roman",serif;
}
.cctp-age-reader__reading-size{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:7px;
  width:fit-content;
  margin:12px 0 14px auto;
  color:#56616d;
  font-size:14px;
  font-weight:650;
}
.cctp-age-reader__reading-size select{
  min-width:82px;
  height:38px;
  padding:0 30px 0 10px;
  border:1px solid #84909b;
  border-radius:7px;
  background:linear-gradient(#f7f8f9,#cbd2d8);
  color:#152338;
  font-size:15px;
  font-weight:700;
}
.cctp-age-reader__content{
  color:#202a35;
  font-size:var(--cctp-age-reading-size,19px);
  line-height:1.78;
  white-space:pre-line;
  overflow-wrap:anywhere;
}
.cctp-age-reader__note{
  margin:20px 0 0;
  padding:12px 13px;
  border:1px solid #9da6ae;
  border-radius:7px;
  background:rgba(255,255,255,.42);
  color:#4b5563;
  font-size:13px;
  line-height:1.5;
}
.cctp-age-reader__seo-link{margin:12px 0 16px;text-align:right}
.cctp-age-reader__seo-link a{color:#0a2f67;font-weight:750;text-decoration:none}
.cctp-age-reader__close{
  width:calc(100% + 44px);
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:16px -22px 0;
  padding:8px 12px;
  border:0;
  border-top:1px solid #68747f;
  border-radius:0 0 6px 6px;
  background:linear-gradient(180deg,#cbd2d7,#aeb7bf 48%,#dce1e4);
  box-shadow:inset 0 1px #f7f8f9,inset 0 -1px #75818b;
  cursor:pointer;
}
.cctp-age-reader__close-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #77838e;
  border-radius:50%;
  color:#071a35;
  background-color:#b9c0c6;
  background-image:radial-gradient(circle at 34% 24%,rgba(255,255,255,.66),rgba(255,255,255,.08) 42%,rgba(35,47,58,.22) 100%),url('../images/cctp-button-aluminum.jpg');
  background-position:center;
  background-size:100% 100%,cover;
  box-shadow:inset 0 1px #fff,inset 0 -2px rgba(56,69,80,.58),0 4px 8px rgba(7,20,34,.28);
}
.cctp-age-reader__close-icon .cctp-icon{width:21px;height:21px}
.cctp-age-reader__close:focus-visible{outline:3px solid rgba(10,47,103,.28);outline-offset:-3px}

.cctp-age-medical-note{
  margin:24px 0 0;
  padding:13px 15px;
  border:1px solid #9aa4ad;
  border-radius:7px;
  background:rgba(255,255,255,.42);
  color:#414b56;
  font-size:14px;
  line-height:1.55;
}

@media(max-width:720px){
  .cctp-age-library{padding:0 13px 26px}
  .cctp-age-library__heading{margin:0 -13px;padding:20px 13px 13px}
  .cctp-age-library__heading h2{font-size:16px}
  .cctp-age-library__tabs{gap:6px}
  .cctp-age-library__tab{min-height:54px;padding-inline:2px}
  .cctp-age-library__tab strong{font-size:24px}
  .cctp-age-library__menu a[data-cctp-age-article-link]{min-height:60px;padding:10px 12px;gap:10px}
  .cctp-age-library__number{flex-basis:36px;width:36px;height:36px;font-size:14px}
  .cctp-age-library__title{font-size:16px}
  .cctp-age-reader{padding:20px 18px 0}
  .cctp-age-reader__head h2{font-size:28px}
  .cctp-age-reader__close{width:calc(100% + 36px);margin-inline:-18px}
}
@media(max-width:390px){
  .cctp-age-library__heading{gap:10px}
  .cctp-age-library__heading h2{font-size:15px}
  .cctp-age-library__tabs{gap:5px}
  .cctp-age-library__tab{min-height:50px}
  .cctp-age-library__tab strong{font-size:22px}
  .cctp-age-library__menu-topline{font-size:11px}
  .cctp-age-library__title{font-size:15px}
  .cctp-age-reader__head h2{font-size:26px}
}

/* Long-form researched article typography */
.cctp-age-reader__content{
  white-space:normal;
}
.cctp-age-reader__content p,
.cctp-age-seo-article .cctp-pillar-seo-article__content p{
  margin:0 0 1.15em;
}
.cctp-age-reader__content h2,
.cctp-age-seo-article .cctp-pillar-seo-article__content h2{
  margin:1.55em 0 .62em;
  color:#0a2448;
  font:800 1.12em/1.34 Georgia,"Times New Roman",serif;
  letter-spacing:.005em;
}
.cctp-age-reader__content h2:first-child,
.cctp-age-seo-article .cctp-pillar-seo-article__content h2:first-child{
  margin-top:.35em;
}
.cctp-age-reader__content h3,
.cctp-age-seo-article .cctp-pillar-seo-article__content h3{
  margin:1.35em 0 .55em;
  color:#24364d;
  font-size:1.02em;
  line-height:1.4;
}
.cctp-age-reader__content ul,
.cctp-age-seo-article .cctp-pillar-seo-article__content ul{
  margin:.35em 0 1.25em;
  padding-left:1.35em;
}
.cctp-age-reader__content li,
.cctp-age-seo-article .cctp-pillar-seo-article__content li{
  margin:.46em 0;
  padding-left:.18em;
}
.cctp-age-reader__content a,
.cctp-age-seo-article .cctp-pillar-seo-article__content a{
  color:#0a2f67;
  text-decoration:underline;
  text-underline-offset:2px;
  overflow-wrap:anywhere;
}
.cctp-age-seo-article .cctp-pillar-seo-article__content{
  line-height:1.78;
}
