.kpss-container {
    max-width: 1200px;
    margin: auto;
}

.kpss-filters .form-select,
.kpss-filters .form-control {
    width: 100%;
}

#bolum,
#bolum option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive {
    overflow-x: auto;
}

.table td, .table th {
    min-width: 120px;
    vertical-align: middle;
    word-break: break-word;
}


/* SELECT GENEL */
.kpss-filters select {
    max-width: 100%;
}

/* BÖLÜM DROPDOWN */
#bolum {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* OPTION TAŞMASINI ENGELLE */
#bolum option {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MOBİL DOKUNMA ALANI */
@media (max-width: 768px) {
    .kpss-filters select {
        font-size: 14px;
    }
}
