/* 20th Anniversary Page Base Styles */
/* This file only contains template-level styles. Block-specific CSS is loaded via wp_enqueue_block_style_assets */

.cpm-anniversary-page {
    background-color: #000000;
    color: #ffffff;
}

/* Header override for anniversary template */
.page-template-templates20th-anniversary-banesco-php .site-header,
.page-template-templates20th-anniversary-banesco-php header.site-header,
.page-template-templates20th-anniverszry-banescophp .site-header,
.page-template-templates20th-anniverszry-banescophp header.site-header,
.page-template-templates20th-anniversary-banesco .site-header,
.page-template-templates20th-anniversary-banesco header.site-header {
    display: none;
}

header.header {
    display: none;
}

.cpm-anniversary-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 48px 24px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.cpm-anniversary-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
}

.cpm-anniversary-footer__row {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cpm-anniversary-footer__row--legal {
    gap: 4px;
    align-items: flex-end;
    p {
        position: relative;
        bottom: -5px;
    }
}

.cpm-anniversary-footer__row--brand {
    justify-content: center;
    text-align: left;
}

.cpm-anniversary-footer__logo {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 16px;
}
.cpm-anniversary-footer__logo img {
    height: 42px;
    width: auto;
}

.cpm-anniversary-footer__social {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.cpm-anniversary-footer__social-item img {
    width: 28px;
    height: 28px;
}

.cpm-anniversary-footer__menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

.cpm-anniversary-footer__menu-item {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.85rem;
}

.cpm-anniversary-footer__menu-item:not(:first-child)::before {
    content: '|';
    display: inline-block;
    margin-right: 24px;
    color: #5F5F5F;

}

.cpm-anniversary-footer__row--badge img {
    height: 48px;
    width: auto;
}

.cpm-anniversary-footer__copy {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #666666;

}

.cpm-anniversary-hero__logo-picture {
    display: inline-block;
}

.cpm-anniversary-hero__logo {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .cpm-anniversary-footer {
        padding: 40px 16px 48px;
    }

    .cpm-anniversary-footer__row {
        max-width: 100%;
    }

    .cpm-anniversary-footer__menu {
        flex-direction: column;
        gap: 12px;
    }

    .cpm-anniversary-footer__menu-item:not(:first-child)::before {
        display: none;
    }
}