/* ========================================
   PROFESSIONAL FOOTER STYLING
   ======================================== */

/* Footer block - tighter spacing */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy footer {
    padding-top: 32px !important;
    padding-bottom: 16px !important;
}

/* Footer container - max width */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Logo and site name alignment */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 0.75rem !important;
    text-decoration: none !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-logo-wrapper img {
    width: 48px !important;
    height: auto !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-logo-wrapper span {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: hsl(195, 5%, 14%) !important;
}

/* Business description / tagline */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-text[slot="business-description"] p {
    font-size: 0.9375rem !important;
    margin-bottom: 1rem !important;
    opacity: 0.8 !important;
}

/* Business info section */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-business-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-business-info p {
    font-size: 0.9375rem !important;
    margin: 0 !important;
    opacity: 0.75 !important;
    line-height: 1.6 !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-business-info a {
    color: inherit !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-business-info a:hover {
    opacity: 1 !important;
    text-decoration: underline !important;
}

/* Footer top panel - remove bottom border */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-footer-top-panel {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

/* Footer bottom panel */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-footer-bottom-panel {
    margin-top: 1rem !important;
    padding-top: 0.875rem !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1.5rem !important;
}

/* Social icons styling */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons ul {
    display: flex !important;
    gap: 0.75rem !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons li {
    margin: 0 !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 8px !important;
    background: rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons a:hover {
    background: hsl(195, 85%, 50%) !important;
    transform: translateY(-2px) !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons svg {
    width: 18px !important;
    height: 18px !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons a:hover svg path {
    fill: white !important;
}

/* Copyright text - more compact */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-copyright {
    font-size: 0.813rem !important;
    opacity: 0.5 !important;
    line-height: 1.4 !important;
}

#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-copyright span {
    display: inline !important;
}

/* Hide the first copyright year (2026) - keep only 2025 */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-copyright > span:first-child {
    display: none !important;
}

/* Ensure copyright displays cleanly with space */
#ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-m-copyright > span:nth-child(2)::after {
    content: ' ' !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy .ws-footer-bottom-panel {
        flex-direction: column !important;
        gap: 1.5rem !important;
        text-align: center !important;
    }

    #ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy ws-social-icons ul {
        justify-content: center !important;
    }

    #ws-block-local-footer-with-business-info-and-aside-links-dZqD9Hpy footer {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
}
