/* Footer Fix - Clinic Palette Version */

.site-footer {
    background-color: var(--mt-color-bg-warm, #efe9df) !important;
    padding: 64px 0 32px !important;
    margin-top: 80px !important;
}

.footer-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
}

.footer-main {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 32px !important;
    margin-bottom: 48px !important;
    padding-bottom: 32px !important;
    border-bottom: 1px solid var(--mt-color-border, #ddd5c8) !important;
}

.footer-brand .footer-title {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: var(--mt-color-primary, #7a9e7e) !important;
    display: block !important;
}

.footer-brand .footer-tagline {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.footer-nav h4,
.footer-contact h4,
.footer-hours h4,
.footer-social h4 {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: var(--mt-color-text, #3d2f24) !important;
}

.footer-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-nav li {
    margin-bottom: 8px !important;
}

.footer-nav a {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.footer-nav a:hover {
    color: var(--mt-color-primary, #7a9e7e) !important;
}

.footer-contact p {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.footer-contact a {
    color: var(--mt-color-primary, #7a9e7e) !important;
    text-decoration: none !important;
}

.footer-hours p {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.social-links {
    display: flex !important;
    gap: 16px !important;
}

.social-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: var(--mt-color-primary, #7a9e7e) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
}

.social-links a:hover {
    background-color: var(--mt-color-primary-dark, #5c7a60) !important;
    transform: translateY(-2px) !important;
}

.social-links svg {
    width: 20px !important;
    height: 20px !important;
    fill: #ffffff !important;
}

.footer-bottom {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
}

.footer-bottom .copyright {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
}

.site-footer-nav {
    display: flex !important;
    gap: 24px !important;
}

.site-footer-nav a {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
    text-decoration: none !important;
}

.gh-powered-by a {
    color: var(--mt-color-text-muted, #6b5d50) !important;
    font-size: 14px !important;
}