﻿.duyw-nd-hero {
  max-width: 1120px;
   margin: 0 auto 8px;
  padding: 5px 24px 30px;
  font-family: 'Nunito', sans-serif;
  color: #16154b;
  background-color: #fffdf8;
   
  border-radius: 28px;
  overflow: hidden;
  text-align: center;
}

.duyw-nd-topline {padding: 2px 4px;
  display: flex;
  gap: 18px;
  align-items: center;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  text-transform: uppercase;
  color: #009ca6;
  letter-spacing: .04em;
  margin-bottom: 18px;
}

.duyw-nd-card-content{
    flex:1;
    display:flex;
    flex-direction:column;
}

.duyw-nd-activity-circle{

    width:220px;
    height:220px;

    margin:6px auto 2px;

    border-radius:50%;
    overflow:hidden;

    border:8px solid #b9d95b;

    box-shadow:0 8px 18px rgba(22,21,75,.12);

    background:#fff;

}

.duyw-nd-activity-circle{
    position:relative;
}



.duyw-nd-activity-img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

}

.duyw-nd-create h3{

    margin:0 0 14px;

    text-align:center;

}

.duyw-nd-create p{

    max-width:290px;

    margin:0 auto;

    text-align:center;

}

.duyw-nd-topline span:nth-child(2) {
  color: #f64f86;
}

.duyw-nd-topline span:nth-child(3) {
  color: #7caf2f;
}

.duyw-nd-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.duyw-nd-hero-text h1 {
  margin: 0;
  font-family: 'Baloo 2', cursive;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: .9;
  text-transform: uppercase;
  color: #009ca6;
    text-wrap: balance;
}
.duyw-nd-hero-text h1.duyw-nd-title-long {
    font-size: clamp(2.5rem, 6vw, 4rem);
}
.duyw-nd-hero-text h1 span {
  display: block;
  color: #b9d95b;

}

.duyw-nd-date {
  position: relative;
  display: block;
  width: fit-content;
  margin: 20px auto 14px;
  padding: 12px 46px;
  background: linear-gradient(180deg, #ff6da6, #f64f86);
  color: #fff;
  font-family: 'Baloo 2', cursive;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 8px;
  border-top: 2px solid rgba(255,255,255,.35);
  box-shadow: 0 6px 14px rgba(246,79,134,.25);
  isolation: isolate;
}

.duyw-nd-date::before,
.duyw-nd-date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 26px;
  background: #d83f73;
  z-index: 0;
}

.duyw-nd-date::before {
  left: -16px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.duyw-nd-date::after {
  right: -16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.duyw-nd-hero-text p {
  font-size: 1.35rem;
  margin: 0;
  font-weight: 800;
}

.duyw-nd-hero-image {
  position: relative;
  text-align: center;
}

.duyw-nd-hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.duyw-nd-badge {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #009ca6;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: 'Baloo 2', cursive;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.05;
  border: 4px dashed rgba(255,255,255,.8);
  transform: rotate(-6deg);
}

/* Updated info row */

.duyw-nd-info-row {
  margin-top: 0;
  background: #f3fbfb;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 8px 20px rgba(22,21,75,.06);
}



.duyw-nd-quick-facts strong,
.duyw-nd-quick-facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 2px solid rgba(0,156,166,.22);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 900;
  box-shadow: 0 4px 0 rgba(0,156,166,.10);
  margin-bottom: 12px;
}

.duyw-nd-quick-facts strong {
  color: #009ca6;
  border-color: rgba(246,79,134,.28);
}

.duyw-nd-quick-facts span:nth-child(2) {
  border-color: rgba(246,79,134,.30);
}

.duyw-nd-quick-facts span:nth-child(3) {
  border-color: rgba(246,181,29,.45);
}

.duyw-nd-quick-facts span:nth-child(4) {
  border-color: rgba(126,87,194,.30);
}
.duyw-nd-info-cards {
  display: grid;
 grid-template-columns: 1.25fr 0.9fr 1.1fr;
  gap: 14px;
}

.duyw-nd-info-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 12px;
  align-items: start;
  text-align: left;
  box-shadow: 0 5px 14px rgba(22,21,75,.05);
}

.duyw-nd-info-card > .duyw-nd-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.duyw-nd-info-card > strong {
  grid-column: 2;
  grid-row: 1;
}

.duyw-nd-info-card > p {
  grid-column: 2;
  grid-row: 2;

  align-self: start;
}

.duyw-nd-info-card.featured {
  background: #fff7fb;
  border: 2px solid rgba(246,79,134,.18);
}

.duyw-nd-icon {
  grid-row: span 2;
  background: #f3fbfb;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
}

