/* Base styles for the specific page */
.page-blog-tk66-live-apk-sports-betting-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F3F8FF; /* Main text color for dark body background */
    background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-tk66-live-apk-sports-betting-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-tk66-live-apk-sports-betting-guide__section-title {
    font-size: clamp(24px, 4vw, 36px);
    color: #F3F8FF;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-tk66-live-apk-sports-betting-guide__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #F2C14E, #4FA8FF);
    border-radius: 2px;
}

/* Hero Section */
.page-blog-tk66-live-apk-sports-betting-guide__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    padding-top: 10px; /* Small top padding as body handles header offset */
    padding-bottom: 50px;
    box-sizing: border-box;
}

.page-blog-tk66-live-apk-sports-betting-guide__hero-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-blog-tk66-live-apk-sports-betting-guide__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-blog-tk66-live-apk-sports-betting-guide__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #F3F8FF;
    max-width: 900px;
    padding: 20px;
    background: rgba(8, 22, 43, 0.7); /* Deep Navy with transparency */
    border-radius: 10px;
    margin-top: auto; /* Push content to bottom when image is above */
}

.page-blog-tk66-live-apk-sports-betting-guide__main-title {
    font-size: clamp(32px, 5vw, 56px);
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #F3F8FF;
}

.page-blog-tk66-live-apk-sports-betting-guide__description {
    font-size: clamp(16px, 2vw, 20px);
    margin-bottom: 30px;
    color: #AFC4E8;
}

.page-blog-tk66-live-apk-sports-betting-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-tk66-live-apk-sports-betting-guide__btn-primary,
.page-blog-tk66-live-apk-sports-betting-guide__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-tk66-live-apk-sports-betting-guide__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #ffffff;
    border: none;
}

.page-blog-tk66-live-apk-sports-betting-guide__btn-primary:hover {
    background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-tk66-live-apk-sports-betting-guide__btn-secondary {
    background: #10233F;
    color: #F3F8FF;
    border: 2px solid #244D84;
}

.page-blog-tk66-live-apk-sports-betting-guide__btn-secondary:hover {
    background: #244D84;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Introduction Section */
.page-blog-tk66-live-apk-sports-betting-guide__introduction-section,
.page-blog-tk66-live-apk-sports-betting-guide__features-section,
.page-blog-tk66-live-apk-sports-betting-guide__guide-section,
.page-blog-tk66-live-apk-sports-betting-guide__types-section,
.page-blog-tk66-live-apk-sports-betting-guide__tips-section,
.page-blog-tk66-live-apk-sports-betting-guide__advantages-section,
.page-blog-tk66-live-apk-sports-betting-guide__faq-section,
.page-blog-tk66-live-apk-sports-betting-guide__cta-section {
    padding: 60px 0;
}

.page-blog-tk66-live-apk-sports-betting-guide__introduction-section p,
.page-blog-tk66-live-apk-sports-betting-guide__tips-section p,
.page-blog-tk66-live-apk-sports-betting-guide__advantages-section p,
.page-blog-tk66-live-apk-sports-betting-guide__cta-section p {
    font-size: 17px;
    color: #AFC4E8;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-tk66-live-apk-sports-betting-guide__introduction-section img,
.page-blog-tk66-live-apk-sports-betting-guide__tips-content img,
.page-blog-tk66-live-apk-sports-betting-guide__advantages-section img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Features Section */
.page-blog-tk66-live-apk-sports-betting-guide__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-tk66-live-apk-sports-betting-guide__feature-card {
    background-color: #10233F; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-tk66-live-apk-sports-betting-guide__feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-tk66-live-apk-sports-betting-guide__feature-title {
    font-size: 22px;
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-tk66-live-apk-sports-betting-guide__feature-card p {
    font-size: 16px;
    color: #AFC4E8;
    line-height: 1.6;
}

/* Guide Section */
.page-blog-tk66-live-apk-sports-betting-guide__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.page-blog-tk66-live-apk-sports-betting-guide__step-item {
    background-color: #10233F; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-left: 5px solid #1D5FD1;
}

.page-blog-tk66-live-apk-sports-betting-guide__step-title {
    font-size: 24px;
    color: #4FA8FF; /* Glow */
    margin-bottom: 15px;
    font-weight: 700;
}

.page-blog-tk66-live-apk-sports-betting-guide__step-item p {
    font-size: 16px;
    color: #AFC4E8;
    line-height: 1.6;
}

.page-blog-tk66-live-apk-sports-betting-guide__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* Types Section */
.page-blog-tk66-live-apk-sports-betting-guide__bet-types-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 25px;
}

.page-blog-tk66-live-apk-sports-betting-guide__bet-types-list li {
    background-color: #10233F; /* Card BG */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-right: 5px solid #F2C14E;
}

.page-blog-tk66-live-apk-sports-betting-guide__bet-types-list li h3 {
    font-size: 22px;
    color: #F3F8FF;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-tk66-live-apk-sports-betting-guide__bet-types-list li p {
    font-size: 16px;
    color: #AFC4E8;
    line-height: 1.6;
}

/* Tips Section */
.page-blog-tk66-live-apk-sports-betting-guide__tips-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 30px;
}

.page-blog-tk66-live-apk-sports-betting-guide__tips-content img {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-tk66-live-apk-sports-betting-guide__tips-list {
    flex: 1;
    list-style: none;
    padding: 0;
}

.page-blog-tk66-live-apk-sports-betting-guide__tips-list li {
    background-color: #10233F; /* Card BG */
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 4px solid #4FA8FF;
    color: #AFC4E8;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.page-blog-tk66-live-apk-sports-betting-guide__tips-list li strong {
    color: #F3F8FF;
    font-weight: 700;
}

/* Advantages Section */
.page-blog-tk66-live-apk-sports-betting-guide__advantages-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.page-blog-tk66-live-apk-sports-betting-guide__advantages-list li {
    background-color: #10233F; /* Card BG */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid #1D5FD1;
    color: #AFC4E8;
    font-size: 16px;
    line-height: 1.6;
}

.page-blog-tk66-live-apk-sports-betting-guide__advantages-list li strong {
    color: #F3F8FF;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

/* FAQ Section */
details.page-blog-tk66-live-apk-sports-betting-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #244D84; /* Border color */
  overflow: hidden;
  background: #10233F; /* Card BG */
}
details.page-blog-tk66-live-apk-sports-betting-guide__faq-item summary.page-blog-tk66-live-apk-sports-betting-guide__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;
}
details.page-blog-tk66-live-apk-sports-betting-guide__faq-item summary.page-blog-tk66-live-apk-sports-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-tk66-live-apk-sports-betting-guide__faq-item summary.page-blog-tk66-live-apk-sports-betting-guide__faq-question:hover {
  background: #1B3357; /* Divider color for hover */
}
.page-blog-tk66-live-apk-sports-betting-guide__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F3F8FF; /* Main text color */
}
.page-blog-tk66-live-apk-sports-betting-guide__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #4FA8FF; /* Glow color for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-tk66-live-apk-sports-betting-guide__faq-item .page-blog-tk66-live-apk-sports-betting-guide__faq-answer {
  padding: 0 20px 20px;
  background: #08162B; /* Deep Navy */
  border-radius: 0 0 5px 5px;
  color: #AFC4E8;
  font-size: 16px;
}

