/* Contact Info Styles */
.sk-contact-info {
    margin-bottom: 30px;
    color: #35373D;
    font-size: 16px;
    font-weight:500;
    line-height: 1.5;
}

.sk-section-title {
    font-size: 22px;
    font-weight:500;
    margin-bottom: 7px;
    color: #35373D;
}

.sk-showroom-section,
.sk-opening-hours-section,
.sk-contact-details-section {
    margin-bottom: 25px;
}

.sk-showroom-address {
    color: #35373D;
    font-weight:500;
}

.sk-showroom-address p {
    margin: 0 0 10px 0;
}

.sk-opening-hours {
    margin-bottom: 15px;
}

.sk-day-info {
    margin-bottom: 0px;
    color: #35373D;
}
.sk-day-info p{
    margin-bottom:0px;
}
.sk-contact-phones,
.sk-contact-emails {
    display: flex;
    margin-bottom: 10px;
}

.sk-contact-label {
   
    font-weight: 500;
}

.sk-contact-values {
    display: flex;
    flex-direction: column;
}

.sk-phone-link,
.sk-email-link {
    color: #35373D;
    font-weight:500;
    text-decoration: none;
    transition: color 0.2s;
    margin-bottom: 5px;
}

.sk-phone-link:hover,
.sk-email-link:hover {
    color: #CE8946;
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .sk-contact-phones,
    .sk-contact-emails {
        flex-direction: column;
    }
    
    .sk-contact-label {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .sk-section-title {
        font-size: 16px;
    }
    
    .sk-contact-info {
        font-size: 14px;
    }
}