body.option_2 header>.wideContainer::before {
    display: none;
}

body.option_2 header>.wideContainer::after{
    display: none;
}

body:after {
    display: none;
}

body {
    margin-top: 0;
    /* background: linear-gradient(90deg, #2e7d32 0%, #388e3c 50%, #4caf50 100%); */
    background: #fff;
}

.color-base {
    color: #4caf50 !important;
}

.WYSIWYG ul li:before {
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    margin-top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4caf50 !important;
    display: none;
}

.WYSIWYG hr {
    border: none;
    height: 3px !important;
    background: #4caf50 !important;
    border: none !important;
    margin-bottom: 20px;
}

.container.wideContainer.mainPage {
    padding-top: 0;
}

body>.container.wideContainer>.row.normal {
    box-shadow: none;
}

section article {
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    color: #667075;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #ff9100 !important;
}

.header_2 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header_2 {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 50%, #2e7d32 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_2 > a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 30px;
}

.header_2 > a > img {
    height: 60px;
    width: auto;
    transition: transform 0.3s ease;
}

.header_2 > a > img:hover {
    transform: scale(1.05);
}

.header_2 > nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header_2 > nav > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 0;
}

.header_2 > nav > ul > li {
    position: relative;
}

.header_2 > nav > ul > li {
    position: relative;
}

.header_2 > nav > ul > li > a {
    display: block;
    padding: 15px 18px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 8px;
    white-space: nowrap;
}

.header_2 > nav > ul > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffd700;
    transform: translateY(-2px);
}

.header_2 > nav > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.15);
    color: #ffd700;
}

.header_2 > nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #4caf50;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    min-width: 250px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1001;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header_2 > nav > ul > li:hover > ul {
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header_2 > nav > ul > li > ul > li {
    position: relative;
}

.header_2 > nav > ul > li > ul > li {
    position: relative;
}

.header_2 > nav > ul > li > ul > li > a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.header_2 > nav > ul > li > ul > li > a:hover {
    background: rgba(255, 215, 0, 0.1);
    color: #ffd700;
    border-left-color: #ffd700;
    padding-left: 25px;
}

.header_2 > nav > ul > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #388e3c;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    z-index: 1002;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header_2 > nav > ul > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.header_2 > nav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 10px 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
}

.header_2 > nav > ul > li > ul > li > ul > li  {
    width: 100%;
}

.header_2 > nav > ul > li > ul > li > ul > li > a:hover {
    background: rgba(255, 215, 0, 0.08);
    color: #ffd700;
    border-left-color: #ffd700;
    padding-left: 22px;
}

.header_2 > .header-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 7px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.header_2 > .header-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
}

.header_2 > .header-menu-toggle > svg {
    transition: transform 0.3s ease;
}

.header_2 > .header-menu-toggle:hover > svg {
    transform: scale(1.1);
}

