.dd-brands-index {
    padding-bottom: 64px;
    font-family: Inter, Arial, sans-serif;
}

.dd-brands-index .dd-brands-index__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-brands-index .dd-brands-index__grid li {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.dd-brands-index .dd-brands-index__grid li::before { content: none; }

.dd-brands-index .dd-brands-index__grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 52px;
    height: 100%;
    padding: 12px;
    border: 1px solid #e2e6e9;
    border-radius: 12px;
    background: #fff;
    color: #24292e;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: color 140ms ease, border-color 140ms ease;
}

.dd-brands-index .dd-brands-index__grid a:hover {
    border-color: #d71920;
    color: #d71920;
}

.dd-brands-index .dd-brands-index__grid a:focus-visible {
    outline: 3px solid #d71920;
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .dd-brands-index .dd-brands-index__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 970px) {
    .dd-brands-index .def_div { width: calc(100% - 32px); margin-inline: auto; }
}

@media (max-width: 600px) {
    .dd-brands-index { padding-bottom: 40px; }
    .dd-brands-index .dd-brands-index__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    .dd-brands-index .dd-brands-index__grid a { transition: none; }
}
