/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* ===== 123B Footer E-E-A-T 2026 Enhancements ===== */

/* Hide old footer block references (the old block ID=10 had broken links) */
.footer-block-legacy,
footer[data-block-legacy="33win"],
.flatsome-footer-block-old {
    display: none !important;
}

/* E-E-A-T Footer styling - clean professional look */
footer#footer,
.footer-wrapper,
.flatsome-footer-block {
    background: #0a0a0a !important;
    color: #cccccc !important;
    border-top: 2px solid rgba(255, 215, 0, 0.3) !important;
}

/* Footer links - accessible contrast */
footer#footer a,
.flatsome-footer-block a {
    color: #cccccc !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

footer#footer a:hover,
.flatsome-footer-block a:hover {
    color: #ffd700 !important;
}

/* Footer headings - gold accent for E-E-A-T visibility */
footer#footer h3,
footer#footer .widget-title,
.flatsome-footer-block h3 {
    color: #ffd700 !important;
    font-weight: 700 !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.5px !important;
}

/* Logo sizing in footer */
footer#footer .ux-logo,
footer#footer .logo,
.flatsome-footer-block .ux-logo {
    max-width: 180px !important;
    height: auto !important;
}

/* License/certification badges */
footer#footer .badge-cert,
.flatsome-footer-block .badge-cert {
    display: inline-block;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid rgba(255, 215, 0, 0.4);
    color: #ffd700 !important;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    margin: 4px;
}

/* Bottom bar - copyright + responsible gambling */
footer#footer .absolute-footer,
.footer-bottom,
.flatsome-footer-block .absolute-footer {
    background: #000 !important;
    border-top: 1px solid rgba(255, 215, 0, 0.2) !important;
    padding: 15px 0 !important;
    font-size: 12px !important;
}

footer#footer .absolute-footer a,
.footer-bottom a {
    color: #ffd700 !important;
}

footer#footer .absolute-footer p,
.footer-bottom p {
    color: #999 !important;
    margin: 4px 0 !important;
}

/* E-E-A-T emphasis - brand name in footer gets bolded */
footer#footer strong:contains("123B"),
.flatsome-footer-block strong {
    color: #ffd700 !important;
}

/* Footer columns responsive */
@media (max-width: 768px) {
    footer#footer .col,
    .flatsome-footer-block [class*="col-"] {
        text-align: center !important;
        margin-bottom: 25px !important;
    }
}

/* Hide the broken old link patterns that may still be in cached content */
footer a[href*="33win"],
footer a[href*="33WIN"] {
    /* This rule intentionally allows new content with 123B to show */
}

/* Force footer to appear at bottom */
.flatsome-footer-block {
    clear: both !important;
    width: 100% !important;
    display: block !important;
}

/* Improve readability */
footer#footer .ux-menu-link,
footer#footer ul li {
    color: #cccccc !important;
}

footer#footer ul {
    list-style: none !important;
    padding-left: 0 !important;
}

footer#footer ul li {
    padding: 4px 0 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

/* Mobile footer adjustments */
footer#footer h3,
.flatsome-footer-block h3 {
    font-size: 14px !important;
}

footer#footer,
.flatsome-footer-block {
    padding: 25px 15px !important;
}

}