:root {
    --primary-color: #C91F17;
    --secondary-color: #E53935;
    --button-gradient: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%);
    --card-bg: #D32F2F;
    --background-main: #B71C1C;
    --text-main: #FFF5E1;
    --border-color: #F2B544;
    --glow-color: #FFCC66;
    --gold-color: #F4D34D;
    --deep-red: #7A0E0E;
    --dark-text: #333333;
    --light-text: #ffffff;
    --header-offset: 122px; /* Default from shared, will be overridden by body padding-top */
}

.page-blog-gg888-slot-winning-tips-revealed {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-main); /* Default text color for the main page content */
    background-color: var(--background-main); /* Main background color */
}

/* Container for content */
.page-blog-gg888-slot-winning-tips-revealed__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-gg888-slot-winning-tips-revealed__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    background-color: var(--deep-red);
    position: relative;
    overflow: hidden;
}

.page-blog-gg888-slot-winning-tips-revealed__hero-image {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-gg888-slot-winning-tips-revealed__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
}

.page-blog-gg888-slot-winning-tips-revealed__hero-content {
    z-index: 1;
    padding: 20px;
    max-width: 900px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    color: var(--light-text);
}

.page-blog-gg888-slot-winning-tips-revealed__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    color: var(--gold-color);
}

.page-blog-gg888-slot-winning-tips-revealed__hero-description {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-gg888-slot-winning-tips-revealed__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-gg888-slot-winning-tips-revealed__btn-primary,
.page-blog-gg888-slot-winning-tips-revealed__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;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-gg888-slot-winning-tips-revealed__btn-primary {
    background: var(--button-gradient);
    color: var(--dark-text);
    border: 2px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-gg888-slot-winning-tips-revealed__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.page-blog-gg888-slot-winning-tips-revealed__btn-secondary {
    background: var(--deep-red);
    color: var(--text-main);
    border: 2px solid var(--border-color);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-gg888-slot-winning-tips-revealed__btn-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    background: var(--primary-color);
}

/* General Sections */
.page-blog-gg888-slot-winning-tips-revealed__introduction-section,
.page-blog-gg888-slot-winning-tips-revealed__tips-section,
.page-blog-gg888-slot-winning-tips-revealed__conclusion-section,
.page-blog-gg888-slot-winning-tips-revealed__faq-section {
    padding: 60px 0;
    background-color: var(--background-main);
    color: var(--text-main);
}

.page-blog-gg888-slot-winning-tips-revealed__introduction-section {
    background-color: var(--deep-red);
}

.page-blog-gg888-slot-winning-tips-revealed__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--gold-color);
    position: relative;
    padding-bottom: 15px;
}

.page-blog-gg888-slot-winning-tips-revealed__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: var(--border-color);
    border-radius: 2px;
}

.page-blog-gg888-slot-winning-tips-revealed__subsection-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--gold-color);
}

.page-blog-gg888-slot-winning-tips-revealed__article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-main);
}

.page-blog-gg888-slot-winning-tips-revealed__article-body p {
    margin-bottom: 20px;
}

.page-blog-gg888-slot-winning-tips-revealed__article-body ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-blog-gg888-slot-winning-tips-revealed__article-body li {
    margin-bottom: 10px;
}

.page-blog-gg888-slot-winning-tips-revealed__article-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    min-width: 200px;
    min-height: 200px;
}

/* FAQ Section */
.page-blog-gg888-slot-winning-tips-revealed__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

details.page-blog-gg888-slot-winning-tips-revealed__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
details.page-blog-gg888-slot-winning-tips-revealed__faq-item summary.page-blog-gg888-slot-winning-tips-revealed__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--text-main);
  font-weight: bold;
}
details.page-blog-gg888-slot-winning-tips-revealed__faq-item summary.page-blog-gg888-slot-winning-tips-revealed__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-gg888-slot-winning-tips-revealed__faq-item summary.page-blog-gg888-slot-winning-tips-revealed__faq-question:hover {
  background: var(--deep-red);
}
.page-blog-gg888-slot-winning-tips-revealed__faq-qtext {
  flex: 1;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main);
}
.page-blog-gg888-slot-winning-tips-revealed__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--gold-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 32px;
  text-align: center;
}
details.page-blog-gg888-slot-winning-tips-revealed__faq-item .page-blog-gg888-slot-winning-tips-revealed__faq-answer {
  padding: 0 25px 25px;
  background: var(--deep-red);
  border-radius: 0 0 8px 8px;
  color: var(--text-main);
}
.page-blog-gg888-slot-winning-tips-revealed__faq-answer p {
    margin: 0;
}

