.brands-title-row {
    padding: 0.6rem 0;
}

.brands-block {
    padding: 0 0.5rem;
}

.brand-navigation {
    margin-bottom: 1.25rem;
}

.abc {
    line-height: 1;
}

.eng {
    margin-bottom: 8px;
}

.letter {
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    max-width: 60px;
    min-width: 20px;
    font-size: 1rem;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #fff;
    border-color: #efeff4;
    color: #063b6f;
    transition: background-color 0.15s, color 0.15s;
}

.letter:hover {
    background-color: #074887;
    color: #fff;
    border-color: transparent;
    text-decoration: none;
}

.letter.all {
    width: auto;
    padding: 0 8px;
    border-color: transparent;
}

.letter.cs-selected,
.letter.all.cs-selected {
    background-color: #052e57;
    color: #fff;
    border-color: transparent;
}

.letter.inactive {
    outline: 0;
    color: #d5d3d3;
    cursor: default;
    pointer-events: none;
    background-color: #fff;
    border-color: #efeff4;
}

.letter + .letter {
    margin-left: 1px;
}

.eng > .letter:nth-child(2) {
    margin: 0 5px;
    padding: 0 8px;
}

.brands-grid {
    margin-top: 1.25rem;
}

.brand-item {
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 0 15px;
}

.brand-logo {
    margin-bottom: 0.5rem;
}

.brand-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border: 1px solid #efeff4;
    border-radius: 4px;
    padding: 8px;
    box-sizing: border-box;
    transition: border-color 0.15s;
}

.brand-logo-link:hover {
    border-color: #074887;
}

.brand-logo-image {
    display: block;
    max-width: 100%;
    max-height: 64px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.brand-logo-placeholder {
    font-size: 0.875rem;
    font-weight: 600;
    color: #063b6f;
    text-align: center;
    word-break: break-word;
}

.brand-name {
    font-size: 1.125rem;
    text-align: center;
}

.brand-name > a {
    color: #000;
    text-decoration: none;
}

.brand-name > a:hover {
    color: #063b6f;
}

.brand-logo-single {
    margin-bottom: 1rem;
}

.brand-logo-single img {
    max-height: 120px;
    max-width: 240px;
    object-fit: contain;
}

.brand-description {
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.brand-site {
    margin-bottom: 1rem;
}

.brand-list-product-title {
    font-size: 1.375rem;
    margin: 1.5rem 0 1rem;
}

.brand-products {
    margin-top: 1rem;
}


@media (max-width: 767px) {
    .brand-item {
        margin-bottom: 24px;
    }
    .brand-logo-link {
        height: 64px;
    }
    .brand-logo-image {
        max-height: 48px;
    }
    .letter {
        font-size: 0.875rem;
        min-width: 18px;
    }
}
