.clp-rate-item {
    display: flex !important;
    align-items: center;
}

.clp-rates-bar {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 10px !important;
    font-size: 12px;
    line-height: 1;
    cursor: default;
    color: inherit;
}

.clp-rate {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
    color: inherit;
}

.clp-currency {
    font-weight: 500;
    color: inherit;
    opacity: 0.75;
    font-size: 11px;
    text-transform: uppercase;
}

.clp-value {
    font-weight: 600;
    color: inherit;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.clp-sep {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: currentColor;
    opacity: 0.25;
    margin: 0 2px;
}

@media (prefers-color-scheme: dark) {
    .clp-rates-bar,
    .clp-rate,
    .clp-value,
    .clp-currency {
        color: #ffffff !important;
    }
}

@media (max-width: 768px) {
    .clp-rate-item {
        display: none;
    }
}
