.aedr-form-table {
    width: 50%;
}

.aedr-form-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.aedr-form-table tbody tr:last-child {
    border-bottom: none;
}

.aedr-form-table td {
    padding: 5px;
}

.aedr-form-table input[type="text"] {
    width: 100%;
}

.aedr-add-entry {
    margin-top: 5px !important;
    margin-left: 5px !important;
}

/* Rule type label badge */
.aedr-rule-label {
    display: inline-block;
    font-size: 11px;
    color: #555;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 6px;
    white-space: nowrap;
}

/* Live preview text below the input */
.aedr-rule-preview {
    display: block;
    font-size: 11px;
    color: #0073aa;
    font-style: italic;
    margin-top: 3px;
    min-height: 1em;
}

/* Help text block above the table */
.aedr-help-text {
    margin-bottom: 10px;
}

.aedr-rule-help-list {
    list-style: disc;
    margin-left: 20px;
    margin-top: 4px;
}

.aedr-rule-help-list li {
    margin-bottom: 3px;
    font-size: 13px;
}

/* Test-email panel */
.aedr-test-email {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.aedr-test-email input[type="text"] {
    min-width: 220px;
}

#aedr-test-email-result {
    font-weight: 600;
}

#aedr-test-email-result.allowed {
    color: #00a32a;
}

#aedr-test-email-result.blocked {
    color: #d63638;
}
