.ust-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
    max-width: 100%; /* div.container ile uyumlu hale getirildi */
    width: 100%; /* Tüm genişliği kapla */
    margin: 0;
    gap: 15px; /* Butonlar arası boşluk artırıldı */
    flex-wrap: nowrap;
    position: sticky;
    top: 128px;
    z-index: 9;
}

.ust-left-buttons {
    display: flex;
    gap: 12px; /* Butonlar arası boşluk artırıldı */
    flex-wrap: nowrap;
}

.bnt-sorting-btn {
    background-color: #f2f2f2 !important;
    color: #000 !important;
    border: 1px solid #ccc;
    font-weight: 500;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
}

.bnt-sorting-btn:hover {
    background-color: #e4e4e4;
}

.bnt-outline-button {
    color: #007782;
    border: 1px solid #007782;
    background-color: #e9f8f8; /* açık buz mavisi */
    padding: 6px 14px;
    margin-left: 6px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: 0.2s;
}

.bnt-outline-button:hover {
    background-color: #d3f0f0;
    color: #005f66;
    border-color: #005f66;
}



.ust-left-buttons button {
    height: 42px;
    padding: 0 16px; /* Daha geniş padding */
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

/* Abone Ol ayrı tasarım */
.btn-abone25 {
    background-color: #007782 !important;
    color: white !important;
    border: none !important;
}

/* Sağ kısım */
.ust-right-options {
    display: flex;
    gap: 12px; /* Sağ tarafta boşluk artırıldı */
    align-items: center;
}

.ust-right-options select {
    height: 42px;
    font-size: 14px;
    padding: 0 16px; /* Daha geniş padding */
    border-radius: 6px;
    border: 1px solid #ccc;
    background: white;
    color: black;
    appearance: none;
}

.ust-right-options .ilan-sayisi {
    height: 42px;
    font-size: 14px;
    padding: 0 16px; /* Daha geniş padding */
    border-radius: 6px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}