.storepoint-text-fields {
    display: none;
}

.storepoint-location .storepoint-description {
    display: none;
}

/* Nearby ATMs (shortcode [atm_nearby_locations]) */
.atm-nearby-locations {
    margin: 24px 0;
}
.atm-nearby-title {
    font-size: 1.25rem;
    margin: 0 0 12px;
}
.atm-nearby-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.atm-nearby-item + .atm-nearby-item {
    margin-top: 8px;
}
.atm-nearby-link {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}
.atm-nearby-link:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.18);
}
.atm-nearby-name {
    font-weight: 600;
}
.atm-nearby-address {
    flex: 1 1 100%;
    font-size: 0.9rem;
    opacity: 0.75;
}
.atm-nearby-distance {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
    font-size: 0.85rem;
    opacity: 0.65;
}
