
    /* CSS styles for page-resources-f88bet-after-work-casual-gaming-vietnam */
    .page-resources-f88bet-after-work-casual-gaming-vietnam {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #333;
        line-height: 1.6;
        background-color: #f9f9f9;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__hero-section {
        background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
        color: #fff;
        padding: 10px 20px 60px; /* Adjusted padding-top for fixed header */
        text-align: center;
        border-radius: 10px 10px 0 0;
        margin-bottom: 30px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__hero-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        font-weight: 700;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__hero-subtitle {
        font-size: 1.3em;
        max-width: 800px;
        margin: 0 auto;
        opacity: 0.9;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__section {
        padding: 30px 0;
        border-bottom: 1px solid #eee;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__section:last-of-type {
        border-bottom: none;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__section-title {
        font-size: 2em;
        color: #2c3e50;
        margin-bottom: 25px;
        text-align: center;
        position: relative;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__section-title::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background-color: #fdbb2d;
        border-radius: 2px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__content-block {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__image-wrapper {
        text-align: center;
        margin: 30px 0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__image {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__list {
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__list-item {
        background-color: #fefefe;
        border: 1px solid #ddd;
        border-left: 5px solid #fdbb2d;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box; /* Ensure padding and border are included in width */
        word-wrap: break-word; /* Ensure long text breaks */
        overflow-wrap: break-word; /* Ensure long text breaks */
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__list-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__button-group {
        text-align: center;
        margin-top: 40px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__button {
        background-color: #e74c3c;
        color: #fff;
        padding: 15px 30px;
        border: none;
        border-radius: 5px;
        font-size: 1.1em;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-decoration: none; /* For <a> tag used as button */
        display: inline-block;
        margin: 10px;
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__button:hover {
        background-color: #c0392b;
        transform: translateY(-2px);
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__promotion-ad {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #fdbb2d;
        color: #1a2a6c;
        padding: 15px 25px;
        border-radius: 10px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        display: flex;
        align-items: center;
        gap: 10px;
        animation: page-resources-f88bet-after-work-casual-gaming-vietnam__pulse 2s infinite;
        text-decoration: none; /* For <a> tag */
        font-weight: bold;
        font-size: 1.1em;
        white-space: nowrap; /* Prevent text from wrapping too early */
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__promotion-ad:hover {
        background-color: #e6a700;
    }

    @keyframes page-resources-f88bet-after-work-casual-gaming-vietnam__pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    .page-resources-f88bet-after-work-casual-gaming-vietnam__highlight {
        font-weight: bold;
        color: #e74c3c;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .page-resources-f88bet-after-work-casual-gaming-vietnam__container {
            padding: 10px;
            margin: 0 5px;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__hero-section {
            padding-top: 10px !important; /* Mobile padding-top for fixed header */
            padding-bottom: 40px;
            margin-bottom: 20px;
            border-radius: 0;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__hero-title {
            font-size: 2em;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__hero-subtitle {
            font-size: 1em;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__section-title {
            font-size: 1.6em;
            margin-bottom: 20px;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__list {
            grid-template-columns: 1fr; /* Single column on mobile */
            gap: 15px;
            padding: 0 !important; /* Remove default ul padding */
            margin: 15px 0 !important;
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__list-item {
            padding: 15px;
            width: 100% !important; /* Force full width */
            max-width: 100% !important; /* Force full width */
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            word-break: break-word !important; /* Ensure long words break */
        }
        
        .page-resources-f88bet-after-work-casual-gaming-vietnam__image-wrapper {
            margin: 20px 0;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__button {
            padding: 12px 20px;
            font-size: 1em;
            width: calc(100% - 20px); /* Adjust for padding/margin */
            margin: 5px auto;
        }

        .page-resources-f88bet-after-work-casual-gaming-vietnam__promotion-ad {
            bottom: 10px;
            right: 10px;
            padding: 10px 15px;
            font-size: 0.9em;
            gap: 5px;
            white-space: normal; /* Allow text to wrap on mobile */
            text-align: center;
            flex-direction: column;
        }
    }
  