.top-exchanges {
    margin: 20px 0;
    clear: both;
}

.custom-code .top-exchanges {
    padding: 15px !important;
    border-radius: 10px;
}

.single-coins.is-subpage-0 .top-exchanges {
    padding: 0 15px;
    background: #E9F2FE;
}

.top-exchanges--pair {
    margin: 0;
}

.top-exchanges--pair .top-exchanges__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.top-exchanges__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: solid #DFDFDF 1px;
    padding: 10px 0;
}

.tbl__header {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.top-exchanges__item-logo {
    display: flex;
    width: 220px;
}

.top-exchanges__item-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
}

.top-exchanges__item-logo-link img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.top-exchanges__item-name {
    display: flex;
    flex-direction: row;
    width: inherit;
    align-items: center;

}

.top-exchanges__rate {
    margin-left: auto;
}

.g__rate {
    background: #0072DA url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuOTQ5OTUgNC4wMjQ5OEw3LjU5MzcgNi4zMjE4NUw4LjE0OTk1IDkuNTY0MDRDOC4xNjA4OSA5LjYyNjU0IDguMTM1ODkgOS42ODc0OCA4LjA4NDMzIDkuNzI0OThDOC4wMzI3NyA5Ljc2MjQ4IDcuOTY3MTQgOS43NjcxNyA3LjkxMDg5IDkuNzM3NDhMNS4wNjU1OCA4LjI0MjE3TDIuMDgyNzcgOS43NTE1NEMyLjAyNjUyIDkuNzc5NjYgMS45NjI0NiA5Ljc3NDk4IDEuOTEwODkgOS43Mzc0OEMxLjg1OTMzIDkuNjk5OTggMS44MzU4OSA5LjYzOTA0IDEuODQ2ODMgOS41NzY1NEwyLjQwNDY0IDYuMzIxODVMMC4wNDk5NTU4IDQuMDI0OThDMC4wMDQ2NDMzIDMuOTc5NjcgLTAuMDEwOTgxNyAzLjkxNzE3IDAuMDA3NzY4MyAzLjg1NjIzQzAuMDI4MDgwOCAzLjc5NTI5IDAuMDc2NTE4MyAzLjc1MzEgMC4xNDA1ODEgMy43NDM3M0wzLjM5NTI3IDMuMjcwMjlMNC44NTE1MiAwLjMyMDI5MUM0Ljg3OTY0IDAuMjYyNDc5IDQuOTM0MzMgMC4yMjgxMDQgNC45OTgzOSAwLjIyODEwNEM1LjA2MjQ2IDAuMjI4MTA0IDUuMTE3MTQgMC4yNjI0NzkgNS4xNDUyNyAwLjMyMDI5MUw2LjYwMTUyIDMuMjcwMjlMOS44NTYyIDMuNzQzNzNDOS45MjAyNyAzLjc1MzEgOS45Njg3MSAzLjc5NTI5IDkuOTg5MDIgMy44NTYyM0MxMC4wMTA5IDMuOTE3MTcgOS45OTUyNyAzLjk4MTIzIDkuOTQ5OTUgNC4wMjQ5OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPg==") 5px 50% no-repeat;
    border-radius: 3px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0 5px 0 18px;
    width: 47px;
}

.g__rate--disabled {
    height: 20px;
    line-height: 16px;
    color: #9C9C9C;
    background-color: #F6F5F6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%239C9C9C' d='m7.245 6.464-.189.183.045.26.441 2.572-2.244-1.18-.228-.12-.23.117-2.388 1.208.445-2.598.045-.259-.188-.183L.884 4.64l2.583-.376.26-.038.117-.235 1.154-2.34 1.155 2.34.116.235.26.038 2.586.376-1.87 1.823Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h10v10H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: 5px 5px;
    padding-left: 20px;
}

.top-exchanges__link {
    font-weight: 600;
    line-height: 19px;
    word-break: break-word;
    color: #000;
}

a.top-exchanges__link {
    text-decoration: underline;
}

a.top-exchanges__link:hover {
    color: #0072DA;
}

.top-exchanges__item-col {
    flex: 1;
    text-align: right;
    font-size: 14px;
    padding: 0 5px;
    white-space: nowrap;
}

.top-exchanges__item-col--last {
    flex: initial;
    width: 90px;
}

a.top-exchanges__item-col {
    display: block;
    color: #000000;
    text-decoration: none;
}

.top-exchanges__item-col--price {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    z-index: 1;
}

.top-exchanges__item-col--nested {
    display: none;
    margin: 0 0 5px;
    padding: 0;
}

.top-exchanges__item-col-separator {
    display: block;
    margin-bottom: 5px;
}

.label__light {
    color: #757575;
}

.btn_small {
    position: relative;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    transition: all ease-out .3s;
    z-index: 1;
}

.btn_blue {
    color: #fff;
    background: #0072DB;
    border-radius: 5px;
}

.btn_blue:hover {
    background-color: #009CF3;
}

.link__more {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin: 15px auto;
    display: table;
}

.top-exchanges--single-post {
    padding: 0 !important;
    background-color: #ffffff !important;
}

.top-exchanges--single-post .top-exchanges__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F6F5F6;
}

