/* style/resources-tai88vin-game-strategy-guide.css */

.page-resources-tai88vin-game-strategy-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-tai88vin-game-strategy-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-tai88vin-game-strategy-guide__hero-section {
    background: linear-gradient(135deg, #003366 0%, #0a4f94 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-tai88vin-game-strategy-guide__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,gaming,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-tai88vin-game-strategy-guide__hero-section > .page-resources-tai88vin-game-strategy-guide__container {
    position: relative;
    z-index: 1;
}

.page-resources-tai88vin-game-strategy-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFCC00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-tai88vin-game-strategy-guide__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-resources-tai88vin-game-strategy-guide__hero-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-resources-tai88vin-game-strategy-guide__button {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.page-resources-tai88vin-game-strategy-guide__button--primary {
    background-color: #FFCC00;
    color: #003366;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.4);
}

.page-resources-tai88vin-game-strategy-guide__button--primary:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.6);
}

.page-resources-tai88vin-game-strategy-guide__button--secondary {
    background-color: transparent;
    color: #FFCC00;
    border: 2px solid #FFCC00;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-tai88vin-game-strategy-guide__button--secondary:hover {
    background-color: #FFCC00;
    color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.6);
}

.page-resources-tai88vin-game-strategy-guide__button--small {
    padding: 10px 20px;
    font-size: 0.95em;
    border-radius: 6px;
    background-color: #003366;
    color: #FFCC00;
    border: 1px solid #FFCC00;
}

.page-resources-tai88vin-game-strategy-guide__button--small:hover {
    background-color: #0a4f94;
    color: #fff;
    border-color: #fff;
}

.page-resources-tai88vin-game-strategy-guide__content-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.page-resources-tai88vin-game-strategy-guide__content-layout {
    display: flex;
    gap: 40px;
}

.page-resources-tai88vin-game-strategy-guide__main-article {
    flex: 3;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-tai88vin-game-strategy-guide__sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-resources-tai88vin-game-strategy-guide__sidebar-block {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-tai88vin-game-strategy-guide__section-title {
    font-size: 2.2em;
    color: #003366;
    margin-bottom: 25px;
    border-bottom: 3px solid #FFCC00;
    padding-bottom: 10px;
}

.page-resources-tai88vin-game-strategy-guide__sub-section-title {
    font-size: 1.8em;
    color: #0a4f94;
    margin-top: 35px;
    margin-bottom: 20px;
}

.page-resources-tai88vin-game-strategy-guide__main-article h4 {
    font-size: 1.4em;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-tai88vin-game-strategy-guide__main-article p {
    margin-bottom: 15px;
    color: #444;
}

.page-resources-tai88vin-game-strategy-guide__main-article ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-tai88vin-game-strategy-guide__main-article ul li {
    margin-bottom: 8px;
}

.page-resources-tai88vin-game-strategy-guide__link {
    color: #0a4f94;
    text-decoration: underline;
}

.page-resources-tai88vin-game-strategy-guide__link:hover {
    color: #FFCC00;
}

.page-resources-tai88vin-game-strategy-guide__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-tai88vin-game-strategy-guide__image--full-width {
    width: 100%;
}

.page-resources-tai88vin-game-strategy-guide__image--small {
    max-width: 100%;
    margin-bottom: 20px;
}

.page-resources-tai88vin-game-strategy-guide__sidebar-title {
    font-size: 1.6em;
    color: #003366;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFCC00;
    padding-bottom: 10px;
}

.page-resources-tai88vin-game-strategy-guide__game-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-resources-tai88vin-game-strategy-guide__game-list li {
    margin-bottom: 10px;
}

.page-resources-tai88vin-game-strategy-guide__game-list li a {
    color: #0a4f94;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s ease;
}

.page-resources-tai88vin-game-strategy-guide__game-list li a:hover {
    color: #FFCC00;
}

.page-resources-tai88vin-game-strategy-guide__button--sidebar {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #FFCC00;
    color: #003366;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-tai88vin-game-strategy-guide__button--sidebar:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

.page-resources-tai88vin-game-strategy-guide__final-cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-tai88vin-game-strategy-guide__content-layout {
        flex-direction: column;
    }

    .page-resources-tai88vin-game-strategy-guide__hero-title {
        font-size: 2.5em;
    }

    .page-resources-tai88vin-game-strategy-guide__hero-subtitle {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-resources-tai88vin-game-strategy-guide__hero-title {
        font-size: 2em;
    }

    .page-resources-tai88vin-game-strategy-guide__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-tai88vin-game-strategy-guide__button {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-tai88vin-game-strategy-guide__hero-cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-tai88vin-game-strategy-guide__section-title {
        font-size: 1.8em;
    }

    .page-resources-tai88vin-game-strategy-guide__sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-tai88vin-game-strategy-guide__main-article h4 {
        font-size: 1.2em;
    }

    .page-resources-tai88vin-game-strategy-guide__final-cta-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-tai88vin-game-strategy-guide__hero-title {
        font-size: 1.8em;
    }

    .page-resources-tai88vin-game-strategy-guide__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-tai88vin-game-strategy-guide__button {
        padding: 8px 15px;
        font-size: 0.9em;
    }

    .page-resources-tai88vin-game-strategy-guide__section-title {
        font-size: 1.5em;
    }

    .page-resources-tai88vin-game-strategy-guide__sub-section-title {
        font-size: 1.3em;
    }
}