.page-game-guides-slot-888slots__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-guides-slot-888slots__section {
    padding: 60px 0;
}

/* Hero Section */
.page-game-guides-slot-888slots__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, shared.css handles body padding-top */
    padding-bottom: 60px;
    background-color: #f5f5f5; /* Light background for the section */
    color: #333333; /* Dark text on light background */
}

.page-game-guides-slot-888slots__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain image width */
    margin-bottom: 30px; /* Space between image and content */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-guides-slot-888slots__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-game-guides-slot-888slots__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-guides-slot-888slots__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #017439; /* Use brand color for title */
    text-shadow: none;
}

.page-game-guides-slot-888slots__description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    margin-bottom: 40px;
    color: #555555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-guides-slot-888slots__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-game-guides-slot-888slots__btn-primary,
.page-game-guides-slot-888slots__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-game-guides-slot-888slots__btn-primary {
    background-color: #C30808; /* Custom color for register/login */
    color: #FFFF00; /* Custom font color for register/login */
    border: 2px solid #C30808;
}

.page-game-guides-slot-888slots__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
    transform: translateY(-2px);
}

.page-game-guides-slot-888slots__btn-secondary {
    background-color: transparent;
    color: #017439;
    border: 2px solid #017439;
}

.page-game-guides-slot-888slots__btn-secondary:hover {
    background-color: rgba(1, 116, 57, 0.1);
    transform: translateY(-2px);
}

/* General Section Styling */
.page-game-guides-slot-888slots__section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #017439;
}

.page-game-guides-slot-888slots__dark-section {
    background-color: #017439;
    color: #FFFFFF;
}

.page-game-guides-slot-888slots__dark-section .page-game-guides-slot-888slots__section-title {
    color: #FFFFFF;
}

.page-game-guides-slot-888slots__sub-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #017439;
}

.page-game-guides-slot-888slots__dark-section .page-game-guides-slot-888slots__sub-title {
    color: #FFFFFF;
}

.page-game-guides-slot-888slots__content-area {
    line-height: 1.7;
    font-size: 1rem;
    color: #333333;
    max-width: 900px;
    margin: 0 auto;
}

.page-game-guides-slot-888slots__dark-section .page-game-guides-slot-888slots__content-area {
    color: #f0f0f0;
}

.page-game-guides-slot-888slots__content-area p {
    margin-bottom: 15px;
}

.page-game-guides-slot-888slots__content-area ul,
.page-game-guides-slot-888slots__content-area ol {
    margin-bottom: 15px;
    padding-left: 25px;
}

.page-game-guides-slot-888slots__content-area li {
    margin-bottom: 8px;
}

.page-game-guides-slot-888slots__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-slot-888slots__image-caption {
    text-align: center;
    font-style: italic;
    color: #666666;
    font-size: 0.9rem;
    margin-top: -15px;
    margin-bottom: 25px;
}

.page-game-guides-slot-888slots__dark-section .page-game-guides-slot-888slots__image-caption {
    color: #ccc;
}

/* Game Types Section */
.page-game-guides-slot-888slots__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-game-guides-slot-888slots__game-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #333333;
}

.page-game-guides-slot-888slots__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-game-guides-slot-888slots__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.page-game-guides-slot-888slots__card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #017439;
    padding: 0 15px;
}

.page-game-guides-slot-888slots__card-description {
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0 15px;
    color: #555555;
}

.page-game-guides-slot-888slots__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* Dark Background Sections */
.page-game-guides-slot-888slots__dark-bg .page-game-guides-slot-888slots__container {
    color: #FFFFFF;
}

.page-game-guides-slot-888slots__text-light {
    color: #FFFFFF;
}

/* FAQ Section */
details.page-game-guides-slot-888slots__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-game-guides-slot-888slots__faq-item summary.page-game-guides-slot-888slots__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: #333333;
}
details.page-game-guides-slot-888slots__faq-item summary.page-game-guides-slot-888slots__faq-question::-webkit-details-marker {
  display: none;
}
details.page-game-guides-slot-888slots__faq-item summary.page-game-guides-slot-888slots__faq-question:hover {
  background: #f5f5f5;
}
.page-game-guides-slot-888slots__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-game-guides-slot-888slots__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-game-guides-slot-888slots__faq-item .page-game-guides-slot-888slots__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-game-guides-slot-888slots__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-game-guides-slot-888slots__description {
        font-size: clamp(0.9rem, 1.8vw, 1.15rem);
    }
    .page-game-guides-slot-888slots__section {
        padding: 50px 0;
    }
    .page-game-guides-slot-888slots__section-title {
        font-size: clamp(1.8rem, 3.5vw, 2.2rem);
        margin-bottom: 30px;
    }
}