.exchange-rates {
    background-color: #F6F5F3;
    padding: 15px;
    text-align: center;
}

.exchange-rates .rates-row {
    padding: 25px 0 35px;
    text-align: left;
}

.exchange-rates .currency-pair-item {
    margin-bottom: 20px;
}

@media screen and (min-width: 40.063em) {
    .exchange-rates .currency-pair-item {
        margin-bottom: 0;
    }
}

.exchange-rates .currency-pair-item > span {
    display: inline-block;
}

.exchange-rates .currency-pair-item > .pair-icons {
    position: relative;
    width: 100%;
    padding-left: 40px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.exchange-rates .currency-pair-item > .pair-icons img {
    position: absolute;
    width: 20px;
    top: 0;
}

.exchange-rates .currency-pair-item > .pair-icons img:nth-child(1) {
    left: 0;
    z-index: 2;
}

.exchange-rates .currency-pair-item > .pair-icons img:nth-child(2) {
    left: 12px;
    z-index: 1;
}

.exchange-rates .currency-pair-item > .sell-rate-wrapper,
.exchange-rates .currency-pair-item > .buy-rate-wrapper {
    display: inline-block;
    width: 49%;
    position: relative;
    padding-top: 18px;
}

.exchange-rates .currency-pair-item > .sell-rate-wrapper > .sell-rate-label,
.exchange-rates .currency-pair-item > .buy-rate-wrapper > .buy-rate-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    color: #4F4F4F;
}

.exchange-rates .currency-pair-item > .sell-rate-wrapper > .sell-rate.up:after,
.exchange-rates .currency-pair-item > .buy-rate-wrapper > .buy-rate.up:after,
.exchange-rates .currency-pair-item > .sell-rate-wrapper > .sell-rate.down:after,
.exchange-rates .currency-pair-item > .buy-rate-wrapper > .buy-rate.down:after {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
}

.exchange-rates .currency-pair-item > .sell-rate-wrapper > .sell-rate.up:after,
.exchange-rates .currency-pair-item > .buy-rate-wrapper > .buy-rate.up:after {
    bottom: 10px;
    border-bottom: 5px solid #21aa0a;
}

.exchange-rates .currency-pair-item > .sell-rate-wrapper > .sell-rate.down:after,
.exchange-rates .currency-pair-item > .buy-rate-wrapper > .buy-rate.down:after {
    bottom: 5px;
    border-top: 5px solid #920035;
}

.exchange-rates .show-more-link {
    text-align: center;
    font-weight: 500;
}
