/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 13 2026 | 14:23:29 */
/**
 * KANTORDOLLAR.PL
 * KD CSS 02 v3
 *
 * - pełna tabela /kursy/
 * - kompaktowy sidebar kursów
 * - poprawiona szerokość i czytelność sidebara
 */

/* =========================================================
   WSPÓLNE ZMIENNE
   ========================================================= */

.kd-rates-board,
.kd-sidebar-rates {
    --kd-rates-bg: #071522;
    --kd-rates-card: #0a1929;
    --kd-rates-card-soft: #0d2032;
    --kd-rates-card-hover: #10253a;

    --kd-rates-border: rgba(255, 255, 255, 0.09);
    --kd-rates-border-soft: rgba(255, 255, 255, 0.06);
    --kd-rates-border-accent: rgba(52, 214, 179, 0.27);

    --kd-rates-text: #f4f7fa;
    --kd-rates-text-soft: #dbe4eb;
    --kd-rates-muted: #9fadb9;
    --kd-rates-muted-dark: #758596;

    --kd-rates-accent: #00a987;
    --kd-rates-accent-light: #38d8b7;
    --kd-rates-accent-soft: rgba(0, 169, 135, 0.11);

    --kd-rates-positive: #48d9a0;
    --kd-rates-negative: #ff7878;
    --kd-rates-neutral: #9fadb9;

    box-sizing: border-box;
    color: var(--kd-rates-text);

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.kd-rates-board *,
.kd-rates-board *::before,
.kd-rates-board *::after,
.kd-sidebar-rates *,
.kd-sidebar-rates *::before,
.kd-sidebar-rates *::after {
    box-sizing: border-box;
}

.kd-rates-board a,
.kd-sidebar-rates a {
    text-decoration: none !important;
    box-shadow: none !important;
}


/* =========================================================
   CZYSZCZENIE WRAPPERA SIDEBARA ASTRY
   ========================================================= */

#secondary:has(.kd-sidebar-rates) .sidebar-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

#secondary:has(.kd-sidebar-rates) .widget {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#secondary:has(.kd-sidebar-rates) .wp-block-shortcode,
#secondary:has(.kd-sidebar-rates) .wp-block-group {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
}

#secondary .widget:has(.kd-sidebar-rates) {
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}


/* =========================================================
   PEŁNA TABELA /KURSY/
   ========================================================= */

.kd-rates-board {
    position: relative;

    width: 100%;
    max-width: 100%;

    margin: 30px 0;

    color: var(--kd-rates-text);

    font-size: 15px;
    line-height: 1.6;
}


/* Nagłówek huba */

.kd-rates-board__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;

    margin: 0 0 22px;
}

.kd-rates-board__heading {
    max-width: 720px;
}

.kd-rates-board__eyebrow {
    display: block;

    margin: 0 0 7px;

    color: var(--kd-rates-accent-light);

    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kd-rates-board__heading h2 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.035em;
}

.kd-rates-board__heading p {
    max-width: 680px;

    margin: 0;

    color: var(--kd-rates-muted);

    font-size: 15px;
    line-height: 1.7;
}


/* Synchronizacja */

.kd-rates-sync {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 11px;

    min-width: 215px;
    padding: 13px 16px;

    border: 1px solid var(--kd-rates-border);
    border-radius: 13px;

    background: rgba(255, 255, 255, 0.018);
}

.kd-rates-sync__dot {
    position: relative;

    flex: 0 0 auto;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--kd-rates-accent-light);

    box-shadow:
        0 0 0 5px rgba(52, 214, 179, 0.09);
}

.kd-rates-sync > span:last-child {
    display: grid;
    gap: 2px;
}

.kd-rates-sync small {
    color: var(--kd-rates-muted-dark);

    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.kd-rates-sync strong {
    color: #e7eef4;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}


/* =========================================================
   PODSUMOWANIE TABEL
   ========================================================= */

.kd-rates-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;

    margin: 0 0 18px;
}

.kd-rates-summary__item {
    display: grid;
    gap: 5px;

    min-height: 76px;
    padding: 15px 17px;

    border: 1px solid var(--kd-rates-border);
    border-radius: 13px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.025),
            rgba(255, 255, 255, 0)
        ),
        var(--kd-rates-card);
}

