@import "assets/font/font.css";
@import "assets/css/normalize.css";
@import "assets/css/swiper-bundle.min.css";
@import "assets/css/home.css";
@import "assets/css/header.css";
@import "assets/css/casino.css";
@import "assets/css/footer.css";


table img {
    width: 20px;
    margin-right: 10px;
}

table td {
    border: 1px solid white;
    padding: 10px 15px;
}

.games-info__cnt h1 {
    margin-bottom: 20px;
}

.games-info__cnt ol {
    padding-left: 35px;

    list-style: auto;
    margin-top: 15px;
}

.games-info__cnt ol li {
    margin-top: 14px;
}

.footer__copy {
    color: #8692aca6;
    font-size: 13px;
    font-weight: 400;
    display: block;
    max-width: 590px;
}

@media (max-width: 800px) {
    .footer__copy {
        margin-left: 0;
        margin-top: 20px;
    }
}

.one_win_article {
    margin-bottom: 20px;

    height: 100%;
    width: 100%;
    background: #090f1e;
    padding: 25px;
    border-radius: 6px;


}

.one_win_article h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.one_win_article h2 a {
    color: #FFF;
}

.one_win_article h2 a:hover {
    color: #c0c0c0;
}

.one_win_article_meta {
    display: flex;
    list-style-type: none;
    margin-bottom: 10px;
}

.one_win_article_meta li {
    list-style: none;
    margin-right: 25px;
}


.meta > li > .icon {
    float: left;
    margin: 2px 0 0 -30px;
}

.icon-meta_cat {
    width: 17px;
    height: 17px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
}

.one_win_article_meta li a {
    color: white;
}

.one_win_article_desc p {
    margin-bottom: 15px;
    line-height: 23px;
}

#dle-content p {
    line-height: 23px;
}

#dle-content table {
    margin-top: 20px;
    margin-bottom: 20px;
}

#dle-content h2 {

    font-weight: bold;
}


#dle-content h3 {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
    font-weight: bold;
}

@media (max-width: 450px) {
    .one_win_article_meta {
        flex-direction: column;
        gap: 5px;
    }
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
}

.pagination a {
    color: white;

    border-bottom: 1px dashed;

}

.related_item a {
    color: white;
}

.mass_comments_action {
    display: none !important;
}

h4 {
    margin-bottom: 5px;
}


.onewin_voucher {
    background: linear-gradient(135deg, #050c22, #0d122f);
    border-radius: 16px;
    padding: 30px 40px;
    color: white;
    width: 50%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 2px dashed transparent;
    position: relative;
    text-align: center;
}

.onewin_voucher::before,
.onewin_voucher::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.onewin_voucher::before {
    left: -10px;
}

.onewin_voucher::after {
    right: -10px;
}

.onewin_logo {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.onewin_logo span {
    color: #1ab4ff;
}
.onewin_promo svg{
    width: 30px;
    height: 30px;
}
.onewin_promo {
    background: linear-gradient(to right, #12b3ff, #39d6c7);
    border-radius: 12px;
    padding: 14px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
    display: flex
;
    justify-content: center;
    align-items: normal;
    gap: 7px;
    cursor: pointer;
}

.onewin_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.onewin_likes {
    display: flex;
    align-items: center;
    gap: 8px;
}

.onewin_likes svg {
    width: 22px;
    height: 22px;
    fill: white;
}

.onewin_seal {
    background: radial-gradient(circle at center, #fff, #ccc);
    color: #444;
    font-weight: bold;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 16px;
    cursor: pointer;
}

.onewin_voucher_label {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 12px;
    color: #aaa;
    letter-spacing: 1px;
}

.onewin_desc{
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
}



@media (max-width: 955px) {
    .onewin_voucher {
        width: 100%;
    }
}
.bread{
    margin-bottom: 20px;
}
.bread a{
    color: white;
    border-bottom: 1px dashed #939393;
}

.navigation a{
    color: white;
}
.page_next-prev{
    display: flex
;
    justify-content: center;
    gap: 30px;
}




