/* Ajuste visual de portada inspirado en la propuesta Editorial Premium. */
body.tdh-modern{
    --tdh-blue:#0d55d9;
    --tdh-ink:#102a43;
    --tdh-muted:#627d98;
    --tdh-line:#e2e8f0;
    --tdh-copper:#c8743c;
    background:#fff;
    color:var(--tdh-ink);
}
body.tdh-modern>header{
    min-height:76px;
    height:auto;
    padding:14px clamp(20px,4vw,64px);
    border-bottom:1px solid var(--tdh-line);
    background:#fff;
}
body.tdh-modern>header .brand{
    color:#0b1f33;
    font-family:Manrope,Arial,sans-serif;
    font-size:clamp(22px,2vw,30px);
    font-weight:650;
    letter-spacing:-.04em;
}
body.tdh-modern>header nav a{
    position:relative;
    color:#243b53;
    font-size:13px;
    font-weight:600;
}
body.tdh-modern>header nav a:hover,
body.tdh-modern>header nav a:focus-visible{color:var(--tdh-blue)}
body.tdh-modern>header form input,
body.tdh-modern>header form button{
    min-height:40px;
    border-color:#d7e0e9;
    background:#fff;
}
body.tdh-modern>header form button{
    border-color:var(--tdh-blue);
    background:var(--tdh-blue);
    color:#fff;
    cursor:pointer;
    font-weight:750;
}
body.tdh-modern .hero{
    margin:0;
    border-radius:0;
    box-shadow:none;
}
body.tdh-modern .must-know,
body.tdh-modern .daily,
body.tdh-modern .events,
body.tdh-modern .commemorations,
body.tdh-modern .horoscope{background:#fff}
body.tdh-modern .must-know-inner,
body.tdh-modern .daily,
body.tdh-modern .events,
body.tdh-modern .commemorations,
body.tdh-modern .horoscope{
    width:min(1500px,100%);
    margin-inline:auto;
}
body.tdh-modern .must-know-heading h2,
body.tdh-modern .daily>h2,
body.tdh-modern .events>h2,
body.tdh-modern .commemorations h2,
body.tdh-modern .horoscope>h2{color:#102a43}
body.tdh-modern .must-know-heading>div:after,
body.tdh-modern .daily>h2:after,
body.tdh-modern .events>h2:after{
    content:"";
    display:block;
    width:42px;
    height:2px;
    margin-top:10px;
    background:var(--tdh-blue);
}
body.tdh-modern .news-card,
body.tdh-modern .cards article,
body.tdh-modern .horoscope-grid span,
body.tdh-modern .commemoration-card{
    border-color:var(--tdh-line);
    border-radius:8px;
    background:#fff;
    box-shadow:0 6px 20px rgba(16,42,67,.045);
}
body.tdh-modern .news-card,
body.tdh-modern .cards article,
body.tdh-modern .horoscope-grid span{
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
body.tdh-modern .news-card:hover,
body.tdh-modern .cards article:hover,
body.tdh-modern .horoscope-grid span:hover{
    transform:translateY(-2px);
    border-color:#cbd8e6;
    box-shadow:0 12px 28px rgba(16,42,67,.08);
}
body.tdh-modern .read-more,
body.tdh-modern .must-know-heading>a,
body.tdh-modern .events article>b,
body.tdh-modern .horoscope-grid b{color:var(--tdh-blue)}
body.tdh-modern .date-navigation a{
    border-color:var(--tdh-line);
    border-radius:8px;
    background:#fff;
    color:#243b53;
}
body.tdh-modern .date-navigation .date-archive-link{
    border-color:#102a43;
    background:#102a43;
    color:#fff;
}
body.tdh-modern .site-footer{
    background:#0b1f33;
    color:#fff;
}
@media(max-width:600px){
    body.tdh-modern>header{min-height:68px;padding:12px 18px}
    body.tdh-modern>header form{margin-left:auto}
    body.tdh-modern>header form input{max-width:142px}
    body.tdh-modern .news-card:hover,
    body.tdh-modern .cards article:hover,
    body.tdh-modern .horoscope-grid span:hover{transform:none}
}
@media(prefers-reduced-motion:reduce){
    body.tdh-modern .news-card,
    body.tdh-modern .cards article,
    body.tdh-modern .horoscope-grid span{transition:none}
}
