/* w56 global footer - shared across all pages */

body.w56-site .footer-widgets {
    display: none !important;
}

body.w56-site .absolute-footer {
    display: none !important;
}

body.w56-site .w56-site-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(240, 193, 89, 0.2);
    padding: 36px 0;
    text-align: center;
}

body.w56-site .w56-site-footer__line {
    color: #abb8c3;
    margin: 0 0 10px;
    font-size: 0.95em;
    line-height: 1.6;
}

body.w56-site .w56-site-footer__line:last-child {
    margin-bottom: 0;
}

body.w56-site .w56-page-placeholder {
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
