.highlights {
    margin-top: 20px;
}
.hlists {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 6px;
    box-sizing: border-box;
}
.hlists .tabs {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.hlists .statics {
    padding: 16px 16px;
}
.highlights .radioBlock {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 3px;
    padding: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    border: 2px solid rgba(255, 255, 255, 0.03);
    margin-bottom: 7px;
    overflow: hidden;
    transition: all 300ms ease-in;
}
.highlights .radioBlock label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.highlights .radioBlock label input {
    display: none;
}
.highlights .radioBlock .h-demo {
    font-weight: bolder;
    margin-top: 3px;
    flex: 1;
}
.highlights .radioBlock .h-banner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    right: 75px;
}
.highlights .radioBlock .h-price {
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgb(217 192 0 / 70%);
    font-size: 12px;
    position: relative;
    float: right;
    margin-right: 8px;
}


.sub-forums {
    margin-top: 0.25rem;
}
.sub-forums-dd__main {
    max-height: 16rem;
    overflow-x: auto;
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    background: rgb(32, 32, 32);
}
.sub-forums-dd__link {
    display: flex;
    align-items: center;
    min-width: auto;
    height: 2rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    justify-content: flex-start;
    color: rgb(66, 66, 66) !important;
}
.sub-forums-dd__status {
    display: flex;
    height: 1rem;
    width: 1.2rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg"viewBox="0 0 576 512"><path fill="%239e9e9e"d="M528 128H304l-64-64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48z"/></svg>);
}
.sub-forums-dd__text {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 0.875rem;
    color: rgb(204, 204, 204);
}