.title-employment-edit {
    font-size: 1.4rem;
    font-weight: 700;
    color: #D51C48;
    margin-bottom: 0.2rem;
    padding-left: 20px;
}

.subtitle-employment-edit {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

.card {
    border-radius: 8px;
    overflow: hidden;
}

.card-header {
    padding: 15px 20px;
    font-size: 1.1rem;
}

.form-label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #495057;
}

.form-control {
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 0.9rem;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    border-color: #dc3545;
}

.btn {
    border-radius: 20px;
}

.btn-filter {
    background-color: #d51c48 !important;
    border-color: #d51c48 !important;
    border-radius: 20px;
    color: #ffffff !important;
}

.btn-filter:hover {
    background-color: #ff557d !important;
    border-color: #ff557d !important;
    color: #ffffff !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section {
        padding: 15px;
    }

    .d-flex.gap-2 {
        flex-direction: column;
        gap: 10px !important;
    }

    .d-flex.justify-content-end.gap-3 {
        justify-content: center !important;
        flex-direction: column;
        gap: 10px !important;
    }

    .btn {
        width: 100%;
    }
}
