/* Biến màu sắc */
:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --text-main: #1F2D3D;
    --text-dark: #000000;
    --background-light: #F4F7FB;
    --card-bg: #FFFFFF;
    --border-color: #D6E2FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    --glow-color: #A5C4FF;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main);
    background-color: var(--background-light);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* HERO Section */
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-section {
    position: relative;
    padding-top: 10px; /* Fixed header spacing */
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--primary-color);
    color: #ffffff;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-content-area {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__intro-text {
    font-size: 1.15rem;
    margin-bottom: 30px;
    color: #f0f0f0;
}

/* General Section Styles */
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__content-section {
    padding: 60px 0;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__light-bg {
    background-color: var(--background-light);
    color: var(--text-main);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__background-pattern {
    background-color: var(--card-bg);
    background-image: linear-gradient(45deg, rgba(var(--primary-color), 0.05) 25%, transparent 25%, transparent 75%, rgba(var(--primary-color), 0.05) 75%, rgba(var(--primary-color), 0.05) 100%), linear-gradient(45deg, rgba(var(--primary-color), 0.05) 25%, transparent 25%, transparent 75%, rgba(var(--primary-color), 0.05) 75%, rgba(var(--primary-color), 0.05) 100%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    color: var(--text-main);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__dark-text {
    color: var(--text-main);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: var(--primary-color);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__sub-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__paragraph {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-primary,
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 5px 15px rgba(var(--primary-color), 0.3);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(var(--primary-color), 0.4);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-secondary {
    background-color: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: var(--primary-color);
    color: #ffffff;
}

/* Conclusion Section */
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__conclusion-section {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__conclusion-section .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__section-title {
    color: #ffffff;
}

.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__conclusion-section .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__paragraph {
    color: #f0f0f0;
}

/* FAQ Section */
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-section {
    padding: 60px 0;
    background-color: var(--background-light);
}

details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
}
details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item summary.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main);
}
details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item summary.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item summary.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: var(--text-main);
}

/* Global image styles */
.page-blog-meo-choi-ca-cuoc-the-thao-ibet888 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-image {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__container {
        padding: 0 15px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-section {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-image-wrapper {
        max-height: 400px;
        margin-bottom: 20px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__hero-image {
        object-fit: contain !important;
        aspect-ratio: unset !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__intro-text {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__cta-group {
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-primary,
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__btn-secondary {
        font-size: 1rem;
        padding: 12px 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__content-section {
        padding: 40px 0;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem);
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__sub-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__paragraph {
        font-size: 0.95rem;
    }

    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__image-full-width {
        margin: 20px 0;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Ensure all content containers are responsive */
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__content-area,
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__text-block,
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__card,
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__section,
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__box,
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__conclusion-section {
      max-width: 100% !important;
      width: 100% !important;
      box-sizing: border-box !important;
      padding-left: 15px;
      padding-right: 15px;
    }

    /* FAQ mobile */
    details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item summary.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-question { padding: 15px; }
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-qtext { font-size: 15px; }
    details.page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-item .page-blog-meo-choi-ca-cuoc-the-thao-ibet888__faq-answer { padding: 0 15px 15px; }

    /* General image responsiveness */
    .page-blog-meo-choi-ca-cuoc-the-thao-ibet888 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}