.top-exchanges--single-post .top-exchanges__cell {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.top-exchanges--single-post .top-exchanges__cell--info {
    padding: 0;
}

.top-exchanges--single-post .top-exchanges__cell--name {
    flex: 0 0 auto;
    width: 180px;
    padding: 0;
}

.top-exchanges--single-post .top-exchanges__link {
    flex: 0 0 auto;
    width: 125px;
    text-decoration: none;
}

.top-exchanges--single-post .top-exchanges__link:hover {
    text-decoration: underline;
}

.top-exchanges--single-post .top-exchanges__cell--rating,
.top-exchanges--single-post .top-exchanges__rating {
    flex: 0 0 auto;
    justify-content: center;
    width: 90px;
    padding: 0;
}

.top-exchanges--single-post .top-exchanges__cell--reviews,
.top-exchanges--single-post .top-exchanges__reviews {
    flex: 0 0 auto;
    justify-content: center;
    width: 90px;
    padding: 0;
}

.top-exchanges--single-post .top-exchanges__cell--price,
.top-exchanges--single-post .top-exchanges__item-col--price {
    flex: 0 0 auto;
    justify-content: flex-end;
    width: 140px;
}

.top-exchanges--single-post .top-exchanges__cell--volume,
.top-exchanges--single-post .top-exchanges__item-col--volume {
    flex: 0 0 auto;
    justify-content: flex-end;
    width: 140px;
}

.top-exchanges--single-post .top-exchanges__cell--buttons,
.top-exchanges--single-post .top-exchanges__item-col--last {
    width: 120px;
}

.top-exchanges--single-post .top-exchanges__item {
    border-bottom: 1px solid #F6F5F6;
}

.top-exchanges--single-post .top-exchanges__item-logo {
    width: initial;
}

.top-exchanges--single-post .top-exchanges__rating {
    display: flex;
    justify-content: center;
}

.top-exchanges--single-post .top-exchanges__rate {
    margin: 0;
}

.top-exchanges--single-post .top-exchanges__reviews {
    display: flex;
    justify-content: center;
}

.top-exchanges--single-post .top-exchanges__reviews-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 26px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(0, 182, 127, 0.1);
    border-radius: 5px;
}

.top-exchanges--single-post .top-exchanges__reviews-text:hover {
    text-decoration: underline;
}

.top-exchanges--single-post .btn_blue {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-exchanges--single-post .top-exchange__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.top-exchanges--single-post .top-exchange__footer-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

/*** Responsive ***/

/*** Responsive (Not Mobile First) ***/

@media (max-width: 1280px) {

    .top-exchanges--single-post .top-exchanges__item-name {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 1279px) {

    .top-exchanges--single-post .top-exchanges__cell--rating,
    .top-exchanges--single-post .top-exchanges__rating {
        width: 140px;
    }

    .top-exchanges--single-post .top-exchanges__cell--reviews,
    .top-exchanges--single-post .top-exchanges__reviews {
        width: 140px;
    }
}

@media (max-width: 1023px) {

    .top-exchanges--single-post .top-exchanges__cell--name {
        width: 165px;
    }

    .top-exchanges--single-post .top-exchanges__link {
        width: 110px;
    }

    .top-exchanges--single-post .top-exchanges__cell--rating,
    .top-exchanges--single-post .top-exchanges__rating {
        width: 70px;
    }

    .top-exchanges--single-post .top-exchanges__cell--reviews,
    .top-exchanges--single-post .top-exchanges__reviews {
        width: 70px;
    }

    .top-exchanges--single-post .top-exchanges__cell--price,
    .top-exchanges--single-post .top-exchanges__item-col--price {
        width: 120px;
    }

    .top-exchanges--single-post .top-exchanges__cell--volume,
    .top-exchanges--single-post .top-exchanges__item-col--volume {
        width: 120px;
    }
}

@media (max-width: 850px) {

    .top-exchanges__item-col--min-max {
        display: none;
    }
}

@media (max-width: 767px) {

    .top-exchanges .tbl__header .top-exchanges__item-col {
        display: none;
    }

    .top-exchanges__item-name {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-exchanges__rate {
        margin: 5px 0 0;
    }

    .top-exchanges__item-logo {
        width: initial;
    }

    .top-exchanges__item-col--last {
        width: initial;
    }

    .top-exchanges__item-col--nested {
        display: block;
    }

    .top-exchanges__item-col .btn_small {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        padding: 7px 0;
    }

    .mobile__hide {
        display: none !important;
    }

    .top-exchanges--single-post .top-exchanges__cell {
        display: none;
    }

    .top-exchanges--single-post .top-exchanges__cell--info,
    .top-exchanges--single-post .top-exchanges__cell--name {
        display: flex;
    }

    .top-exchanges--single-post .top-exchanges__cell--buttons,
    .top-exchanges--single-post .top-exchanges__item-col--last {
        padding: 0;
    }

    .top-exchanges--single-post .top-exchanges__item-name {
        flex-wrap: wrap;
    }

    .top-exchanges--single-post .top-exchanges__link {
        width: 100%;
        margin-bottom: 8px;
    }

    .top-exchanges--single-post .top-exchanges__rating,
    .top-exchanges--single-post .top-exchanges__reviews {
        width: initial;
    }

    .top-exchanges--single-post .top-exchanges__rate,
    .top-exchanges--single-post .top-exchanges__reviews-text {
        height: 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .top-exchanges--single-post .top-exchanges__reviews-text {
        margin-left: 10px;
    }

    .top-exchanges--single-post .btn_small {
        height: 32px;
        font-size: 14px;
    }
}

@media (max-width: 360px) {

    .top-exchanges__item-logo-link {
        margin-right: 10px;
    }

    .top-exchanges__link {
        font-size: 16px;
        line-height: 18px;
    }
}