.cpm-cookie-popup {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    padding: 1.5rem;
    max-width: 720px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.cpm-cookie-popup[hidden] {
    display: none;
}

.cpm-cookie-popup__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.cpm-cookie-popup__message {
    margin: 0 0 1rem;
    color: #333333;
}

.cpm-cookie-popup__link a {
    color: #2271b1;
    text-decoration: underline;
}

.cpm-cookie-popup__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.cpm-cookie-popup__button {
    background: #2271b1;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    font-weight: 600;
}

.cpm-cookie-popup__button--secondary {
    background: #f0f0f1;
    color: #1d2327;
}
