.ab-age-gate-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 20px 16px;
    margin-bottom: 24px;
}
.ab-age-gate-section-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 15px;
}
.form-table th { width: 220px; }
.ab-age-gate-cb-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.ab-age-gate-cb-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    margin-top: 4px;
    border-radius: 50%;
    background: #f0f0f1;
    color: #50575e;
    font-size: 12px;
    font-weight: 600;
    flex-shrink: 0;
}
.ab-age-gate-cb-row textarea {
    flex: 1;
}
.ab-age-gate-remove-checkbox {
    flex-shrink: 0;
    margin-top: 2px !important;
}