.duyw-nd-info-card strong {
  color: #009ca6;
  font-family: 'Baloo 2', cursive;
  font-size: .98rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.duyw-nd-info-card p {
  margin: 12px 0 0;
  font-size: .95rem;
  line-height: 1.35;
}

.duyw-nd-skill-tags {
  margin-top: 8px;
  white-space: normal;
}

.duyw-nd-skill-tags span {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;

  background: #fff3c8;
  border: 1px solid rgba(246, 181, 29, .45);
  border-radius: 999px;
padding: 2px 4px;
font-size: .75rem;
margin: 0 2px 6px 0;

font-weight: 700;
}

@media (max-width: 760px) {
  .duyw-nd-info-row {
    padding: 12px;
  }
  
  .duyw-nd-quick-facts span {
  padding: 5px 12px;
  min-height: 30px;
}

.duyw-nd-quick-facts strong {
  padding: 5px 12px;
  min-height: 30px;
}

  .duyw-nd-quick-facts {
    border-radius: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    padding: 12px;
  }

  .duyw-nd-quick-facts strong,
  .duyw-nd-quick-facts span {
    font-size: 0.95rem;
  }

  .duyw-nd-quick-facts strong {
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
  }

  .duyw-nd-quick-facts span:first-of-type {
    flex: 1 1 auto;
    white-space: nowrap;
  }

  .duyw-nd-quick-facts span:not(:first-of-type) {
    flex: 1 1 100%;
    text-align: center;
  }

  .duyw-nd-info-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .duyw-nd-info-card {
    padding: 15px;
  }
}

@media (max-width: 760px) {
  .duyw-nd-quick-facts span:last-child:nth-child(even) {
    grid-column: 1 / -1;
  }
}

/* Mobile */

@media (max-width: 760px) {
  .duyw-nd-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .duyw-nd-hero-text {
    text-align: center;
  }

  .duyw-nd-info-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .duyw-nd-info-card {
    grid-template-columns: auto 1fr;
    text-align: left;
    padding: 15px;
  }

  .duyw-nd-info-card.compact {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .duyw-nd-icon {
    grid-row: span 2;
    width: 46px;
    height: 46px;
    font-size: 1.35rem;
  }

  .duyw-nd-info-card.compact .duyw-nd-icon {
    grid-row: auto;
  }

  .duyw-nd-info-card strong {
    font-size: .95rem;
  }

  .duyw-nd-info-card p {
    font-size: .95rem;
    line-height: 1.4;
  }

  .duyw-nd-badge {
    width: 96px;
    height: 96px;
    font-size: 1.05rem;
  }
}

.duyw-nd-actions {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
  font-family: 'Nunito', sans-serif;
  color: #16154b;
}

.duyw-nd-card {
  height: 100%;
  border-radius: 24px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(22, 21, 75, .08);
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.duyw-nd-button {
  margin-top: auto;
  align-self: center;
}

.duyw-nd-read {
  background: #fffaf0;
  border-color: #f7d889;
}

.duyw-nd-imagine {
  background: #fff2f6;
  border-color: #f7bdd0;
}

.duyw-nd-create {
  background: #fbfff0;
  border-color: #cfe59a;
}

.duyw-nd-card-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -6px -6px 20px;
  padding: 10px 14px;
 
  border-radius: 18px;
  font-family: 'Baloo 2', cursive;
  text-transform: uppercase;
}

.duyw-nd-read .duyw-nd-card-heading {
  background: #ffe8a9;
}

.duyw-nd-imagine .duyw-nd-card-heading {
  background: #f98ab1;
  color: #fff;
}

.duyw-nd-create .duyw-nd-card-heading {
  background: #c6df73;
}

.duyw-nd-step {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.5rem;
  color: #111;
  box-shadow: 0 0 0 4px rgba(255,255,255,.5);
}

.duyw-nd-card-heading h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1;
  font-style: normal;
font-weight: 700;
font-family: 'Baloo 2',var(--global-display-fallback-font) ;
text-transform: uppercase;
color: #2c3e50;
}

.duyw-nd-heading-icon {
  margin-left: auto;
  font-size: 1.4rem;
}

.duyw-nd-book-content{
    text-align:center;
}

.duyw-nd-book-cover{

    

    width:200px;
    margin:0 18px 12px 0;

    border-radius:6px;

    box-shadow:0 6px 14px rgba(0,0,0,.16);

}

.duyw-nd-book-content h3{

    margin:0 0 8px;

}

.duyw-nd-author{

    margin:0 0 12px;

    font-weight:700;

}

.duyw-nd-prefix{
    display:block;
    font-size:.62em;
    color:#b9d95b;
    line-height:.95;
}

.duyw-nd-title{
    font-size:clamp(3rem,8vw,6rem);
}

.duyw-nd-book-content::after{

    content:"";

    display:block;

    clear:both;

}

.duyw-nd-card h3 {
  margin: 12px 0 8px;
  font-family: 'Baloo 2', cursive;
  font-size: 1.45rem;
  line-height: 1.05;
}

.duyw-nd-read h3,
.duyw-nd-imagine h3 {
  color: #f64f86;
}

.duyw-nd-create h3 {
  color: #7caf2f;
}

.duyw-nd-author {
  font-weight: 700;
  margin-bottom: 8px;
}

.duyw-nd-card p {
  font-size: 1rem;
  line-height: 1.45;
}

.duyw-nd-prompt-card {
  background: #fff;
  margin: 20px auto;
  padding: 34px 22px;
  border-radius: 14px;
  max-width: 280px;
font-family: "Comic Sans MS", "Comic Neue",  sans-serif;  font-size: 1.45rem;
  line-height: 1.25;
  transform: rotate(-3deg);
  box-shadow: 0 8px 18px rgba(22, 21, 75, .12);
  border-top: 2px solid #ffd6e4;
}



@media (max-width: 768px) {
   .duyw-nd-prompt-card {
        font-weight: 700;
    }
}
.duyw-nd-activity-img {
  width: 100%;
  border-radius: 14px;
  display: block;
  margin-bottom: 14px;
}

.duyw-nd-button {
  display: inline-block;
  margin-top: 12px;
  padding: 12px 28px;
  border-radius: 10px;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Baloo 2', cursive;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  box-shadow: 0 4px 0 rgba(22, 21, 75, .12);
}

.duyw-nd-button-yellow {
  background: #f7b91e;
}

.duyw-nd-button-pink {
  background: #f64f86;
}

.duyw-nd-button-green {
  background: #7caf2f;
}

@media (max-width: 900px) {
  .duyw-nd-actions {
    grid-template-columns: 1fr;
  }

  .duyw-nd-book-layout {
    grid-template-columns: 110px 1fr;
  }

  .duyw-nd-book-cover {
    width: 110px;
  }
}

.duyw-nd-bottom{ max-width:1120px; margin:40px auto; display:grid; grid-template-columns:2fr 1fr; gap:24px; }  .duyw-month-panel{ background:#fff8e9; border-radius:26px; padding:24px; box-shadow:0 10px 22px rgba(0,0,0,.08); } .duyw-panel-title{ font-family:"Baloo 2",cursive; font-size:2rem; color:#6f56c5; margin-bottom:20px; font-weight:700; } .duyw-month-panel .duyw-panel-title{ color:#f64f86; font-size:1.7rem; } .duyw-explore-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; } .duyw-explore-card{ background:#fff; border-radius:18px; text-align:center; padding:20px 16px; text-decoration:none; color:#16154b; transition:.25s; box-shadow:0 6px 14px rgba(0,0,0,.06); } .duyw-explore-panel{
  background: linear-gradient(135deg, #f7f1ff, #fff9ff);
  border: 2px solid rgba(126, 87, 194, .12);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 12px 26px rgba(22,21,75,.08);
}

.duyw-panel-title{
  font-family:"Baloo 2",cursive;
  font-size:2rem;
  color:#7e57c2;
  margin-bottom:20px;
  font-weight:800;
}

.duyw-explore-footer{
 text-align: center;
margin-top: 32px;
font-family: "Baloo 2",cursive;
font-size: 1.2rem;
font-weight: 500;
}

.duyw-explore-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.duyw-explore-card{
  background:#fff;
  border-radius:18px;
  text-align:center;
  padding:18px 14px 16px;
  text-decoration:none;
  color:#16154b;
  transition:.25s ease;
  box-shadow:0 7px 16px rgba(22,21,75,.08);
  border:2px solid rgba(126,87,194,.08);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  min-height:245px;
}

.duyw-explore-card:hover{
  transform:translateY(-5px);
  box-shadow:0 12px 22px rgba(22,21,75,.12);
}

.duyw-explore-icon{
  width:70px;
  height:70px;
  border-radius:18px;
  background:#f6f1ff;
  display:grid;
  place-items:center;
  font-size:2.3rem;
  margin-bottom:12px;
  box-shadow:inset 0 0 0 2px rgba(126,87,194,.08);
}

.duyw-explore-card h3{
  font-family:"Baloo 2",cursive;
  font-size:1.25rem;
  margin:0 0 8px;
  line-height:1.05;
  color:#16154b;
}

.duyw-explore-card p{
  font-size:.95rem;
  line-height:1.35;
  margin:0 0 14px;
}

.duyw-explore-card span{
  display:inline-block;
  margin-top:auto;
  background:linear-gradient(180deg,#8d69e8,#7049c7);
  color:white;
  padding:9px 20px;
  border-radius:10px;
  font-family:"Baloo 2",cursive;
  font-weight:800;
  text-transform:uppercase;
  font-size:.85rem;
  letter-spacing:.03em;
  box-shadow:0 4px 0 rgba(22,21,75,.12);
} .duyw-month-panel ul{ list-style:none; margin:0; padding:0; } .duyw-month-panel li{ display:flex; justify-content:space-between; align-items:center; padding:8px 0; border-bottom:1px dashed rgba(0,0,0,.08); } .duyw-month-panel li:last-child{ border-bottom:none; } .duyw-month-panel a{ text-decoration:none; color:#16154b; font-weight:700; } .duyw-month-panel span{ color:#08a4a5; text-decoration: none;

font-weight: 700;

font-size: 1.1rem;
 font-family:"Nunito",sans-serif;

line-height: 1; } .duyw-month-button{ display:block; margin:28px auto 0; width:fit-content; background:#f5ad18; color:#fff; text-decoration:none; padding:14px 34px; border-radius:12px; font-family:"Baloo 2",cursive; font-size:1.15rem; } @media(max-width:900px){ .duyw-nd-bottom{ grid-template-columns:1fr; } .duyw-explore-grid{ grid-template-columns:repeat(2,1fr); } } @media(max-width:600px){ .duyw-explore-grid{ grid-template-columns:1fr; } }

.duyw-wonder-choice {
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.duyw-wonder-choice:focus-visible {
  outline: 4px solid rgba(246,181,29,.65);
  outline-offset: 4px;
}

.duyw-wonder-choice.is-picked {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 14px 26px rgba(22,21,75,.16);
}

.duyw-wonder-response {
  display: none;
  margin: 24px auto 0;
  max-width: 620px;
  padding: 16px 22px;
  text-align: center;
  background: #f5ebfc;
  border: 2px solid #d7beeb;
  border-radius: 999px;
  font-family: "Baloo 2", cursive;
  font-size: 1.35rem;
  font-weight: 800;
  color: #16154b;
}

.duyw-wonder-response.is-visible {
  display: block;
}

.duyw-wonder-section::before {
  content: "✨ ? ✨ ? ✨ ? ✨";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Baloo 2", cursive;
  font-size: 1.1rem;
  color: rgba(126,87,194,.35);
  letter-spacing: .4rem;
  white-space: nowrap;
}

.duyw-wonder-header {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.duyw-wonder-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  font-size: 2.8rem;
  background: #ffffff;
  border: 3px solid #f6b51d;
  border-radius: 50%;
  box-shadow: 0 7px 0 rgba(246,181,29,.28);
}

.duyw-wonder-header h2 {
  margin: 8px 0 4px;
  font-family: "Baloo 2", cursive;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: #7e57c2;
  line-height: .95;
}

.duyw-wonder-header p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #3f3d61;
}

.duyw-wonder-question {
  position: relative;
 
}

.duyw-wonder-label {
  width: fit-content;
  margin: 0 auto 22px;
  padding: 8px 22px;
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-size: 1.55rem;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  background: #f64f86;
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(246,79,134,.25);
}

.duyw-wonder-choices {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
 max-width: 950px;
margin: 0 auto;
}

.duyw-wonder-choice {
  min-height: 165px;
  padding: 26px 22px;
  border-radius: 24px;
  text-align: center;
  display: grid;
  place-items: center;
  gap: 12px;
  border: 3px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease;
}

.duyw-wonder-choice:first-child {
  background: #fff3c8;
  border-color: #f6b51d;
  transform: rotate(-1.5deg);
}

.duyw-wonder-choice:last-child {
  background: #e9fbfc;
  border-color: #009ca6;
  transform: rotate(1.5deg);
}

.duyw-wonder-choice:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 12px 22px rgba(22,21,75,.13);
}

.duyw-wonder-choice span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 2.8rem;
  box-shadow: 0 5px 12px rgba(22,21,75,.1);
}

.duyw-wonder-choice strong {
  font-family: "Baloo 2", cursive;
  font-size: 1.55rem;
  line-height: 1.08;
  color: #16154b;
}

.duyw-wonder-or {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #7e57c2;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Baloo 2", cursive;
  font-size: 1.25rem;
  font-weight: 900;
  border: 4px solid #fff;
  box-shadow: 0 6px 0 rgba(126,87,194,.25);
  z-index: 2;
}

.duyw-wonder-followup {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.duyw-wonder-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(22,21,75,.08);
  border: 2px solid rgba(22,21,75,.08);
}

.duyw-wonder-box h3 {
  margin: 0 0 12px;
  font-family: "Baloo 2", cursive;
  font-size: 1.7rem;
  line-height: 1;
}

.duyw-wonder-box.talk {
  border-top: 8px solid #009ca6;
}

.duyw-wonder-box.write {
  border-top: 8px solid #f64f86;
}

.duyw-wonder-box.talk h3 {
  color: #009ca6;
}

.duyw-wonder-box.write h3 {
  color: #f64f86;
}

.duyw-wonder-box ul {
  margin: 0;
  padding-left: 1.2rem;
}

.duyw-wonder-box li,
.duyw-wonder-box p {
  font-size: 1.02rem;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .duyw-wonder-section {
    padding: 26px 18px;
    margin: 30px auto;
    border-radius: 26px;
  }

  .duyw-wonder-question {
    padding: 22px;
  }

  .duyw-wonder-choices,
  .duyw-wonder-followup {
    grid-template-columns: 1fr;
  }

  .duyw-wonder-choice:first-child,
  .duyw-wonder-choice:last-child {
    transform: none;
  }

  .duyw-wonder-or {
    margin: -4px auto;
  }
}

.duyw-happy-day {
  margin: 28px auto 8px;
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 800;
  color: #7e57c2;
}

.duyw-happy-day span {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(90deg,#fff4c5,#fff,#e8fbfb);

  border-radius: 999px;
 
}

.duyw-nd-footer{

    max-width:1120px;

    margin:70px auto;

    padding:50px 40px;

    background:linear-gradient(135deg,#eefcfb,#fffdf8);

    border-radius:30px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    text-align:center;

}

.duyw-footer-logo{

    width:290px;

    max-width:100%;

    display:block;

    margin:0 auto 18px;

}

.duyw-footer-divider{

    width:120px;

    height:3px;

    background:#d8eceb;

    margin:26px auto;

    border-radius:50px;

}

.duyw-footer-icon{

    font-size:2.8rem;

    margin-bottom:10px;

}

.duyw-nd-footer h2{

    font-family:"Baloo 2",cursive;

    color:#009ca6;

    font-size:2.5rem;

    margin-bottom:12px;

}

.duyw-footer-description{

    max-width:520px;

    margin:0 auto 30px;

    font-size:1.15rem;

    line-height:1.7;

    color:#555;

}

.duyw-footer-message{

    margin-top:28px;

    font-family:"Baloo 2",cursive;

    font-size:1.25rem;

    color:#666;

}

.duyw-nd-footer-button{

    display:inline-block;

    padding:18px 40px;

    background:#f6b51d;

    color:#fff;

    border-radius:14px;

    text-decoration:none;

    font-family:"Baloo 2",cursive;

    font-size:1.2rem;

    font-weight:800;

    box-shadow:0 6px 14px rgba(0,0,0,.12);

    transition:.25s;

}

.duyw-nd-footer-button:hover{

    transform:translateY(-4px);

}

.duyw-nd-footer-icon{

    font-size:3rem;

    margin-bottom:12px;

}

.duyw-nd-footer-left h2{

    font-family:"Baloo 2",cursive;

    font-size:2.4rem;

    color:#009ca6;

    margin-bottom:10px;

}

.duyw-nd-footer-left p{

    max-width:420px;

    margin:0 auto 26px;

    font-size:1.15rem;

    line-height:1.6;

    color:#444;

}

.duyw-nd-footer-button{

    display:inline-block;

    padding:16px 34px;

    background:#f6b51d;

    color:white;

    text-decoration:none;

    border-radius:14px;

    font-family:"Baloo 2",cursive;

    font-size:1.2rem;

    font-weight:700;

    transition:.25s;

    box-shadow:0 5px 14px rgba(0,0,0,.12);

}

.duyw-nd-footer-button:hover{

    transform:translateY(-3px);

    background:#f3aa00;

}

.duyw-nd-footer-right{

    text-align:center;

}

.duyw-footer-logo{

    width:280px;

    max-width:100%;

    margin-bottom:18px;

}

.duyw-footer-tagline{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

    font-family:"Baloo 2",cursive;

    font-weight:800;

    text-transform:uppercase;

    letter-spacing:1px;

    font-size:1.25rem;

    margin-bottom:20px;

}

.duyw-footer-tagline .read{

    color:#009ca6;

}

.duyw-footer-tagline .write{

    color:#b48ae8;

}

.duyw-footer-tagline .play{

    color:#7caf2f;

}

.duyw-footer-tagline .explore{

    color:#7e57c2;

}

.duyw-footer-tagline .pink{

    color:#ef5a97;

}

.duyw-footer-tagline .yellow{

    color:#f4b72d;

}

.duyw-footer-tagline .green{

    color:#9bbb59;

}

.duyw-footer-message{

    font-family:"Baloo 2",cursive;

    font-size:1.3rem;

    color:#555;

    line-height:1.4;

}

@media(max-width:900px){

.duyw-nd-footer{

grid-template-columns:1fr;

text-align:center;

}

.duyw-footer-logo{

margin:auto auto 20px;

display:block;

}

}

/* ===================================
   National Days Footer Banner
=================================== */

.duyw-nd-footer-banner{

    margin-top:50px;

    background:
        radial-gradient(circle at 10% 20%,rgba(255,255,255,.14) 0 5px,transparent 6px),
        radial-gradient(circle at 85% 30%,rgba(255,255,255,.14) 0 7px,transparent 8px),
        radial-gradient(circle at 70% 80%,rgba(255,255,255,.14) 0 5px,transparent 6px),
        linear-gradient(135deg,#0898a4,#007f8f);

    color:white;

    padding:50px 8px;
    padding-bottom: 10px;

}

.duyw-nd-footer-inner{

    max-width:1100px;
    margin:auto;
    text-align:center;

}

.duyw-nd-footer-banner h2{

    font-family:"Baloo 2",cursive;
    font-size:clamp(2rem,4vw,3rem);

    line-height:1.05;

    margin:0 0 18px;

    color:white;

}

.duyw-nd-footer-banner p{

    max-width:800px;

   margin: 20px auto 18px;

    font-size:1.08rem;

    line-height:1.7;

    font-weight:700;

}
.duyw-nd-footer-highlight{

    font-size:1.2rem;

    font-family:"Baloo 2",cursive;

    color:#fff9b4;

    margin-bottom:28px;

}

.duyw-nd-footer-button{

    display:inline-block;

    background:white;

    color:#008896;

    text-decoration:none;

    font-family:"Nunito",sans-serif;

    font-weight:900;

    text-transform:uppercase;

    letter-spacing:.5px;

    padding:15px 34px;

    border-radius:999px;

    transition:.18s;

}

.duyw-nd-footer-button:hover{

    transform:translateY(-3px);

    background:#fff7d8;

    color:#007f8f;

}

.duyw-nd-keep-exploring {
  max-width: 1120px;
  margin: 48px auto 24px;
  padding: 5px 24px;
  text-align: center;
  
}

.duyw-nd-keep-exploring h2 {
  margin: 0 0 18px;
  font-family: "Baloo 2", cursive;
  font-size: 2rem;
  color: #10265f;
}

.duyw-nd-keep-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.duyw-nd-keep-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border-radius: 999px;
  background: #009ca6;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  box-shadow: 0 4px 0 rgba(22,21,75,.12);
}

.duyw-nd-keep-buttons a:nth-child(2n) {
  background: #f64f86;
}

.duyw-nd-keep-buttons a:nth-child(3n) {
  background: #f6b51d;
  color: #10265f;
}

.duyw-nd-library-bar {
  max-width: 1120px;
  margin: 24px auto 18px;
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg,#009ca6,#048a9a);
  color: #fff;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  box-shadow: 0 6px 16px rgba(22,21,75,.10);
}

.duyw-nd-library-bar strong {
  color: #fff7b8;
}

.duyw-nd-library-bar em {
  font-style: normal;
  opacity: .95;
}

.duyw-nd-library-bar:hover {
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .duyw-nd-library-bar {
    border-radius: 20px;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .duyw-explore-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .duyw-explore-card {
    min-height: 0;
    padding: 14px 10px;
    border-radius: 16px;
  }

  .duyw-explore-icon {
    width: 52px;
    height: 52px;
    font-size: 1.8rem;
    border-radius: 14px;
    margin-bottom: 8px;
  }

  .duyw-explore-card h3 {
    font-size: 1rem;
    line-height: 1.05;
    margin-bottom: 5px;
  }

  .duyw-explore-card p {
    font-size: .82rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  
  

  .duyw-explore-card span {
    padding: 7px 14px;
    font-size: .72rem;
  }
}
@media (max-width: 640px) {
  .duyw-explore-panel {
     width: calc(100% - 24px);
    max-width: 640px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
  }
}

@media (max-width: 640px) {

  .duyw-nd-card, .duyw-month-panel {
    width: 88%;
    max-width: 420px;
    margin: 0 auto;
  }

}

.duyw-nd-book-image{
    position:relative;
    display:inline-block;
    margin-right:18px;
    flex-shrink:0;
    position:relative;
    display:block;
    width:fit-content;
    margin:0 auto 18px;
}

.duyw-nd-book-image img:first-child{
    display:block;
    border-radius:10px;
    box-shadow:0 8px 18px rgba(0,0,0,.14);
}

.duyw-read-this{
    position:absolute;
    width:90px;
    right:-18px;
    bottom:-10px;

    transform:rotate(-8deg);

    z-index:5;

    filter:drop-shadow(0 6px 10px rgba(0,0,0,.18));

    transition:transform .2s ease;
}

.duyw-nd-book-card:hover .duyw-read-this{
    transform:rotate(-8deg) scale(1.05);
}

.duyw-theme-link {
  display: block;
  margin: 18px auto 0;
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-weight: 900;
  color: #009ca6;
  text-decoration: none;
}

.duyw-sidebar-fun {
  margin-top: 22px;
  padding: 16px;
  background: #fff7d8;
  border: 2px dashed #f6b51d;
  border-radius: 18px;
  text-align: center;
}


.duyw-sidebar-fun p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.35;
}.duyw-month-panel-section + .duyw-month-panel-section {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 2px dashed rgba(22,21,75,.12);
}

.duyw-theme-card {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #16154b;
  background: #fff;
  border: 2px solid rgba(246,181,29,.35);
  border-radius: 20px;
  padding: 22px 16px;
  box-shadow: 0 7px 16px rgba(22,21,75,.08);
}

.duyw-theme-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff3c8;
  font-size: 2rem;
}

.duyw-theme-card h3 {
  margin: 0 0 8px;
  font-family: "Baloo 2", cursive;
  font-size: 1.35rem;
  line-height: 1.05;
  color: #16154b;
}

.duyw-theme-card p {
  margin: 0 0 14px;
  font-size: .95rem;
  line-height: 1.35;
}

.duyw-theme-card span {
  display: inline-block;
  background: #f6b51d;
  color: #16154b;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "Baloo 2", cursive;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .85rem;
  box-shadow: 0 4px 0 rgba(22,21,75,.12);
}

.duyw-theme-link {
  display: block;
  margin: 18px auto 0;
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-weight: 900;
  color: #009ca6;
  text-decoration: none;
}

.duyw-month-panel-section + .duyw-month-panel-section {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 2px dashed rgba(22,21,75,.12);
}

.duyw-sidebar-mini-title {
  margin-bottom: 10px;
  font-family: "Baloo 2", cursive;
  font-size: 1.35rem;
  line-height: 1.05;
  color: #16154b;
  text-align: center;
}

.duyw-theme-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 4px auto 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: #009ca6;
  color: #fff;
  text-decoration: none;
  font-family: "Baloo 2", cursive;
  font-weight: 900;
  box-shadow: 0 4px 0 rgba(22,21,75,.12);
}

.duyw-theme-link:hover {
  background: #f64f86;
  color: #fff;
}

.duyw-sidebar-fun {
  position: relative;
  margin-top: 8px;
  padding: 20px 16px 18px;
  background: #fff7fb;
  border: 2px dashed #f64f86;
  border-radius: 20px;
  text-align: center;
  transform: rotate(-1deg);
  box-shadow: 0 6px 14px rgba(22,21,75,.06);
}

.duyw-sidebar-fun::before {
  content: "💡";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: #009ca6;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(22,21,75,.12);
}

.duyw-sidebar-fun strong {
  display: block;
  margin: 4px 0 8px;
  font-family: "Baloo 2", cursive;
  font-size: 1.25rem;
  color: #f64f86;
  
}

.duyw-sidebar-fun p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.4;
}

.duyw-month-button {
  margin-top: 24px;
}

.duyw-sidebar-fun{
    cursor:pointer;
    user-select:none;
    transition:.25s;
}

.duyw-sidebar-fun:hover{
    transform:translateY(-2px);
}

.duyw-sidebar-answer{
    display:none;
    margin-top:12px;
    padding:10px 12px;
    background:#fff;
    border-radius:10px;
    border:2px dashed #ffd45f;
    font-weight:700;
}

.duyw-sidebar-fun.active .duyw-sidebar-answer{
    display:block;
}

.duyw-sidebar-toggle{
    display:block;
    margin-top:10px;
    font-size:.85rem;
    color:#666;
}

.duyw-sidebar-fun.active .duyw-sidebar-toggle{
    color:#00a7a0;
    font-weight:700;
}

.duyw-nd-affiliate-disclaimer{
    margin-top:10px;
    padding-top:18px;
    margin-bottom: 5px;
    border-top:1px solid rgba(255,255,255,.18);

    font-size:.9rem !important;
    line-height:1.6;
    color:rgba(255,255,255,.82);
    max-width:760px;
    margin-left:auto;
    margin-right:auto;
}

.duyw-nd-affiliate-disclaimer strong{
    color:#fff;
}

.duyw-nd-community{
  max-width:1120px;
  margin:36px auto 34px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(135deg,#f2fcff,#fffaf1);
  border:2px solid #8fd8e8;
  box-shadow:0 14px 34px rgba(22,21,75,.08);
  font-family:'Nunito',sans-serif;
  color:#16154b;
}

.duyw-nd-community-header{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
}

.duyw-nd-community-badge{
  display:inline-flex;
  align-items:center;
  padding:7px 14px;
  border-radius:999px;
  background:#1098ad;
  color:#fff;
  font-weight:900;
  font-size:.85rem;
  box-shadow:0 4px 0 rgba(22,21,75,.12);
}

.duyw-nd-community h2{
  margin:12px 0 8px;
  font-size:clamp(1.8rem,4vw,2.6rem);
  color:#1098ad;
  line-height:1;
}

.duyw-nd-community-prompt{
  font-size:1.05rem;
  margin:0 0 10px;
}

.duyw-nd-community-prompt strong{
  color:#f43f87;
}

.duyw-nd-community-intro{
  max-width:760px;
  line-height:1.65;
  margin:0;
}

.duyw-nd-community-safe{
  flex:0 0 220px;
  background:#fff;
  border:2px dashed #8fd8e8;
  border-radius:22px;
  padding:16px;
  text-align:center;
  font-weight:900;
  color:#1098ad;
}

.duyw-nd-community-safe span{
  display:block;
  margin-top:5px;
  font-size:.85rem;
  color:#16154b;
  font-weight:700;
}

.duyw-nd-community-button,
.duyw-nd-community .form-submit input{
  display:inline-flex;
  margin-top:20px;
  background:#1098ad;
  color:#fff;
  border:0;
  border-radius:999px;
  padding:13px 22px;
  font-weight:900;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.03em;
  box-shadow:0 5px 0 rgba(22,21,75,.14);
  cursor:pointer;
}

.duyw-nd-comments-wrap{
  margin-top:24px;
  display:grid;
  gap:14px;
}

.duyw-nd-comment-card{
  display:flex;
  gap:14px;
  background:#fff;
  border-radius:18px;
  padding:16px;
  border:1px solid rgba(16,152,173,.18);
  box-shadow:0 8px 20px rgba(22,21,75,.06);
  margin-top: 20px;
}

.duyw-nd-comment-avatar img{
  border-radius:50%;
}

.duyw-nd-comment-meta{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:6px;
}

.duyw-nd-comment-meta strong{
  color:#1098ad;
}

.duyw-nd-comment-meta span{
  font-size:.85rem;
  color:#777;
}

.duyw-nd-comment-text{
  line-height:1.55;
  font-size: 1rem;
}

.duyw-nd-comment-reply a{
  display:inline-block;
  margin-top:8px;
  color:#f43f87;
  font-weight:900;
  text-decoration:none;
}

.duyw-nd-no-comments{
  background:#fff;
  border-radius:18px;
  padding:18px;
  font-weight:900;
  text-align:center;
  color:#1098ad;
  border:2px dashed #f7c14b;
}

.duyw-nd-comment-form-title{
  margin-top:28px;
  color:#f43f87;
}

.duyw-nd-comment-note{
  font-weight:700;
  color:#1098ad;
}

.duyw-nd-community textarea,
.duyw-nd-community input[type="text"],
.duyw-nd-community input[type="email"],
.duyw-nd-community input[type="url"]{
  width:100%;
  border:2px solid #d7edf2;
  border-radius:16px;
  padding:12px 14px;
  font-family:'Nunito',sans-serif;
}

.duyw-nd-community textarea:focus,
.duyw-nd-community input:focus{
  outline:none;
  border-color:#1098ad;
  box-shadow:0 0 0 4px rgba(16,152,173,.12);
}

@media(max-width:760px){
  .duyw-nd-community{
    padding:22px;
    margin:28px 16px;
  }

  .duyw-nd-community-header{
    flex-direction:column;
  }

  .duyw-nd-community-safe{
    width:100%;
    flex:auto;
  }

  .duyw-nd-comment-card{
    align-items:flex-start;
  }
}

.duyw-nd-comment-form-wrap{
    display:grid;
    grid-template-rows:0fr;
    overflow:hidden;
    transition:.35s ease;
}

.duyw-nd-comment-form-wrap > *{
    min-height:0;
}

.duyw-nd-comment-form-wrap.open{
    grid-template-rows:1fr;
}

.duyw-nd-community-safe{
  flex:0 0 250px;
  background:#fff;
  border:2px dashed #8fd8e8;
  border-radius:24px;
  padding:18px 16px;
  text-align:center;
  color:#16154b;
}

.duyw-nd-safe-icon{
  font-size:1.8rem;
  margin-bottom:6px;
}

.duyw-nd-community-safe strong{
  display:block;
  color:#1098ad;
  font-size:1.15rem;
  font-weight:900;
  margin-bottom:10px;
}

.duyw-nd-community-safe p{
  margin:0;
  font-size:.92rem;
  line-height:1.45;
  font-weight:700;
}

.duyw-nd-safe-divider{
  margin:14px auto;
  color:#1098ad;
  font-weight:900;
  position:relative;
}

.duyw-nd-safe-divider:before,
.duyw-nd-safe-divider:after{
  content:"";
  display:inline-block;
  width:60px;
  height:1px;
  border-top:2px dashed #8fd8e8;
  vertical-align:middle;
  margin:0 8px;
}

.duyw-nd-safe-kind{
  color:#1098ad;
  font-weight:900 !important;
  font-size:1rem !important;
}

.duyw-nd-comment-icon-avatar{
  width:50px;
  height:50px;
  flex:0 0 50px;
  border-radius:50%;
  background:#e8fbff;
  border:3px solid #fff;
  box-shadow:0 4px 12px rgba(22,21,75,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.55rem;
}

/* Nested replies */
.duyw-nd-comments-wrap .children{
  margin:14px 0 0 64px;
  padding-left:20px;
  border-left:2px dashed #8fd8e8;
}

.duyw-nd-comments-wrap .children .duyw-nd-comment-card{
  background:#fffafc;
  border-color:rgba(244,63,135,.22);
}

.bypostauthor .duyw-nd-comment-meta strong:after{
  content:"Author";
  display:inline-block;
  margin-left:8px;
  padding:3px 8px;
  border-radius:999px;
  background:#f43f87;
  color:#fff;
  font-size:.72rem;
  font-weight:900;
  vertical-align:middle;
}

@media(max-width:760px){
  .duyw-nd-comments-wrap .children{
    margin-left:22px;
    padding-left:14px;
  }

  .duyw-nd-community-safe{
    flex:auto;
    width:100%;
  }
}

.duyw-nd-comments-label{
  margin:26px 0 12px;
  font-weight:900;
  color:#16154b;
}

.duyw-nd-comments-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.duyw-nd-comment-mini{
  background:#fff;
  border-radius:16px;
  padding:16px;
  border:1px solid rgba(16,152,173,.15);
  box-shadow:0 8px 22px rgba(22,21,75,.08);
}

.duyw-nd-comment-mini-top{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:12px;
}

.duyw-nd-comment-mini-avatar{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:50%;
  background:#e8fbff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.35rem;
}

.duyw-nd-comment-mini-top strong{
  display:block;
  color:#16154b;
  font-weight:900;
}

.duyw-nd-comment-mini-top span{
  display:block;
  color:#777;
  font-size:.85rem;
}

.duyw-nd-comment-mini-text{
  line-height:1.5;
  font-size:.95rem;
}

.duyw-nd-comment-mini-actions a{
  display:inline-block;
  margin-top:10px;
  color:#1098ad;
  font-weight:900;
  text-decoration:none;
}

.duyw-nd-comments-footer{
  display:flex;
  justify-content:space-between;
  gap:14px;
  margin-top:14px;
  font-size:.9rem;
  color:#68707a;
}

.duyw-nd-comments-footer a{
  color:#1098ad;
  font-weight:900;
  text-decoration:none;
}

@media(max-width:900px){
  .duyw-nd-comments-grid{
    grid-template-columns:1fr;
  }

  .duyw-nd-comments-footer{
    flex-direction:column;
  }
}

.duyw-nd-community-title-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:12px;
}

.duyw-nd-community-day-icon{
  width:64px;
  height:64px;
  flex:0 0 64px;
  border-radius:50%;
  background:#fff;
  border:3px solid #dff7fb;
  box-shadow:0 6px 16px rgba(22,21,75,.1);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
}

.duyw-nd-community-question{
  margin-top:20px;
  background:#fff;
  border:2px dashed #ffd36a;
  border-radius:18px;
  padding:18px 16px;
  font-size:1rem;
  line-height:1.45;
}

.duyw-nd-community-question span{
  display:block;
  color:#1098ad;
  font-weight:900;
  margin-bottom:3px;
}

.duyw-nd-community-question strong{
  color:#f43f87;
  font-size:1.08rem;
}


.duyw-nd-community-main{
  flex:1;
}

.duyw-nd-comment-success{
  background:#fff7d6;
  border:2px solid #f7c14b;
  border-radius:20px;
  padding:16px 18px;
  margin-bottom:20px;
  box-shadow:0 8px 20px rgba(22,21,75,.08);
}

.duyw-nd-comment-success strong{
  display:block;
  color:#f43f87;
  font-size:1.15rem;
  font-weight:900;
  margin-bottom:4px;
}

.duyw-nd-comment-success p{
  margin:0;
  color:#16154b;
  font-weight:700;
  line-height:1.5;
}

.duyw-nd-author-badge{
  display:inline-flex;
  align-items:center;
  padding:4px 9px;
  border-radius:999px;
  background:#f43f87;
  color:#fff !important;
  font-size:.72rem !important;
  font-weight:900;
}

.duyw-nd-comment-age{
  font-weight:600;
  color:#f6b51d !important;
}



.duyw-nd-activity-text p {
    padding: 5px;
}


.duyw-book-bite-callout__badge {
  display: block;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.duyw-book-bite-callout__badge:hover {
  transform: rotate(-2deg) scale(1.025);
  filter: drop-shadow(0 10px 10px rgba(7, 73, 91, 0.12));
}

.duyw-book-bite-callout__badge:focus-visible,
.duyw-book-bite-callout__button:focus-visible {
  outline: 3px solid #f4a51c;
  outline-offset: 4px;
}

.duyw-book-bite-callout__badge img {
 
 
  height: auto;
 .duyw-nd-book-cover
}

.duyw-book-bite-callout-teal {
   font-family: 'Nunito', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #0f8d99;
}

/* =========================================================
   PRINTABLE LESSON SNAPSHOT
   ========================================================= */

.duyw-nd-printable {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.25rem;
max-width: 1120px;
margin: 36px auto 34px;
padding: 12px;


	background:
		linear-gradient(
			135deg,
			#fffaf0 0%,
			#fffdf8 55%,
			#fff7e8 100%
		);

	border: 2px solid #f6c653;
	border-radius: 22px;

	box-shadow: 0 8px 22px rgba(24, 50, 83, 0.08);
}

/* Preview
--------------------------------------------- */

.duyw-nd-printable-preview {
	align-self: stretch;
	min-height: 112px;
}

.duyw-nd-printable-preview a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 14px;
	overflow: hidden;

	background: #ffffff;
	border: 1px solid rgba(0, 156, 166, 0.18);
	box-shadow: 0 4px 10px rgba(24, 50, 83, 0.1);

	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.duyw-nd-printable-preview a:hover,
.duyw-nd-printable-preview a:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 7px 16px rgba(24, 50, 83, 0.14);
}

.duyw-nd-printable-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 112px;
	object-fit: cover;
	object-position: top center;
}

/* Text
--------------------------------------------- */

.duyw-nd-printable-content {
	min-width: 0;
}

.duyw-nd-printable-heading {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 0.35rem;
}

.duyw-nd-printable-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;

	width: 46px;
	height: 46px;

	font-size: 1.35rem;
	line-height: 1;

	background: #f65083;
	border-radius: 50%;
	box-shadow: 0 3px 0 rgba(195, 39, 91, 0.18);
}

.duyw-nd-printable-label {
	margin: 0 0 0.05rem;

	font-family: 'Nunito', sans-serif;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;

	color: #f65083;
}

.duyw-nd-printable h2 {
	margin: 0;

	font-family: 'Baloo 2', cursive;
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
	font-weight: 700;
	line-height: 1;

	color: #009ca6;
}

.duyw-nd-printable-description {
	max-width: 680px;
	margin: 0;

	font-family: 'Nunito', sans-serif;
	font-size: 0.98rem;
	line-height: 1.55;

	color: #132653;
}

/* Button
--------------------------------------------- */

.duyw-nd-printable-action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
	min-width: 215px;
}

