
    /* Base styles for the page */
    .page-188betdangnhap {
        background-color: #000000; /* Black background */
        color: #ffffff; /* White text */
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        overflow-x: hidden;
    }

    .page-188betdangnhap a {
        color: #ffd700; /* Yellow for links */
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .page-188betdangnhap a:hover {
        color: #ffcc00;
        text-decoration: underline;
    }

    .page-188betdangnhap h1,
    .page-188betdangnhap h2,
    .page-188betdangnhap h3,
    .page-188betdangnhap h4,
    .page-188betdangnhap h5,
    .page-188betdangnhap h6 {
        color: #ffd700; /* Yellow for headings */
        margin-bottom: 1rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .page-188betdangnhap p {
        margin-bottom: 1rem;
    }

    .page-188betdangnhap strong {
        color: #ffd700; /* Yellow for strong text */
    }

    /* General container styling */
    .page-188betdangnhap__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        box-sizing: border-box;
    }

    /* Image responsive styling */
    .page-188betdangnhap img {
        max-width: 100%;
        height: auto;
        display: block; /* Remove extra space below images */
        object-fit: cover; /* Ensure images fill their space without distortion */
        border-radius: 8px; /* Slight roundness for images */
    }

    /* Image container styling */
    .page-188betdangnhap__image-wrapper {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    /* Mobile responsive for images */
    @media (max-width: 768px) {
        .page-188betdangnhap img {
            max-width: 100% !important;
            height: auto !important;
        }
        .page-188betdangnhap__image-wrapper {
            width: 100% !important;
            max-width: 100% !important;
        }
    }

    /* Button styling */
    .page-188betdangnhap__button {
        display: inline-block;
        background-color: #ffd700; /* Yellow button */
        color: #000000; /* Black text on button */
        padding: 15px 30px;
        border-radius: 5px;
        font-weight: bold;
        text-transform: uppercase;
        transition: background-color 0.3s ease, color 0.3s ease;
        border: none;
        cursor: pointer;
        font-size: 1rem;
    }

    .page-188betdangnhap__button:hover {
        background-color: #ffcc00; /* Slightly darker yellow on hover */
        color: #333333;
    }

    /* Section spacing */
    .page-188betdangnhap__section {
        padding: 60px 0;
        text-align: center;
    }

    @media (max-width: 768px) {
        .page-188betdangnhap__section {
            padding: 40px 0;
        }
    }

    /* Hero Section Specifics */
    .page-188betdangnhap__hero-section {
        padding-top: 150px; /* Desktop: Adjust to clear fixed header */
        position: relative;
        text-align: center;
        padding-bottom: 50px;
        background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)); /* Subtle gradient over black */
    }

    @media (max-width: 768px) {
        .page-188betdangnhap__hero-section {
            padding-top: 120px; /* Mobile: Adjust to clear fixed header */
            padding-bottom: 30px;
        }
        .page-188betdangnhap__hero-title {
            font-size: 1.8rem;
        }
        .page-188betdangnhap__hero-description {
            font-size: 0.9rem;
        }
        .page-188betdangnhap__button {
            padding: 12px 25px;
            font-size: 0.9rem;
        }
    }

    .page-188betdangnhap__hero-content {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .page-188betdangnhap__hero-title {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .page-188betdangnhap__hero-description {
        font-size: 1.1rem;
        margin-bottom: 2rem;
        color: #e0e0e0;
    }

    /* Info Card Section */
    .page-188betdangnhap__info-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
    }

    .page-188betdangnhap__info-card {
        background-color: #1a1a1a;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-188betdangnhap__info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
    }

    .page-188betdangnhap__info-card-icon {
        margin-bottom: 20px;
        display: flex; /* Use flex to center the image */
        justify-content: center;
        align-items: center;
        height: 200px; /* Enforce minimum height for the icon container */
    }

    .page-188betdangnhap__info-card-icon img {
        width: 200px; /* Enforce minimum 200px */
        height: 200px; /* Enforce minimum 200px */
        object-fit: contain; /* Keep aspect ratio */
        margin: 0 auto;
    }

    .page-188betdangnhap__info-card h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
        color: #ffd700;
    }

    .page-188betdangnhap__info-card p {
        font-size: 0.95rem;
        color: #cccccc;
    }

    /* Game Categories Section */
    .page-188betdangnhap__game-categories {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjusted for min image size */
        gap: 20px;
        margin-top: 40px;
    }

    .page-188betdangnhap__game-item {
        background-color: #1a1a1a;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
    }

    .page-188betdangnhap__game-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.6);
    }

    .page-188betdangnhap__game-item-image {
        height: 200px; /* Fixed height for consistent look, min 200px */
        width: 100%;
        object-fit: cover;
    }

    .page-188betdangnhap__game-item-title {
        padding: 15px 10px;
        font-size: 1.1rem;
        font-weight: bold;
        color: #ffd700;
        display: block; /* Ensure the whole title is clickable */
    }

    /* Game Providers Section */
    .page-188betdangnhap__providers-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Adjusted for min image size */
        gap: 20px;
        margin-top: 40px;
    }

    .page-188betdangnhap__provider-logo {
        background-color: #1a1a1a;
        padding: 15px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 200px; /* Consistent height for logos, min 200px */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .page-188betdangnhap__provider-logo:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    }

    .page-188betdangnhap__provider-logo img {
        max-width: 100%; /* Allow image to fill container */
        max-height: 100%; /* Allow image to fill container */
        object-fit: contain;
        margin: 0; /* Override default img margin */
        border-radius: 0; /* Override default img border-radius */
    }

    /* How-to Guide Section */
    .page-188betdangnhap__guide-steps {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
        text-align: left;
    }

    .page-188betdangnhap__guide-step {
        background-color: #1a1a1a;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .page-188betdangnhap__step-number {
        font-size: 2rem;
        font-weight: bold;
        color: #ffd700;
        flex-shrink: 0;
        width: 40px;
        text-align: center;
    }

    .page-188betdangnhap__step-content h3 {
        font-size: 1.3rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .page-188betdangnhap__step-content p {
        font-size: 1rem;
        color: #cccccc;
        margin-bottom: 0;
    }

    @media (max-width: 768px) {
        .page-188betdangnhap__guide-step {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        .page-188betdangnhap__step-number {
            margin-bottom: 10px;
        }
    }

    /* FAQ Section */
    .page-188betdangnhap__faq-list {
        margin-top: 40px;
        text-align: left;
    }

    .page-188betdangnhap__faq-item {
        background-color: #1a1a1a;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-188betdangnhap__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        cursor: pointer;
        user-select: none;
        background-color: #222222;
        transition: background-color 0.3s ease;
    }

    .page-188betdangnhap__faq-question:hover {
        background-color: #333333;
    }

    .page-188betdangnhap__faq-question h3 {
        margin: 0;
        font-size: 1.2rem;
        color: #ffd700;
        pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-188betdangnhap__faq-toggle {
        font-size: 1.8rem;
        font-weight: bold;
        color: #ffd700;
        transition: transform 0.3s ease;
        pointer-events: none; /* Prevent toggle icon from blocking click on parent */
    }

    .page-188betdangnhap__faq-item.active .page-188betdangnhap__faq-toggle {
        transform: rotate(45deg); /* Rotate '+' to 'x' or use '-' directly */
    }

    .page-188betdangnhap__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px; /* Initial padding for collapsed state */
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        font-size: 1rem;
        color: #cccccc;
    }

    .page-188betdangnhap__faq-item.active .page-188betdangnhap__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to accommodate content */
        padding: 20px !important; /* Final padding for expanded state */
        opacity: 1;
    }

    @media (max-width: 768px) {
        .page-188betdangnhap__faq-question h3 {
            font-size: 1rem;
        }
        .page-188betdangnhap__faq-toggle {
            font-size: 1.5rem;
        }
        .page-188betdangnhap__faq-answer {
            padding: 0 15px;
            font-size: 0.9rem;
        }
        .page-188betdangnhap__faq-item.active .page-188betdangnhap__faq-answer {
            padding: 15px !important;
        }
    }

    /* Last CTA */
    .page-188betdangnhap__cta-final {
        padding: 60px 20px;
        background-color: #111111;
        text-align: center;
        border-radius: 10px;
        margin-top: 60px;
    }

    .page-188betdangnhap__cta-final h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .page-188betdangnhap__cta-final p {
        font-size: 1.1rem;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    @media (max-width: 768px) {
        .page-188betdangnhap__cta-final {
            padding: 40px 15px;
            margin-top: 40px;
        }
        .page-188betdangnhap__cta-final h2 {
            font-size: 1.5rem;
        }
        .page-188betdangnhap__cta-final p {
            font-size: 0.95rem;
        }
    }

  