.kd-rates-summary__item span {
    color: var(--kd-rates-muted-dark);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.kd-rates-summary__item strong {
    color: #ffffff;

    font-size: 17px;
    font-weight: 750;
}


/* =========================================================
   PEŁNA TABELA
   ========================================================= */

.kd-rates-table-wrap {
    width: 100%;

    overflow: hidden;

    border: 1px solid var(--kd-rates-border);
    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.022),
            rgba(255, 255, 255, 0)
        ),
        var(--kd-rates-card);

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.kd-rates-table {
    width: 100%;

    margin: 0 !important;

    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;

    background: transparent !important;

    color: var(--kd-rates-text);
}

.kd-rates-table th,
.kd-rates-table td {
    border: 0 !important;
    border-bottom: 1px solid var(--kd-rates-border) !important;

    background: transparent !important;

    vertical-align: middle;
}

.kd-rates-table thead th {
    padding: 15px 18px !important;

    background: rgba(0, 169, 135, 0.065) !important;

    color: #aebbc7;

    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.075em;
    text-align: left;
    text-transform: uppercase;
}

.kd-rates-table tbody td {
    padding: 15px 18px !important;

    color: var(--kd-rates-muted);

    font-size: 13px;

    transition:
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.kd-rates-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.kd-rates-table tbody tr {
    transition: background-color 0.2s ease;
}

.kd-rates-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.022);
}

.kd-rates-table tbody tr.is-unavailable {
    opacity: 0.58;
}

.kd-rates-table thead th:nth-child(3),
.kd-rates-table tbody td:nth-child(3) {
    text-align: center;
}

.kd-rates-table thead th:last-child,
.kd-rates-table tbody td:last-child {
    width: 60px;
    text-align: right;
}


/* Waluta */

.kd-rates-currency,
.kd-rates-currency__link {
    display: flex;
    align-items: center;
    gap: 12px;

    color: inherit;
}

.kd-rates-currency__code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    width: 46px;
    height: 34px;

    border: 1px solid rgba(52, 214, 179, 0.2);
    border-radius: 9px;

    background: rgba(0, 169, 135, 0.075);

    color: var(--kd-rates-accent-light);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.055em;
}

.kd-rates-currency__name {
    color: #dfe7ed;

    font-size: 14px;
    font-weight: 650;
    line-height: 1.4;
}


/* Wartość */

.kd-rates-value {
    display: grid;
    gap: 3px;
}

.kd-rates-value__unit {
    color: var(--kd-rates-muted-dark);

    font-size: 11px;
    font-weight: 600;
}

.kd-rates-value__rate {
    color: #ffffff;

    font-size: 15px;
    font-weight: 750;
}


/* Data */

.kd-rates-date {
    display: grid;
    gap: 2px;
}

.kd-rates-date time,
.kd-rates-date > span {
    color: #d8e1e8;

    font-size: 13px;
    font-weight: 650;
}

.kd-rates-date small {
    color: var(--kd-rates-muted-dark);

    font-size: 10px;
    font-weight: 600;
}


/* Badge zmiany */

.kd-rates-change {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    min-width: 75px;
    min-height: 30px;
    padding: 5px 9px;

    border-radius: 999px;

    font-size: 11px;
    font-weight: 750;
    line-height: 1;

    white-space: nowrap;
}

.kd-rates-change--up {
    border: 1px solid rgba(72, 217, 160, 0.22);

    background: rgba(72, 217, 160, 0.085);

    color: var(--kd-rates-positive);
}

.kd-rates-change--down {
    border: 1px solid rgba(255, 120, 120, 0.22);

    background: rgba(255, 120, 120, 0.075);

    color: var(--kd-rates-negative);
}

.kd-rates-change--neutral {
    border: 1px solid rgba(161, 175, 189, 0.18);

    background: rgba(161, 175, 189, 0.065);

    color: var(--kd-rates-neutral);
}


/* Strzałka w tabeli */