.duyw-nd-printable-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;

	width: 100%;
	padding: 0.8rem 1.1rem;

	font-family: 'Nunito', sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;

	color: #ffffff;
	background: #f65083;
	border: 0;
	border-radius: 999px;

	box-shadow: 0 5px 0 #d92f67;

	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background-color 0.18s ease;
}

.duyw-nd-printable-button:hover,
.duyw-nd-printable-button:focus-visible {
	color: #ffffff;
	background: #e93d73;

	transform: translateY(-2px);
	box-shadow: 0 7px 0 #c9295c;
}

.duyw-nd-printable-button:active {
	transform: translateY(2px);
	box-shadow: 0 2px 0 #c9295c;
}

.duyw-nd-printable-note {
	font-family: 'Nunito', sans-serif;
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;

	color: #59637b;
}

/* Tablet
--------------------------------------------- */

@media (max-width: 850px) {
	.duyw-nd-printable {
		grid-template-columns: 95px minmax(0, 1fr);
	}

	.duyw-nd-printable-action {
		grid-column: 1 / -1;
		flex-direction: row;
		justify-content: center;
		width: 100%;
	}

	.duyw-nd-printable-button {
		width: auto;
		min-width: 220px;
	}

	.duyw-nd-printable-note {
		max-width: 220px;
		text-align: left;
	}
}

