.mlives-results {
    width: 100%;
    background-color: #fff;
    padding: 4px;
    border-radius: 5px;
    z-index: 3;
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
}

.mlives-buttons {
    background: #f6f5f6;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    overflow-x: auto;
}

.mlives-results__button {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
    cursor: pointer;
}

.mlives-results__block {
    display: none;
    max-height: 65vh;
    overflow: auto;
}

.mlives-results__block.active {
    display: flex;
    flex-direction: column;
}

.mlives-results__button.active {
    background-color: #fff;
    border-radius: 4px;
}

.mlives-results__item {
    padding: 10px 11px;
    border-bottom: 1px solid #f6f5f6;
    width: 100%;
}

.mlives-results__item .mlives-row {
    display: flex;
    align-items: flex-start;
}

.mlives-results__item a {
    text-decoration: none;
}

.mlives-results__image {
    width: 52px;
    height: 35px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
    margin-left: 0;
}

.mlives-results__block[data-type="mining-equipment"] .mlives-results__image,
.mlives-results__block[data-type="mining-pool"] .mlives-results__image {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.mlives-results__label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #808080;
}

.mlives-results__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}

.mlives-results__excerpt {
    display: none;
}

.mlives-results__show-all {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    display: block;
    text-align: center;
    text-transform: lowercase;
    padding: 10px 5px 15px 5px;
    order: 1;
}

.mlives-results__date {
    font-size: 12px;
    line-height: 18px;
    color: #808080;
    margin-top: 3px;
    display: block;
}

.mlives-results__content {
    width: calc(100% - 60px);
}

.mlives-coin {
    color: #000;
}

.mlives-item__coin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mlives-item__coin-main,
.mlives-item__exchange-main {
    display: flex;
    align-items: center;
}

.mlives-item__exchange-main {
    width: 100%;
}

.mlives-item__logo .mlives-results__image {
    width: 24px;
    height: 24px;
    border-radius: 0;
}

.mlives-item__coin-title {
    display: flex;
    flex-direction: column;
}

.mlives-results__item a .mlives-item__coin-name,
.mlives-results__item a .mlives-item__exchange-name,
.mlives-results__item a .mlives-results__title {
    text-decoration: underline;
}

.mlives-results__item a .mlives-item__coin-name:hover,
.mlives-results__item a .mlives-item__exchange-name:hover,
.mlives-results__item a .mlives-results__title:hover {
    text-decoration: none;
}

.mlives-item__coin-name,
.mlives-item__exchange-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.mlives-item__coin-shortname {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #aaaaaa;
    padding-top: 2px;
}

.mlives-item__coin-statistic {
    display: none;
}

.mlives-item__exchange-day {
    display: none;
}

.mlives-item__exchange {
    width: 100%;
}

.mlives-item__exchange-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

.mlives-item__exchange-info .label-comments {
    margin-top: 5px;
}

.mlives-item__coin-second {
    text-align: right;
}

.mlives-label-star {
    border-radius: 3px;
    background-color: #0072DB;
    display: flex;
    align-items: center;
    padding: 0 3px;
}

.mlives-label-star:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -0.0175707 6.26749 0.0124293 6.16999C0.0449293 6.07249 0.122429 6.00499 0.224929 5.98999L5.43243 5.23249L7.76243 0.51249C7.80743 0.41999 7.89493 0.36499 7.99743 0.36499C8.09993 0.36499 8.18743 0.41999 8.23243 0.51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E");
    margin-right: 3px;
}

.mlives-label-star__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.mlives-label-star--coin {
    display: none;
    min-width: 45px;
}

