/* Currency Exchange — Split Zone */

.cx-split-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cx-split-wrap .cx-split-card {
    width: 80cqw;
    height: 80cqh;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    direction: ltr;
}

.cx-split-wrap .cx-split-from,
.cx-split-wrap .cx-split-to {
    flex: 0 0 40%;
    color: var(--text);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqmin;
    gap: 1cqmin;
}

.cx-split-wrap .cx-split-flag {
    width: 75%;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow:
        0 0.5cqmin 0 rgba(0,0,0,0.3),
        0 0.7cqmin 0.7cqmin rgba(0,0,0,0.2),
        inset 0 0.2cqmin 0.3cqmin rgba(255,255,255,0.3),
        inset 0 -0.3cqmin 0.5cqmin rgba(0,0,0,0.15);
    transform: translateY(-0.2cqmin);
}

.cx-split-wrap .cx-split-name {
    font-family: Montserrat, sans-serif;
    font-size: 6cqmin !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: var(--text);
    color: var(--bg);
    width: 75%;
    padding: 1.5cqmin 0;
    text-align: center;
    border-radius: 1.5cqmin;
    box-shadow:
        0 0.5cqmin 0 rgba(0,0,0,0.3),
        0 0.7cqmin 0.7cqmin rgba(0,0,0,0.2),
        inset 0 0.2cqmin 0.3cqmin rgba(255,255,255,0.3),
        inset 0 -0.3cqmin 0.5cqmin rgba(0,0,0,0.15);
    transform: translateY(-0.2cqmin);
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.cx-split-wrap .cx-split-price {
    font-family: Montserrat, sans-serif;
    font-size: 3.5cqmin !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    background: var(--accent);
    color: #fff;
    width: 75%;
    padding: 1.2cqmin 0;
    text-align: center;
    border-radius: 1.5cqmin;
    box-shadow:
        0 0.4cqmin 0 rgba(0,0,0,0.25),
        0 0.6cqmin 0.6cqmin rgba(0,0,0,0.15),
        inset 0 0.2cqmin 0.3cqmin rgba(255,255,255,0.3),
        inset 0 -0.3cqmin 0.5cqmin rgba(0,0,0,0.1);
    transform: translateY(-0.2cqmin);
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.cx-split-wrap .cx-split-arrow {
    flex: 0 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cx-split-wrap .cx-split-arrow i {
    font-size: 14cqmin !important;
    color: var(--accent);
    text-shadow:
        0 0.6cqmin 0 rgba(0,0,0,0.3),
        0 0.8cqmin 0.8cqmin rgba(0,0,0,0.2);
}
