/* Custom Klaro styles to match Monopay design */
.klaro {
    font-family: 'DejaVuSans', Arial, Helvetica, sans-serif;
}

.klaro .cookie-modal h1,
.klaro .cookie-modal h2,
.klaro .cookie-modal h3 {
    color: #333;
}

.klaro .cookie-modal .cm-btn,
.klaro .cookie-modal .cm-btn:visited {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
}

.klaro .cookie-modal .cm-btn:hover {
    background-color: #1976d2;
    border-color: #1976d2;
}

/* Fixed footer container for Adsterra banner */
#footer-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

/* Prevent the fixed banner from covering content */
body {
    padding-bottom: 50px;
}