.header_2 > .header-menu-toggle > svg > rect {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.header_2 > .header-menu-toggle:hover > svg > rect {
    fill: #ffd700;
}

/* Responsive styles for header_2 */
@media (max-width: 1200px) {
    .header_2 {
        padding: 0 15px;
    }
    
    .header_2 > nav > ul > li > a {
        padding: 15px 12px;
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .header_2 > nav {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        background: linear-gradient(135deg, #4caf50 0%, #388e3c 50%, #2e7d32 100%);
        overflow-y: auto;
        z-index: 999;
        padding: 0;
    }
    
    .header_2 > nav.mobile-menu-open {
        display: block;
    }
    
    .header_2 > nav > ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
    }
    
    .header_2 > nav > ul > li {
        margin-bottom: 0;
        padding-left: 0;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .header_2 > nav > ul > li:last-child {
        border-bottom: none;
    }
    
    .header_2 > nav > ul > li > a {
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .header_2 .submenu-toggle {
        display: block;
        width: 40px;
        height: 40px;
        background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iNCIgZD0iTTM2IDE4TDI0IDMwTDEyIDE4Ii8+PC9zdmc+') no-repeat center center;
        background-size: 20px;
    }
    
    .header_2 > nav > ul > li > ul {
        position: static;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    
    .header_2 > nav > ul > li.submenu-open > ul {
        max-height: 1000px;
        padding: 10px 0;
        overflow: visible;
    }
    
    .header_2 > nav > ul > li > ul > li {
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .header_2 > nav > ul > li > ul > li:last-child {
        border-bottom: none;
    }
    
    .header_2 > nav > ul > li > ul > li > a {
        padding: 0 15px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border-left: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .header_2 > nav > ul > li > ul > li > ul {
        position: static;
        background: rgba(255, 255, 255, 0.08);
        border-radius: 0;
        box-shadow: none;
        border: none;
        margin: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    
    .header_2 > nav > ul > li > ul > li.submenu-open > ul {
        max-height: 800px;
        padding: 0;
        overflow: visible;
    }
    
    .header_2 > nav > ul > li > ul > li > ul > li > a {
        padding: 0 25px;
        font-size: 13px;
        font-weight: 400;
        color: #fff;
        border-left: none;
    }
    
    .header_2 > nav > ul > li > ul > li > ul > li > a:hover {
        background: rgba(255, 215, 0, 0.1);
        color: #ffd700;
        padding-left: 25px;
    }
    
    .header_2 > .header-menu-toggle {
        display: flex;
        align-items: center;
    }
    
    /* Mobile menu toggle animation */
    .header_2 > .header-menu-toggle.menu-open > svg > rect:nth-child(1) {
        transform: rotate(45deg) translate(8px, -8px);
    }
    
    .header_2 > .header-menu-toggle.menu-open > svg > rect:nth-child(2) {
        opacity: 0;
    }
    
    .header_2 > .header-menu-toggle.menu-open > svg > rect:nth-child(3) {
        transform: rotate(-45deg) translate(-16px, -1px);
    }

    header nav li a:focus, header nav li a:hover {
        border-radius: 0;
        padding-left: 15px !important;
    }

    .header_2 > nav > ul > li.submenu-open > ul {
        padding: 0;
    }
    
    /* Hide desktop hover effects on mobile */
    .header_2 > nav > ul > li > a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #ffd700;
        transform: translateY(0);
    }
    /* .header_2 > nav > ul > li:hover > ul {
        display: none;
    }
    
    .header_2 > nav > ul > li > ul > li:hover > ul {
        display: none;
    } */
}

@media (max-width: 768px) {
    .header_2 {
        padding: 0 10px;
        min-height: 70px;
    }
    
    .header_2 > a > img {
        height: auto;
        max-width: 160px;
    }
    
    .header_2 > nav {
        top: 70px;
        height: calc(100vh - 70px);
    }
}

/* Table */
.brandlist_basic_table .col-headers {
    display: none;
}

.brandlist_basic_table .brands .single-brand {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(230, 230, 230);
    border-radius: 6px;
    margin-bottom: 20px !important;
    background: #fafafa;
}

.brandlist_basic_table .brands .single-brand:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.brandlist_basic_table.bonus .single-brand .aff-link>span.rank-wrap {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    /* background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%); */
    background: linear-gradient(135deg, #4caf50 0%, #4caf50 100%);
    border: 2px solid #ffd700;
}

.brandlist_basic_table .brands .single-brand .aff-link>span.rank-wrap:before {
    line-height: 29px;
    font-size: 14px;
    color: #fff;
}

.brandlist_basic_table .bullets {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brandlist_basic_table .bullets li {
    font-size: 12px;
    color: #333;
}

.brandlist_basic_table .brands .single-brand .aff-link {
    flex: 1;
    display: flex;
    gap: 3%;
}

.brandlist_basic_table .brands .single-brand .aff-link > * {
    flex: 1;
}

.brandlist_basic_table.bonus .single-brand .aff-link>span.logo-wrap {
    max-width: 132px;
    padding: 0;
}

.brandlist_basic_table .brands .single-brand .aff-link > .bullets-wrap {
    display: none;
}

.brandlist_basic_table .row-expand {
    display: none;
}

.brandlist_basic_table .brands .single-brand .review-link {
    position: static;
    margin: 0;
}

.brandlist_basic_table .brands .single-brand .aff-link>span.cta-wrap .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    border-radius: 30px;
    transition: background 0.3s ease;
}

.brandlist_basic_table .brands .single-brand .aff-link>span.cta-wrap .btn:hover {
    background: linear-gradient(135deg, #ffca28 0%, #ff9100 100%);
    transform: none;
    box-shadow: none;
}

.brandlist_basic_table.bonus .single-brand .aff-link>span.bonus-wrap .link-color {
    color: #388e3c;
    font-weight: 600;
}

.brandlist_basic_table.bonus .single-brand .aff-link>span.rating-review-placeholder {
    display: none;
}

.rating {
    color: #ffb14b;
}

.brandlist_basic_table .brands .single-brand .aff-link>span.rank-wrap.hot-rank:before {
    margin: 0;
    padding: 0;
}

.brandlist_basic_table .brands .single-brand .aff-link>span.rank-wrap .rank {
    display: none;
}

@media (max-width: 768px) {
    .brandlist_basic_table .brands .single-brand .review-link {
        width: 16%;
        height: auto;
    }

    .brandlist_basic_table .brands .single-brand .aff-link>span.rank-wrap.hot-rank:before {
        color: #fff;
    }

    .brandlist_basic_table .bullets {
        display: none;
    }

    .brandlist_basic_table .brands .single-brand .review-link .rating-review-wrap {
        display: flex;
        flex-direction: column;
    }

    .brandlist_basic_table.bonus .single-brand .aff-link>span.logo-wrap {
        padding-left: 20px;
        max-width: 85px;
    }

    .brandlist_basic_table .brands .single-brand .review-link .rating-review-wrap {
        padding: 0 10px;
    }

    .brandlist_basic_table .brands .single-brand {
        overflow: visible;
    }

    .brandlist_basic_table .brands .single-brand .aff-link {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .brandlist_basic_table .brands .single-brand .review-link .rating-review-wrap {
        display: none;
    }

    .brandlist_basic_table .brands .single-brand .review-link {
        display: none;
    }
}

/* game */
.newsItemsLinks .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    width: 100%;
}

.game {
    width: 100%;
    background: #fafafa;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 0 !important;
    border: 2px solid #4caf50;
}

.newsItemsLinks .game a img {
    position: static !important;
}

.newsItemsLinks li {
    padding: 0 !important;
}

.newsItemsLinks .game a:hover img {
    width: 100%;
    transform: scale(1.05);
}

.game a {
    display: block;
    height: auto;
    padding: 0;
}

.game a img {
    position: relative !important;
}

.game .info {
    padding-top: 6px;
    font-size: 12px;
    background: #4caf50;
}

#content:after {
    display: none;
}

/* Sidebar Styles */
aside#sidebar {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgba(76, 175, 80, 0.1);
}

aside#sidebar .widget {
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #4caf50;
    transition: all 0.3s ease;
}

aside#sidebar .widget h3 {
    color: #2e7d32;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(76, 175, 80, 0.2);
    display: flex;
    align-items: center;
}

aside#sidebar .widget h3:before {
    content: "";
    width: 4px;
    height: 16px;
    /* background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%); */
    background: #ff9100;
    border-radius: 2px;
    margin-right: 8px;
}

/* Banner Widget */
aside#sidebar .widget.bannerSidebar {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-left: none;
}

aside#sidebar .widget.bannerSidebar img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

aside#sidebar .widget.bannerSidebar:hover img {
    transform: scale(1.02);
}

/* Links Widget */
aside#sidebar .widget.links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside#sidebar .widget.links ul li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(76, 175, 80, 0.1);
}

aside#sidebar .widget.links ul li:last-child {
    border-bottom: none;
}

