.minitaux-map-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.minitaux-agency-card {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 30px;
    width: 420px;
}

.agency-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.agency-subtitle {
    margin-bottom: 20px;
}

.agency-address {
    line-height: 1.6;
    margin-bottom: 25px;
}

.agency-actions {
    display: none;
    gap: 15px;
    margin-bottom: 20px;
}

.btn-call,
.btn-whatsapp {
    background: #ef2b2d;
    color: white;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
}

.agency-phone {
    font-weight: bold;
}

.fox-marker {
    cursor: pointer;
    transition: opacity .2s ease;
}

.fox-marker:hover {
    opacity: .7;
}