.kd-rates-row-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 33px;
    height: 33px;

    border: 1px solid var(--kd-rates-border) !important;
    border-radius: 9px;

    background: rgba(255, 255, 255, 0.018);

    color: var(--kd-rates-accent-light) !important;

    font-size: 16px;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.kd-rates-row-link:hover {
    border-color: var(--kd-rates-border-accent) !important;

    background: var(--kd-rates-accent-soft);

    transform: translateX(2px);
}

.kd-rates-board__footer {
    padding: 15px 4px 0;
}

.kd-rates-board__footer p {
    margin: 0;

    color: var(--kd-rates-muted-dark);

    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   SIDEBAR KURSÓW
   ========================================================= */

.kd-sidebar-rates {
    position: sticky;
    top: 28px;

    overflow: hidden;

    width: 100%;
    max-width: none;
    margin: 0;

    border: 1px solid var(--kd-rates-border);
    border-radius: 18px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(0, 169, 135, 0.17),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.022),
            rgba(255, 255, 255, 0)
        ),
        var(--kd-rates-card);

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.022);

    font-size: 14px;
}

body.admin-bar .kd-sidebar-rates {
    top: 60px;
}


/* =========================================================
   NAGŁÓWEK SIDEBARA
   ========================================================= */

.kd-sidebar-rates__header {
    display: grid;
    gap: 16px;

    padding: 21px 19px 18px;

    border-bottom: 1px solid var(--kd-rates-border);
}

.kd-sidebar-rates__heading {
    display: grid;
    gap: 4px;
}

.kd-sidebar-rates__eyebrow {
    color: var(--kd-rates-accent-light);

    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.kd-sidebar-rates__heading h2 {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff;

    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
}


/* Status */

.kd-sidebar-rates__status {
    display: flex;
    align-items: center;
    gap: 11px;

    padding: 11px 12px;

    border: 1px solid var(--kd-rates-border-soft);
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.019);
}

.kd-sidebar-rates__status-dot {
    flex: 0 0 auto;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--kd-rates-accent-light);

    box-shadow:
        0 0 0 4px rgba(52, 214, 179, 0.09);
}

.kd-sidebar-rates__status > span:last-child {
    display: grid;
    gap: 2px;

    min-width: 0;
}

.kd-sidebar-rates__status small {
    color: var(--kd-rates-muted-dark);

    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kd-sidebar-rates__status strong {
    overflow: hidden;

    color: #dce5ec;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;

    text-overflow: ellipsis;
    white-space: nowrap;
}


/* =========================================================
   LISTA SIDEBARA
   ========================================================= */

.kd-sidebar-rates__list {
    max-height: min(68vh, 700px);

    overflow-x: hidden;
    overflow-y: auto;

    padding: 6px;

    overscroll-behavior: contain;

    scrollbar-color:
        rgba(52, 214, 179, 0.52)
        rgba(255, 255, 255, 0.025);

    scrollbar-width: thin;
}

.kd-sidebar-rates__list::-webkit-scrollbar {
    width: 6px;
}

.kd-sidebar-rates__list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.018);
}

.kd-sidebar-rates__list::-webkit-scrollbar-thumb {
    border-radius: 999px;

    background: rgba(52, 214, 179, 0.45);
}

.kd-sidebar-rates__list > div {
    margin: 0;
    padding: 0;
}


/* Pojedynczy wiersz */

.kd-sidebar-rates__row {
    position: relative;

    display: grid;
    grid-template-columns:
        41px
        minmax(0, 1fr)
        auto;

    align-items: center;
    gap: 10px;

    min-height: 61px;

    margin: 0;
    padding: 9px 28px 9px 9px;

    border: 1px solid transparent;
    border-radius: 10px;

    color: inherit !important;

    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        transform 0.18s ease;
}

.kd-sidebar-rates__row:hover {
    border-color: rgba(52, 214, 179, 0.19);

    background: rgba(0, 169, 135, 0.07);

    transform: translateX(1px);
}

.kd-sidebar-rates__row.is-unavailable {
    opacity: 0.55;
}


/* Kod waluty */

.kd-sidebar-rates__code {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 41px;
    height: 32px;

    border: 1px solid rgba(52, 214, 179, 0.2);
    border-radius: 8px;

    background: rgba(0, 169, 135, 0.075);

    color: var(--kd-rates-accent-light);

    font-size: 10px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0.055em;
}


