/**
 * Non GamStop Casinos UK - page footer
 *
 * Sits inside .abp5-ngc-wrap after the article. Container width and padding
 * mirror .abp5-ngc-article so it lines up with the content and the top nav.
 * Selectors carry two classes so they outrank the page's own
 * `.abp5-ngc-wrap a` colour rule.
 */

.abp5_ngc_footer {
    background: #ffffff;
    border-top: 1px solid #e4e8ef;
}

.abp5_ngc_footer_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 28px 24px 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
}

.abp5_ngc_footer_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.abp5_ngc_footer_item {
    margin: 0;
}

.abp5_ngc_footer .abp5_ngc_footer_link {
    color: #1a1d24;
    font-size: 0.95rem;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
}

.abp5_ngc_footer .abp5_ngc_footer_link:hover,
.abp5_ngc_footer .abp5_ngc_footer_link:focus-visible {
    color: #1f6feb;
    text-decoration: underline;
}

.abp5_ngc_footer_copy {
    margin: 16px 0 0;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #5b6270;
}

@media (max-width: 768px) {
    .abp5_ngc_footer_inner {
        padding: 22px 14px 26px;
    }

    .abp5_ngc_footer_list {
        gap: 8px 18px;
    }

    .abp5_ngc_footer .abp5_ngc_footer_link {
        font-size: 0.9rem;
    }

    .abp5_ngc_footer_copy {
        margin-top: 14px;
        font-size: 0.8rem;
    }
}
