/* İçerik alanı ince ayarları — legacy-ui.css üzerine */
.legacy-content {
    font-feature-settings: "locl" 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}

.legacy-content .card,
.legacy-content .table-responsive {
    max-width: 100%;
}

.legacy-content textarea.form-control {
    min-height: 5rem;
    resize: vertical;
}

.legacy-content .table-responsive {
    border-radius: 0.75rem;
}

.legacy-content a:not(.btn) {
    color: #465fff;
    text-decoration: none;
}

.legacy-content a:not(.btn):hover {
    color: #3641f5;
    text-decoration: underline;
}

.legacy-content .card .card-header h5,
.legacy-content .card .card-header h6 {
    margin-bottom: 0;
}

.legacy-content .btn .bi {
    line-height: 1;
}
