* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #211e1c;
    color: #e8e6e3;
    line-height: 1.6;
    overflow-x: hidden;
}

.zq47-body-wrapper {
    min-height: 100vh;
}

.we58-site-container {
    width: 100%;
}

.wp-embed-responsive {
}

.elementor-kit-1 {
}

.entry-content {
}

.post-content {
}

.rt69-header-main {
    background-color: #312d2b;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.yu70-header-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.xjk92-header-container {
    display: grid;
    grid-template-columns: 200px 1fr auto auto auto;
    align-items: center;
    gap: 30px;
}

.qwe45-logo-wrapper {
    display: flex;
}

.zxc78-logo-link {
    display: block;
}

.mnb23-logo-img {
    height: 50px;
    width: auto;
}

.poi67-nav-menu {
    display: flex;
    justify-content: center;
}

.lkj89-menu-list {
    display: flex;
    list-style: none;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.asd12-menu-item {
    display: inline-block;
}

.fgh34-menu-link {
    color: #d7cec5;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 15px;
}

.fgh34-menu-link:hover {
    color: #d5812d;
}

.vbn56-online-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(213, 129, 45, 0.2);
    padding: 8px 15px;
    border-radius: 20px;
}

.tyu90-counter-icon {
    font-size: 12px;
}

.uio43-counter-text {
    color: #d7cec5;
    font-size: 14px;
    font-weight: 600;
}

.hjk76-counter-num {
    color: #d5812d;
}

.rty65-header-buttons {
    display: flex;
    gap: 12px;
}

.wer87-btn {
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.wer87-btn-login {
    background-color: #d7cec5;
    color: #312d2b;
}

.wer87-btn-login:hover {
    background-color: #c4bbb2;
    transform: translateY(-2px);
}

.wer87-btn-signup {
    background-color: #d5812d;
    color: #fff;
}

.wer87-btn-signup:hover {
    background-color: #c17326;
    transform: translateY(-2px);
}

.xcv21-burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.bnm98-burger-line {
    width: 28px;
    height: 3px;
    background-color: #d7cec5;
    transition: 0.3s;
    border-radius: 2px;
}

.xcv21-burger-menu.active .bnm98-burger-line:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.xcv21-burger-menu.active .bnm98-burger-line:nth-child(2) {
    opacity: 0;
}

.xcv21-burger-menu.active .bnm98-burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.qaz13-mobile-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #312d2b;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.qaz13-mobile-menu.active {
    display: block;
}

.wsx24-mobile-header {
    margin-bottom: 20px;
}

.edc35-mobile-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.rfv46-mobile-btn {
    flex: 1;
    text-align: center;
}

.tgb57-mobile-nav {
    margin-top: 20px;
}

.yhn68-mobile-list {
    list-style: none;
    padding: 0;
}

.ujm79-mobile-item {
    border-bottom: 1px solid rgba(215, 206, 197, 0.2);
}

.ik80-mobile-link {
    display: block;
    padding: 15px 10px;
    color: #d7cec5;
    text-decoration: none;
    font-weight: 500;
}

.ik80-mobile-link:hover {
    color: #d5812d;
}

.ui81-hero-section {
    position: relative;
    min-height: 500px;
    margin-bottom: 40px;
}

.op92-hero-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.pa03-hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.sd14-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(49, 45, 43, 0.85), rgba(213, 129, 45, 0.5));
    display: flex;
    align-items: center;
    justify-content: center;
}

.fg25-hero-content {
    text-align: center;
    padding: 20px;
    max-width: 800px;
}

.gh36-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hj47-hero-subtitle {
    font-size: 24px;
    color: #d7cec5;
    margin-bottom: 30px;
    font-weight: 500;
}

.jk58-hero-btn {
    display: inline-block;
    padding: 18px 50px;
    background-color: #d5812d;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 129, 45, 0.4);
}

.jk58-hero-btn:hover {
    background-color: #c17326;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(213, 129, 45, 0.6);
}

