p:empty {
    display: none;
}

.casino-content .section + .section {
    border-top: solid 1px #29263D;
    margin-top: var(--spacing-m);
    padding-top: var(--spacing-m);
}

.tbl {
    display: flex;
    flex-direction: column;
}

.tbl.row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-height: 35px;
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    line-height: 18px;
    gap: var(--gap);
}

.tbl .tbl.row:last-child {
    border-bottom: 0;
}

.tbl .label {
    min-width: 210px;
    width: 210px;
    font-size: 16px;
    color: rgb(255 255 255 / 40%);
}


.tbl .value {
    font-size: 14px;
    color: var(--color-white);
}


@media (min-width: 768px) {
    .pros-cons-block {
        display: flex;
        gap: var(--gap);
    }

    .pros, .cons {
        flex: 1;
    }
}

.section ~ .section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid #29263D 1px;
}

.related-casino {
    width: 100%;
}

.related-casino__wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin-top: var(--gap);
}

.related-casino__item {
    box-shadow: 0 -7px 15px 0 #0000001A;
    background: #3C3954;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-casino__link{
    display: flex;
    background: #000;
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
}
.related-casino__link img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    padding: 10px;
}

.related-casino__item-promo--title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 10px 15px 5px;
}

.related-casino__item-promo--code {
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    gap: 5px;
    align-items: baseline;
    cursor: pointer;
}
.related-casino__item-promo--code_label{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #B7B7C6;
}
.related-casino__item-promo--code_value{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #FFCD6A;
    display: flex;
    gap: 5px;
    border-bottom: 1px dashed #FFCD6A
}

.related-casino__item-promo--code:hover .related-casino__item-promo--code_value{
    opacity: 0.8;
}

.related-casino__item-btn {
    display: flex;
    padding: 5px 10px 10px;
    gap: 10px;
    margin-top: auto;
}

.related-casino__item-btn .btn {
    flex: 1;
}

@media (min-width: 576px) {
    .related-casino__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.double-arrow{
    fill: none;
    stroke: #809FFF;
    width: 12px;
    min-width: 12px;
    height: 10px;
}

.neighbors-casino{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.neighbor-casino.previous{
    display: grid;
    grid-template-columns: 12px auto;
    column-gap: 10px;
}
.neighbor-casino.previous .double-arrow{
    grid-row-start: 1;
    grid-row-end: 3;
    align-self: center;
}

.neighbors-casino .next{
    order: 1;
    display: grid;
    grid-template-columns: auto 12px ;
    column-gap: 10px;
    text-align: right;
}
.neighbor-casino.next .double-arrow{
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    align-self: center;
    transform: rotate(180deg);
}

a.neighbor-casino__link{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-secondary);
}
a.neighbor-casino__link:hover{
    text-decoration: none;
}

.neighbor-casino__note{
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color:  #B7B7C6;
    text-transform: uppercase;
}

/** Brands */
.casino-brands{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
}

.casino-brands__item {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #4F5266;
    border-radius: 5px;
    display: flex;
    align-items: center;
    order: 2;
}
.casino-brands__item.with-logo {
    order: 1;
}
.casino-brands__item a{
    color: #FFFFFF99;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.casino-brands__item a:hover{
    color: var(--color-secondary);
}

.casino-brands__item  img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 5px;
}

/* Slots */
.slot-casino .slot-collection__wrapper{
    background:  #29263D;
}

/* Pays */
.casino-pay{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.5px;
    justify-content: center;
}
.casino-pay__item{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #4F5266;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.casino-pay__item img{
    min-width: 112px;
    height: 30px;
    object-fit: contain;
}