.rwi-consent {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 10000;
    max-width: 760px;
    margin: 0 auto;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: #172033;
    color: #fff;
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
}

.rwi-consent[hidden] {
    display: none;
}

.rwi-consent__title {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: 1.05rem;
}

.rwi-consent__text {
    margin: 0;
    color: #eef2f7;
    font-size: 0.94rem;
    line-height: 1.55;
}

.rwi-consent__text a {
    color: #f4ce14;
    text-decoration: underline;
}

.rwi-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.85rem;
}

.rwi-consent__button,
.rwi-cookie-settings {
    border: 1px solid #f4ce14;
    border-radius: 6px;
    padding: 0.55rem 0.9rem;
    font: inherit;
    cursor: pointer;
}

.rwi-consent__button--accept {
    background: #f4ce14;
    color: #172033;
}

.rwi-consent__button--reject {
    background: transparent;
    color: #fff;
}

.rwi-cookie-settings {
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .rwi-consent {
        display: flex;
        align-items: center;
        gap: 1.25rem;
    }

    .rwi-consent__content {
        flex: 1;
    }

    .rwi-consent__actions {
        flex: 0 0 auto;
        margin-top: 0;
    }
}
