.marketoverview_wrapper {
    padding: 16px;
}

.marketoverview {
    margin-right: 0px;
    margin-left: 0px;
}

.marketoverview>div {
    padding: 0 0px 1px 1px;
    overflow: hidden;
}

.headline-detail {
    font-size: 12px;
    line-height: 14px;
}

.marketoverview .rounded {
    border-radius: 0px !important;
    height: 83px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.marketoverview .col-3:first-child {
    border-radius: 10px 0px 0px 0px !important;
}



.marketoverview .col-3:last-child {
    border-radius: 0px 0px 10px 0px !important;
}




.marketoverview div.headline-name {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
}

.marketoverview div.subline {
    font-size: 18px !important;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 4px;
}

.marketoverview div.headline-percent {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.2px;
    background: #48484836  0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 0px 7px;
    display: inline-block;
    height: 18px;
    min-width: 40px;
}

.calc-marketoverview-height {
    height: calc(100% - 52px);
    min-height: 280px;
}

@media (max-width: 1023.89px) {
    .marketoverview div.subline {
        font-size: 14px !important;
        line-height: 14px;
    }
}
@media (min-width: 1023.99px) {
    .calc-marketoverview-height {
        height: calc(100% - 52px);
        min-height: 382px;
    }
}