/* Общие стили раскрытия контактов (hero, footer, …) */
.store-contact-reveal__details {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-width: 0;
}

.store-contact-reveal__value {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: inherit;
    text-decoration: none;
}

.store-contact-reveal__button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
}
