.dev-edra-boletin {

    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    padding: 8px 12px;
    font-family: Arial;

}

.dev-edra-boletin-label {
    font-weight: 500;
    white-space: nowrap;

}

.dev-edra-boletin-wrapper {

    overflow: hidden;
    flex: 1;

}

.dev-edra-boletin-track {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    will-change: transform;

}

.boletin-item {
    display: flex;
    align-items: center;
    flex-shrink: 0;

}

.boletin-item strong {
    color: #ffffff;

}

.dot {

    margin-left: 10px;
    color: #ffffff;

}

.currency-dop {
    color: #00b15d;
    font-weight: 600;
}

.currency-usd {
    color: #00b15d;
    font-weight: 600;
}