.kl69-main-content {
    padding: 40px 0;
}

.zm70-content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.cv92-section-container {
    margin-bottom: 60px;
}

.bn03-section-heading {
    font-size: 36px;
    font-weight: 700;
    color: #d5812d;
    text-align: center;
    margin-bottom: 40px;
}

.xn81-jackpots-section {
    background: linear-gradient(135deg, #2a2725, #312d2b);
    padding: 50px 20px;
    border-radius: 15px;
    margin: 20px;
}

.mm14-jackpots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.ll25-jackpot-card {
    background: rgba(215, 206, 197, 0.05);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid rgba(213, 129, 45, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ll25-jackpot-card:hover {
    transform: translateY(-5px);
    border-color: #d5812d;
}

.kk36-jackpot-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.jj47-jackpot-name {
    font-size: 24px;
    font-weight: 600;
    color: #d7cec5;
    margin-bottom: 15px;
}

.hh58-jackpot-amount {
    font-size: 32px;
    font-weight: 800;
    color: #d5812d;
    margin: 0;
}

.gg69-screenshots-section {
    padding: 20px;
}

.ff70-screenshots-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.ee81-slider-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.dd92-screenshot-item {
    background: rgba(215, 206, 197, 0.05);
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid rgba(213, 129, 45, 0.2);
    transition: transform 0.3s ease;
}

.dd92-screenshot-item:hover {
    transform: scale(1.05);
    border-color: #d5812d;
}

.cc03-screenshot-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.bb14-screenshot-caption {
    padding: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #d7cec5;
    background: rgba(49, 45, 43, 0.8);
}

.aa25-slider-prev,
.zz36-slider-next {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(213, 129, 45, 0.9);
    color: #fff;
    border: none;
    font-size: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.aa25-slider-prev:hover,
.zz36-slider-next:hover {
    background: #d5812d;
}

.aa25-slider-prev {
    left: -25px;
}

.zz36-slider-next {
    right: -25px;
}

.yy47-winners-section {
    padding: 20px;
}

.xx58-winners-table-wrapper {
    overflow-x: auto;
    background: rgba(215, 206, 197, 0.05);
    border-radius: 12px;
    padding: 20px;
}

.ww69-winners-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.vv70-table-header {
    background: rgba(213, 129, 45, 0.3);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid rgba(213, 129, 45, 0.5);
}

.ww69-winners-table tbody tr {
    border-bottom: 1px solid rgba(215, 206, 197, 0.1);
    transition: background 0.3s ease;
}

.ww69-winners-table tbody tr:hover {
    background: rgba(213, 129, 45, 0.1);
}

.ww69-winners-table td {
    padding: 15px;
    color: #d7cec5;
    border: 1px solid rgba(215, 206, 197, 0.1);
}

.uu81-bonuses-section {
    padding: 20px;
}

.tt92-bonuses-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.ss03-bonuses-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rr14-bonus-card {
    background: linear-gradient(135deg, #2a2725, #312d2b);
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid rgba(213, 129, 45, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.rr14-bonus-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(213, 129, 45, 0.3);
    border-color: #d5812d;
}

.qq25-bonus-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #d5812d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
}

.pp36-bonus-title {
    font-size: 28px;
    font-weight: 700;
    color: #d5812d;
    margin: 30px 0 15px;
}

.oo47-bonus-desc {
    color: #d7cec5;
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}

.nn58-bonus-btn {
    display: inline-block;
    padding: 12px 35px;
    background-color: #d5812d;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nn58-bonus-btn:hover {
    background-color: #c17326;
    transform: scale(1.05);
}

.mm69-bonus-prev,
.ll70-bonus-next {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(213, 129, 45, 0.9);
    color: #fff;
    border: none;
    font-size: 32px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.mm69-bonus-prev:hover,
.ll70-bonus-next:hover {
    background: #d5812d;
}

.mm69-bonus-prev {
    left: -25px;
}

.ll70-bonus-next {
    right: -25px;
}

.kk81-slot-game-section {
    padding: 50px 20px;
    background: linear-gradient(135deg, rgba(213, 129, 45, 0.1), rgba(49, 45, 43, 0.3));
    margin: 20px;
    border-radius: 15px;
}

.jj92-slot-machine {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(49, 45, 43, 0.8);
    padding: 50px 30px;
    border-radius: 20px;
    border: 3px solid #d5812d;
}

.ii03-slot-reels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.hh14-reel {
    background: #1a1816;
    border-radius: 12px;
    padding: 30px;
    border: 2px solid rgba(213, 129, 45, 0.5);
}

.gg25-reel-symbol {
    font-size: 80px;
    text-align: center;
}

.ff36-spin-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #d5812d, #c17326);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(213, 129, 45, 0.4);
}

.ff36-spin-btn:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(213, 129, 45, 0.6);
}

.ff36-spin-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.ee47-slot-result {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #d5812d;
    min-height: 80px;
    padding: 15px;
    background: rgba(213, 129, 45, 0.1);
    border-radius: 8px;
}

.dd58-content-section {
    padding: 20px;
}

.cc69-content-block {
    background: rgba(215, 206, 197, 0.05);
    padding: 40px;
    border-radius: 12px;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
}

.cc69-content-block h2,
.cc69-content-block h3 {
    color: #d5812d;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cc69-content-block p {
    color: #d7cec5;
    margin-bottom: 20px;
}

.cc69-content-block ul,
.cc69-content-block ol {
    color: #d7cec5;
    margin: 15px 0;
    padding-left: 30px;
}

.cc69-content-block li {
    margin-bottom: 10px;
}

.cc69-content-block table {
    width: 100%;
    margin: 25px auto;
    border-collapse: collapse;
}

.cc69-content-block table th {
    background: rgba(213, 129, 45, 0.3);
    color: #fff;
    padding: 15px;
    text-align: left;
    font-weight: 700;
    border: 2px solid rgba(213, 129, 45, 0.5);
}

.cc69-content-block table td {
    padding: 15px;
    border: 1px solid rgba(215, 206, 197, 0.1);
    color: #d7cec5;
}

.cc69-content-block table tr:hover {
    background: rgba(213, 129, 45, 0.1);
}

.bb70-faq-section {
    padding: 20px;
}

.aa81-faq-accordion {
    max-width: 1000px;
    margin: 0 auto;
}

.zx92-faq-item {
    background: rgba(215, 206, 197, 0.05);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(213, 129, 45, 0.2);
}

.yx03-faq-question {
    width: 100%;
    padding: 20px 25px;
    background: transparent;
    border: none;
    color: #d7cec5;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.yx03-faq-question:hover {
    background: rgba(213, 129, 45, 0.1);
}

.xw14-faq-icon {
    font-size: 28px;
    color: #d5812d;
    transition: transform 0.3s ease;
}

.zx92-faq-item.active .xw14-faq-icon {
    transform: rotate(45deg);
}

.wv25-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.zx92-faq-item.active .wv25-faq-answer {
    max-height: 500px;
}

.wv25-faq-answer p {
    padding: 0 25px 20px;
    color: #d7cec5;
    line-height: 1.7;
    margin: 0;
}


.ol91-footer-wrapper {
    background-color: #312d2b;
    padding: 50px 0 30px;
    margin-top: 60px;
}

.pl02-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.mk13-footer-top {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 50px;
    margin-bottom: 40px;
    align-items: center;
}

.nj24-footer-logo {
    display: flex;
}

.bh35-footer-logo-img {
    height: 50px;
    width: auto;
}

.vg46-footer-nav {
    display: flex;
    justify-content: center;
}

.cf57-footer-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    flex-wrap: wrap;
}

.dx68-footer-item {
    display: inline-block;
}

.sz79-footer-link {
    color: #d7cec5;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sz79-footer-link:hover {
    color: #d5812d;
}

.aq80-footer-middle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    padding: 40px 0;
    border-top: 1px solid rgba(215, 206, 197, 0.2);
    border-bottom: 1px solid rgba(215, 206, 197, 0.2);
}

.ed02-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #d5812d;
    margin-bottom: 20px;
}

.rf13-payment-logos,
.uj46-provider-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tg24-payment-logo,
.ki57-provider-logo {
    height: 40px;
    width: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.tg24-payment-logo:hover,
.ki57-provider-logo:hover {
    opacity: 1;
}

.lo68-footer-bottom {
    text-align: center;
    color: #d7cec5;
}

.az79-legal-info p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.6;
}

.sx80-copyright {
    font-weight: 600;
}

.dc91-license {
    color: #d5812d;
}

.fv02-disclaimer {
    font-size: 13px;
    opacity: 0.8;
}

.gb13-host {
    font-size: 12px;
    opacity: 0.7;
}

.hn24-author-info {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(215, 206, 197, 0.2);
}

.jm35-author {
    font-size: 14px;
    margin: 5px 0;
}

.kl46-author-link {
    color: #d5812d;
    text-decoration: none;
}

.kl46-author-link:hover {
    text-decoration: underline;
}

.lp57-author-desc {
    font-size: 13px;
    opacity: 0.8;
    margin: 5px 0;
}

.vu36-fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #d5812d, #c17326);
    padding: 15px 20px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.ut47-widget-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ts58-widget-text {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.sr69-widget-btn {
    padding: 12px 40px;
    background-color: #fff;
    color: #d5812d;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.sr69-widget-btn:hover {
    background-color: #f5f5f5;
    transform: scale(1.05);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ll25-jackpot-card,
.dd92-screenshot-item,
.rr14-bonus-card {
    animation: fadeIn 0.6s ease forwards;
}

.unused-class-1 {
    display: none;
}

.unused-class-2 {
    visibility: hidden;
}

.qw12er34ty56 {
    margin: 0;
}

.ui90op78ik67 {
    padding: 0;
}

.zx45cv67bn89 {
    border: none;
}


.container.madj {
    --madj-bg: rgba(49, 45, 43, 0.55);
    --madj-bg2: rgba(61, 56, 53, 0.55);
    --madj-border: rgba(215, 206, 197, 0.16);
    --madj-text: #f5f5f5;
    --madj-muted: rgba(245, 245, 245, 0.78);
    --madj-accent: #d5812d;
    --madj-accent2: #f39c3f;
    --madj-link: #f0d1a5;
    --madj-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);

    margin: 24px auto;
    padding: clamp(16px, 3vw, 28px);
    background: linear-gradient(180deg, rgba(49, 45, 43, 0.55), rgba(33, 30, 28, 0.18));
    border: 1px solid var(--madj-border);
    border-radius: 16px;
    box-shadow: var(--madj-shadow);
    color: var(--madj-text);
    font-size: clamp(15px, 0.95vw + 12px, 18px);
    line-height: 1.75;
    letter-spacing: 0.1px;
    overflow-wrap: anywhere;
}

.container.madj > *:first-child {
    margin-top: 0;
}

.container.madj > *:last-child {
    margin-bottom: 0;
}

.container.madj p {
    margin: 0 0 14px;
    color: var(--madj-muted);
}

.container.madj h1,
.container.madj h2,
.container.madj h3,
.container.madj h4 {
    margin: 26px 0 12px;
    color: var(--madj-text);
    letter-spacing: 0.2px;
}

.container.madj h1 {
    font-size: clamp(26px, 2.2vw + 18px, 44px);
    line-height: 1.18;
}

.container.madj h2 {
    font-size: clamp(20px, 1.2vw + 16px, 30px);
    line-height: 1.25;
    padding-top: 10px;
    border-top: 1px solid var(--madj-border);
}

.container.madj h3 {
    font-size: clamp(18px, 0.9vw + 15px, 24px);
    line-height: 1.28;
}

.container.madj h2:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.container.madj a {
    color: var(--madj-link);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease, opacity 0.2s ease, text-decoration-color 0.2s ease;
    word-break: break-word;
}

.container.madj a:hover {
    color: var(--madj-accent2);
}

.container.madj a:focus-visible {
    outline: 2px solid rgba(213, 129, 45, 0.6);
    outline-offset: 3px;
    border-radius: 10px;
}

.container.madj ul,
.container.madj ol {
    margin: 14px 0 18px;
    padding-left: 22px;
    color: var(--madj-muted);
}

.container.madj li {
    margin: 8px 0;
}

.container.madj ul li::marker {
    color: rgba(213, 129, 45, 0.85);
}

.container.madj ol li::marker {
    color: rgba(213, 129, 45, 0.95);
    font-weight: 800;
}

.container.madj hr {
    border: 0;
    border-top: 1px solid var(--madj-border);
    margin: 22px 0;
}

.container.madj blockquote {
    margin: 18px 0;
    padding: 14px 16px;
    background: var(--madj-bg2);
    border: 1px solid var(--madj-border);
    border-left: 4px solid rgba(213, 129, 45, 0.85);
    border-radius: 12px;
    color: rgba(245, 245, 245, 0.88);
}

.container.madj code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.95em;
    padding: 0.12em 0.35em;
    border: 1px solid rgba(215, 206, 197, 0.2);
    background: rgba(33, 30, 28, 0.65);
    border-radius: 8px;
    color: rgba(240, 209, 165, 0.95);
}

.container.madj pre {
    margin: 16px 0 20px;
    padding: 14px 16px;
    background: rgba(33, 30, 28, 0.7);
    border: 1px solid var(--madj-border);
    border-radius: 14px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.container.madj pre code {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    color: var(--madj-text);
}

.container.madj table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 18px 0 22px;
    border: 1px solid var(--madj-border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(33, 30, 28, 0.22);
}

.container.madj th,
.container.madj td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--madj-border);
    border-right: 1px solid var(--madj-border);
    text-align: left;
    vertical-align: top;
}