aside#sidebar .widget.links ul li a {
    display: block;
    padding: 12px 0;
    color: #1f333d;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

aside#sidebar .widget.links ul li a:before {
    content: "▶";
    color: #ff9100;
    font-size: 10px;
    margin-right: 8px;
    transition: transform 0.3s ease;
}

aside#sidebar .widget.links ul li a:hover {
    color: #4caf50;
    padding-left: 10px;
    text-decoration: none;
}

.widget.links ul li a:hover .controlPost {
    text-decoration: none;
}

aside#sidebar .widget.links ul li a:hover:before {
    transform: translateX(5px);
}

/* Recommended Widget */
aside#sidebar .widget.recommended ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside#sidebar .widget.recommended ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(76, 175, 80, 0.1);
}

aside#sidebar .widget.recommended ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

aside#sidebar .widget.recommended ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    padding: 8px;
    border-radius: 8px;
}

aside#sidebar .widget.recommended ul li figure {
    margin: 0;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
}

aside#sidebar .widget.recommended ul li figure img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

aside#sidebar .widget.recommended ul li a:hover figure img {
    transform: scale(1.05);
}

aside#sidebar .widget.recommended ul li h4 {
    color: #2e7d32;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

aside#sidebar .widget.recommended ul li a:hover h4 {
    color: #4caf50;
}

/* Responsive */
@media (max-width: 991px) {
    aside#sidebar {
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
        background: #f5f6f8;
    }
    
    aside#sidebar .widget {
        margin-bottom: 15px;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    aside#sidebar {
        padding: 15px;
    }
    
    aside#sidebar .widget {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    aside#sidebar .widget h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    aside#sidebar .widget.recommended ul li a {
        padding: 6px;
    }
    
    aside#sidebar .widget.recommended ul li figure {
        margin-right: 10px;
    }
    
    aside#sidebar .widget.recommended ul li h4 {
        font-size: 13px;
    }
}

/* faq */

/* FAQ Section Styles */
.qnaSection .qnaWrapper .qnaSingle.activeCollapse .qnaQuestion .qnaTitle {
    margin-bottom: 0;
}

.qnaSection .qnaWrapper .qnaSingle.activeCollapse {
    padding: 0;
}

.qnaSection {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 30px 0;
    border: 1px solid rgba(76, 175, 80, 0.1);
}

.qnaSection h2 {
    color: #2e7d32;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(76, 175, 80, 0.2);
    position: relative;
}

