/* style/blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79.css */

/* General Styles */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Text Main */
    background-color: #0A0A0A; /* Body Background */
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__section-title {
    font-size: 2.5em;
    color: #F2C14E; /* Main brand color */
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79 a {
    color: #FFD36B; /* Accent brand color */
    text-decoration: none;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79 a:hover {
    text-decoration: underline;
}

/* Hero Section */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: #0A0A0A; /* Consistent with body */
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 16px;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #FFF6D6;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive H1 font size */
    color: #F2C14E;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    line-height: 1.5;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__btn-primary,
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
    color: #111111; /* Dark text for light button */
    border: none;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__btn-secondary {
    background-color: transparent;
    color: #F2C14E;
    border: 2px solid #F2C14E;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__btn-secondary:hover {
    background-color: #F2C14E;
    color: #111111;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__hero-side-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* Content Area */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__content-area {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #0A0A0A; /* Consistent with body */
}

/* Feature Grid (for types of sports betting) */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__feature-item {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    color: #FFF6D6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__feature-item:hover {
    transform: translateY(-5px);
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__feature-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__feature-title {
    font-size: 1.6em;
    color: #F2C14E;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__feature-description {
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
}

/* List Styles (for popular bet types) */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 60px;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__list-item {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 15px;
    color: #FFF6D6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__list-title {
    font-size: 1.4em;
    color: #FFD36B; /* Accent brand color */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__list-description {
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
}

/* Guide Section (for betting tips) */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__guide-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__guide-step {
    background-color: #111111; /* Card BG */
    border: 1px solid #3A2A12; /* Border */
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    color: #FFF6D6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__guide-step:hover {
    transform: translateY(-5px);
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__guide-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__guide-title {
    font-size: 1.6em;
    color: #F2C14E;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__guide-description {
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
}

/* Benefits List */
.page-blog-kham-pha-cac-loai-hinh-ca-cuoc-the-thao-tai-lc79__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}