#azors-cookie-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.azors-cookie-inner {
    max-width: 1000px;
    margin: auto;
    padding: 20px var(--wp--custom--spacing--outer);
}

.azors-cookie-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.azors-cookie-buttons button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #0c4076;
    color: white;
}

.azors-accept-all {
    background: #0c4076;
    color: white;
}

.azors-settings-open {
    background: #ddd;
}

.azors-step {
    display: block;
}

#azors-step-2 {
    display: none;
}

.azors-settings-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.azors-settings-header h4 {
    margin: 0;
}

.azors-back-btn {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}

.azors-back-btn:hover {
    background: #e9e9e9;
}

.azors-settings-header h3 {
    margin: 0;
    color: #333;
}

.azors-settings-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
}

.azors-settings-content p {
    margin-bottom: 10px;
    line-height: 1.5;
}