.qnaSection h2:before {
    content: "❓";
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* FAQ Wrapper */
.qnaSection .qnaWrapper {
    margin: 0;
    padding: 0;
}

/* Single FAQ Item */
.qnaSection .qnaWrapper .qnaSingle {
    background: #fafafa;
    border: 1px solid rgba(76, 175, 80, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.qnaSection .qnaWrapper .qnaSingle:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.qnaSection .qnaWrapper .qnaSingle:last-child {
    margin-bottom: 0;
}

/* Question Header */
.qnaSection .qnaWrapper .qnaSingle .qnaQuestion {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(76, 175, 80, 0.1);
    transition: all 0.3s ease;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion.color-base {
    color: inherit;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle {
    margin: 0;
    padding: 0;
    position: relative;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    text-decoration: none;
    color: #1f333d;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a:hover {
    color: #4caf50;
    background: rgba(76, 175, 80, 0.05);
    text-decoration: none;
}

/* Question Mark Icons */
.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMark,
.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMarkFull {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMark {
    background: transparent;
    border: 2px solid #4caf50;
    color: #4caf50;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMarkFull {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    border: 2px solid #4caf50;
    color: #ffffff;
    display: none;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle:hover a .qnaQuestionMark {
    display: none;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle:hover a .qnaQuestionMarkFull {
    display: flex;
    transform: scale(1.05);
}

/* Question Text */
.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .questionText {
    flex: 1;
    line-height: 1.4;
    padding-right: 15px;
}

/* Plus/Minus Icon */
.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .openCloseSign {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .openCloseSign i {
    color: #4caf50;
    font-size: 12px;
    transition: all 0.3s ease;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle:hover a .openCloseSign {
    background: #4caf50;
    transform: translateY(-50%) scale(1.1);
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle:hover a .openCloseSign i {
    color: #ffffff;
}

/* Answer Section */
.qnaSection .qnaWrapper .qnaSingle .qnaAnswer {
    background: #ffffff;
}

.qnaSection .qnaWrapper .qnaSingle .qnaAnswer .qnaAnswerBody {
    padding: 20px 25px 25px 25px;
    color: #1f333d;
    font-size: 15px;
    line-height: 1.6;
    border-left: 4px solid rgba(76, 175, 80, 0.3);
    margin-left: 15px;
    margin-right: 15px;
}

/* Active/Expanded State */
.qnaSection .qnaWrapper .qnaSingle .qnaQuestion.active,
.qnaSection .qnaWrapper .qnaSingle .qnaAnswer.in {
    background: #f8fff9;
}

.qnaSection .qnaWrapper .qnaSingle .qnaQuestion.active .qnaTitle a .openCloseSign i:before {
    content: "\f068"; /* fa-minus */
}

/* Responsive Styles */
@media (max-width: 991px) {
    .qnaSection {
        padding: 20px;
        margin: 20px 0;
        border-radius: 8px;
    }
    
    .qnaSection h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a {
        padding: 15px;
        font-size: 15px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMark,
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMarkFull {
        width: 32px;
        height: 32px;
        font-size: 16px;
        margin-right: 12px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .openCloseSign {
        right: 15px;
        width: 22px;
        height: 22px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaAnswer .qnaAnswerBody {
        padding: 15px 20px 20px 20px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .qnaSection {
        padding: 15px;
        margin: 15px 0;
    }
    
    .qnaSection h2 {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    
    .qnaSection h2:before {
        font-size: 16px;
        margin-right: 8px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle {
        margin-bottom: 12px;
        border-radius: 8px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a {
        padding: 12px;
        font-size: 14px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMark,
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .qnaQuestionMarkFull {
        width: 28px;
        height: 28px;
        font-size: 14px;
        margin-right: 10px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .questionText {
        padding-right: 40px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .openCloseSign {
        right: 12px;
        width: 20px;
        height: 20px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaQuestion .qnaTitle a .openCloseSign i {
        font-size: 10px;
    }
    
    .qnaSection .qnaWrapper .qnaSingle .qnaAnswer .qnaAnswerBody {
        padding: 12px 15px 15px 15px;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 13px;
        line-height: 1.5;
    }
}

/* Color overrides for existing classes */
.qnaSection .color-base {
    color: #4caf50 !important;
}

.qnaSection .border-base {
    border-color: #4caf50 !important;
}

.qnaSection .bg-base {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%) !important;
}

/* Footer Styles */
footer#footer {
    background: linear-gradient(135deg, #2e7d32 0%, #388e3c 50%, #4caf50 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

footer#footer:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(135deg, #2e7d32 0%, #388e3c 50%, #4caf50 100%);
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

footer#footer .container.wideContainer {
    position: relative;
    z-index: 2;
}

/* Left Footer Section */
footer#footer .leftFooter {
    padding: 30px 0;
}

footer#footer .leftFooter .logo img {
    max-height: 60px;
    /* filter: brightness(0) invert(1); */
    transition: all 0.3s ease;
}

footer#footer .leftFooter .logo img:hover {
    transform: scale(1.05);
    /* filter: brightness(0) invert(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3)); */
}

/* Share Buttons */
footer#footer .shareBtns {
    margin-top: 0;
}

footer#footer .shareBtns ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

footer#footer .shareBtns li {
    display: flex;
    align-items: center;
}

footer#footer .shareBtns li.share {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
    opacity: 0.9;
}

footer#footer .shareBtns a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

footer#footer .shareBtns a:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-decoration: none;
}

footer#footer .shareBtns a.fb:hover {
    background: #3b5998;
    border-color: #3b5998;
}

footer#footer .shareBtns a.tw:hover {
    background: #55acee;
    border-color: #55acee;
}

footer#footer .shareBtns a.gp:hover {
    background: #db4437;
    border-color: #db4437;
}

footer#footer .shareBtns a i {
    font-size: 16px;
}

/* Menu Wrap */
footer#footer .menuWrap {
    padding: 30px 0;
    padding-left: 40px;
}

footer#footer .menuWrap nav ul.menu {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

footer#footer .menuWrap nav ul.menu > li {
    flex: 1;
}

footer#footer .menuWrap nav ul.menu > li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

footer#footer .menuWrap nav ul.menu > li > a:hover {
    color: #ffd700;
    border-bottom-color: #ffd700;
    transform: translateX(5px);
    text-decoration: none;
}

footer#footer .menuWrap nav ul.menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer#footer .menuWrap nav ul.menu .sub-menu li {
    margin-bottom: 8px;
}

footer#footer .menuWrap nav ul.menu .sub-menu li a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    transition: all 0.3s ease;
    position: relative;
}

footer#footer .menuWrap nav ul.menu .sub-menu li a:before {
    content: "▶";
    font-size: 8px;
    margin-right: 8px;
    opacity: 0;
    transition: all 0.3s ease;
}

footer#footer .menuWrap nav ul.menu .sub-menu li a:hover {
    color: #ffd700;
    padding-left: 10px;
    text-decoration: none;
}

footer#footer .menuWrap nav ul.menu .sub-menu li a:hover:before {
    opacity: 1;
    transform: translateX(5px);
}

/* Icons Section */
footer#footer .icons {
    padding: 30px 0;
    text-align: center;
}

footer#footer .icons .topIcons,
footer#footer .icons .bottomIcons {
    margin-bottom: 20px;
}

footer#footer .icons .topIcons ul,
footer#footer .icons .bottomIcons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

footer#footer .icons .topIcons ul li,
footer#footer .icons .bottomIcons ul li {
    display: flex;
    align-items: center;
}

footer#footer .icons .topIcons ul li img,
footer#footer .icons .bottomIcons ul li img {
    /* max-height: 50px; */
    transition: all 0.3s ease;
    /* filter: brightness(0) invert(1) opacity(0.9); */
}

footer#footer .icons .topIcons ul li img:hover,
footer#footer .icons .bottomIcons ul li img:hover {
    /* transform: scale(1.05); */
    /* filter: brightness(0) invert(1) opacity(1); */
}

footer#footer .icons .topIcons {
    display: none;
}

/* Bottom Footer */
footer#footer .bottomFooter {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer#footer .bottomFooter .copyright,
footer#footer .bottomFooter .disclaimer {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}

footer#footer .bottomFooter .copyright {
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

