/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
* {
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
}
h1 {
    font-size: 35px;
    line-height: 45px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 25px;
    line-height: 35px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 28px;
}
.content-part-area {
    font-size: 16px;
    line-height: 26px;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-left: 0px;
    border-right: 0px;
    background-color: rgba(50, 50, 50, 0.9);
    padding: 0 15px;
}
.site-logo {
    text-align: center;
}
.content-part-area table tr td {
    border: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
}
.content-part-area table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}
.table-auto {
    overflow-x: auto;
}
.aligncenter {
    display: block;
    margin: auto;
}
.content-part-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #000;
}
.content-part-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}
.content-part-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
.mobile-menu {
    display: none;
}
li.menu-item-has-children:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    top: 12px;
    right: 4px;
    color: #fff;
}
li.menu-item-has-children {
    position: relative;
}
.content-part-area ul {
    list-style: disc;
    padding-left: 30px;
}
.campaign-compact-table__offers-wrapper .campaign-compact-table__offer td {
    border: 0;
}
.campaign-list-item_key-features ul,
td.campaign-compact-table__offer-key-features ul,
.toplist-poker__filter,
.toplist-poker-v2__offer-key-features ul,
.toplist-poker-compact__offer-key-features ul,
.toplist-flagship-crypto__offer-key-features ul,
.toplist-cardplayer__offer-inner .toplist-cardplayer__offer-key-features,
.dw-toplist-sp__offer-main .dw-toplist-sp__offer-key-features,
.dw-toplist-ct__offer-features .dw-toplist-ct__offer-key-features,
.toplist-99bitcoins__offer .toplist-99bitcoins__offer-key-features,
.toplist-99bitcoins-poker__offer .toplist-99bitcoins-poker__offer-key-features {
    padding-left: 0;
}

ul.wp-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.logo-menu-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.sub-menu {
    list-style: none;
    padding-left: 0;
    background: #fff;
    position: absolute;
    left: 0;
    display: none;
    z-index: 9999;
    width: 170px;
}
ul.sub-menu li {
    padding-right: 0;
}
ul.sub-menu li a {
    width: 100%;
    display: block;
    padding: 5px;
}
ul.wp-menu li {
    padding-right: 20px;
}
li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

/*AUTHOR SECTION START*/

.main-title {
    text-align: left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
    align-items: center;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

/*AUTHOR SECTION END*/
body .campaign-list-item_cta-btn,
body .campaign-list-item_cta-btn:hover {
    border: 4px solid #ffcb3f !important;
    border-radius: 20px !important;
    border-width: 0 4px 0 4px !important;
    background: #f02322;
}
body .campaign-list-item.brand_table_custom_cl,
body .campaign-list-item {
    border: 4px solid #ffcb3f !important;
    border-radius: 0 20px !important;
}
body .campaign-list-item_key-features ul li {
    list-style: none;
}
body .campaign-list-item_key-features ul li {
    background: url('/wp-content/uploads/2025/06/tick-black.svg') left 5px no-repeat;
}
 
.campaign__updated_date svg path, .campaign__voting_section svg {
    fill: #fff !important;
}
 
body .campaign-list-item_key-features > p, body .campaign-list-item_key-features ul li, body .campaign_list_item__score_text, body .campaign__voting_section__text, body .campaign__updated_date_text {
    color: #fff !important;
}
 
@media screen and (max-width: 991px) {
    .mobile-menu {
        display: block;
        text-align: right;
    }
    .mobile-menu i {
        font-size: 25px;
    }
    ul.wp-menu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        top: 70px;
        display: none;
        z-index: 999;
    }
    ul.wp-menu li {
        padding-right: 0;
        width: 100%;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        display: none;
    }
    li.menu-item-has-children:after {
        display: none;
    }
    ul.wp-menu li a {
        width: 100%;
        display: block;
        padding: 10px;
        color: #000;
    }
    span.toggle-menu {
        float: right;
        position: relative;
        margin-top: -27px;
        right: 13px;
        z-index: 9999;
    }
    ul.sub-menu {
        position: relative;
        width: 100%;
    }
    .wp-menu {
        display: none;
    }
    .site-logo {
        width: 300px;
        height: 80px;
        margin: auto;
    }
    .site-logo img {
        width: 100%;
        height: 100%;
    }
    body {
        margin-top: 45px;
    }
    #menu-bar-wrapper ul.menu li:hover ul,
    #menu-bar-wrapper ul.menu li:focus ul {
        display: none;
    }
}
