﻿.btn_pink{cursor:pointer;}

/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/

.card-content a{
    text-decoration: underline;
}

.tag__custom {
    height: auto !important;
    white-space: unset !important;
    width: 100%;
}

.tag__custom.is-success, .tag__custom-desktop.is-success{
    background: #d1fae5 !important;
    color: #047857 !important;
}

.tag__custom.is-danger, .tag__custom-desktop.is-danger{
    background: #ffe4e6 !important;
    color: #be123c !important;
}

.tag__custom.is-info, .tag__custom-desktop.is-info{
    background: #e0e7ff !important;
    color: #4338ca !important;
}

.tag:not(body).is-orange {
    background-color: #ffd6c6;
    color: #ff5722;
}

.review_container{
    font-size:16px;
}

@media (max-width:500px) {
    .review_container, .container{
        font-size:14px !important;
    }
    .button{
        font-size:14px !important;
    }
    .tag__custom{
        /*min-height:55px;*/
        overflow-y: scroll;
    }
    .tip{
        font-size:14px !important;
    }

    .columns .for-mobile .column{
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-panel p{
        font-size: 18px !important;
    }

    .mobile-panel img{
        height: 20px !important;
    }

    .author-text p:first-child{
        margin-top: 40px;
        margin-left: -100px;
    }

    .no-padding-left-right{
        padding-left: 0;
        padding-right:0;
    }

    .tag__custom{
        font-size:0.55rem !important;
    }
}

@media (max-width:340px) {
    .author-text p:first-child{
        margin-top: 5px;
        margin-left: -80px;
    }
}

ul.cons-pros li{
    position:relative;
    padding: 6px 0 0 20px;
}

ul.cons-pros{
    list-style: none;
    position: relative;
}

ul.cons-pros li.plus:before {
    background:url("../image/plus.svg") no-repeat left center;
    display:block;
    background-size: 18px 18px;
    top:6px;
    content: "";
    width: 18px;
    height: 1.5em;
    position: absolute;
    left: 0;
}

ul.cons-pros li.minus:before {
    background:url("../image/minus.svg") no-repeat left center;
    display:block;
    background-size: 18px 18px;
    top:6px;
    content: "";
    width: 18px;
    height: 1.5em;
    position: absolute;
    left: 0;
}

@media screen and (min-width: 1408px) {
    .container {
        max-width: 1000px !important;
    }
    .container.new-block {
        max-width: 1154px !important;
    }
    .main_review_list{
        max-width: 1154px !important;
    }
}

@media screen and (min-width: 1216px) {
    .container {
        max-width: 1000px !important;
    }
    .container.new-block {
        max-width: 1154px !important;
    }
    .main_review_list{
        max-width: 1154px !important;
    }
}

@media screen and (min-width: 1024px) {
    .column.is-one-third-touch p.subtitle{
        font-size: 20px;
        font-weight: 900;
        overflow-wrap: break-word;
        word-break: break-word;
    }

}

@media screen and (max-width: 1023px) {
    .has-background-light-touch{
        background: #f5f5f5!important;
    }
    .column.is-one-third-touch p.subtitle{
        font-size: 16px !important;
        font-weight: 600;
        overflow-wrap: break-word;
        word-break: break-word;
        margin-bottom: 0 !important;
    }

    .px-3-touch{
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
    }

    .bottom-border-touch{
        border-bottom: 1px solid #eee;
    }

    .stars-touch{
        height:16px;
        width:auto;
    }

    .tags-touch{
        line-height: 1 !important;
    }
}

.tip-panel{
    border-top: 7px solid #ffe08a;
}

.game-text p{
    margin-top: 0.75rem!important;
}

time.updated{
    display: none;
}

.author-text p{
    font-size: 14px;
}

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    font-size: 2.5rem !important;
    color:#3e8ed0 !important;
}

.back_to_top-show {
    display: block !important;
}

.right-border{
    border-right: 1px solid #eee;
}