/* Mobile
--------------------------------------------- */

@media (max-width: 560px) {
	.duyw-nd-printable {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 0.85rem;

		 padding:22px;
    margin:28px 16px;

		border-radius: 18px;
	}

	.duyw-nd-printable-preview {
		min-height: 92px;
	}

	.duyw-nd-printable-image {
		min-height: 92px;
	}

	.duyw-nd-printable-heading {
		gap: 0.55rem;
	}

	.duyw-nd-printable-icon {
		display: none;
	}

	.duyw-nd-printable h2 {
		font-size: 1.45rem;
	}

	.duyw-nd-printable-description {
		font-size: 0.88rem;
		line-height: 1.45;
	}

	.duyw-nd-printable-action {
		display: block;
	}

	.duyw-nd-printable-button {
		width: 100%;
		min-width: 0;
	}

	.duyw-nd-printable-note {
		display: block;
		max-width: none;
		margin-top: 0.55rem;
		text-align: center;
	}
}

/* =========================================================
   NATIONAL DAY PRINTABLE VIEW
   ========================================================= */

.duyw-printable-page {
	margin: 0;
	background: #f5fbfc;
	color: #132653;
}

.duyw-printable-shell {
	width: min(100% - 2rem, 1040px);
	margin: 0 auto;
	padding: 2rem 0 3rem;
}

