.currency-widget {
    text-align: center;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
        height: 42px;
    display: flex;
    align-items: center;
}

.cw-rate {
    color: #FFFFFF;
  font-weight: normal;
  margin-right: 5px;
}

.currency-name {
  font-weight: bold;
    color: #FFFFFF;
}