footer#footer .bottomFooter .disclaimer {
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    footer#footer {
        margin-top: 30px;
    }
    
    footer#footer:before {
        display: none;
    }
    
    footer#footer .leftFooter,
    footer#footer .menuWrap,
    footer#footer .icons {
        padding: 20px 15px;
        text-align: center;
    }
    
    footer#footer .menuWrap {
        padding-left: 15px;
    }
    
    footer#footer .menuWrap nav ul.menu {
        flex-direction: column;
        gap: 25px;
    }
    
    footer#footer .menuWrap nav ul.menu > li > a {
        text-align: center;
        font-size: 14px;
    }
    
    footer#footer .shareBtns ul {
        justify-content: center;
        margin-top: 15px;
    }
    
    footer#footer .icons .topIcons ul,
    footer#footer .icons .bottomIcons ul {
        justify-content: center;
    }
    
    footer#footer .bottomFooter {
        padding: 15px 0;
    }
    
    footer#footer .bottomFooter .copyright,
    footer#footer .bottomFooter .disclaimer {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    footer#footer {
        margin-top: 20px;
    }
    
    footer#footer .leftFooter,
    footer#footer .menuWrap,
    footer#footer .icons {
        padding: 15px 10px;
    }
    
    footer#footer .leftFooter .logo img {
        max-height: 45px;
    }
    
    footer#footer .shareBtns a {
        width: 32px;
        height: 32px;
    }
    
    footer#footer .shareBtns a i {
        font-size: 14px;
    }
    
    footer#footer .shareBtns li.share {
        font-size: 12px;
        margin-right: 10px;
    }
    
    footer#footer .menuWrap nav ul.menu {
        gap: 20px;
    }
    
    footer#footer .menuWrap nav ul.menu > li > a {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    footer#footer .menuWrap nav ul.menu .sub-menu li a {
        font-size: 12px;
    }
    
    footer#footer .icons .topIcons ul,
    footer#footer .icons .bottomIcons ul {
        gap: 10px;
    }
    
    footer#footer .icons .topIcons ul li img,
    footer#footer .icons .bottomIcons ul li img {
        max-height: 40px;
    }
    
    footer#footer .bottomFooter {
        padding: 12px 0;
    }
    
    footer#footer .bottomFooter .copyright {
        margin-bottom: 10px;
    }
}

/* ----- */
.topCasinos.games li .games {
    display: none;
}

.topCasinos.games li .games + ul {
    display: none;
}

/* Top Casinos Games Table Styles */
.topCasinos.games {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* overflow: hidden; */
    border: 1px solid rgba(76, 175, 80, 0.1);
}

.topCasinos.games > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(76, 175, 80, 0.1);
    transition: all 0.3s ease;
    background: #fafafa;
    position: relative;
}

