.page-blog-777slot-beginners-guide__hero-section { display: flex; flex-direction: column; align-items: center; text-align: center; padding-top: 10px; position: relative; overflow: hidden; }
.page-blog-777slot-beginners-guide__hero-image { width: 100%; height: auto; display: block; object-fit: cover; filter: none; }
.page-blog-777slot-beginners-guide__hero-content { padding: 20px; max-width: 900px; margin-top: 20px; }
.page-blog-777slot-beginners-guide__main-title { font-size: clamp(1.8rem, 5vw, 2.8rem); color: #000000; margin-bottom: 15px; line-height: 1.2; font-weight: 700; }
.page-blog-777slot-beginners-guide__hero-description { font-size: 1.1rem; color: #333333; margin-bottom: 30px; line-height: 1.5; }
.page-blog-777slot-beginners-guide__hero-actions { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

.page-blog-777slot-beginners-guide__section-title { font-size: clamp(1.6rem, 4vw, 2.5rem); color: #000000; text-align: center; margin-bottom: 30px; font-weight: 600; }
.page-blog-777slot-beginners-guide__paragraph { font-size: 1rem; line-height: 1.6; color: #333333; margin-bottom: 20px; text-align: justify; }
.page-blog-777slot-beginners-guide__container { max-width: 1200px; margin: 0 auto; padding: 20px; }

.page-blog-777slot-beginners-guide__introduction-section, .page-blog-777slot-beginners-guide__game-types-section, .page-blog-777slot-beginners-guide__faq-section {
  padding: 50px 0;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-777slot-beginners-guide__getting-started-section, .page-blog-777slot-beginners-guide__tips-section, .page-blog-777slot-beginners-guide__contact-section {
  padding: 50px 0;
  background-color: #000000;
  color: #ffffff;
}
.page-blog-777slot-beginners-guide__getting-started-section .page-blog-777slot-beginners-guide__section-title, .page-blog-777slot-beginners-guide__tips-section .page-blog-777slot-beginners-guide__section-title, .page-blog-777slot-beginners-guide__contact-section .page-blog-777slot-beginners-guide__section-title {
  color: #FFFFFF;
}
.page-blog-777slot-beginners-guide__getting-started-section .page-blog-777slot-beginners-guide__paragraph, .page-blog-777slot-beginners-guide__tips-section .page-blog-777slot-beginners-guide__paragraph, .page-blog-777slot-beginners-guide__contact-section .page-blog-777slot-beginners-guide__paragraph {
  color: #f0f0f0;
}

.page-blog-777slot-beginners-guide__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; }
.page-blog-777slot-beginners-guide__step-card { background: rgba(255, 255, 255, 0.05); border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; }
.page-blog-777slot-beginners-guide__step-card:hover { transform: translateY(-5px); }
.page-blog-777slot-beginners-guide__step-image { width: 100%; max-width: 250px; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; filter: none; }
.page-blog-777slot-beginners-guide__step-title { font-size: 1.4rem; color: #FCBC45; margin-bottom: 10px; font-weight: 600; }
.page-blog-777slot-beginners-guide__step-description { font-size: 0.95rem; color: #e0e0e0; line-height: 1.5; flex-grow: 1; margin-bottom: 20px; }

.page-blog-777slot-beginners-guide__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; }
.page-blog-777slot-beginners-guide__category-card { background: #ffffff; border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; }
.page-blog-777slot-beginners-guide__category-card:hover { transform: translateY(-5px); }
.page-blog-777slot-beginners-guide__category-image { width: 100%; max-width: 200px; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; filter: none; }
.page-blog-777slot-beginners-guide__category-title { font-size: 1.3rem; color: #000000; margin-bottom: 10px; font-weight: 600; }
.page-blog-777slot-beginners-guide__category-description { font-size: 0.9rem; color: #555555; line-height: 1.5; flex-grow: 1; margin-bottom: 20px; }

.page-blog-777slot-beginners-guide__tips-list { list-style: none; padding: 0; margin-top: 30px; }
.page-blog-777slot-beginners-guide__tip-item { background: rgba(255, 255, 255, 0.08); border-left: 5px solid #FCBC45; padding: 15px 20px; margin-bottom: 15px; border-radius: 5px; font-size: 1rem; line-height: 1.6; color: #e0e0e0; }
.page-blog-777slot-beginners-guide__tip-item strong { color: #FCBC45; }

.page-blog-777slot-beginners-guide__faq-list { margin-top: 30px; }
.page-blog-777slot-beginners-guide__faq-item { background: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.page-blog-777slot-beginners-guide__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #f9f9f9; cursor: pointer; font-size: 1.1rem; color: #000000; font-weight: 600; list-style: none; }
.page-blog-777slot-beginners-guide__faq-question::-webkit-details-marker { display: none; }
.page-blog-777slot-beginners-guide__faq-toggle { font-size: 1.5rem; line-height: 1; margin-left: 10px; color: #FCBC45; transition: transform 0.3s ease; }
.page-blog-777slot-beginners-guide__faq-item[open] .page-blog-777slot-beginners-guide__faq-toggle { transform: rotate(45deg); }
.page-blog-777slot-beginners-guide__faq-answer { padding: 15px 20px; font-size: 0.95rem; color: #555555; line-height: 1.6; border-top: 1px solid #e0e0e0; }

.page-blog-777slot-beginners-guide__btn-primary, .page-blog-777slot-beginners-guide__btn-secondary, .page-blog-777slot-beginners-guide__btn-tertiary, .page-blog-777slot-beginners-guide__btn-link {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-777slot-beginners-guide__btn-primary {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}
.page-blog-777slot-beginners-guide__btn-primary:hover { background-color: #e6a73c; border-color: #e6a73c; }

.page-blog-777slot-beginners-guide__btn-secondary {
  background-color: transparent;
  color: #FCBC45;
  border: 2px solid #FCBC45;
}
.page-blog-777slot-beginners-guide__btn-secondary:hover { background-color: #FCBC45; color: #000000; }

.page-blog-777slot-beginners-guide__btn-tertiary {
  background-color: #FCBC45;
  color: #000000;
  border: none;
  padding: 10px 20px;
  font-size: 0.9rem;
  margin-top: auto;
}
.page-blog-777slot-beginners-guide__btn-tertiary:hover { background-color: #e6a73c; }

.page-blog-777slot-beginners-guide__btn-link {
  background-color: transparent;
  color: #FCBC45;
  border: 1px solid #FCBC45;
  padding: 8px 15px;
  font-size: 0.85rem;
  margin-top: auto;
}
.page-blog-777slot-beginners-guide__btn-link:hover { background-color: #FCBC45; color: #000000; }

.page-blog-777slot-beginners-guide img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: none;
}

.page-blog-777slot-beginners-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .page-blog-777slot-beginners-guide__main-title { font-size: clamp(1.6rem, 5vw, 2.5rem); }
  .page-blog-777slot-beginners-guide__hero-description { font-size: 1rem; }
  .page-blog-777slot-beginners-guide__section-title { font-size: clamp(1.4rem, 4vw, 2.2rem); }
  .page-blog-777slot-beginners-guide__container { padding: 15px; }
  .page-blog-777slot-beginners-guide__step-card, .page-blog-777slot-beginners-guide__category-card { padding: 20px; }
  .page-blog-777slot-beginners-guide__tip-item { padding: 12px 15px; }
  .page-blog-777slot-beginners-guide__faq-question { font-size: 1rem; padding: 12px 15px; }
  .page-blog-777slot-beginners-guide__faq-answer { font-size: 0.9rem; padding: 12px 15px; }
}

@media (max-width: 768px) {
  .page-blog-777slot-beginners-guide__hero-section { padding-top: 10px; }
  .page-blog-777slot-beginners-guide__main-title { font-size: clamp(1.5rem, 6vw, 2.2rem); text-align: center; }
  .page-blog-777slot-beginners-guide__hero-description { font-size: 0.95rem; text-align: center; }
  .page-blog-777slot-beginners-guide__hero-actions { flex-direction: column; gap: 10px; }

  .page-blog-777slot-beginners-guide__btn-primary, .page-blog-777slot-beginners-guide__btn-secondary, .page-blog-777slot-beginners-guide__btn-tertiary, .page-blog-777slot-beginners-guide__btn-link {
    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;
  }
  .page-blog-777slot-beginners-guide__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-777slot-beginners-guide__section-title { font-size: clamp(1.2rem, 5vw, 2rem); }
  .page-blog-777slot-beginners-guide__paragraph { font-size: 0.9rem; }
  .page-blog-777slot-beginners-guide__container { padding: 10px; }

  .page-blog-777slot-beginners-guide__steps-grid, .page-blog-777slot-beginners-guide__game-category-grid { grid-template-columns: 1fr; margin-top: 20px; }
  .page-blog-777slot-beginners-guide__step-card, .page-blog-777slot-beginners-guide__category-card { padding: 15px; }
  .page-blog-777slot-beginners-guide__step-image, .page-blog-777slot-beginners-guide__category-image { max-width: 150px; margin-bottom: 15px; }
  .page-blog-777slot-beginners-guide__step-title, .page-blog-777slot-beginners-guide__category-title { font-size: 1.2rem; }
  .page-blog-777slot-beginners-guide__step-description, .page-blog-777slot-beginners-guide__category-description { font-size: 0.85rem; }

  .page-blog-777slot-beginners-guide__tips-list { margin-top: 20px; }
  .page-blog-777slot-beginners-guide__tip-item { font-size: 0.9rem; padding: 10px 15px; }

  .page-blog-777slot-beginners-guide__faq-list { margin-top: 20px; }
  .page-blog-777slot-beginners-guide__faq-question { font-size: 0.95rem; padding: 10px 15px; }
  .page-blog-777slot-beginners-guide__faq-answer { font-size: 0.85rem; padding: 10px 15px; }

  /* General image responsive styles */
  .page-blog-777slot-beginners-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-777slot-beginners-guide__container,
  .page-blog-777slot-beginners-guide__hero-section,
  .page-blog-777slot-beginners-guide__introduction-section,
  .page-blog-777slot-beginners-guide__getting-started-section,
  .page-blog-777slot-beginners-guide__game-types-section,
  .page-blog-777slot-beginners-guide__tips-section,
  .page-blog-777slot-beginners-guide__faq-section,
  .page-blog-777slot-beginners-guide__contact-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}