/* Custom fields - Helix Ultimate Bootstrap style */

.custom-fields-wrapper .card {
    border-radius: 12px;
    overflow: hidden;
}

.custom-fields-wrapper .card-header {
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, var(--bs-primary), #0056b3);
}

.custom-fields-wrapper .field-row:last-child {
    border-bottom: 0 !important;
}

.custom-fields-wrapper .field-row:hover {
    background-color: rgba(0,0,0,.03);
}

.custom-fields-wrapper .badge {
    font-size: .85rem;
}