.topCasinos.games > li:first-child {
    border-top: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.topCasinos.games > li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.topCasinos.games > li > a {
    width: auto;
    flex: 1;
}

/* Number Column */
.topCasinos.games li .num {
    top: -26px;
    left: -11px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    margin-right: 20px;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.topCasinos.games li .num .number {
    color: #fff !important;
    font-size: 14px;
}

.topCasinos.games li .num:before,
.topCasinos.games li .num:after {
    display: none;
}

.topCasinos.games li:hover .num {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

/* Brand Column */
.topCasinos.games li .brand {
    flex: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    margin-top: 0;
}

.topCasinos.games li .brand img {
    max-width: 120px;
    max-height: 50px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.topCasinos.games li:hover .brand img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* Strengths List */
.topCasinos.games li .strengthsList {
    flex: 2;
    padding: 0 15px;
    font-size: 13px;
    color: #1f333d;
    line-height: 1.4;
}

/* Visit Button */
.topCasinos.games li .visit {
    flex: 0 0 140px;
    padding: 0 10px;
}

.topCasinos.games li .btn {
    margin-top: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 145, 0, 0.3);
}

.topCasinos.games li .btn:hover {
    background: linear-gradient(135deg, #ffca28 0%, #ff9100 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 145, 0, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.topCasinos.games li .btn .valign {
    width: 100%;
    height: 100%;
}

.topCasinos.games li .btn .valign .cell {
    padding: 0;
    line-height: 1.2;
}

.topCasinos.games li .btn span.brandName {
    font-size: 11px;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 2px;
}

/* Review Link */
.topCasinos.games li .review {
    flex: 0 0 100px;
    text-align: center;
    padding: 0 10px;
}

.topCasinos.games li .review {
    color: #4caf50;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

.topCasinos.games li .review:before {
    content: "👁";
    margin-right: 5px;
    font-size: 14px;
}

.topCasinos.games li .review:hover {
    color: #2e7d32;
    text-decoration: underline;
}

/* Read More Section */
.topCasinos.games li .readMore {
    height: auto;
}

.topCasinos.games li .readMore .before-bg-base {
    display: none;
}

.topCasinos.games li .review {
    position: static;
}

.topCasinos.games li a .row {
    display: flex;
    align-items: center;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .topCasinos.games {
        margin: 15px 0;
        border-radius: 8px;
    }
    
    .topCasinos.games > li {
        flex-direction: column;
        padding: 20px 15px;
        text-align: center;
        gap: 15px;
    }
    
    .topCasinos.games > li:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .topCasinos.games > li:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    .topCasinos.games li .num {
        flex: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .topCasinos.games li .brand {
        flex: none;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .topCasinos.games li .strengthsList {
        flex: none;
        padding: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .topCasinos.games li .visit {
        flex: none;
        width: 100%;
        max-width: 200px;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .topCasinos.games li .review {
        flex: none;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .topCasinos.games {
        margin: 10px 0;
    }
    
    .topCasinos.games > li {
        padding: 15px 10px;
        gap: 12px;
    }
    
    .topCasinos.games li .num {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .topCasinos.games li .brand img {
        max-width: 100px;
        max-height: 40px;
    }
    
    .topCasinos.games li .strengthsList {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .topCasinos.games li .btn {
        height: 36px;
        font-size: 13px;
    }
    
    .topCasinos.games li .btn span.brandName {
        font-size: 10px;
    }
    
    .topCasinos.games li .review {
        font-size: 11px;
    }
    
    .topCasinos.games li .review:before {
        font-size: 12px;
    }
}

/* Special Styles for Top Positions */
.topCasinos.games > li:nth-child(1) .num {
    background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

.topCasinos.games > li:nth-child(1):hover .num {
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.5);
}

.topCasinos.games > li:nth-child(2) .num {
    background: linear-gradient(135deg, #c0c0c0 0%, #a8a8a8 100%);
    box-shadow: 0 2px 8px rgba(192, 192, 192, 0.4);
}

.topCasinos.games > li:nth-child(2):hover .num {
    box-shadow: 0 4px 15px rgba(192, 192, 192, 0.5);
}

.topCasinos.games > li:nth-child(3) .num {
    background: linear-gradient(135deg, #cd7f32 0%, #b8722c 100%);
    box-shadow: 0 2px 8px rgba(205, 127, 50, 0.4);
}

.topCasinos.games > li:nth-child(3):hover .num {
    box-shadow: 0 4px 15px rgba(205, 127, 50, 0.5);
}

/* review */
body>.container.wideContainer .stickyElement {
    top: -100%;
}

body>.container.wideContainer .stickyElement>a .bonusWrapper .bonus {
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

body>.container.wideContainer .stickyElement {
    max-width: calc(100% - 40px);
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.bonusWrapper .terms-and-conditions-apply {
    font-size: 14px;
    color: #1f333d;
    margin-top: 10px;
}

#breadcrumbs ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

body>.container.wideContainer>.row.normal.brandReviewTop .quickFacts .basicInfo>ul>li:before {
    border-radius: 50%;
    background: #4caf50;
}

body>.container.wideContainer>.row.normal.brandReviewTop>.row.brand-features>div>.quickFacts {
    background: transparent;
}

.detailsCont .terms-and-conditions-apply {
    font-size: 14px;
    color: #1f333d;
    margin-top: 10px;
}

body>.container.wideContainer>.row.normal.brandReviewTop .quickFacts .brandInfo .btn {
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    color: #ffffff;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

body>.container.wideContainer>.row.normal.brandReviewTop .quickFacts .brandInfo .btn:hover {
    background: linear-gradient(135deg, #ffca28 0%, #ff9100 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 145, 0, 0.4);
    color: #ffffff;
    text-decoration: none;
}

body>.container.wideContainer>.row.normal.brandReviewTop>.row .main .intro .brandReviewTopLink{
    color: #4caf50;
}

/* Bonus Button Widget Styles */
.brandlist_bonusbutton_main_area_two_columns {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin: 30px auto;
    border: 1px solid rgba(76, 175, 80, 0.1);
    position: relative;
    overflow: hidden;
}

.brandlist_bonusbutton_main_area_two_columns:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 50%, #2e7d32 100%);
}

/* Row Styles */
.brandlist_bonusbutton_main_area_two_columns ul.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.brandlist_bonusbutton_main_area_two_columns ul.row.normal {
    margin: 0;
}

/* List Item Styles */
.brandlist_bonusbutton_main_area_two_columns ul li {
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 0;
    list-style: none;
    position: relative;
}

.brandlist_bonusbutton_main_area_two_columns ul li:before,
.brandlist_bonusbutton_main_area_two_columns ul li:after {
    content: none !important;
}

/* Link Styles */
.brandlist_bonusbutton_main_area_two_columns ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8fff9 0%, #ffffff 100%);
    border: 2px solid rgba(76, 175, 80, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    min-height: 80px;
}

.brandlist_bonusbutton_main_area_two_columns ul li a:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f0f8f0 100%);
    border-color: rgba(76, 175, 80, 0.3);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.15);
    text-decoration: none !important;
}

.brandlist_bonusbutton_main_area_two_columns ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.brandlist_bonusbutton_main_area_two_columns ul li a:hover:before {
    transform: scaleX(1);
}

/* Image Wrapper */
.brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper {
    flex: 0 0 50%;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.brandlist_bonusbutton_main_area_two_columns ul li a:hover .img_wrapper img {
    transform: scale(1.05);
}

/* Button Wrapper */
.brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper .btn {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: #ffffff;
    border: none;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.brandlist_bonusbutton_main_area_two_columns ul li a:hover .btn_wrapper .btn {
    background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
    color: #ffffff;
}

.brandlist_bonusbutton_main_area_two_columns ul li a:hover .btn_wrapper .btn:before {
    width: 300px;
    height: 300px;
}

/* Special Bonus Highlight */
.brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper .btn[contains*="ohne Einzahlung"] {
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    animation: pulse 2s infinite;
}

.brandlist_bonusbutton_main_area_two_columns ul li a:hover .btn_wrapper .btn[contains*="ohne Einzahlung"] {
    background: linear-gradient(135deg, #ffca28 0%, #ff9100 100%);
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(255, 145, 0, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(255, 145, 0, 0.5);
    }
    100% {
        box-shadow: 0 4px 15px rgba(255, 145, 0, 0.3);
    }
}

/* Responsive Styles */
@media (max-width: 991px) {
    .brandlist_bonusbutton_main_area_two_columns {
        padding: 20px;
        margin: 20px auto;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul.row {
        gap: 15px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li {
        flex: 0 0 calc(50% - 7.5px);
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a {
        padding: 15px;
        min-height: 70px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper {
        padding-right: 10px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper img {
        max-height: 45px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper .btn {
        font-size: 14px;
        min-height: 45px;
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .brandlist_bonusbutton_main_area_two_columns {
        padding: 15px;
        margin: 15px auto;
        border-radius: 10px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul.row {
        gap: 10px;
        flex-direction: column;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li {
        flex: 0 0 100%;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a {
        padding: 15px;
        min-height: 60px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper {
        padding-right: 10px;
        text-align: center;
        justify-content: center;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper img {
        max-height: 40px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper .btn {
        font-size: 13px;
        min-height: 40px;
        padding: 8px 12px;
        letter-spacing: 0.3px;
    }
}

/* Alternative Layout for Mobile */
@media (max-width: 480px) {
    .brandlist_bonusbutton_main_area_two_columns ul li a {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
        min-height: auto;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper,
    .brandlist_bonusbutton_main_area_two_columns ul li a .btn_wrapper {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper {
        margin-bottom: 15px;
    }
    
    .brandlist_bonusbutton_main_area_two_columns ul li a .img_wrapper img {
        max-height: 50px;
    }
}

/* --- Basic Table Styles --- */
.WYSIWYG table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 15px;
}

.WYSIWYG table th {
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: #fff;
    font-weight: 700;
    padding: 16px 18px !important;
    text-align: left;
    border-bottom: 3px solid #ff9100;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.WYSIWYG table td {
    padding: 14px 18px !important;
    border-bottom: 1px solid rgba(76,175,80,0.10);
    color: #1f333d;
    background: #f8f8f8 !important;
    transition: background 0.2s;
}

.WYSIWYG table tr:last-child td {
    border-bottom: none;
}

.WYSIWYG table tr:hover td {
    background: #f0f8f0 !important;
}

.WYSIWYG table tr:nth-child(odd) {
    background: #f8fff9 !important;
}

.WYSIWYG table {
    border: 1px solid rgba(76,175,80,0.15);
}

.WYSIWYG table th,
.WYSIWYG table td {
    border: 1px solid rgba(76,175,80,0.15);
}

.WYSIWYG table tfoot td {
    background: #f5f6f8 !important;
    color: #388e3c;
    font-weight: 600;
}

@media (max-width: 767px) {
    .WYSIWYG table {
        font-size: 13px;
        border-radius: 8px;
    }
    .WYSIWYG table th,
    .WYSIWYG table td {
        padding: 10px 8px;
    }
}

/* --- Brand Promotion Block --- */
.brand_promotion {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(76, 175, 80, 0.10);
    border: 1px solid rgba(76, 175, 80, 0.12);
    padding: 30px 25px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.brand_promotion .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    border: none;
}

.brand_promotion .info {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px;
}

.brand_promotion .wrap {
    margin-bottom: 18px;
}

.brand_promotion .heading {
    font-size: 22px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 14px;
    line-height: 1.3;
}

.brand_promotion .description {
    color: #1f333d;
    font-size: 15px;
    margin-bottom: 10px;
}

.brand_promotion p {
    color: #1f333d;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.brand_promotion .aff {
    margin-bottom: 12px;
}

.brand_promotion .aff a {
    display: inline-block;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: #fff !important;
    font-weight: 700;
    border-radius: 12px;
    padding: 12px 32px;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.15);
    transition: background 0.3s, box-shadow 0.3s, color 0.3s;
}

.brand_promotion .aff a:hover {
    background: linear-gradient(135deg, #388e3c 0%, #2e7d32 100%);
    color: #ffd700 !important;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.22);
    text-decoration: none;
}

.brand_promotion .readmore_horz {
    color: #4caf50;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 10px;
    transition: color 0.2s;
    border: none;
}

.brand_promotion .readmore_horz:hover {
    color: #ff9100;
    text-decoration: underline;
}

.brand_promotion .image {
    flex: 1 1 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    text-align: center;
}

.brand_promotion .image img {
    max-width: 100%;
    max-height: 240px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(76, 175, 80, 0.10);
    transition: transform 0.3s, box-shadow 0.3s;
}

.brand_promotion .image:hover img {
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.18);
}

@media (max-width: 991px) {
    .brand_promotion {
        padding: 20px 12px;
        border-radius: 10px;
    }
    .brand_promotion .row {
        flex-direction: column;
    }
    .brand_promotion .info,
    .brand_promotion .image {
        flex: 1 1 100%;
        padding: 0;
    }
    .brand_promotion .info {
        margin-bottom: 18px;
    }
    .brand_promotion .image img {
        max-height: 180px;
    }
}

@media (max-width: 600px) {
    .brand_promotion {
        padding: 12px 5px;
        margin: 15px 0;
    }
    .brand_promotion .heading {
        font-size: 17px;
    }
    .brand_promotion .aff a {
        font-size: 14px;
        padding: 10px 18px;
    }
    .brand_promotion .image img {
        max-height: 120px;
    }
}

@media (min-width: 992px) {
    body>.container.wideContainer>.row.normal.brandReviewTop>.row .main {
        height: auto;
    }
}

/* --- Compare Table Block --- */
.compareTable {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(76, 175, 80, 0.10);
    border: 1px solid rgba(76, 175, 80, 0.12);
    margin: 32px 0;
    padding: 0;
    transition: box-shadow 0.3s;
    position: relative;
}

.compareTable .compareTable {
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.compareTable .header {
    display: none;
}

.compareTable .topCasinos_default {
    background: #fff;
    margin: 0;
    padding: 0;
    border-radius: 0 0 15px 15px;
}

.compareTable .topCasinos_default > li.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #fafafa;
    border-bottom: 1px solid rgba(76,175,80,0.08);
    transition: background 0.2s, box-shadow 0.2s;
    position: relative;
    padding: 0;
}

.compareTable .topCasinos_default > li.row > a {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 300px;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}

.compareTable .num {
    position: absolute;
    top: 2px;
    left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
    z-index: 1;
}

.compareTable .num .number {
    position: static;
    color: #fff !important;
    font-size: 13px;
}

.topCasinos_default li:first-child .num .number {
    font-size: 13px;
}

.compareTable .hot {
    display: none;
}

.topCasinos_default .visit,
.topCasinos_default .brand {
    width: auto;
}

.topCasinos_default .brand {
    padding-left: 15px;
    padding-right: 15px;
}

.compareTable .brand img {
    max-width: 110px;
    max-height: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.08);
    transition: transform 0.2s;
}

.compareTable .brand img:hover {
    transform: scale(1.05);
}

.compareTable .visit .btn {
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    color: #fff;
    border-radius: 25px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(255, 145, 0, 0.13);
    transition: background 0.2s, box-shadow 0.2s;
    border: none;
}

.compareTable .visit .btn:hover {
    background: linear-gradient(135deg, #ffca28 0%, #ff9100 100%);
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 145, 0, 0.18);
}

.compareTable .readMore {
    background: transparent;
    padding: 18px 0 18px 0;
    border: none;
    box-shadow: none;
}

.compareTable .readMore .rate {
    font-size: 14px;
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 8px;
}

.compareTable .readMore .review {
    color: #4caf50;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    transition: color 0.2s;
}

.compareTable .readMore .review:hover {
    color: #ff9100;
    text-decoration: underline;
}

.compareTable .readMore ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

.compareTable .readMore ul li {
    font-size: 13px;
    color: #1f333d;
    margin-bottom: 4px;
    line-height: 1.5;
}

.compareTable .readMore ul li:first-child span {
    color: #388e3c;
    font-weight: 700;
}

.compareTable .expandAdd {
    display: none !important;
}

.compareTable .addToCompare {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDRjYWY1IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xMiA0Yy0xLjEgMC0yIC45LTIgMnY4SDR2Mmg2djhoMnYtOGg2di0yaC04VjZjMC0xLjEtLjktMi0yLTJ6bTAgMmMxLjEgMCAyIC45IDIgMnY4aC00di04YzAtMS4xLjktMiAyLTJ6Ii8+PC9zdmc+') center/contain no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

.compareTable .addToCompare:hover {
    background-color: #e8f5e9;
    border-radius: 50%;
}

.compareTable .fa-chevron-down {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 2px;
}

@media (max-width: 991px) {
    .compareTable {
        border-radius: 10px;
    }
    .compareTable .topCasinos_default > li.row {
        flex-direction: column;
        padding: 0;
        border: none;
    }
    .compareTable .brand,
    .compareTable .visit,
    .compareTable .readMore {
        padding: 0;
        text-align: center;
    }
    .compareTable .num {
        margin: 12px auto 8px auto;
    }

    .compareTable .visit {
        width: 120px;
    }

    .compareTable .topCasinos_default > li.row > a {
        padding-top: 20px;
        padding-bottom: 20px;
        gap: 20px;
    }

    .compareTable .readMore {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .compareTable .readMore ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .compareTable .readMore .review {
        margin: 0;
    }

    .compareTable .readMore ul li {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .compareTable .readMore .rate {
        font-size: 12px;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .compareTable {
        border-radius: 7px;
        margin: 12px 0;
    }
    .compareTable .topCasinos_default > li.row {
        font-size: 12px;
    }
    .compareTable .brand {
        width: 100px;
    }
    .compareTable .brand img {
        max-height: 38px;
    }
    .compareTable .visit .btn {
        font-size: 13px;
        padding: 8px 12px;
    }
    .compareTable .readMore ul li {
        font-size: 11px;
    }
}

.row.combinations div {
    border-bottom: 1px solid #4caf50 !important;
}

.row.combinations div i {
    color: #4caf50 !important;
}

.author-block-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.author-block {
    display: flex;
    align-items: start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(76,175,80,0.10);
    border: 1px solid rgba(76,175,80,0.12);
    padding: 28px 32px;
    margin: 40px auto;
    gap: 32px;
    max-width: 900px;
    position: relative;
}

.author-avatar {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4caf50;
    box-shadow: 0 2px 8px rgba(76,175,80,0.15);
    background: #fafafa;
}

.author-expert-badge {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    padding: 3px 14px 3px 10px;
    box-shadow: 0 2px 8px rgba(255,145,0,0.15);
    display: flex;
    align-items: center;
    gap: 5px;
}

.author-expert-badge i {
    color: #fff700;
    margin-right: 4px;
    font-size: 14px;
}

.author-info {
    flex: 1;
}

.author-name {
    color: #2e7d32;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.author-role {
    color: #ff9100;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.author-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.author-rating .stars i {
    color: #ffd700;
    font-size: 16px;
    margin-right: 2px;
}

.author-rating .rating-score {
    color: #2e7d32;
    font-weight: 600;
    font-size: 15px;
}

.author-rating .reviews-count {
    color: #667075;
    font-size: 13px;
    opacity: 0.8;
}

.author-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 12px;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #1f333d;
}

.author-stats li {
    background: #f8fff9;
    border-radius: 8px;
    padding: 4px 12px;
    font-weight: 500;
    border: 1px solid #e0f2e9;
}

.author-desc {
    color: #1f333d;
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 1.5;
}

.author-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.author-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: #fff;
    font-size: 18px;
    transition: background 0.3s, transform 0.3s;
    text-decoration: none;
    border: 2px solid #fff;
    position: relative;
}

.author-social a:hover {
    background: #ff9100;
    color: #fff;
    transform: scale(1.08);
}

.author-contact-btn {
    background: linear-gradient(135deg, #ff9100 0%, #ffca28 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 18px;
    padding: 0 18px 0 10px;
    margin-left: 10px;
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: none;
    box-shadow: 0 2px 8px rgba(255,145,0,0.12);
    transition: background 0.3s, transform 0.3s;
}

.author-contact-btn i {
    font-size: 16px;
    margin-right: 3px;
}

.author-contact-btn:hover {
    background: linear-gradient(135deg, #ffca28 0%, #ff9100 100%);
    color: #fff !important;
    transform: scale(1.05);
    text-decoration: none;
}

@media (max-width: 600px) {
    .author-block {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 12px;
        gap: 18px;
        max-width: 100%;
    }
    .author-avatar {
        margin-bottom: 12px;
    }
    .author-avatar img {
        width: 72px;
        height: 72px;
    }
    .author-name {
        font-size: 18px;
    }
    .author-expert-badge {
        font-size: 11px;
        padding: 2px 10px 2px 7px;
        bottom: -14px;
    }
    .author-stats {
        gap: 8px;
        font-size: 12px;
    }
    .author-contact-btn {
        font-size: 13px;
        padding: 0 10px 0 7px;
        height: 32px;
    }
}