/* Nazwa i data */

.kd-sidebar-rates__identity {
    display: grid;
    gap: 3px;

    min-width: 0;
}

.kd-sidebar-rates__identity strong {
    overflow: hidden;

    color: #e3eaf0;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    text-overflow: ellipsis;
    white-space: nowrap;
}

.kd-sidebar-rates__identity small {
    display: flex;
    align-items: center;
    gap: 4px;

    overflow: hidden;

    color: var(--kd-rates-muted-dark);

    font-size: 9px;
    font-weight: 600;
    line-height: 1.3;

    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Kurs i zmiana */

.kd-sidebar-rates__quote {
    display: grid;
    justify-items: end;
    gap: 4px;

    min-width: 74px;
}

.kd-sidebar-rates__quote > strong {
    color: #ffffff;

    font-size: 12px;
    font-weight: 780;
    line-height: 1.2;

    white-space: nowrap;
}

.kd-sidebar-rates__change {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;

    font-size: 9px;
    font-weight: 760;
    line-height: 1;

    white-space: nowrap;
}

.kd-sidebar-rates__change--up {
    color: var(--kd-rates-positive);
}

.kd-sidebar-rates__change--down {
    color: var(--kd-rates-negative);
}

.kd-sidebar-rates__change--neutral {
    color: var(--kd-rates-neutral);
}


/* Strzałka */

.kd-sidebar-rates__open {
    position: absolute;
    top: 50%;
    right: 8px;

    color: rgba(52, 214, 179, 0.62);

    font-size: 13px;
    line-height: 1;

    transform: translateY(-50%);

    transition:
        color 0.18s ease,
        transform 0.18s ease;
}

.kd-sidebar-rates__row:hover
.kd-sidebar-rates__open {
    color: var(--kd-rates-accent-light);

    transform:
        translateY(-50%)
        translateX(2px);
}


/* =========================================================
   STOPKA SIDEBARA
   ========================================================= */

.kd-sidebar-rates__footer {
    display: grid;
    gap: 12px;

    padding: 14px 17px 17px;

    border-top: 1px solid var(--kd-rates-border);

    background: rgba(0, 0, 0, 0.07);
}

.kd-sidebar-rates__source {
    display: flex;
    align-items: center;
    gap: 6px;

    color: var(--kd-rates-muted-dark);

    font-size: 9px;
    font-weight: 650;
    line-height: 1.4;
}

.kd-sidebar-rates__source span {
    color: var(--kd-rates-accent);

    font-size: 6px;
}

.kd-sidebar-rates__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    min-height: 42px;
    padding: 10px 13px;

    border: 1px solid rgba(52, 214, 179, 0.24) !important;
    border-radius: 9px;

    background: rgba(0, 169, 135, 0.09);

    color: var(--kd-rates-accent-light) !important;

    font-size: 11px;
    font-weight: 760;
    line-height: 1.3;

    transition:
        border-color 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease;
}

.kd-sidebar-rates__button:hover {
    border-color: rgba(52, 214, 179, 0.42) !important;

    background: rgba(0, 169, 135, 0.17);

    color: #ffffff !important;
}


/* Komunikat błędu */