/* Universal image and container handling */
.page-blog-gg888-slot-winning-tips-revealed img {
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
}
.page-blog-gg888-slot-winning-tips-revealed__section,
.page-blog-gg888-slot-winning-tips-revealed__card,
.page-blog-gg888-slot-winning-tips-revealed__container,
.page-blog-gg888-slot-winning-tips-revealed__faq-list {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-gg888-slot-winning-tips-revealed__container {
        padding: 15px;
    }
    .page-blog-gg888-slot-winning-tips-revealed__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-gg888-slot-winning-tips-revealed__hero-description {
        font-size: 1.1rem;
    }
    .page-blog-gg888-slot-winning-tips-revealed__section-title {
        font-size: 2rem;
    }
    .page-blog-gg888-slot-winning-tips-revealed__subsection-title {
        font-size: 1.6rem;
    }
    .page-blog-gg888-slot-winning-tips-revealed__article-body {
        font-size: 1rem;
    }
    .page-blog-gg888-slot-winning-tips-revealed__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-gg888-slot-winning-tips-revealed {
        font-size: 15px;
        line-height: 1.6;
    }

    .page-blog-gg888-slot-winning-tips-revealed__hero-section {
        padding-top: 10px; /* Small top padding for mobile */
        flex-direction: column;
    }

    .page-blog-gg888-slot-winning-tips-revealed__hero-content {
        order: 2;
        margin-bottom: 20px;
        padding: 15px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__hero-image {
        order: 1;
        margin-bottom: 15px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__hero-image img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        aspect-ratio: unset !important;
        min-width: 200px;
        min-height: 200px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__hero-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-gg888-slot-winning-tips-revealed__btn-primary,
    .page-blog-gg888-slot-winning-tips-revealed__btn-secondary {
        padding: 12px 20px;
        font-size: 1rem;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-gg888-slot-winning-tips-revealed__introduction-section,
    .page-blog-gg888-slot-winning-tips-revealed__tips-section,
    .page-blog-gg888-slot-winning-tips-revealed__conclusion-section,
    .page-blog-gg888-slot-winning-tips-revealed__faq-section {
        padding: 40px 0;
    }

    .page-blog-gg888-slot-winning-tips-revealed__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__subsection-title {
        font-size: 1.4rem;
        margin-top: 25px;
    }

    .page-blog-gg888-slot-winning-tips-revealed__article-body {
        font-size: 0.95rem;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-gg888-slot-winning-tips-revealed__article-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-width: 200px;
        min-height: 200px;
        margin: 20px auto;
    }

    details.page-blog-gg888-slot-winning-tips-revealed__faq-item summary.page-blog-gg888-slot-winning-tips-revealed__faq-question {
        padding: 15px 20px;
    }
    .page-blog-gg888-slot-winning-tips-revealed__faq-qtext {
        font-size: 1rem;
    }
    .page-blog-gg888-slot-winning-tips-revealed__faq-toggle {
        font-size: 24px;
        width: 28px;
    }
    details.page-blog-gg888-slot-winning-tips-revealed__faq-item .page-blog-gg888-slot-winning-tips-revealed__faq-answer {
        padding: 0 20px 20px;
    }
    
    /* Ensure all images and containers are responsive and prevent overflow */
    .page-blog-gg888-slot-winning-tips-revealed img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box !important;
    }
    .page-blog-gg888-slot-winning-tips-revealed__section,
    .page-blog-gg888-slot-winning-tips-revealed__card,
    .page-blog-gg888-slot-winning-tips-revealed__container,
    .page-blog-gg888-slot-winning-tips-revealed__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}