/* BoostHub shared reviews UI extracted from main.css.
   Keep this file loaded after main.css and before reviews-page.css/lk-components.css. */

.review__date {
    color: #9e9e9e;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1;
}

.review__rating {
    max-width: 98px;
    width: 98px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: -100px 0;
}

.review__rating .star0 {
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: -100px 0;
}

.review__rating .star1 {
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: -80px 0;
}

.review__rating .star2 {
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: -60px 0;
}

.review__rating .star3 {
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: -40px 0;
}

.review__rating .star4 {
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: -20px 0;
}

.review__rating .star5 {
    height: 30px;
    background: url(../image/design/rating.png) no-repeat;
    background-position: 0 0;
}

.rating__item {
    width: 19.6px;
    height: 100%;
    float: left;
}

.review__cnt {
    color: #575757;
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 21px 60px;
    margin: 0;
    min-height: 82px;
}

.review__footer {
    background: #f6f7f8;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.review__footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #11131e;
    padding: 14px 0 16px;
    overflow: hidden;
    width: calc(100% - 42px);
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.imgGame {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    border-radius: 100%;
    float: left;
    object-fit: cover;
}

.review__footer .fa-arrow-right {
    margin: 0 7px;
    font-size: 1.2rem;
}

.nameGame,
.nameGame:visited {
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.4;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    color: #11131e;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nameGame__txt {
    float: left;
}

.nameGame:hover,
.nameGame:focus,
.themeReview:hover,
.themeReview:focus {
    color: #fe9900;
}

.themeReview,
.themeReview:visited {
    font-family: var(--bh-font-sans);
    font-size: 1.4rem;
    line-height: 1.4;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    text-decoration: none;
    color: #11131e;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.setReviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.sort_1__lbl {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 15px 6px 0;
    display: flex;
    align-items: center;
}

.sort_1__lbl:before {
    content: '🎮';
    margin-right: 8px;
    font-size: 1.8rem;
}

.btnWriteRev {
    color: #000000;
    font-family: var(--bh-font-sans);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    -webkit-box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    box-shadow: 0 2px 7px rgba(254, 153, 0, 0.75);
    background: #fe9900;
    border-radius: 25px;
    padding: 13px 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btnWriteRev:before {
    content: '✍️';
    font-size: 1.6rem;
}

.btnWriteRev:hover,
.btnWriteRev:focus {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 153, 0, 0.5);
}

.rating__lbl {
    color: #152030;
    font-family: var(--bh-font-sans);
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 14px 0 0;
}

.awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0;
    background: linear-gradient(135deg, rgba(254, 153, 0, 0.1), rgba(255, 107, 0, 0.1));
    padding: 8px 12px;
    border-radius: 20px;
}

.awards img {
    display: block;
    max-width: 41px;
    width: 41px;
    margin: 0 4px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.awards img:hover {
    transform: scale(1.2) rotate(5deg);
}

.stiker_lvl {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
}

.wrapReview__img_lvl .stiker_lvl {
    top: -2px;
    right: -2px;
}

.review__usInfo {
    color: #757575;
    font-family: var(--bh-font-sans);
    font-size: 1.3rem;
    line-height: 1.1;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 8px 12px 8px 69px;
    margin-top: 8px;
}

.review__usInfo .date {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .review__usInfo {
        padding: 0 0 0 45px;
    }
}