.kd-sidebar-rates-message {
    padding: 16px;

    border: 1px solid rgba(255, 120, 120, 0.24);
    border-radius: 11px;

    background: rgba(255, 120, 120, 0.075);

    color: #ffc7c7;

    font-size: 12px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 921px) {
    .kd-rates-board__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .kd-rates-summary {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .kd-sidebar-rates {
        position: relative;
        top: auto;

        width: 100%;
        max-width: none;

        margin-top: 34px;
    }

    body.admin-bar .kd-sidebar-rates {
        top: auto;
    }

    .kd-sidebar-rates__list {
        max-height: 440px;
    }
}


/* =========================================================
   TELEFON – HUB JAKO KARTY
   ========================================================= */

@media (max-width: 700px) {
    .kd-rates-board {
        margin: 24px 0;
    }

    .kd-rates-board__heading h2 {
        font-size: 28px;
    }

    .kd-rates-sync {
        width: 100%;
        min-width: 0;
    }

    .kd-rates-summary {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .kd-rates-table-wrap {
        overflow: visible;

        border: 0;
        border-radius: 0;

        background: transparent;

        box-shadow: none;
    }

    .kd-rates-table,
    .kd-rates-table tbody {
        display: block;

        width: 100%;
    }

    .kd-rates-table thead {
        display: none;
    }

    .kd-rates-table tbody {
        display: grid;
        gap: 11px;
    }

    .kd-rates-table tbody tr {
        position: relative;

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 13px 14px;

        padding: 15px;

        border: 1px solid var(--kd-rates-border);
        border-radius: 14px;

        background:
            linear-gradient(
                145deg,
                rgba(255, 255, 255, 0.018),
                rgba(255, 255, 255, 0)
            ),
            var(--kd-rates-card);
    }

    .kd-rates-table tbody td {
        display: grid;
        gap: 6px;

        padding: 0 !important;

        border: 0 !important;

        text-align: left !important;
    }

    .kd-rates-table tbody td::before {
        content: attr(data-label);

        color: var(--kd-rates-muted-dark);

        font-size: 9px;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0.065em;
        text-transform: uppercase;
    }

    .kd-rates-table tbody td:first-child {
        grid-column: 1 / -1;

        padding-bottom: 12px !important;

        border-bottom:
            1px solid var(--kd-rates-border) !important;
    }

    .kd-rates-table tbody td:last-child {
        position: absolute;
        top: 14px;
        right: 14px;

        display: block;
    }

    .kd-rates-table tbody td:last-child::before {
        display: none;
    }

    .kd-rates-currency,
    .kd-rates-currency__link {
        padding-right: 44px;
    }


    /* Sidebar mobile */

    #secondary:has(.kd-sidebar-rates),
    #secondary:has(.kd-sidebar-rates) .sidebar-main,
    #secondary:has(.kd-sidebar-rates) .widget {
        width: 100%;
        max-width: none;

        margin-right: 0 !important;
        margin-left: 0 !important;

        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .kd-sidebar-rates {
        width: 100%;
        max-width: none;

        margin-top: 34px;
        margin-right: 0;
        margin-left: 0;

        border-radius: 16px;
    }

    .kd-sidebar-rates__header {
        padding: 20px 17px 17px;
    }

    .kd-sidebar-rates__heading h2 {
        font-size: 23px;
    }

    .kd-sidebar-rates__status strong {
        font-size: 12px;
    }

    .kd-sidebar-rates__list {
        max-height: 420px;

        padding: 6px;
    }

    .kd-sidebar-rates__row {
        min-height: 62px;
    }

    .kd-sidebar-rates__footer {
        padding-right: 16px;
        padding-left: 16px;
    }
}


/* =========================================================
   BARDZO MAŁE TELEFONY
   ========================================================= */

@media (max-width: 420px) {
    .kd-rates-summary {
        grid-template-columns: 1fr;
    }

    .kd-rates-table tbody tr {
        grid-template-columns: 1fr;
    }

    .kd-rates-table tbody td:first-child {
        grid-column: 1;
    }

    .kd-sidebar-rates__row {
        grid-template-columns:
            39px
            minmax(0, 1fr)
            auto;

        gap: 8px;

        padding-right: 26px;
        padding-left: 7px;
    }

    .kd-sidebar-rates__code {
        width: 39px;
    }

    .kd-sidebar-rates__identity strong {
        font-size: 11px;
    }

    .kd-sidebar-rates__identity small {
        font-size: 8px;
    }

    .kd-sidebar-rates__quote {
        min-width: 69px;
    }

    .kd-sidebar-rates__quote > strong {
        font-size: 11px;
    }

    .kd-sidebar-rates__change {
        font-size: 8px;
    }
}


/* =========================================================
   OGRANICZONE ANIMACJE
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .kd-rates-board *,
    .kd-rates-board *::before,
    .kd-rates-board *::after,
    .kd-sidebar-rates *,
    .kd-sidebar-rates *::before,
    .kd-sidebar-rates *::after {
        transition: none !important;
        animation: none !important;
    }
}