.zadv-footer-smart-tags {
    margin-top: 18px;
    max-width: 460px;
}

.zadv-footer-smart-tags__caption {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.zadv-footer-smart-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zadv-footer-smart-tags__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.15;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.zadv-footer-smart-tags__item:hover,
.zadv-footer-smart-tags__item:focus-visible {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.zadv-footer-smart-tags__item:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
}

@media (max-width: 768px) {
    .zadv-footer-smart-tags {
        margin-top: 14px;
        max-width: 100%;
    }

    .zadv-footer-smart-tags__list {
        gap: 7px;
    }

    .zadv-footer-smart-tags__item {
        min-height: 28px;
        padding: 6px 10px;
        font-size: 12px;
        white-space: normal;
    }
}
