/**
 * Solestra Rental — Marka Dizin Sayfası
 * [solestra_brands] shortcode stilleri
 */

.solestra-brand-directory {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    font-family: "Muli", sans-serif;
}

.solestra-brand-directory-title {
    font-family: "Muli", sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000;
    margin: 0 0 30px;
    text-align: center;
}

.solestra-brand-empty {
    text-align: center;
    padding: 60px 20px;
    color: #aaa;
    font-family: "Muli", sans-serif;
    font-size: 13px;
}

/* ── Arama Kutusu ── */

.solestra-brand-search {
    position: relative;
    margin: 0 0 24px;
}

.solestra-brand-search-icon {
    position: absolute;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
    transition: color 0.2s ease-out;
}

.solestra-brand-search:focus-within .solestra-brand-search-icon {
    color: #000;
}

.solestra-brand-search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    background: transparent;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px 0 10px 28px;
    outline: none;
    transition: border-color 0.2s ease-out;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.solestra-brand-search-input:focus {
    border-bottom-color: #000;
}

.solestra-brand-search-input::placeholder {
    color: #aaa;
    font-style: normal;
}

/* ── Alfabe Barı ── */

.solestra-brand-alphabet {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0 0 32px;
    padding: 0 0 20px;
    border-bottom: 1px solid #f0f0f0;
}

.solestra-brand-letter,
.solestra-brand-letter:focus,
.solestra-brand-letter:visited {
    font-family: "Muli", sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #6a6a6a !important;
    background: none !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
    padding: 6px 8px !important;
    margin: 0 !important;
    cursor: pointer;
    transition: color 0.2s ease-out, border-color 0.2s ease-out;
    line-height: 1 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.solestra-brand-letter:hover:not(.disabled) {
    color: #000 !important;
}

.solestra-brand-letter.active {
    color: #000 !important;
    border-bottom: 2px solid #000 !important;
}

.solestra-brand-letter.disabled,
.solestra-brand-letter.disabled:hover {
    color: #ddd !important;
    cursor: default;
}

/* ── Marka Grupları ── */

.solestra-brand-list {
    margin: 0;
}

.solestra-brand-group {
    margin: 0 0 28px;
}

.solestra-brand-group:last-child {
    margin-bottom: 0;
}

.solestra-brand-group-letter {
    font-family: "Muli", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 12px;
    padding: 0 0 8px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1;
}

.solestra-brand-group-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ── Marka Satırları ── */

.solestra-brand-item {
    margin: 0;
}

.solestra-brand-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    line-height: 2.2;
    color: #6a6a6a;
    text-decoration: none;
    transition: color 0.2s ease-out;
}

.solestra-brand-item a:hover {
    color: #000;
}

.solestra-brand-name {
    flex: 1;
}

.solestra-brand-count {
    font-size: 12px;
    color: #aaa;
    margin-left: 8px;
    flex-shrink: 0;
}

.solestra-brand-item a:hover .solestra-brand-count {
    color: #888;
}

/* ── Sonuç Yok ── */

.solestra-brand-no-results {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    padding: 40px 0;
    margin: 0;
}

/* ── JS-controlled Hidden States ── */

.solestra-brand-group.hidden,
.solestra-brand-item.hidden {
    display: none;
}

/* ── Responsive ── */

@media (max-width: 600px) {
    .solestra-brand-alphabet {
        gap: 1px;
    }

    .solestra-brand-letter {
        font-size: 10px !important;
        padding: 5px 5px !important;
    }

    .solestra-brand-group-letter {
        font-size: 18px;
    }
}
