/*
 Theme Name: TVTimes Child
 Template: blocksy
*/

/* Shared container for header + footer */
.tvt-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    box-sizing: border-box;
}

/* Header spacing */
.site-header {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* Footer spacing */
.site-footer {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
    opacity: 0.85;
}

/* Header branding */
.site-header .site-branding {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
}

/* Single clean definition — high specificity beats Blocksy */
header.site-header .tvt-container .site-branding strong {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

header.site-header .tvt-container .tvt-tagline {
    font-size: 22px;
    font-weight: 400;
    opacity: 0.85;
    margin-left: 8px;
    line-height: 1.2;
}

/* Footer text */
.site-footer p {
    margin: 0;
}

/* Footer blurb spacing */
.tvt-footer-blurb {
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
}


/* ============================
   Header Branding Colors
   ============================ */

/* Header background */
header.site-header {
    background-color: #1a1a2e;
    border-bottom: 3px solid #e50914;
}

/* Branding link — remove default blue */
header.site-header .site-branding a {
    text-decoration: none;
    color: #ffffff;
}

header.site-header .site-branding a:hover {
    color: #e0e0e0;
    text-decoration: none;
}

/* TVTimes strong text */
header.site-header .tvt-container .site-branding strong {
    color: #ffffff;
}

/* Tagline */
header.site-header .tvt-container .tvt-tagline {
    color: #cccccc;
}

/* ============================
   Footer — Match Header Theme
   ============================ */

footer.site-footer {
    background-color: #1a1a2e;
    border-top: 3px solid #e50914;
    color: #cccccc;
    padding-top: 28px;
    padding-bottom: 28px;
}

footer.site-footer p {
    color: #cccccc;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

footer.site-footer .tvt-footer-blurb {
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #aaaaaa;
}

footer.site-footer a {
    color: #cccccc;
    text-decoration: none;
}

footer.site-footer a:hover {
    color: #e50914;
    text-decoration: underline;
}
