.pokerroom-info {
    border: 1px solid #f5f5f5;
    background-color: #F8F8F8;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
}
.pokerroom-info .row {
    margin-bottom: 15px;
}
.pokerroom-info .pokerroom-info__label {
    font-family: 'Montserrat', sans-serif;
}
.pokerroom-info .btn {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    min-height: 65px;
}

.pokerroom-list {
    margin-bottom: 30px;
}
.pokerroom-row-item {
    border: 1px solid #E5E5E5;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}
.pokerroom-grid-item {
    border: 1px solid #E5E5E5;
    padding: 10px 10px 0 10px;
    margin-bottom: 30px;
}
.pokerroom-row-item__img-container {
    margin-bottom: 5px;
    text-align: center;
}
.pokerroom-row-item__img-container img {
    margin: 0;
    object-fit: contain;
    cursor: pointer;
}
.pokerroom-row-item__title {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
.pokerroom-row-item__info {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    position: relative;
}
.pokerroom-row-item__info::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    opacity: 0.5;
    width: 1px;
    background-color: #E5E5E5;
}
.pokerroom-row-item__info-row {
    margin-bottom: 7px;
}
.pokerroom-row-item__info-row:last-child {
    margin-bottom: 0;
}
.pokerroom-row-item__info-label {
    font-family: 'Montserrat', sans-serif;
    cursor: default;
}
.pokerroom-row-item__info-value {
    color: #28A745;
    cursor: default;
}
.pokerroom-row-item__btns {
    margin-bottom: 10px;
}

.pokerroom-row-item__btns a.btn-more,
.pokerroom-row-item__btns a.btn-more:focus {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    background-color: #F9F9F9;
    font-family: 'Montserrat', sans-serif;
}
.pokerroom-row-item__btns a.btn-more:hover,
.pokerroom-row-item__btns a.btn-more:active {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    background-color: #F0F0F0;
}

.pokerroom-row-item__btns .btn-success,
.pokerroom-row-item__btns .btn-success:focus {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-bottom: 10px;
}
.pokerroom-row-item__btns .btn-success:hover,
.pokerroom-row-item__btns .btn-success:active {
    
}   

.pokerroom-item__ligal {
    color: #fff;
    background-color: #dc3545;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 30px 7px 15px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    text-align: left;
    position: relative;
    max-width: 230px;
}
.pokerroom-item__ligal:after {
    position: absolute;
    display: block;
    content: '';
    border: 14px solid transparent; 
    border-right: 14px solid #fff; 
    top: 0;
    right: 0;
}

.pokerroom-grid-item .pokerroom-row-item__title {
    margin-bottom: 15px;
}
.pokerroom-row-item__add-info .pokerroom-row-item__info-value {
    color: #161C27;
    font-family: 'Montserrat', sans-serif;
    cursor: default;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 17px;
}
.pokerroom-grid-item .pokerroom-row-item__add-info .pokerroom-row-item__info-value {
    text-align: center;
} 
.pokerroom-info .pokerroom-row-item__add-info .pokerroom-row-item__info-value {
    margin-bottom: 0;
}
.pokerroom-info .pokerroom-row-item__img-container img,
.pokerroom-info .pokerroom-row-item__title {
    cursor: default
}
.pokerroom-row-item__title {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}

.pokerroom-grid-item .pokerroom-row-item__info {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
.pokerroom-grid-item .pokerroom-row-item__btns a.btn-more,
.pokerroom-grid-item .pokerroom-row-item__btns .btn-success {
    max-width: 280px !important;
}

@media screen and (max-width: 1201px) {
    .pokerroom-row-item__title {
        margin-bottom: 15px;
    }
    .pokerroom-row-item__info {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .pokerroom-row-item__btns a.btn-more,
    .pokerroom-row-item__btns .btn-success {
        max-width: 280px !important;
    }
}

@media screen and (max-width: 992px) {
    .pokerroom-row-item__add-info .pokerroom-row-item__info-value {
        text-align: center;
    }
    .pokerroom-row-item, 
    .pokerroom-grid-item {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .pokerroom-row-item__img-container {
        text-align: left;
    }
    .pokerroom-row-item__title {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    
}