/*new shit */

    #main {
        padding-top: 0px!important;
    }
    .casino-review-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .rich-text {
        width: calc(65.9537% - ( 0.34046268656717 * 30px ) );
        
    }
    .upper-sidebar {
        width: calc(34.0463% - ( 0.65953731343283 * 30px ) );
    }
    .casino-rating {
        font-size: 25px;
margin-bottom: 20px;
letter-spacing: .5px;
color: #ffc107;
}
    @media (max-width: 780px) {
.casino-review-section {
    flex-direction: column;

}
.rich-text {
    width: 100%;
    order: 2;
}
.upper-sidebar {
    width: 100%;
    order: 1;
    }
}
/*.ch-main {
    min-height: 425px;
}
*/
.hero-review__bonus {
    padding: 20px 0 20px 122px;
    background-color: #101012;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    font-weight:300;
    width: 40.6%;
   
}

.hero-review__bonus .hero-review__icon_link {
    display:none
}

.hero-review__bonus br {
    display:none
}

.hero-review__bonus:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    background-color: rgba(53, 54, 58, .16);
    background-image: url(https://cryptomaniaks.com/sites/all/themes/cryptomaniaks/assets/images/gift.svg);
    background-position: center center;
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    background-repeat:no-repeat
}




.text-medium {
    font-size: 18px;
    line-height:1.5;
    width: 100%;
    color: #fff;

}



[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: block;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.icon-visit:before {
    content: "\e901"
}
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

@media (max-width: 767px) {

    .hero-review__bonus {
        padding: 10px 18px 10px 93px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
       /* order: 3;
        margin-bottom:0 */
        margin: 10px 10px 10px 65px;
    }

    .hero-review__bonus .hero-review__icon_link {
        display: block;
        color: #909294;
        font-size: 12px;
        top: 14px;
        right: 18px;
        position:absolute
    }

    .hero-review__bonus br {
        display:block
    }

    .hero-review__bonus:before {
        width:73px
    }

    .hero-review__bonus .text-medium {
        font-size: 15px;
        line-height:22px
    }
}

.club-intro {
    margin: 0 0 24px;
    color: #485264;
    font-size: 18px;
    line-height: 1.7;
}

.club-meta-table td:last-child {
    word-break: break-word;
}

.club-note {
    position: relative;
    padding: 18px 18px 18px 22px;
    border: 1px solid var(--switch-section-background-color);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(14, 95, 255, 0.1), rgba(14, 95, 255, 0.03)), var(--switch-color);
    color: var(--switch-text-color);
    font-size: 14px;
    line-height: 1.8;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.club-note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #1677ff 0%, #39b8ff 100%);
}

.club-note p:last-child {
    margin-bottom: 0;
}

.club-note a {
    color: #0e5fff;
}

.single-clubs .hero-right .promo {
    width: 50%;
    height: 47.5px;
    padding: 0 14px;
    display: block;
    line-height: 47.5px;
    margin: 0 auto;
    box-sizing: content-box;
    text-align: center;
}

.club-related-app {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border: 1px solid var(--switch-section-background-color);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(14, 95, 255, 0.08), rgba(14, 95, 255, 0.02)), var(--switch-color);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.club-related-app__logo {
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    padding: 2px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.club-related-app__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.club-related-app__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.club-related-app__title {
    color: var(--switch-h2-color);
    font-size: 18px;
    font-weight: 700;
}

.club-related-app__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0e5fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.club-related-app__link::after {
    content: "->";
    transition: transform 0.2s ease;
}

.club-related-app__link:hover {
    color: #1247a6;
}

.club-related-app__link:hover::after {
    transform: translateX(3px);
}

.post-club .list,
.post-club .list-haha {
    margin-top: 20px;
}

.post-club .list .pros-list,
.post-club .list-haha .pros-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post-club .list .pros-list li,
.post-club .list-haha .pros-list li {
    display: block;
    list-style: none !important;
    margin: 0 !important;
}

.post-club .list .pros-list li::marker,
.post-club .list-haha .pros-list li::marker {
    content: "";
}

.post-club .list-haha .pros-list li::before {
    background-image: url(/images/icon-minus.svg);
}

@media (max-width: 780px) {
    .single-clubs .hero-right .promo {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 14px;
        line-height: normal;
    }

    .club-intro {
        font-size: 16px;
    }
}
