.scroll-top-btn {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 999;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    cursor: pointer;
    color: #4E4A45 !important;
    line-height: 0;
}

/* Sötét háttér felett: fehér ikon */
.scroll-top-btn--light {
    color: #ffffff !important;
}
