.site-footer {
    text-align: center;
    margin: 2rem 0;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
    margin: 0 0.5rem;
}

.site-footer a:hover {
    text-decoration: underline;
}

#cookie-settings-icon {
    font-size: 1.4rem;
}

#back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: var(--primary-color, #88A828);
    color: #fff;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#back-to-top.show {
    display: flex;
}
