/* Base styles for the page */
.page-blog-chien-thuat-dat-cuoc-thong-minh {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Text Main */
    background-color: #F5F7FA; /* Background */
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

/* Hero Section */
.page-blog-chien-thuat-dat-cuoc-thong-minh__hero-section {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* Small top padding */
    padding-bottom: 40px;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button gradient as hero background */
    color: #ffffff;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Make it subtle */
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Ensure wrapping for multiple buttons */
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__btn-primary,
.page-blog-chien-thuat-dat-cuoc-thong-minh__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Ensure padding is included in width */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__btn-primary:hover {
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__btn-secondary {
    background: #ffffff;
    color: #E53935;
    border: 2px solid #E53935;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__btn-secondary:hover {
    background: #f0f0f0;
    color: #FF5A4F;
    border-color: #FF5A4F;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* General Section Styling */
.page-blog-chien-thuat-dat-cuoc-thong-minh__section {
    padding: 60px 0;
    background-color: #F5F7FA; /* Default background */
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__section:nth-of-type(even) {
    background-color: #ffffff; /* Alternate background for readability */
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__introduction,
.page-blog-chien-thuat-dat-cuoc-thong-minh__winbet-platform {
    background-color: #F5F7FA;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #E53935;
    text-align: center;
    margin-bottom: 40px;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__sub-title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    font-weight: 600;
    color: #FF5A4F;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333333;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
    color: #333333;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh ul li {
    margin-bottom: 8px;
    font-size: 1rem;
}

.page-blog-chien-thuat-dat-cuoc-thong-minh img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.page-blog-chien-thuat-dat-cuoc-thong-minh__cta-buttons--centered {
    margin-top: 40px;
}

/* FAQ Section Styling (details element) */
details.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-item {
  margin-bottom: 15px;
  border-radius: 8px; /* Slightly larger border-radius */
  border: 1px solid #E0E0E0; /* Border color */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); /* Subtle shadow */
}
details.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-item summary.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none; /* Hide default marker */
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #333333; /* Text Main */
}
details.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-item summary.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-question::-webkit-details-marker {
  display: none; /* Hide Chrome's default marker */
}
details.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-item summary.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-question:hover {
  background: #f9f9f9;
  color: #E53935; /* Hover color */
}
.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-qtext {
  flex: 1;
  font-size: 1.1rem; /* Slightly larger font */
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53935; /* Main color for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
  transition: transform 0.3s ease;
}
details.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-item[open] .page-blog-chien-thuat-dat-cuoc-thong-minh__faq-toggle {
    transform: rotate(45deg); /* Rotate for 'x' effect */
    color: #FF5A4F;
}
details.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-item .page-blog-chien-thuat-dat-cuoc-thong-minh__faq-answer {
  padding: 0 20px 20px;
  background: #F5F7FA; /* Background for answer */
  border-radius: 0 0 8px 8px;
  color: #333333;
  font-size: 0.95rem;
}
.page-blog-chien-thuat-dat-cuoc-thong-minh__faq-answer p {
    margin-bottom: 0; /* Remove extra margin for last p in answer */
}


/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-content {
        padding: 40px 15px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__main-title {
        font-size: 3rem;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-description {
        font-size: 1.1rem;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__section-title {
        font-size: 2.2rem;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__sub-title {
        font-size: 1.6rem;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__btn-primary,
    .page-blog-chien-thuat-dat-cuoc-thong-minh__btn-secondary {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 849px) {
    /* HERO 主图区域: 移动 object-fit:contain !important; aspect-ratio:unset; 禁止 cover 裁切两侧 */
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-image img {
        object-fit: contain !important; /* Prevents cropping */
        aspect-ratio: unset !important; /* Allow natural aspect ratio */
        position: relative; /* Adjust position for contain */
        height: auto !important; /* Auto height to respect aspect ratio */
        width: 100% !important;
        opacity: 0.5; /* Slightly more visible */
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-section {
        padding-bottom: 20px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-content {
        padding: 20px 15px;
    }
}


@media (max-width: 768px) {
    .page-blog-chien-thuat-dat-cuoc-thong-minh__container,
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-content,
    .page-blog-chien-thuat-dat-cuoc-thong-minh__section,
    .page-blog-chien-thuat-dat-cuoc-thong-minh__card {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* HERO 主图区域 */
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-section {
        padding-top: 10px; /* Force small top padding */
        padding-bottom: 30px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__main-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
    }

    /* Buttons responsive */
    .page-blog-chien-thuat-dat-cuoc-thong-minh__btn-primary,
    .page-blog-chien-thuat-dat-cuoc-thong-minh__btn-secondary,
    .page-blog-chien-thuat-dat-cuoc-thong-minh a[class*="button"],
    .page-blog-chien-thuat-dat-cuoc-thong-minh a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px; /* Ensure padding is consistent */
        padding-right: 15px;
    }

    /* General Section & Text */
    .page-blog-chien-thuat-dat-cuoc-thong-minh__section {
        padding: 40px 0;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh__sub-title {
        font-size: 1.2rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh p,
    .page-blog-chien-thuat-dat-cuoc-thong-minh ul li {
        font-size: 0.95rem;
    }
    .page-blog-chien-thuat-dat-cuoc-thong-minh ul {
        margin-left: 15px;
    }}