/* ==========================================================================
   Stopka – układ treści, kolory, style ikon i dividerów
   ========================================================================== */

.divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 20px 0;
}

.icon-white {
    filter: brightness(0) invert(1);
}

.upscrollarrow {
    width: 40px;
    height: 40px;
}

.icon-small {
    height: 25px !important;
    width: auto;
}