.ncr-map-advanced-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 350px;
    max-width: 400px;
    height: auto;
}

.ncr-map-advanced-card strong{
    font-weight: 700;
    color: #777;
}

.ncr-map-advanced-card.show {
    opacity: 1;
}

@media (max-width: 767px) {
    .ncr-map-advanced-card {
        width: 250px;
        max-width: 250px;
    }
}

.ncr-google-map {
    position: relative;
    margin-bottom: 20px;
}

.ncr-google-map .retailer-info {
    padding: 10px;
}

.ncr-google-map a:focus-visible {
    outline: none;
} 

.ncr-google-map .retailer-logo-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    max-width: 300px;
}

.ncr-google-map .retailer-logo-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ncr-google-map .retailer-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.ncr-google-map .retailer-address,
.ncr-google-map .retailer-phone,
.ncr-google-map .retailer-email,
.ncr-google-map .retailer-ecommerce {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    line-height: 30px;
}

.ncr-google-map .retailer-actions {
    margin-top: 15px;
}

/* Ẩn link Wikipedia */
.link-to-wikipedia {
    display: none !important;
}



