.shop-location-tools {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 8px;
    margin: 0 0 16px;
    padding: 12px;
    border: 1px solid #d9e1e7;
    border-radius: 8px;
    background: #f8fafb;
}

.shop-location-field {
    flex: 1 1 220px;
}

.shop-location-field label {
    display: block;
    margin-bottom: 4px;
    font-size: .82rem;
    font-weight: 700;
}

.shop-location-status {
    flex: 1 1 100%;
    margin: 0;
    color: #5f6b76;
    font-size: .86rem;
}

.shop-city,
.shop-distance {
    display: block;
    margin-top: 4px;
    color: #5f6b76;
    font-size: .8rem;
}

.shop-distance {
    color: #0f6674;
    font-weight: 700;
}

.shop-location-more {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.shop-card[hidden] {
    display: none !important;
}
