#acj-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

#acj-box {
    background: #ffffff;
    max-width: 520px;
    width: 90%;
    padding: 30px 30px 25px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    font-family: inherit;
}

#acj-box h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
}

#acj-box p {
    margin-bottom: 12px;
    line-height: 1.5;
}

#acj-box .acj-legal {
    font-size: 13px;
    color: #555;
}

.acj-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0 20px;
    font-size: 14px;
}

.acj-checkbox input[type="checkbox"] {
    transform: scale(1.1);
}

.acj-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

#acj-accept.button {
    /* Storefront-Button-Optik wird übernommen */
}

#acj-decline.button.acj-secondary {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}

#acj-decline.button.acj-secondary:hover {
    background: #e5e5e5;
}

.acj-note {
    font-size: 12px;
    color: #777;
    text-align: center;
}

.acj-note a {
    color: inherit;
    text-decoration: underline;
}