/* Header
--------------------------------------------- */

.duyw-printable-header {
	margin-bottom: 1.5rem;
	padding: 1rem;

	text-align: center;

	background: #ffffff;
	border: 2px solid #f6c653;
	border-radius: 24px;
	box-shadow: 0 8px 24px rgba(24, 50, 83, 0.08);
}

.duyw-printable-brand {
	display: inline-block;
	margin-bottom: 0.75rem;
}

.duyw-printable-brand img {
	width: auto;
	max-width: 115px;
	max-height: 90px;
}

.duyw-printable-eyebrow {
	margin: 0 0 0.25rem;

	font-family: 'Nunito', sans-serif;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;

	color: #f65083;
}

.duyw-printable-header h1 {
	margin: 0;

	font-family: 'Baloo 2', cursive;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1;

	color: #009ca6;
}

.duyw-printable-intro {
	max-width: 700px;
	margin: 0.65rem auto 0;

	font-family: 'Nunito', sans-serif;
	font-size: 1rem;
	line-height: 1.55;
}

.duyw-printable-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.85rem;

	margin-top: 1.25rem;
}

.duyw-printable-print-button,
.duyw-printable-lesson-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;

	padding: 0.85rem 1.25rem;

	font-family: 'Nunito', sans-serif;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;

	color: #ffffff;
	background: #f65083;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 5px 0 #d92f67;

	cursor: pointer;
}

