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

body {
    font-family: 'Manrope', sans-serif;
    background-color: #110d0e;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

.x9k4m-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.k8v3p-header {
    background: linear-gradient(135deg, #450b17 0%, #5a0e1f 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.d5j2m-header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.l9n4r-logo-block {
    flex-shrink: 0;
}

.p6t8w-logo img {
    max-height: 45px;
    width: auto;
}

.n4b7k-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

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

.m3v9p-menu li a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.m3v9p-menu li a:hover {
    color: #c7051d;
}

.f7w2q-online-count {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

.y8k3n-icon {
    font-size: 12px;
}

.b5m9r-count {
    font-weight: 700;
    color: #c7051d;
}

.t2p6v-label {
    font-size: 14px;
}

.h9d4s-auth-buttons {
    display: flex;
    gap: 10px;
}

.w6j3m-btn, .q2v7n-btn {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.x5k8p-btn-login {
    background-color: #e0e0e0;
    color: #110d0e;
}

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

.c9p4t-btn-signup {
    background-color: #c7051d;
    color: #fff;
}

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

.r8n5k-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.r8n5k-burger span {
    width: 30px;
    height: 3px;
    background: #e0e0e0;
    transition: all 0.3s ease;
}

.s4j9m-mobile-menu {
    display: none;
    background: #450b17;
    padding: 20px 0;
}

.v7p3n-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.v7p3n-mobile-nav ul li {
    padding: 10px 0;
}

.v7p3n-mobile-nav ul li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 18px;
}


.g3n8k-hero-section {
    position: relative;
    margin-bottom: 40px;
}

.k5v2p-hero-slider {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.m9j4w-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.m9j4w-slide.j7k3m-active {
    opacity: 1;
}

.p2n6v-slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    filter: brightness(0.6);
}

.t8r4q-slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 20px;
}

.w5k9n-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.b3m7s-subtitle {
    font-size: 24px;
    color: #e0e0e0;
    margin-bottom: 30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.v6p2k-cta-btn {
    background: linear-gradient(135deg, #c7051d 0%, #e00720 100%);
    color: #fff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(199, 5, 29, 0.4);
}

.v6p2k-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(199, 5, 29, 0.6);
}

.n7w3k-slider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.k9m2p-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(224, 224, 224, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.k9m2p-dot.j7k3m-active {
    background: #c7051d;
    transform: scale(1.3);
}

.r4n8m-breadcrumbs {
    padding: 15px 0;
    background: rgba(69, 11, 23, 0.2);
}

.s7k3p-breadcrumb-list {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.v2m9w-breadcrumb-item a {
    color: #e0e0e0;
    text-decoration: none;
}

.v2m9w-breadcrumb-item::after {
    content: '›';
    margin-left: 10px;
    color: #c7051d;
}

.v2m9w-breadcrumb-item:last-child::after {
    content: '';
}

.t6n4k-active {
    color: #c7051d;
}

.r5v8t-container {
    flex: 1;
    padding: 20px 0;
}

.m8f4k-main {
    padding: 20px 0;
}

.c2n7p-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.h4j9s {
    font-size: 42px;
    font-weight: 800;
    color: #e0e0e0;
    margin-bottom: 30px;
    text-align: center;
}

.w3v7m-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #e0e0e0;
    margin: 40px 0 25px;
    text-align: center;
}

.p8k4n-casino-info {
    margin: 40px 0;
}

.k9r2n-table-wrap {
    overflow-x: auto;
    background: rgba(69, 11, 23, 0.2);
    border-radius: 15px;
    padding: 20px;
}

.b5m8t-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.b5m8t-info-table tr {
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

.b5m8t-info-table tr:hover {
    background: rgba(255, 255, 255, 0.1);
}

.v4k7p-param {
    font-weight: 600;
    color: #e0e0e0;
    padding: 15px 20px;
    border-right: 2px solid #c7051d;
    width: 30%;
}

.n3w9m-value {
    padding: 15px 20px;
    color: #b8b8b8;
}

.t9k5m-winners-section {
    margin: 50px 0;
}

.p4n8r-winners-wrap {
    background: rgba(69, 11, 23, 0.2);
    border-radius: 15px;
    padding: 30px;
}

.m7v3k-winners-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
}

.k2p9w-winner-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.k2p9w-winner-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.n5j8t-rank {
    font-weight: 700;
    color: #c7051d;
    font-size: 20px;
    min-width: 30px;
}

.r6k3m-nickname {
    flex: 1;
    font-weight: 500;
}

.v9n4p-amount {
    font-weight: 700;
    color: #4caf50;
}

.v8n4k-app-section {
    margin: 50px 0;
}

.m5k9p-app-content {
    background: rgba(69, 11, 23, 0.2);
    border-radius: 15px;
    padding: 40px;
}

.k7n2w-app-table-wrap {
    overflow-x: auto;
}

.p4m9t-app-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.p4m9t-app-table tr {
    background: rgba(255, 255, 255, 0.05);
}

.w9k5m-download-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.t6n3p-download-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.r8p4n-download-btn {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.b7k2m-appstore {
    background: linear-gradient(135deg, #000 0%, #333 100%);
    color: #fff;
}

.k5n9m-playmarket {
    background: linear-gradient(135deg, #01875f 0%, #00c76f 100%);
    color: #fff;
}

.t3w7p-apk {
    background: linear-gradient(135deg, #c7051d 0%, #e00720 100%);
    color: #fff;
}

.r8p4n-download-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.n9v3k-icon {
    font-size: 32px;
}

.m4k7w-text {
    display: flex;
    flex-direction: column;
}

.p2n6t-small {
    font-size: 12px;
    opacity: 0.8;
}

.v8k3m-big {
    font-size: 18px;
    font-weight: 700;
}

.k9p5m-bonuses-section {
    margin: 50px 0;
}

.n7k4w-bonuses-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.m8v3p-bonus-card {
    background: linear-gradient(135deg, rgba(69, 11, 23, 0.4) 0%, rgba(90, 14, 31, 0.4) 100%);
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.m8v3p-bonus-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(199, 5, 29, 0.4);
}

.p5k9n-bonus-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #c7051d;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.t7m2w-bonus-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.k3n8v-bonus-amount {
    font-size: 48px;
    font-weight: 800;
    color: #c7051d;
    margin: 20px 0;
}

.w9k5m-bonus-desc {
    margin-bottom: 20px;
    line-height: 1.6;
}

.r6p4n-bonus-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.r6p4n-bonus-features li {
    padding: 8px 0;
    color: #b8b8b8;
}

.v2k7m-bonus-btn {
    display: block;
    text-align: center;
    background: #c7051d;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.v2k7m-bonus-btn:hover {
    background: #e00720;
}

.w5n8k-wheel-section {
    margin: 50px 0;
    padding: 50px 0;
    background: rgba(69, 11, 23, 0.1);
}

.p9k4m-wheel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.t7n3w-wheel-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.k6m9p-wheel-canvas {
    max-width: 100%;
    height: auto;
}

.v3k7n-spin-btn {
    background: linear-gradient(135deg, #c7051d 0%, #e00720 100%);
    color: #fff;
    border: none;
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(199, 5, 29, 0.4);
}

.v3k7n-spin-btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(199, 5, 29, 0.6);
}

.v3k7n-spin-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.m4w8k-wheel-result {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.n7p2v-result-content {
    background: linear-gradient(135deg, #450b17 0%, #5a0e1f 100%);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
}

.k9m5t-result-title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.w6k3n-result-text {
    font-size: 20px;
    margin-bottom: 30px;
    color: #b8b8b8;
}

.v8p4k-claim-btn {
    display: inline-block;
    background: #c7051d;
    color: #fff;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.v8p4k-claim-btn:hover {
    background: #e00720;
}

.t5n9m-close-btn {
    background: transparent;
    border: 2px solid #e0e0e0;
    color: #e0e0e0;
    padding: 10px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.t5n9m-close-btn:hover {
    background: #e0e0e0;
    color: #110d0e;
}

.k8n4v-author-section {
    margin: 50px 0;
}

.m9p5k-author-card {
    background: rgba(69, 11, 23, 0.2);
    border-radius: 15px;
    padding: 40px;
}

.t6w9n-author-photo {
    border-radius: 50%;
    border: 5px solid #c7051d;
    max-width: 200px;
    height: auto;
}

.v4k8p-author-name {
    font-size: 28px;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.n7m3w-author-bio {
    margin-bottom: 20px;
    line-height: 1.8;
}

.k9p6m-author-social {
    margin-top: 20px;
}

.w5k2n-social-link {
    display: inline-block;
    background: #0077b5;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.3s ease;
}

.w5k2n-social-link:hover {
    background: #006399;
    transform: translateY(-2px);
}

.p7k4n-footer {
    background: linear-gradient(135deg, #450b17 0%, #5a0e1f 100%);
    padding: 50px 0 20px;
    margin-top: 50px;
}

.k5p9m-footer-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #e0e0e0;
}

.w8n4k-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w8n4k-footer-menu li {
    padding: 5px 0;
}

.w8n4k-footer-menu li a {
    color: #b8b8b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.w8n4k-footer-menu li a:hover {
    color: #c7051d;
}

.n7m3p-payment-logos,
.v9k2w-provider-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.r4n7k-footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(224, 224, 224, 0.2);
    text-align: center;
}

.m8k5p-license-info {
    margin-bottom: 20px;
}

.t6w3n-copyright {
    color: #b8b8b8;
    font-size: 14px;
}

.k9m2v-legal-notice {
    color: #c7051d;
    font-weight: 600;
    margin-top: 10px;
}

.w5n8k-disclaimer {
    font-size: 12px;
    margin-top: 5px;
}

.k7n4m-fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #c7051d 0%, #e00720 100%);
    padding: 15px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
    z-index: 999;
    animation: slideUp 0.5s ease;
}

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

.p9v6k-widget-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.w3k9n-widget-btn {
    background: #fff;
    color: #c7051d;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.w3k9n-widget-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.t6b3m-text-content {
    margin: 40px 0;
    padding: 30px;
    background: rgba(69, 11, 23, 0.1);
    border-radius: 15px;
    line-height: 1.8;
}

.t6b3m-text-content h2 {
    font-size: 32px;
    margin: 30px 0 20px;
    color: #e0e0e0;
}

.t6b3m-text-content h3 {
    font-size: 26px;
    margin: 25px 0 15px;
    color: #e0e0e0;
}

.t6b3m-text-content h4 {
    font-size: 22px;
    margin: 20px 0 12px;
    color: #e0e0e0;
}

.t6b3m-text-content p {
    margin: 15px 0;
    color: #b8b8b8;
}

.t6b3m-text-content ul,
.t6b3m-text-content ol {
    margin: 15px 0;
    padding-left: 30px;
}

.t6b3m-text-content li {
    margin: 8px 0;
    color: #b8b8b8;
}

.t6b3m-text-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.t6b3m-text-content table th,
.t6b3m-text-content table td {
    padding: 12px 15px;
    border: 1px solid rgba(224, 224, 224, 0.2);
    text-align: left;
}

.t6b3m-text-content table th {
    background: rgba(199, 5, 29, 0.3);
    font-weight: 700;
    color: #e0e0e0;
}

.t6b3m-text-content table td {
    color: #b8b8b8;
}

.t6b3m-text-content a {
    color: #c7051d;
    text-decoration: underline;
}

.t6b3m-text-content a:hover {
    color: #e00720;
}

.t6b3m-text-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.t6b3m-text-content blockquote {
    border-left: 4px solid #c7051d;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #b8b8b8;
}

@media (max-width: 992px) {
    .n4b7k-nav {
        display: none;
    }

    .r8n5k-burger {
        display: flex;
    }

    .s4j9m-mobile-menu.j7k3m-active {
        display: block;
    }

    .w5k9n-title {
        font-size: 32px;
    }

    .b3m7s-subtitle {
        font-size: 18px;
    }

    .n7k4w-bonuses-slider {
        overflow-x: auto;
        display: flex;
        scroll-snap-type: x mandatory;
    }

    .m8v3p-bonus-card {
        min-width: 300px;
        scroll-snap-align: start;
    }
}

@media (max-width: 768px) {
    .d5j2m-header-wrap {
        gap: 10px;
    }

    .f7w2q-online-count {
        order: 3;
        width: 100%;
        justify-content: center;
    }

    .k5v2p-hero-slider {
        height: 400px;
    }

    .h4j9s {
        font-size: 32px;
    }

    .w3v7m-section-title {
        font-size: 28px;
    }

    .m7v3k-winners-list {
        grid-template-columns: 1fr;
    }

    .m9p5k-author-card {
        padding: 20px;
    }

    .p9v6k-widget-content {
        flex-direction: column;
        gap: 10px;
    }

    .t5m8w-widget-text {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .h9d4s-auth-buttons {
        gap: 5px;
    }

    .w6j3m-btn, .q2v7n-btn {
        padding: 8px 15px;
        font-size: 14px;
    }

    .w5k9n-title {
        font-size: 24px;
    }

    .b3m7s-subtitle {
        font-size: 16px;
    }

    .v6p2k-cta-btn {
        padding: 12px 25px;
        font-size: 16px;
    }

    .k6m9p-wheel-canvas {
        width: 300px !important;
        height: 300px !important;
    }

    .n7p2v-result-content {
        padding: 30px 20px;
        margin: 20px;
    }
}

.z8m4k-unused1 {
    display: none;
}

.x5n9p-unused2 {
    visibility: hidden;
}

.q7w3m-unused3 {
    opacity: 0;
}

.v2k6n-unused4 {
    position: absolute;
    left: -9999px;
}

.t9p5k-unused5 {
    clip: rect(0, 0, 0, 0);
}

:root {
    --mbsr-bg: #110d0e;
    --mbsr-card: #171213;
    --mbsr-card2: #1f1718;
    --mbsr-txt: #e9e9ea;
    --mbsr-muted: #b8b8bb;
    --mbsr-red: #c7051d;
    --mbsr-red2: #e00720;
    --mbsr-gold: #ffd700;
    --mbsr-br: 16px;
    --mbsr-shadow: 0 18px 60px rgba(0, 0, 0, .55);
    --mbsr-shadow2: 0 10px 26px rgba(199, 5, 29, .22);
}

.container.mbsr {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 18px 60px;
    color: var(--mbsr-txt);
}

.container.mbsr > p:first-of-type {
    margin: 0 0 18px;
    padding: 18px 18px;
    background: linear-gradient(135deg, rgba(199, 5, 29, .14), rgba(255, 255, 255, .03));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--mbsr-br);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.container.mbsr h1,
.container.mbsr h2,
.container.mbsr h3 {
    color: var(--mbsr-txt);
    line-height: 1.2;
}

.container.mbsr h1 {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: .2px;
    margin: 8px 0 18px;
    text-align: center;
}

.container.mbsr h2 {
    font-size: 28px;
    font-weight: 850;
    margin: 28px 0 14px;
    padding: 0 0 12px;
    position: relative;
}

.container.mbsr h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mbsr-red), var(--mbsr-red2));
    box-shadow: 0 10px 22px rgba(199, 5, 29, .25);
}

.container.mbsr h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 18px 0 10px;
}

.container.mbsr p {
    margin: 0 0 14px;
    color: rgba(233, 233, 234, .9);
}

.container.mbsr a {
    color: var(--mbsr-red2);
    text-decoration: none;
    border-bottom: 1px solid rgba(224, 7, 32, .35);
    padding-bottom: 1px;
}

.container.mbsr a:hover {
    color: #ff2a45;
    border-bottom-color: rgba(255, 42, 69, .6);
}

.container.mbsr ul,
.container.mbsr ol {
    margin: 0 0 16px;
    padding-left: 22px;
    color: rgba(233, 233, 234, .9);
}

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

.container.mbsr ul li::marker,
.container.mbsr ol li::marker {
    color: var(--mbsr-red2);
    font-weight: 800;
}

.container.mbsr strong {
    color: #fff;
}

.container.mbsr table {
    width: 100%;
    margin: 16px 0 22px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: var(--mbsr-shadow);
}

.container.mbsr th,
.container.mbsr td {
    padding: 14px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.container.mbsr tr:last-child td {
    border-bottom: none;
}

.container.mbsr th {
    background: linear-gradient(135deg, rgba(199, 5, 29, .26), rgba(255, 255, 255, .04));
    color: #fff;
    font-weight: 850;
}

.container.mbsr td {
    color: rgba(233, 233, 234, .88);
}

.container.mbsr blockquote {
    margin: 18px 0;
    padding: 16px 16px 16px 18px;
    border-left: 4px solid var(--mbsr-red);
    background: rgba(255, 255, 255, .03);
    border-radius: 14px;
    color: rgba(233, 233, 234, .9);
}

.container.mbsr hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, .10);
    margin: 22px 0;
}

.container.mbsr img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .45);
}

@media (max-width: 992px) {
    .container.mbsr {
        padding: 22px 14px 52px
    }

    .container.mbsr h1 {
        font-size: 34px
    }

    .container.mbsr h2 {
        font-size: 24px
    }

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

@media (max-width: 768px) {
    .container.mbsr h1 {
        font-size: 28px
    }

    .container.mbsr h2 {
        font-size: 22px
    }

    .container.mbsr h2:after {
        width: 72px
    }

    .container.mbsr p {
        font-size: 15px
    }

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

    .container.mbsr th, .container.mbsr td {
        padding: 12px 12px;
        font-size: 14px;
        white-space: nowrap
    }

    .container.mbsr > p:first-of-type {
        padding: 16px 14px
    }
}

@media (max-width: 520px) {
    .container.mbsr {
        padding: 18px 12px 46px
    }

    .container.mbsr h1 {
        font-size: 24px
    }

    .container.mbsr h2 {
        font-size: 20px;
        margin: 22px 0 12px
    }

    .container.mbsr h3 {
        font-size: 18px
    }

    .container.mbsr p {
        font-size: 14px
    }

    .container.mbsr > p:first-of-type {
        border-radius: 14px
    }
}
