.theme-location-link {
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
    border-radius: 14px;
    background: color-mix(in srgb, currentColor 4%, transparent);
    color: inherit;
    text-decoration: none;
    transition: transform 140ms cubic-bezier(.23, 1, .32, 1), border-color 140ms;
}

.theme-business-profile__content {
    align-items: start;
}

.theme-business-profile__content.is-hours-only,
.theme-business-profile__content.is-contact-only {
    grid-template-columns: minmax(0, 1fr);
}

.theme-hours {
    align-self: start;
}

.theme-location-link:hover:not(.is-static) {
    border-color: color-mix(in srgb, currentColor 26%, transparent);
    transform: translateY(-1px);
}

.theme-location-link > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.theme-location-link small {
    font-size: 10px;
    opacity: .58;
}

.theme-location-link strong {
    font-size: 12px;
    line-height: 1.35;
}

.theme-location-link .theme-location-link__action {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.theme-location-link.is-static {
    cursor: default;
}

.theme-location-link:active:not(.is-static) {
    transform: scale(.97);
}

.theme-location-link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .theme-location-link {
        transition: none;
    }

    .theme-location-link:hover {
        transform: none;
    }
}