/* Call to Action Section */
.page-blog-tk66-live-apk-sports-betting-guide__cta-section {
    background-color: #113B7A;
    padding: 80px 0;
    text-align: center;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-tk66-live-apk-sports-betting-guide__cta-section .page-blog-tk66-live-apk-sports-betting-guide__section-title {
    color: #F3F8FF;
    margin-bottom: 20px;
}

.page-blog-tk66-live-apk-sports-betting-guide__cta-section .page-blog-tk66-live-apk-sports-betting-guide__section-title::after {
    background: linear-gradient(90deg, #F2C14E, #F3F8FF);
}

.page-blog-tk66-live-apk-sports-betting-guide__cta-section p {
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 18px;
    color: #AFC4E8;
}

/* Keyword highlighting */
.page-blog-tk66-live-apk-sports-betting-guide .highlight-keyword {
    color: #F2C14E; /* Gold */
    font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-tk66-live-apk-sports-betting-guide__container {
        padding: 15px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__hero-content {
        padding: 15px;
        max-width: 700px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__main-title {
        font-size: clamp(28px, 4.5vw, 48px);
    }

    .page-blog-tk66-live-apk-sports-betting-guide__description {
        font-size: clamp(15px, 1.8vw, 18px);
    }

    .page-blog-tk66-live-apk-sports-betting-guide__btn-primary,
    .page-blog-tk66-live-apk-sports-betting-guide__btn-secondary {
        padding: 12px 25px;
        font-size: 16px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__features-grid,
    .page-blog-tk66-live-apk-sports-betting-guide__guide-steps,
    .page-blog-tk66-live-apk-sports-betting-guide__bet-types-list,
    .page-blog-tk66-live-apk-sports-betting-guide__advantages-list {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__tips-content {
        flex-direction: column;
        align-items: center;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__tips-content img {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__section-title {
        font-size: clamp(22px, 3.5vw, 32px);
    }

    .page-blog-tk66-live-apk-sports-betting-guide__faq-qtext {
        font-size: 17px;
    }
}

@media (max-width: 849px) {
    .page-blog-tk66-live-apk-sports-betting-guide__hero-image img {
        object-fit: contain !important; /* HERO: object-fit:contain */
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-tk66-live-apk-sports-betting-guide {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__container,
    .page-blog-tk66-live-apk-sports-betting-guide__cta-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* HERO Section */
    .page-blog-tk66-live-apk-sports-betting-guide__hero-section {
        min-height: 400px;
        padding-top: 10px; /* Small top padding */
        padding-bottom: 30px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__hero-content {
        padding: 10px;
        max-width: 100%;
        background: rgba(8, 22, 43, 0.8);
    }

    .page-blog-tk66-live-apk-sports-betting-guide__main-title {
        font-size: clamp(26px, 7vw, 40px);
        margin-bottom: 15px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__description {
        font-size: clamp(14px, 3.5vw, 17px);
        margin-bottom: 20px;
    }

    /* Buttons and Button Containers */
    .page-blog-tk66-live-apk-sports-betting-guide__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 10px;
    }
    .page-blog-tk66-live-apk-sports-betting-guide__btn-primary,
    .page-blog-tk66-live-apk-sports-betting-guide__btn-secondary,
    .page-blog-tk66-live-apk-sports-betting-guide a[class*="button"],
    .page-blog-tk66-live-apk-sports-betting-guide 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;
        padding-right: 15px;
        font-size: 16px;
    }

    /* General Sections */
    .page-blog-tk66-live-apk-sports-betting-guide__introduction-section,
    .page-blog-tk66-live-apk-sports-betting-guide__features-section,
    .page-blog-tk66-live-apk-sports-betting-guide__guide-section,
    .page-blog-tk66-live-apk-sports-betting-guide__types-section,
    .page-blog-tk66-live-apk-sports-betting-guide__tips-section,
    .page-blog-tk66-live-apk-sports-betting-guide__advantages-section,
    .page-blog-tk66-live-apk-sports-betting-guide__faq-section,
    .page-blog-tk66-live-apk-sports-betting-guide__cta-section {
        padding: 40px 0;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__section-title {
        font-size: clamp(20px, 6vw, 28px);
        margin-bottom: 30px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__introduction-section p,
    .page-blog-tk66-live-apk-sports-betting-guide__tips-section p,
    .page-blog-tk66-live-apk-sports-betting-guide__advantages-section p,
    .page-blog-tk66-live-apk-sports-betting-guide__cta-section p {
        font-size: 15px;
        text-align: left;
    }

    /* Images */
    .page-blog-tk66-live-apk-sports-betting-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* Features Grid */
    .page-blog-tk66-live-apk-sports-betting-guide__features-grid,
    .page-blog-tk66-live-apk-sports-betting-guide__guide-steps,
    .page-blog-tk66-live-apk-sports-betting-guide__bet-types-list,
    .page-blog-tk66-live-apk-sports-betting-guide__advantages-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__feature-card,
    .page-blog-tk66-live-apk-sports-betting-guide__step-item,
    .page-blog-tk66-live-apk-sports-betting-guide__bet-types-list li,
    .page-blog-tk66-live-apk-sports-betting-guide__advantages-list li {
        padding: 20px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__feature-title,
    .page-blog-tk66-live-apk-sports-betting-guide__step-title,
    .page-blog-tk66-live-apk-sports-betting-guide__bet-types-list li h3 {
        font-size: 20px;
    }

    /* Tips Section */
    .page-blog-tk66-live-apk-sports-betting-guide__tips-content {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__tips-content img {
        max-width: 100%;
        margin-bottom: 0;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__tips-list li {
        padding: 12px 15px;
        font-size: 15px;
    }

    /* FAQ Section */
    details.page-blog-tk66-live-apk-sports-betting-guide__faq-item summary.page-blog-tk66-live-apk-sports-betting-guide__faq-question { padding: 15px; }
    .page-blog-tk66-live-apk-sports-betting-guide__faq-qtext { font-size: 15px; }
    details.page-blog-tk66-live-apk-sports-betting-guide__faq-item .page-blog-tk66-live-apk-sports-betting-guide__faq-answer { padding: 0 15px 15px; }

    /* CTA Section */
    .page-blog-tk66-live-apk-sports-betting-guide__cta-section {
        padding: 50px 0;
    }

    .page-blog-tk66-live-apk-sports-betting-guide__cta-section p {
        font-size: 16px;
        margin: 0 auto 30px auto;
    }
}