@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap');

.vendor-store-info {
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.store-header {
    padding: 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.store-header h3 {
    margin: 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.store-details {
    padding: 20px;
}

.store-details h4 {
    color: #444;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.store-details p {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.store-address,
.store-phone,
.store-email,
.store-description {
    margin-bottom: 25px;
}

.store-address p {
    margin-bottom: 0;
}

/* Responsive styles */
@media screen and (max-width: 768px) {
    .store-header h3 {
        font-size: 20px;
    }
    
    .store-details h4 {
        font-size: 16px;
    }
    
    .store-details p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .store-header,
    .store-details {
        padding: 15px;
    }
}

/* Location display styling */
.location-display {
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    display: inline-block;
}

.location-text {
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-size: 16px !important;
}

/* Fix alignment in product pages */
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    margin-top: 15px;
}

/* Vendor location compatibility with theme */
.vendor-location-minimal {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: none !important;
}

.vendor-location-value {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 600 !important;
    display: inline-block;
    margin: 0;
    letter-spacing: 0.01em;
    font-family: 'Nunito Sans', sans-serif !important;
}