.mlives-label-comments {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.mlives-label-comments:before {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='%230072db' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23comment_clip)'%3E%3Cpath d='M1.24444 2C0.564247 2 0 2.56425 0 3.24444V12.7556C0 13.4358 0.564247 14 1.24444 14H5.50556L7.67222 15.8874C7.7659 15.9604 7.88125 16 8 16C8.11875 16 8.2341 15.9604 8.32778 15.8874L10.4944 14H14.7556C15.4358 14 16 13.4358 16 12.7556V3.24444C16 2.56425 15.4358 2 14.7556 2H1.24444ZM1.24444 3H14.7556C14.8633 3 15 3.13673 15 3.24444V12.7556C15 12.8633 14.8633 13 14.7556 13H10.5C10.3814 12.9996 10.0772 12.972 9.98333 13.0444L8 14.793L6.01667 13.0444C5.92279 12.972 5.61857 12.9996 5.5 13H1.24444C1.13673 13 1 12.8633 1 12.7556V3.24444C1 3.13673 1.13673 3 1.24444 3ZM3.14444 4.93333C3.0744 4.93697 3.00575 4.95437 2.94243 4.98454C2.87911 5.0147 2.82235 5.05705 2.7754 5.10916C2.72844 5.16126 2.69221 5.22211 2.66877 5.28822C2.64533 5.35432 2.63515 5.4244 2.6388 5.49445C2.64244 5.5645 2.65986 5.63314 2.69003 5.69645C2.72021 5.75977 2.76257 5.81652 2.81468 5.86347C2.8668 5.91041 2.92765 5.94663 2.99376 5.97006C3.05987 5.99349 3.12995 6.00366 3.2 6H12.8C12.8707 6.001 12.9408 5.98794 13.0064 5.96159C13.072 5.93523 13.1317 5.89611 13.182 5.84649C13.2324 5.79686 13.2723 5.73773 13.2996 5.67253C13.3269 5.60732 13.3409 5.53735 13.3409 5.46667C13.3409 5.39599 13.3269 5.32601 13.2996 5.26081C13.2723 5.1956 13.2324 5.13647 13.182 5.08685C13.1317 5.03722 13.072 4.9981 13.0064 4.97174C12.9408 4.94539 12.8707 4.93233 12.8 4.93333H3.2C3.18149 4.93237 3.16295 4.93237 3.14444 4.93333ZM3.14444 7.33333C3.0744 7.33697 3.00575 7.35437 2.94243 7.38454C2.87911 7.4147 2.82235 7.45705 2.7754 7.50916C2.72844 7.56126 2.69221 7.62211 2.66877 7.68821C2.64533 7.75432 2.63515 7.8244 2.6388 7.89445C2.64244 7.9645 2.65986 8.03314 2.69003 8.09645C2.72021 8.15977 2.76257 8.21652 2.81468 8.26347C2.8668 8.31041 2.92765 8.34663 2.99376 8.37006C3.05987 8.39349 3.12995 8.40366 3.2 8.4H12.8C12.8707 8.401 12.9408 8.38794 13.0064 8.36159C13.072 8.33523 13.1317 8.29611 13.182 8.24649C13.2324 8.19686 13.2723 8.13773 13.2996 8.07253C13.3269 8.00732 13.3409 7.93735 13.3409 7.86667C13.3409 7.79599 13.3269 7.72601 13.2996 7.66081C13.2723 7.5956 13.2324 7.53647 13.182 7.48685C13.1317 7.43722 13.072 7.3981 13.0064 7.37175C12.9408 7.34539 12.8707 7.33233 12.8 7.33333H3.2C3.18149 7.33237 3.16295 7.33237 3.14444 7.33333ZM3.14444 9.93333C3.0744 9.93697 3.00575 9.95437 2.94243 9.98454C2.87911 10.0147 2.82235 10.057 2.7754 10.1092C2.72844 10.1613 2.69221 10.2221 2.66877 10.2882C2.64533 10.3543 2.63515 10.4244 2.6388 10.4944C2.64244 10.5645 2.65986 10.6331 2.69003 10.6965C2.72021 10.7598 2.76257 10.8165 2.81468 10.8635C2.8668 10.9104 2.92765 10.9466 2.99376 10.9701C3.05987 10.9935 3.12995 11.0037 3.2 11H12.8C12.8707 11.001 12.9408 10.9879 13.0064 10.9616C13.072 10.9352 13.1317 10.8961 13.182 10.8465C13.2324 10.7969 13.2723 10.7377 13.2996 10.6725C13.3269 10.6073 13.3409 10.5373 13.3409 10.4667C13.3409 10.396 13.3269 10.326 13.2996 10.2608C13.2723 10.1956 13.2324 10.1365 13.182 10.0868C13.1317 10.0372 13.072 9.9981 13.0064 9.97174C12.9408 9.94539 12.8707 9.93233 12.8 9.93333H3.2C3.18149 9.93237 3.16295 9.93237 3.14444 9.93333Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='comment_clip'%3E%3Crect width='16' height='16'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.mlives-label-comments__text {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #207ACD;
    text-decoration: underline;
}

.mlives-results__block .wprv-box {
    margin: 0;
}

.mlives-results__block .wprv-box *:not(.wprv-close) {
    width: initial;
}

.mlives-results__block .wprv-box .wprv-item,
.mlives-results__block .wprv-box .wprv-item > ins {
    max-width: initial;
    width: 100%;
}

.mlives-results__block .wprv-box .mlives-results__image {
    width: 52px;
    height: 35px;
    margin: 0 15px 0 0;
}

@media (min-width: 1024px) {

    .mlives-results__button {
        padding: 8px 15px;
    }

    .mlives-results__show-all {
        padding: 15px 10px 20px 10px;
    }

    .mlives-results__title {
        overflow: unset;
    }

    .mlives-results__image {
        width: 104px;
        height: 67px;
        margin-right: 15px;
        border-radius: 10px;
    }

    .mlives-results__block .wprv-box .mlives-results__image {
        width: 104px;
        height: 67px;
    }

    .mlives-results__date {
        font-size: 14px;
        line-height: 21px;
        margin-top: 5px;
    }

    .mlives-results__item .mlives-row {
        align-items: center;
    }

    .mlives-item__coin-main {
        width: 40%;
    }

    .mlives-item__logo .mlives-results__image {
        width: 40px;
        height: 40px;
    }

    .mlives-item__coin-name {
        font-size: 18px;
        line-height: 21px;
    }

    .mlives-item__coin-shortname {
        font-size: 14px;
        line-height: 16px;
    }

    .mlives-item__coin-second {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 54%;
    }

    .mlives-item__coin-second .stat {
        margin-left: 15px;
        justify-content: flex-end;
    }

    .mlives-item__coin-statistic {
        display: block;
        margin: 0 0 0 auto;
        width: 138px;
        height: 35px;
        object-fit: contain;
    }

    .mlives-item__exchange {
        justify-content: space-between;
    }

    .mlives-item__exchange-day {
        display: flex;
        align-items: center;
        width: 45%;
    }

    .mlives-item__exchange-day-cation {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        display: inline-block;
        margin-right: 10px;
    }

    .mlives-item__exchange-day .capitalization {
        margin-right: 15px;
    }

    .mlives-item__exchange-name {
        font-size: 16px;
        line-height: 19px;
    }

    .mlives-item__exchange-info {
        flex-direction: row;
    }

    .mlives-item__exchange-info .label-comments {
        margin-top: 0;
        margin-left: 60px;
    }

    .mlives-item__exchange-main {
        width: 50%;
    }

    .mlives-label-star--coin {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }

    .mlives-label-star--exchange {
        margin-right: 60px;
    }

    .mlives-label-star__text {
        font-size: 16px;
        line-height: 20px;
    }

    .mlives-label-comments__text {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 1200px) {

    .mlives-item__coin-statistic {
        margin: 0 0 0 70px;
    }
}