/**
 * SpaToGo — הרחבות מיתוג (אחרי patch.css)
 * פלטה: גרדיאנט #fedeb2→#f4a8a9 · כהה #302b2d · רקע #fffdf8
 */

@media (max-width: 576px) {
    .header-logo img,
    .header-logo-img {
        height: 30px;
        max-height: 30px;
    }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
}

.footer-logo-img,
.site-footer .footer-logo .site-logo-img {
    height: 44px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

/*
 * style.css מגדיר .footer-col ul li a בצבע בהיר — גובר בספציפיות על .footer-links מ-patch.
 * פוטר האתר הוא .site-footer; מאזנים לטקסט כהה וקריא.
 */
.site-footer .footer-description {
    color: rgba(var(--primary-rgb), 0.88) !important;
}

.site-footer .footer-col ul li a {
    color: rgba(var(--primary-rgb), 0.88) !important;
}

.site-footer .footer-col ul li a:hover {
    color: var(--primary) !important;
}

.site-footer .footer-contact li a,
.site-footer .footer-contact li span,
.site-footer .footer-contact .hours-list span {
    color: rgba(var(--primary-rgb), 0.88) !important;
}

.site-footer .copyright,
.site-footer .credit {
    color: rgba(var(--primary-rgb), 0.72) !important;
}
