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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'PT Sans', sans-serif;
    background-color: #323234;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

body.fixed {
    overflow: hidden;
}

.xk9m2pq4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.zf7j3bh8 {
    background-color: #000000;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.q2w8lp5n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.r9k4tp2x {
    display: flex;
    align-items: center;
    gap: 10px;
}

.r9k4tp2x img {
    height: 50px;
    width: auto;
}

.v3n7cm1q {
    display: flex;
    align-items: center;
    gap: 30px;
}

.v3n7cm1q a {
    color: #e0e0e0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
    font-size: 16px;
}

.v3n7cm1q a:hover {
    color: #00fbc8;
}

.g5p9xh3w {
    display: flex;
    gap: 15px;
    align-items: center;
}

.j8d2nv6k {
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
}

.t4m1xb9p {
    background-color: #00fbc8;
    color: #000000;
}

.t4m1xb9p:hover {
    background-color: #00e5b8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 251, 200, 0.4);
}

.w7h3qk5r {
    background-color: #ff2e09;
    color: #ffffff;
}

.w7h3qk5r:hover {
    background-color: #e62800;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 46, 9, 0.4);
}

.n2b8fm4x {
    background: none;
    color: #e0e0e0;
    padding: 8px 12px;
    font-size: 14px;
}

.y6t9lw3p {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    width: 30px;
    height: 25px;
}

.y6t9lw3p span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e0e0e0;
    transition: all 0.3s ease;
}

.y6t9lw3p.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.y6t9lw3p.active span:nth-child(2) {
    opacity: 0;
}

.y6t9lw3p.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.p1x5nk8m {
    position: relative;
    background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
    padding: 80px 0 60px;
    overflow: hidden;
}

.p1x5nk8m::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/banner-casino.png');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.l4b7wq9x {
    position: relative;
    z-index: 1;
}

