/* FOOTER */
footer {
    margin: 10rem 0 1rem 0;
    padding: 2rem 0 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}
body.dark-mode footer {
    border-top: 1px solid #35383a;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 1.75rem;
    margin-bottom: 4rem;
}
.social-link {
    color: #333;
    transition: color 0.2s ease;
}
.social-link:hover {
    color: #666;
}
.social-link svg {
    width: 24px;
    height: 24px;
}
body.dark-mode .social-link svg {
    color: #dcdad6;
}
body.dark-mode .yt-icon-fill {
    fill: black;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 1rem;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-logo {
    height: 25px;
    width: auto;
    margin-left: 0;
}
.logo-section {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 14px;
}
.tagline {
    font-size: 12px;
    color: #999;
    font-style: italic;
    font-weight: 300;
}
.time-info {
    font-size: 0.875rem;
    color: #999;
    text-align: right;
    font-weight: 300;
}

.location {
    font-weight: 300;
    margin: 5px 0 0 0;
}