/* ===== Related Generator Pro UI ===== */

.related-card .form-control-lg,
.related-card .form-select-lg {
    height: 52px;
    font-size: 15px;
}

.related-card label {
    font-size: 13px;
    color: #475569;
    font-weight: 500;
}

.related-card .saas-header {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    height: 42px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    gap: 12px;
    border-radius: 14px 14px 0 0;
    letter-spacing: 0.3px;
}

/* Header themes */
.related-card .saas-header.config-header {
    background: linear-gradient(90deg, #0d6efd, #2563eb);
    box-shadow: 0 4px 12px rgba(13,110,253,.25);
}

.related-card .saas-header.batch-header {
    background: linear-gradient(90deg, #f59e0b, #f97316);
    box-shadow: 0 4px 12px rgba(249,115,22,.25);
}

.related-card .badge {
    font-size: 12px;
}

.related-switch {
    background: #f8fafc;
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    height: 100%;
    display: flex;
    align-items: center;
}

.related-switch .form-check-label {
    font-size: 13px;
}

.related-actions {
    background: white;
    border-radius: 14px;
    padding: 22px;
    margin-top: 10px;
}

.related-actions .btn {
    height: 54px;
    font-size: 15px;
    font-weight: 600;
}

.related-preview pre {
    background: #020617 !important;
    border-radius: 12px;
    border: 1px solid #1e293b;
}

.related-preview .saas-header {
    border-radius: 14px 14px 0 0;
}
