.hz-map-contact-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    margin-top: 10px;
    position: static;
}
.hz-map-contact-row .hz-map-contact-btn {
    position: static;
    bottom: auto;
    right: auto;
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 34px;
    line-height: 1;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #df272c;
    color: #df272c;
    background: #ffffff;
    border-radius: 4px;
    white-space: nowrap;
    box-sizing: border-box;
}
.hz-map-contact-row .hz-map-contact-btn:hover {
    background: #df272c;
    color: #ffffff;
}
.hz-map-contact-row .hz-map-contact-btn i {
    font-size: 14px;
    line-height: 1;
}

.hz-map-details-block {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hz-map-detail-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
}
.hz-map-detail-row i {
    font-size: 14px;
    color: #df272c;
    flex-shrink: 0;
}
.hz-map-detail-label {
    font-weight: 700;
    color: #111111;
}
.hz-map-link-row a {
    color: #df272c;
    text-decoration: none;
    font-weight: 700;
}
.hz-map-link-row a:hover {
    text-decoration: underline;
}
