.arsi-cookie-consent__banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    color: #202020;
    padding: 16px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
}

.arsi-cookie-consent__content {
    margin-bottom: 10px;
}

.arsi-cookie-consent__title {
    margin: 0 0 8px;
}

.arsi-cookie-consent__text {
    margin: 0 0 8px;
}

.arsi-cookie-consent__policy-link {
    color: #202020;
    text-decoration: underline;
}

.arsi-cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.arsi-cookie-consent__modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    padding: 24px;
}

.arsi-cookie-consent__panel {
    max-width: 560px;
    margin: 4vh auto;
    background: #fff;
    color: #202020;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.arsi-cookie-consent__groups {
    margin: 14px 0;
}

.arsi-cookie-consent__group {
    display: block;
    margin-bottom: 10px;
}

.arsi-cookie-consent__group-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.arsi-cookie-consent__group-text {
    display: block;
    margin-top: 6px;
}

.arsi-cookie-reopen {
    margin-top: 10px;
    text-align: center;
}