.d8k3yp2m {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 16px;
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.s9f2kn6w {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.h3m7xt1q {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.h3m7xt1q img {
    width: 120px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
}

.c6w9lb4p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    color: #00fbc8;
}

.c6w9lb4p .stars {
    color: #ffd700;
    font-size: 28px;
}

.u5n2xw8k {
    flex: 1;
    min-width: 280px;
}

.u5n2xw8k h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #ffffff;
}

.m4t8qx3n {
    background: linear-gradient(135deg, #ff2e09 0%, #ff5722 100%);
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.z7q1pk5j {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.b3n9xm2t {
    background: rgba(50, 50, 52, 0.9);
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

.b3n9xm2t h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #00fbc8;
}

.rating-breakdown {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.rating-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-label {
    min-width: 80px;
    color: #ffd700;
}

.rating-bar {
    flex: 1;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.rating-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff2e09 0%, #00fbc8 100%);
    transition: width 0.5s ease;
}

.rating-count {
    min-width: 40px;
    text-align: right;
    color: #999;
    font-size: 14px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.info-item {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid #00fbc8;
}

.info-item strong {
    color: #00fbc8;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.info-item span {
    color: #e0e0e0;
    font-size: 15px;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.pros, .cons {
    background: rgba(0, 0, 0, 0.4);
    padding: 25px;
    border-radius: 12px;
}

.pros {
    border-left: 4px solid #00fbc8;
}

.cons {
    border-left: 4px solid #ff2e09;
}

.pros h4, .cons h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.pros h4 {
    color: #00fbc8;
}

.cons h4 {
    color: #ff2e09;
}

.pros ul, .cons ul {
    list-style: none;
}

.pros li, .cons li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.pros li::before {
    content: '+';
    position: absolute;
    left: 0;
    color: #00fbc8;
    font-weight: bold;
    font-size: 20px;
}

.cons li::before {
    content: '−';
    position: absolute;
    left: 0;
    color: #ff2e09;
    font-weight: bold;
    font-size: 20px;
}

.bonus-banner {
    background: linear-gradient(135deg, #ff2e09 0%, #ff5722 100%);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 4px 20px rgba(255, 46, 9, 0.3);
}

.bonus-banner h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #ffffff;
}

.bonus-banner p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}

.review-form-section {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
}

.review-form-section h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #00fbc8;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #e0e0e0;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #00fbc8;
    background: rgba(255, 255, 255, 0.08);
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

.rating-inputs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 15px;
}

.rating-input-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rating-input-item label {
    font-size: 14px;
    color: #999;
}

.rating-input-item select {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
    font-size: 16px;
}

.mb-reviews-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
}

.mb-review-card {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mb-review-card:hover {
    border-color: #00fbc8;
    box-shadow: 0 4px 20px rgba(0, 251, 200, 0.1);
}

.mb-review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.mb-review-author-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.mb-review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.mb-review-meta strong {
    display: block;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
}

.mb-review-country {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}

.mb-review-country img {
    width: 20px;
    height: 15px;
}

.mb-review-date {
    font-size: 14px;
    color: #999;
}

.mb-review-rating {
    text-align: right;
}

.mb-rating-display {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.mb-rating-value {
    font-size: 32px;
    font-weight: bold;
    color: #00fbc8;
}

.mb-stars {
    display: flex;
    gap: 3px;
}

.mb-star {
    font-size: 20px;
    color: #333;
}

.mb-star-filled {
    color: #ffd700;
}

.mb-rating-details-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e0e0e0;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
}

.mb-rating-details-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.mb-review-title {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
}

.mb-review-source {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.mb-review-source a {
    color: #00fbc8;
    text-decoration: none;
}

.mb-review-source a:hover {
    text-decoration: underline;
}

.mb-review-body {
    margin-bottom: 20px;
    position: relative;
}

.mb-review-text {
    color: #e0e0e0;
    line-height: 1.8;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mb-review-text.expanded {
    max-height: none;
}

.mb-review-expand {
    background: none;
    border: none;
    color: #00fbc8;
    cursor: pointer;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline;
}

.mb-review-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.mb-review-pros h5,
.mb-review-cons h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.mb-review-pros h5 {
    color: #00fbc8;
}

.mb-review-cons h5 {
    color: #ff2e09;
}

.mb-review-pros ul,
.mb-review-cons ul {
    list-style: none;
}

.mb-pro-item {
    padding: 5px 0;
    color: #00fbc8;
}

.mb-con-item {
    padding: 5px 0;
    color: #ff2e09;
}

.mb-review-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mb-review-votes {
    display: flex;
    gap: 10px;
}

.mb-vote-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e0e0e0;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.mb-vote-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mb-reply-btn {
    background: #00fbc8;
    border: none;
    color: #000000;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mb-reply-btn:hover {
    background: #00e5b8;
    transform: translateY(-2px);
}

.mb-reply-form {
    margin-top: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.mb-reply-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 10px;
}

.mb-reply-actions {
    display: flex;
    gap: 10px;
}

.mb-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mb-btn-primary {
    background: #00fbc8;
    color: #000000;
}

.mb-btn-primary:hover {
    background: #00e5b8;
}

.mb-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #e0e0e0;
}

.mb-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

.faq-section {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
}

.faq-section h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #00fbc8;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.faq-question:hover {
    color: #00fbc8;
}

.faq-question::after {
    content: '+';
    font-size: 24px;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #e0e0e0;
    line-height: 1.8;
}

.faq-answer.active {
    padding: 0 20px 20px;
    max-height: 500px;
}

.comparison-table {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
    overflow-x: auto;
}

.comparison-table h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #00fbc8;
}

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

.comparison-table th,
.comparison-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table th {
    background: rgba(0, 251, 200, 0.1);
    color: #00fbc8;
    font-weight: 600;
}

.comparison-table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

.comparison-table tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

.content-section {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-section h1 {
    font-size: 36px;
}

.content-section h2 {
    font-size: 28px;
}

.content-section h3 {
    font-size: 24px;
}

.content-section p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #e0e0e0;
}

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

.content-section li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #e0e0e0;
}

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

.content-section th,
.content-section td {
    padding: 12px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.content-section th {
    background: rgba(0, 251, 200, 0.1);
    color: #00fbc8;
    font-weight: 600;
}

.content-section a {
    color: #00fbc8;
    text-decoration: none;
}

.content-section a:hover {
    text-decoration: underline;
}

.author-section {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 30px;
    margin: 40px 0;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    border-left: 4px solid #00fbc8;
}

.author-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info h4 {
    font-size: 24px;
    color: #00fbc8;
    margin-bottom: 10px;
}

.author-info p {
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 15px;
}

.author-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.author-links a {
    color: #00fbc8;
    text-decoration: none;
    font-size: 14px;
}

.author-links a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #000000;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    color: #00fbc8;
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #e0e0e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #00fbc8;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #999;
    font-size: 14px;
}

.fixed-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ff2e09 0%, #ff5722 100%);
    padding: 15px;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.fixed-widget p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.fixed-widget a {
    background: #00fbc8;
    color: #000000;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.fixed-widget a:hover {
    background: #00e5b8;
    transform: scale(1.05);
}

.success-message {
    background: rgba(0, 251, 200, 0.1);
    border: 1px solid #00fbc8;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    color: #00fbc8;
    text-align: center;
    display: none;
}

.success-message.show {
    display: block;
    animation: slideDown 0.3s ease;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 1s ease;
}

@media (max-width: 768px) {
    .q2w8lp5n {
        justify-content: space-between;
    }

    .v3n7cm1q {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background: #000000;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    }

    .v3n7cm1q.active {
        display: flex;
    }

    .y6t9lw3p {
        display: flex;
    }

    .g5p9xh3w {
        flex-wrap: wrap;
    }

    .j8d2nv6k {
        font-size: 14px;
        padding: 10px 18px;
    }

    .s9f2kn6w {
        flex-direction: column;
    }

    .pros-cons {
        grid-template-columns: 1fr;
    }

    .mb-review-header {
        flex-direction: column;
    }

    .mb-review-rating {
        text-align: left;
    }

    .mb-review-pros-cons {
        grid-template-columns: 1fr;
    }

    .author-section {
        flex-direction: column;
        text-align: center;
    }

    .author-image {
        margin: 0 auto;
    }

    .footer-content {
        flex-direction: column;
    }

    .fixed-widget {
        flex-direction: column;
        gap: 10px;
        padding: 12px;
    }

    .fixed-widget p {
        font-size: 14px;
    }
}

.yoast-breadcrumb {
    display: none;
}

.elementor-widget {
    display: none;
}

.wp-block-gallery {
    display: none;
}

.container.msbfg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container.msbfg {
    background: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .22));
    border: 1px solid rgba(0, 251, 200, .14);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 18px 56px rgba(0, 0, 0, .55);
    backdrop-filter: blur(10px);
}

.container.msbfg p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .92);
    line-height: 1.85;
    font-size: 16px;
}

