body .body-content {
    max-width: unset;
}

.selection-detail__head {
    background-color: #14181B;
    margin-bottom: 80px;
}

.selection-detail__head .container {
    padding: 40px 15px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right top;
}

.selection-detail__head .container > * {
    position: relative;
    z-index: 2;
}

.selection-detail__head .container .selection-detail__head-bg {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background-size: 0;
}


.selection-detail__head .container .selection-detail__head-bg img {
    height: 100%;
}

.selection-detail__head .container .selection-detail__head-bg:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: -moz-linear-gradient(left,  rgba(20,24,27,1) 0%, rgba(20,24,27,0.2) 50%, rgba(20,24,27,1) 98%, rgba(20,24,27,1) 100%);
    background-image: -webkit-linear-gradient(left,  rgba(20,24,27,1) 0%,rgba(20,24,27,0.2) 50%,rgba(20,24,27,1) 98%,rgba(20,24,27,1) 100%);
    background-image: linear-gradient(to right,  rgba(20,24,27,1) 0%,rgba(20,24,27,0.2) 50%,rgba(20,24,27,1) 98%,rgba(20,24,27,1) 100%);
}

.selection-detail__backlink {
    color: #919191;
    background-image: url(images/ArrowLeft.svg);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: 500;
    margin-bottom: 35px;
    display: inline-block;
}

.selection-detail__sections {
    display: block;
}

.selection-detail__section {
    height: 34px;
    border-radius: 17px;
    background: var(--yellow);
    padding-right: 15px;
    padding-left: 15px;
    color: var(--bggray);
    font-weight: 500;
    line-height: 34px;
    font-size: 14px;
    cursor: default;
    display: inline-block;
}

.selection-item__profile_link {
    height: 34px;
    border-radius: 17px;
    background: var(--bggray);
    float: left;
    padding-right: 15px;
    padding-left: 40px;
    color: var(--yellow);
    font-weight: 500;
    position: relative;
    margin-right: 15px;
}

.selection-item__profile_link span {
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    right: auto;
    left: 10px;
    top: 7px;
}

.selection-detail__row {
    display: flex;
    margin-bottom: 25px;
}

.selection-item__profile_link i {
    font-style: normal;
    line-height: 34px;
    font-size: 14px;
}

.selection-detail__description {
    margin-bottom: 40px;
}

.selection-detail__likes-dislikes {
    display: flex;
    margin-left: 30px;
    align-items: center;
}

.selection-detail__likes,
.selection-detail__dislikes {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding-right: 34px;
    background-size: 24px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 20px;
    color: white;
}

.selection-detail__likes {
    background-image: url('/local/templates/pikuco/images/icons/like.svg');
}

.selection-detail__dislikes {
    background-image: url('/local/templates/pikuco/images/icons/dislike.svg');
}

.selection-detail__body h3.selection-detail__test-heading {
    font-size: 24px;
    margin-top: 50px;
}

.selection-detail__body .tests_list .test_item {
    margin-bottom: 0;
    transform: none !important;
    box-shadow: none !important;
}

.selection-detail__opinion {
    background-color: var(--bgblack);
    display: inline-block;
    color: var(--yellow);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.selection-detail__gray-title {
    color: #C0C0C0;
    font-weight: 500;
    margin-top: 25px;
}

.selection-detail__pro,
.selection-detail__con {
    padding-left: 26px;
    position: relative;
}

.selection-detail__pro {
    background-image: url(images/Plus.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
}

.selection-detail__con {
    background-image: url(images/Minus.svg);
    background-repeat: no-repeat;
    background-position: left 4px;
}

.selection-detail #commentform .inputwrap.labeled textarea {
    background-color: var(--bgblack);
}

.selection-detail .comment {
    background-color: var(--bgblack);
}

.selection-detail .reply_show {
    border-color: var(--bggray);
}

.selection-detail__vote-block {
    background-color: var(--bgblack);
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    padding: 15px 30px;
}

.selection-detail__vote-block span {
    font-size: 16px;
    font-weight: 700;
    color: #C0C0C0;
}

.selection-detail__vote-block span br {
    display: none;
}

.selection-detail__vote-wrap {
    display: flex;
}

.selection-detail__vote-yes,
.selection-detail__vote-no {
    width: auto;
    height: 40px;
    background-color: var(--bggray);
    border-radius: 10px;
    padding-left: 45px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 16px center;
    user-select: none;
    border: 2px solid var(--bggray);
    line-height: 36px;
}

.selection-detail__vote-no {
    margin-left: 10px;
    background-image: url(/local/templates/pikuco/images/icons/dislike.svg);
}

.selection-detail__vote-yes {
    background-image: url(/local/templates/pikuco/images/icons/like.svg);
}

.selection-detail__vote-no:not(.completed):hover {
    color: #FF2B6A;
}

.selection-detail__vote-yes:not(.completed):hover {
    color: #00FF94;
}

.selection-detail__body .selection-detail__comments {
    margin-bottom: 50px;
    margin-top: 50px;
}

.selection-detail__vote-no.completed {
    border-color: #FF2B6A;
    cursor: default;
}

.selection-detail__vote-yes.completed {
    border-color: #00FF94;
    cursor: default;
}

body .test_item_wrap {
    width: 33.333%;
}

@media screen and (max-width: 991px){
    .selection-detail__opinion-text,
    .selection-detail__con,
    .selection-detail__vote-block span,
    .selection-detail__pro,
    .selection-detail__backlink{
        font-size: 14px;
    }

    body .test_item_wrap {
        width: 50%;
    }

    .selection-detail__vote-yes,
    .selection-detail__vote-no {
        font-size: 0;
        padding-right: 8px;
    }

    .selection-detail__body h3.selection-detail__test-heading {
        margin-top: 40px;
    }

    .selection-detail__head {
        margin-bottom: 55px;
    }

    .selection-detail__pro,
    .selection-detail__con {
        background-position: left 2px;
    }
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 65px !important;
    }
}

@media screen and (max-width: 767px){
    html body {
        padding-top: 0;
    }

    body .test_item_wrap {
        width: 100%;
    }

    .selection-detail__head .container .selection-detail__head-bg {
        left: 0;
        overflow: hidden;
    }

    .selection-detail__opinion {
        margin-top: 30px;
    }

    .selection-detail__vote-block {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .selection-detail__body .selection-detail__comments {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .selection-detail__vote-block {
        padding: 15px 15px;
        flex-wrap: wrap;
    }

    .selection-detail__vote-yes, .selection-detail__vote-no {
        font-size: 12px;
        padding-right: 8px;
        width: 50%;
    }

    .selection-detail__vote-wrap {
        width: 100%;
        margin-top: 10px;
    }

    .selection-detail__vote-block span br {
        display: block;
    }

    .selection-detail__body h3.selection-detail__test-heading {
        font-size: 20px;
    }
}

@media screen and (max-width: 480px){
    .selection-detail__conprowrap {
        min-width: 100%;
    }

    .selection-detail__head .container .selection-detail__head-bg img {
        display: none;
    }

    .selection-detail__head .container .selection-detail__head-bg {
        background-position: center;
        background-size: cover;
    }

    .selection-detail__head .container .selection-detail__head-bg:after {
        background-color: rgb(0 0 0 / 60%);
    }

    .selection-detail__dislikes {
        margin-right: 0;
    }
}