:root {
    --fpLegendWidth: 260px;
    --fpUnitsWidth: calc(100% - var(--fpLegendWidth));

    --fpPrevButtonIcon: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.28851 13.0001L10 5.28857L17.7115 13.0001L16.5914 14.1203L10 7.52893L3.40867 14.1203L2.28851 13.0001Z" fill="black" /></svg>');
    --fpNextButtonIcon: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.7115 6.9999L9.99997 14.7114L2.28845 6.9999L3.40862 5.87974L9.99997 12.4711L16.5913 5.87974L17.7115 6.9999Z" fill="black" /></svg>');

    /* Buttons Up-Down (Prev-Next) unit */
    --fpButtonOutline: 0 0 0 1px rgba(255, 255, 255, 0.5);
    --fpButtonHoverTransition: background-color 0.3s ease, background-position 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, border 0.3s ease;
    --fpButtonBackground: var(--button-primary-bg);
    --fpButtonText: var(--button-primary-text);
    --fpButtonHoverBackground: var(--button-primary-hover-bg);
    --fpButtonHoverOutline: 0 0 0 3px rgba(255, 255, 255, 0.7);
    --fpButtonHoverText: var(--button-primary-hover-text);

    /* Floor Switcher */
    --fp-floorswitcher-bg: #000000b0;
    --fp-floorswither-label-text: #ffffffb0;

    --fp-floorswitcher-item-bg: transparent;
    --fp-floorswitcher-item-text: var(--button-primary-text);

    --fp-floorswitcher-item-hover-text: var(--color-white);
    --fp-floorswitcher-item-hover-bg: var(--color-brand-accent);
    --fp-floorswitcher-item-hover-shadow: 0 0 0 3px var(--color-white-transparent);

    --fp-floorswitcher-item-active-text: var(--color-black);
    --fp-floorswitcher-item-active-bg: var(--color-brand-primary);
    --fp-floorswitcher-item-active-shadow: 0 0 0 1px var(--color-white);

    --fp-floorswitcher-arrow-bg: transparent;
    --fp-floorswitcher-arrow-text: var(--color-white);

    --fp-floorswitcher-arrow-hover-bg: var(--color-brand-primary);
    --fp-floorswitcher-arrow-hover-text: var(--color-black);
}