.duyw-printable-print-button:hover,
.duyw-printable-print-button:focus-visible,
.duyw-printable-lesson-button:hover,
.duyw-printable-lesson-button:focus-visible {
	color: #ffffff;
	background: #e93d73;
	transform: translateY(-2px);
}

.duyw-printable-back-link {
	font-family: 'Nunito', sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	color: #009ca6;
}

/* Infographic
--------------------------------------------- */

.duyw-printable-artwork {
	margin: 0;
	padding: 1rem;

	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 8px 24px rgba(24, 50, 83, 0.1);
}

.duyw-printable-full-image {
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

/* Advertisement
--------------------------------------------- */

.duyw-printable-ad {
	min-height: 140px;
	margin: 3rem 0;
	padding: 1rem;

	text-align: center;

	background: #ffffff;
	border: 1px solid #dcebed;
	border-radius: 18px;
}

.duyw-printable-ad-label {
	margin: 0 0 0.5rem;

	font-family: 'Nunito', sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;

	color: #788397;
}

/* Footer CTA
--------------------------------------------- */

.duyw-printable-footer {
	padding: 1.75rem;

	text-align: center;

	background: #eef9fa;
	border: 2px solid #7bd2dc;
	border-radius: 24px;
}

.duyw-printable-footer h2 {
	margin: 0;

	font-family: 'Baloo 2', cursive;
	font-size: 2rem;
	line-height: 1;

	color: #009ca6;
}

.duyw-printable-footer p {
	max-width: 650px;
	margin: 0.65rem auto 1.1rem;
}

/* Mobile
--------------------------------------------- */

@media (max-width: 600px) {
	.duyw-printable-shell {
		width: min(100% - 1rem, 1040px);
		padding-top: 0.5rem;
	}

	.duyw-printable-header {
		padding: 1.1rem 0.9rem;
		border-radius: 18px;
	}

	.duyw-printable-artwork {
		padding: 0.4rem;
		border-radius: 14px;
	}

	.duyw-printable-controls {
		flex-direction: column;
	}

	.duyw-printable-print-button {
		width: 100%;
	}

	.duyw-printable-ad {
		margin: 2rem 0;
	}
}

@media print {
	@page {
		size: portrait;
		margin: 0.25in;
	}

	html,
	body.duyw-printable-page {
		margin: 0 !important;
		padding: 0 !important;
		background: #ffffff !important;
	}

	.duyw-printable-shell {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.duyw-printable-header,
	.duyw-printable-ad,
	.duyw-printable-footer,
	.site-header,
	.site-footer,
	#wpadminbar {
		display: none !important;
	}

	.duyw-printable-artwork {
		margin: 0;
		padding: 0;

		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.duyw-printable-full-image {
		display: block;
		width: auto;
		max-width: 100%;
		max-height: 10.45in;
		margin: 0 auto;

		object-fit: contain;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}


/* Hidden when printing */
@media print {
	.duyw-no-print {
		display: none !important;
	}
}

/* Only visible when printing */
.duyw-print-only {
	display: none;
}

@media print {
	.duyw-print-only {
		display: block !important;
	}
}

@media print {

	.duyw-print-footer {
		margin-top: .25in;
		padding-top: .1in;

		border-top: 1px solid #ddd;

		font: 11px Nunito, sans-serif;
		text-align: center;
		color: #666;
	}

}
.duyw-nd-activity-text iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: .5rem 0;
  border: 0;
  border-radius: 16px;
}
.duyw-nd-affiliate-note{
    max-width:1120px;
    margin:18px auto 34px;
    padding:1px 22px;

    display:flex;
    align-items:center;
    gap:12px;

    background:#f9f3ff;

    border-radius:999px;

    color:#9e88b6;

        text-align:center;
    justify-content:center;
 

line-height: 1.45;
font-size: .7rem;
font-weight: 700;
letter-spacing: .08em;
font-family: 'Nunito', sans-serif;
text-transform: uppercase;
}



.duyw-nd-affiliate-icon{
    flex-shrink:0;
    font-size:1rem;
}


@media (max-width:768px){

    .duyw-nd-affiliate-note{
        border-radius:18px;
        align-items:flex-start;
        padding:14px 18px;
    }

}

/* =========================================================
   KEEP EXPLORING: ADVENTURE TRAILS
   ========================================================= */

.duyw-keep-exploring-content {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

/* Remove generic WYSIWYG spacing inside the custom cards. */
.duyw-keep-exploring-content .duyw-adventure-trail {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 122px;
  margin: 0 0 0 34px;
  padding: 12px 26px 12px 72px;

  background: rgba(255, 255, 255, 0.82);
  border: 1.5px solid var(--trail-color);
  border-radius: 22px;

  box-shadow:
    0 8px 22px rgba(34, 31, 78, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  box-sizing: border-box;
}

.duyw-keep-exploring-intro  {
    
font-size: 1rem;
line-height: 1.45;
font-weight: 700;
letter-spacing: .08em;
font-family: 'Nunito', sans-serif;

}


/* Very light accent wash inside each card. */
.duyw-keep-exploring-content .duyw-adventure-trail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  border-radius: inherit;
  background: linear-gradient(
    90deg,
    var(--trail-wash),
    rgba(255, 255, 255, 0) 45%
  );

  pointer-events: none;
}

/* Keep text above the background wash. */
.duyw-adventure-trail-body {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Large circular icon overlapping the card edge. */
.duyw-adventure-trail-icon {
  position: absolute;
  top: 50%;
  left: -35px;
  z-index: 2;

  display: grid;
  place-items: center;

  width: 72px;
  height: 72px;

  font-size: 2rem;
  line-height: 1;

  background: #fff;
  border: 2px solid var(--trail-color);
  border-radius: 50%;

  box-shadow:
    0 7px 18px rgba(34, 31, 78, 0.1),
    0 0 0 6px rgba(255, 255, 255, 0.7);

  transform: translateY(-50%);
}

/* Trail headings. */
.duyw-keep-exploring-content .duyw-adventure-trail h3 {
  margin: 0 0 5px;
  padding: 0;

  color: var(--trail-heading);
  font-family: var(--duyw-heading-font);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

/* Trail body copy. */
.duyw-keep-exploring-content .duyw-adventure-trail p {
  margin: 0;
  padding: 0;

  font-size: 0.98rem;
  line-height: 1.46;
}

/* Add a little separation before the question. */
.duyw-keep-exploring-content
  .duyw-adventure-trail
  .duyw-wonder-challenge {
  margin-top: 5px;
}

.duyw-wonder-challenge strong {
  color: var(--duyw-purple);
  font-weight: 800;
}

.duyw-adventure-trail--travel {
  --trail-color: rgba(0, 156, 166, 0.48);
  --trail-heading: #008c94;
  --trail-wash: rgba(0, 156, 166, 0.075);
}

.duyw-adventure-trail--history {
  --trail-color: rgba(246, 79, 134, 0.48);
  --trail-heading: #e83e78;
  --trail-wash: rgba(246, 79, 134, 0.075);
}

.duyw-adventure-trail--science {
  --trail-color: rgba(255, 122, 26, 0.5);
  --trail-heading: #ec680b;
  --trail-wash: rgba(255, 122, 26, 0.075);
}

/* =========================================================
   RESEARCH TIP BAR
   ========================================================= */

.duyw-keep-exploring-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .7rem;

    margin-top: 14px;

    font-size: .95rem;
    font-weight: 700;
}

.duyw-keep-exploring-footer span {
    color: var(--duyw-purple);
}

.duyw-keep-exploring-footer a {
    color: var(--duyw-teal);
    text-decoration: none;
    font-weight: 800;
}

.duyw-keep-exploring-footer a:hover {
    text-decoration: underline;
}


@media (max-width: 700px) {

  .duyw-keep-exploring-panel {
    padding: 22px 18px 18px;
  }

  .duyw-keep-exploring-content {
    gap: 18px;
  }

  .duyw-keep-exploring-content .duyw-adventure-trail {
    align-items: flex-start;
    min-height: 0;

    margin: 25px 0 0;
    padding: 50px 18px 17px;

    border-radius: 19px;
  }

  .duyw-adventure-trail-icon {
    top: 0;
    left: 18px;

    width: 62px;
    height: 62px;

    font-size: 1.7rem;
    transform: translateY(-42%);
  }

  .duyw-keep-exploring-content .duyw-adventure-trail h3 {
    font-size: 0.94rem;
  }

  .duyw-keep-exploring-content .duyw-adventure-trail p {
    font-size: 0.93rem;
  }

  .duyw-keep-exploring-content .duyw-research-tip {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 12px;

    padding: 13px 14px;
  }

  .duyw-keep-exploring-content .duyw-research-tip a {
    grid-column: 2;
    padding: 0;

    border-left: 0;
    text-align: left;
  }

}

/* Prompt Helper --------------------------------------- */

.duyw-prompt-helper{
    margin-top: 10px;
    
    
    font-size: 1.02rem;
    
}

.duyw-prompt-helper h2,
.duyw-prompt-helper h3,
.duyw-prompt-helper h4{
    margin: 0 0 .75rem;
    font-family: var(--duyw-heading-font);
    font-size: 1.35rem;
    color: var(--duyw-pink);
    display:flex;
    align-items:center;
    gap:.45rem;
}

.duyw-prompt-helper p{
    margin: 0 0 1rem;
}

.duyw-prompt-helper strong{
    color: #009ca6;
}



.duyw-prompt-helper ul{
    list-style:none;
    padding-left:0;
    text-align: left;
}

.duyw-prompt-helper li{
    position:relative;
    padding-left:1.7rem;
  
}

.duyw-prompt-helper li::before{
    content:"✏️";
    position:absolute;
    left:0;
   
    color:var(--duyw-orange);
    font-size:1rem;
}
.duyw-prompt-helper blockquote{
    margin:1.25rem 0;
    padding:.9rem 1.1rem;
    background:#fffdf6;
    border-left:5px solid var(--duyw-yellow);
    border-radius:14px;
    font-style:italic;
}

.duyw-prompt-helper em{
    color: #009ca6;
    font-style:normal;
    font-weight:700;
}

.duyw-prompt-helper hr{
    border:none;
    height:2px;
    background:#f8dbe6;
    margin:1.5rem 0;
}

.duyw-prompt-helper a{
    color:var(--duyw-teal);
    font-weight:700;
    text-decoration:none;
}

.duyw-prompt-helper a:hover{
    text-decoration:underline;
}

.duyw-nd-activity-text ul {
    list-style: none;
    margin: 1rem auto 1.4rem;
  
    max-width: 290px;
    text-align: left;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    font-size: 1.02rem;
}

.duyw-nd-activity-text li {

   
    line-height: 1.45;
    text-align: left;
    font-size: 1.02rem;
}



.duyw-nd-activity-text > p strong,
.duyw-nd-activity-text > strong {
    display: inline-block;
 
    color: #27345f;
    font-weight: 800;
}

.duyw-nd-activity-text ul + p {
    
}

/* Default lists (emoji lists) */
.duyw-nd-activity-text ul {
    list-style: none;
    padding: 0;
}

.duyw-nd-activity-text ul li::before {
    content: "";
}

/* Checklist lists */
.duyw-nd-activity-text ul.duyw-checklist li {
    position: relative;
    padding-left: 1.6rem;
}

.duyw-nd-activity-text ul.duyw-checklist li::before {
    content: "✨";
    position: absolute;
    left: 0;
    top: 0;
}

.duyw-nd-activity-text li {
    background: rgba(255,255,255,.65);
    border-radius: 8px;
    padding: .35rem .55rem;
    
}

.duyw-nd-activity-text li {
    transition: transform .15s ease;
}

.duyw-nd-activity-text li:hover {
    transform: translateX(3px);
}

.duyw-checklist-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #16154b;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(22, 21, 75, 0.14);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.duyw-checklist-link:hover,
.duyw-checklist-link:focus {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(22, 21, 75, 0.2);
}

.duyw-checklist-link:focus-visible {
  outline: 3px solid rgba(22, 21, 75, 0.25);
  outline-offset: 3px;
}

.duyw-printable-checklist-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 10px 16px;
	border: 2px solid #0d9da5;
	border-radius: 999px;
	background: #fff;
	color: #0d858d;
	font-family: 'Nunito', sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
}

.duyw-printable-checklist-button:hover,
.duyw-printable-checklist-button:focus {
	background: #0d9da5;
	color: #fff;
	transform: translateY(-1px);
}

.duyw-recipe-card-link {
	display: block;
}

.duyw-recipe-card-image {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 5px;
	transition: transform .2s ease, box-shadow .2s ease;
	background-color: #fbfff0 !important;
}

.duyw-recipe-card-link:hover .duyw-recipe-card-image,
.duyw-recipe-card-link:focus .duyw-recipe-card-image {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,.12);
}

/* Sidebar Fun Lists */
.duyw-sidebar-fun ul {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
	display: block;

	color: #ff5b8b;
	font-family: "Baloo 2", sans-serif;
	font-size: .9em;

}

.duyw-sidebar-fun ul li {
margin: 0;
padding: 0.2rem 0;
line-height: 1.2;
display: block;
color: #ff5b8b;
font-family: "Baloo 2", sans-serif;
font-size: .95em;

}

.duyw-sidebar-fun ul li:last-child {
	border-bottom: 0;
}

.duyw-sidebar-fun ul li strong {
	display: block;

	color: #ff5b8b;
	font-family: "Baloo 2", sans-serif;
	font-size: 1em;
	line-height: 1.25;
}

.duyw-sidebar-fun .callout {


font-family: "Baloo 2", cursive;
font-size: 1rem;
color: #f64f86;

letter-spacing: .4px;
}

.duyw-style-detective-panel {
    margin: 24px 0;
}

.duyw-style-detective-label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.05rem;
}

/* Style Detective Panel */
.duyw-style-detective {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 18px 0;
}

.duyw-style-card {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.duyw-style-card h4 {
    margin: 0 0 4px;
    font-size: 1.2rem;
}

.duyw-style-card > p:first-of-type {
    margin: 0 0 14px;
    font-size: 0.95rem;
}

.duyw-style-card blockquote {
    margin: 14px 0;
    padding: 14px 16px;
    border-left: 4px solid currentColor;
    background: rgba(0, 0, 0, 0.025);
    border-radius: 0 10px 10px 0;
    font-style: italic;
}

.duyw-style-card blockquote p {
    margin: 0;
}

.duyw-style-card p:last-child {
    margin-bottom: 0;
}

.duyw-style-detective-question {
    margin-top: 16px;
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.035);
    border-radius: 16px;
}

.duyw-style-detective-question p {
    margin-top: 0;
}

.duyw-style-detective-question p:last-child {
    margin-bottom: 0;
}

/* Mobile */
@media (max-width: 700px) {
    .duyw-style-detective {
        grid-template-columns: 1fr;
    }

    .duyw-style-card {
        padding: 16px;
    }
}


.duyw-shop-adventure {
 max-width: 270px;
  margin: 0 auto;
  padding: 12px 14px 10px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(26, 159, 166, 0.12);
  border-radius: 18px;
  text-align: center;
}



.duyw-shop-adventure-text {
 margin: 4px 0 8px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.duyw-shop-adventure-link {
  display: block;
  text-decoration: none;
}


.duyw-shop-adventure-image {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 14px;
}

.duyw-shop-adventure-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
    font-size: .85rem !important;
    text-transform: uppercase;
}

.duyw-shop-adventure-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

.duyw-shop-adventure-disclosure {
margin-top: 5px;
  max-width: 240px;
  font-size: 0.72rem;
  line-height: 1.35;
  opacity: 0.7;
  text-align: center;
}

@media (max-width: 768px) {
  .duyw-nd-date {
    font-size: 1.2rem;
    padding: 7px 28px;
  }
}

.duyw-curated-by {
    margin: 12px 0 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #0799a5;
    letter-spacing: 0.02em;
}

.duyw-curated-by a {
    color: #0799a5;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(7, 153, 165, 0.35);
    transition: border-color 0.2s ease;
}

.duyw-curated-by a:hover {
    border-bottom-color: #0799a5;
}

.duyw-wonder-related {
  margin-top: 10px;
}

.duyw-wonder-related-link {
  font-weight: 700;
  text-decoration: none;
}

.duyw-wonder-related-link:hover {
  text-decoration: underline;
}

/* About This Learning Adventure */
.duyw-learning-adventure-description {
    max-width: 1180px;
    margin: 26px auto 28px;
    padding: 10px 24px 16px;
    background: #fff;
    border: 0;
    
    text-align: center;
}

.duyw-learning-adventure-description-text {
    max-width: 980px;
    margin: 0 auto;
    color: #24395f;
    font-family: "Nunito", sans-serif;
    font-size: 1.04rem;
    font-weight: 500;
    line-height: 1.65;
}

.duyw-learning-adventure-description-text::before {
    content: "♥";
    display: inline-block;
    margin-right: 8px;
    color: #e94f86;
    font-size: 0.9em;
}

.duyw-learning-adventure-description-text p {
    display: inline;
    margin: 0;
}

.duyw-learning-adventure-description-text a {
    color: #18366f;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .duyw-learning-adventure-description {
        margin: 22px 18px 24px;
        padding: 8px 10px 14px;
    }

    .duyw-learning-adventure-description-text {
        font-size: 0.98rem;
        line-height: 1.6;
    }
}

.duyw-panel-title {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.duyw-adventure-map-link {
	margin-left: auto;

	display: inline-flex;
	align-items: center;
	gap: 0.35em;

	padding: 0.38em 0.75em;
	border: 1px solid #8ed8dc;
	border-radius: 999px;

	background: #eefafb;
	color: #008f98;

	font-family: "Nunito", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;

	text-decoration: none;
	white-space: nowrap;
}

.duyw-adventure-map-link:hover,
.duyw-adventure-map-link:focus {
	background: #dff6f7;
	border-color: #39b9c0;
	color: #00747c;
	text-decoration: none;
}

@media (max-width: 600px) {
	.duyw-adventure-heading {
		align-items: flex-start;
	}

	.duyw-adventure-map-link {
		margin-left: auto;
		font-size: 0.78rem;
	}
}