.container.msbfg h2 {
    margin: 28px 0 14px;
    font-size: 28px;
    line-height: 1.18;
    color: #00fbc8;
    letter-spacing: .2px;
}

.container.msbfg h3 {
    margin: 22px 0 12px;
    font-size: 20px;
    line-height: 1.25;
    color: rgba(255, 255, 255, .96);
}

.container.msbfg h4 {
    margin: 18px 0 10px;
    font-size: 16px;
    line-height: 1.25;
    color: rgba(255, 255, 255, .9);
    opacity: .95;
}

.container.msbfg ul,
.container.msbfg ol {
    margin: 0 0 18px;
    padding-left: 22px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.8;
}

.container.msbfg li {
    margin: 0 0 10px;
}

.container.msbfg ul li::marker,
.container.msbfg ol li::marker {
    color: rgba(0, 251, 200, .9);
}

.container.msbfg a {
    color: #00fbc8;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 251, 200, .35);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
    word-break: break-word;
}

.container.msbfg a:hover {
    color: #00d4a8;
    border-bottom-color: rgba(0, 212, 168, .65);
    background: rgba(0, 251, 200, .08);
    box-shadow: 0 0 0 6px rgba(0, 251, 200, .05);
    border-radius: 10px;
}

.container.msbfg a[target="_blank"] {
    position: relative;
}

.container.msbfg a[target="_blank"]::after {
    content: "↗";
    margin-left: 6px;
    font-size: .9em;
    opacity: .7;
}

.container.msbfg blockquote {
    margin: 18px 0;
    padding: 14px 16px;
    background: rgba(0, 0, 0, .22);
    border-left: 4px solid #ff2e09;
    border-radius: 12px;
    color: rgba(255, 255, 255, .9);
}

.container.msbfg blockquote p {
    margin: 0;
}

.container.msbfg table {
    width: 100%;
    margin: 18px 0 22px;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(0, 0, 0, .22);
    border: 1px solid rgba(0, 251, 200, .12);
    border-radius: 12px;
    overflow: hidden;
}

.container.msbfg th,
.container.msbfg td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 251, 200, .10);
    border-right: 1px solid rgba(0, 251, 200, .07);
}

.container.msbfg th:last-child,
.container.msbfg td:last-child {
    border-right: none;
}

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

.container.msbfg th {
    background: rgba(0, 251, 200, .10);
    color: rgba(255, 255, 255, .98);
    font-weight: 700;
}

.container.msbfg td {
    color: rgba(255, 255, 255, .9);
}

.container.msbfg :is(p,ul,ol,blockquote,table):last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .container.msbfg {
        padding: 26px;
    }

    .container.msbfg h2 {
        font-size: 26px;
    }
}

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

    .container.msbfg p {
        font-size: 15px;
        line-height: 1.78;
    }

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

    .container.msbfg h3 {
        font-size: 18px;
    }

    .container.msbfg h4 {
        font-size: 15px;
    }

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

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

    .container.msbfg th,
    .container.msbfg td {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .container.msbfg {
        padding: 18px 14px;
        border-radius: 12px;
    }

    .container.msbfg h2 {
        font-size: 20px;
    }

    .container.msbfg a:hover {
        box-shadow: 0 0 0 4px rgba(0, 251, 200, .06);
    }
}