/* Standalone Footer Section Styling */
.site-footer-bar {
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    width: 100%;
}

.footer-credits {
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.social-icon-link {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.social-icon-link:hover {
    color: #78A865;
}
