.rogiq-consent-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #1a1a2e;
    color: #f5f5f5;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

body.rogiq-consent-bar-visible {
    padding-bottom: 88px;
}

.rogiq-consent-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.rogiq-consent-bar__message {
    margin: 0;
    flex: 1 1 280px;
}

.rogiq-consent-bar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.rogiq-consent-bar__policy {
    color: #c8d6ff;
    text-decoration: underline;
}

.rogiq-consent-bar__policy:hover,
.rogiq-consent-bar__policy:focus {
    color: #ffffff;
}

.rogiq-consent-bar__accept {
    appearance: none;
    border: 0;
    border-radius: 6px;
    background: #8bc41f;
    color: #1a1a2e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 18px;
}

.rogiq-consent-bar__accept:hover,
.rogiq-consent-bar__accept:focus {
    background: #9ed428;
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.rogiq-consent-bar.is-hidden {
    display: none;
}

/* Haley Marketing decorative widget — RogIQ consent replaces it when active. */
#band-cookies {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 640px) {
    body.rogiq-consent-bar-visible {
        padding-bottom: 120px;
    }

    .rogiq-consent-bar__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .rogiq-consent-bar__actions {
        justify-content: flex-end;
    }
}
