.footer-analytics-preferences {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.easypro-analytics-consent {
    position: fixed;
    z-index: 10000;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.easypro-analytics-consent__inner {
    width: min(760px, 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
    color: #111827;
    pointer-events: auto;
}

.easypro-analytics-consent__copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1rem;
}

.easypro-analytics-consent__copy p {
    margin: 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.5;
}

.easypro-analytics-consent__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.easypro-analytics-consent__actions button {
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #ffffff;
    color: #1f2937;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.easypro-analytics-consent__actions button.is-primary {
    border-color: #0f5f94;
    background: #0f5f94;
    color: #ffffff;
}

@media (max-width: 680px) {
    .easypro-analytics-consent {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .easypro-analytics-consent__inner {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

    .easypro-analytics-consent__actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