.container.madj tr:last-child td {
    border-bottom: 0;
}

.container.madj th:last-child,
.container.madj td:last-child {
    border-right: 0;
}

.container.madj th {
    background: rgba(213, 129, 45, 0.18);
    color: rgba(213, 129, 45, 0.95);
    font-weight: 800;
    letter-spacing: 0.3px;
}

.container.madj tr:nth-child(even) td {
    background: rgba(49, 45, 43, 0.32);
}

.container.madj img,
.container.madj video,
.container.madj iframe {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.container.madj iframe {
    width: 100%;
}

.container.madj .madj-card {
    background: var(--madj-bg);
    border: 1px solid var(--madj-border);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.container.madj .madj-cta {
    margin: 18px 0 22px;
    padding: 16px 16px;
    border-radius: 14px;
    border: 1px solid rgba(213, 129, 45, 0.28);
    background: linear-gradient(135deg, rgba(213, 129, 45, 0.22), rgba(243, 156, 63, 0.14));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.container.madj .madj-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--madj-accent), var(--madj-accent2));
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 24px rgba(213, 129, 45, 0.28);
    white-space: nowrap;
}

.container.madj .madj-cta a:hover {
    opacity: 0.95;
}

@media (max-width: 1024px) {
    .container.madj {
        margin: 18px auto;
        border-radius: 14px;
    }

    .container.madj h2 {
        margin-top: 22px;
    }
}

@media (max-width: 768px) {
    .container.madj {
        padding: 16px;
        border-radius: 14px;
    }

    .container.madj p {
        margin-bottom: 12px;
    }

    .container.madj ul,
    .container.madj ol {
        padding-left: 18px;
    }

    .container.madj table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .container.madj th,
    .container.madj td {
        padding: 10px 12px;
        white-space: nowrap;
    }

    .container.madj .madj-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: left;
    }

    .container.madj .madj-cta a {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .container.madj {
        padding: 14px;
    }

    .container.madj h1 {
        letter-spacing: 0;
    }

    .container.madj h2 {
        padding-top: 8px;
    }
}
