/**
 * Footer Styles
 * Used by footer_unified.php on all frontend pages
 */
:root {
    --dark-color: #2d3436;
}

.footer {
    background: linear-gradient(135deg, rgba(45, 52, 54, 0.85) 0%, rgba(99, 110, 114, 0.85) 100%);
    color: white !important;
    padding: 60px 0 20px;
    margin-top: 4rem;
    clear: both;
    min-height: 200px;
}

.footer .footer-column-title,
.footer h2.footer-column-title {
    color: white !important;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.footer .footer-store-name {
    color: white !important;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.footer p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: white !important;
}

.footer .text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 0 !important;
}
