.branch-wrapper {
    display: flex;
    gap: 20px;
}

.branch-main {
    flex: 1;
}

.branch-map {
    position: relative;
}

.branch-main iframe {
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 8px;
}

.branch-map-details {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    border-radius: 8px;
    pointer-events: none;
}

.branch-map-title {
    margin: 0 0 6px;
    font-size: 18px;
}

.branch-map-partner {
    margin: 0 0 6px;
    font-size: 14px;
    font-style: italic;
}

.branch-map-address {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.branch-info {
    width: 300px;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.branch-partner {
    margin: 4px 0;
    font-size: 12px;
    font-style: italic;
}

.branch-info h4 {
    margin-top: 0;
}

.propane-branch-message {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 19px;
    background: #fff;

}


.avenir-nearby-branches {
    margin-top: 40px;
    color: #fff;
}

.avenir-nearby-branches h3 {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}

.avenir-nearby-branches a {
    color: #fff;
    text-decoration: none;
}

.avenir-nearby-branches .nearby-branch h4 {
    margin: 0 0 5px;
    color: #fff;
}

.avenir-nearby-branches .branch-address,
.avenir-nearby-branches .branch-phone {
    margin: 0;
}

.avenir-nearby-branches .nearby-branches-grid {
    display: flex;
    gap: 20px;
}

.avenir-nearby-branches .nearby-branch {
    flex: 1;
    text-align: center;
}

.avenir-nearby-branches .branch-distance {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    background: #0073aa;
    color: #fff;
    border-radius: 9999px;
    font-size: 0.8em;
}

@media (max-width: 600px) {
    .avenir-nearby-branches .nearby-branches-grid {
        flex-direction: column;
    }
}
