.page-blog-top-5-reputable-sic-bo-games {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-blog-top-5-reputable-sic-bo-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-top-5-reputable-sic-bo-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #017439;
  color: #ffffff;
}

.page-blog-top-5-reputable-sic-bo-games__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-top-5-reputable-sic-bo-games__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-top-5-reputable-sic-bo-games__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-top-5-reputable-sic-bo-games__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-top-5-reputable-sic-bo-games__main-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
}

.page-blog-top-5-reputable-sic-bo-games__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-5-reputable-sic-bo-games__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #C30808; /* Custom color for registration/login */
  color: #FFFF00; /* Custom font color for registration/login */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-top-5-reputable-sic-bo-games__cta-button:hover {
  background: #a30606;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-top-5-reputable-sic-bo-games__cta-button--small {
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 15px;
}

.page-blog-top-5-reputable-sic-bo-games__section-title {
  font-size: 2.2em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-top-5-reputable-sic-bo-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-blog-top-5-reputable-sic-bo-games__dark-bg .page-blog-top-5-reputable-sic-bo-games__section-title {
  color: #FFFFFF;
}

.page-blog-top-5-reputable-sic-bo-games__dark-bg .page-blog-top-5-reputable-sic-bo-games__section-title::after {
  background-color: #FFFFFF;
}

.page-blog-top-5-reputable-sic-bo-games__intro-section, 
.page-blog-top-5-reputable-sic-bo-games__criteria-section, 
.page-blog-top-5-reputable-sic-bo-games__strategy-section, 
.page-blog-top-5-reputable-sic-bo-games__conclusion-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-top-5-reputable-sic-bo-games__why-reputable-section, 
.page-blog-top-5-reputable-sic-bo-games__top-platforms-section, 
.page-blog-top-5-reputable-sic-bo-games__faq-section {
  padding: 60px 0;
  background-color: #017439;
  color: #ffffff;
}

.page-blog-top-5-reputable-sic-bo-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-top-5-reputable-sic-bo-games__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-top-5-reputable-sic-bo-games__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-5-reputable-sic-bo-games__grid-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-5-reputable-sic-bo-games__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-top-5-reputable-sic-bo-games__item-title {
  font-size: 1.4em;
  color: #FFFF00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top-5-reputable-sic-bo-games__grid-item p {
  color: #f0f0f0;
  font-size: 0.95em;
}

.page-blog-top-5-reputable-sic-bo-games__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 1.05em;
}

.page-blog-top-5-reputable-sic-bo-games__list li {
  margin-bottom: 10px;
}

.page-blog-top-5-reputable-sic-bo-games__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-top-5-reputable-sic-bo-games__platform-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-blog-top-5-reputable-sic-bo-games__platform-name {
  font-size: 1.8em;
  color: #FFFF00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top-5-reputable-sic-bo-games__platform-intro {
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-blog-top-5-reputable-sic-bo-games__platform-advantages {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  text-align: left;
  color: #f0f0f0;
}

.page-blog-top-5-reputable-sic-bo-games__platform-advantages li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.page-blog-top-5-reputable-sic-bo-games__platform-advantages li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #FFFF00;
  font-weight: bold;
}

.page-blog-top-5-reputable-sic-bo-games__ordered-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 1.05em;
}

.page-blog-top-5-reputable-sic-bo-games__ordered-list li {
  margin-bottom: 10px;
}

details.page-blog-top-5-reputable-sic-bo-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
details.page-blog-top-5-reputable-sic-bo-games__faq-item summary.page-blog-top-5-reputable-sic-bo-games__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-top-5-reputable-sic-bo-games__faq-item summary.page-blog-top-5-reputable-sic-bo-games__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-top-5-reputable-sic-bo-games__faq-item summary.page-blog-top-5-reputable-sic-bo-games__faq-question:hover {
  background: rgba(255, 255, 255, 0.2);
}
.page-blog-top-5-reputable-sic-bo-games__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFFF00;
}
.page-blog-top-5-reputable-sic-bo-games__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFFF00;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-top-5-reputable-sic-bo-games__faq-item .page-blog-top-5-reputable-sic-bo-games__faq-answer {
  padding: 0 20px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 5px 5px;
  color: #f0f0f0;
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-top-5-reputable-sic-bo-games__main-title {
    font-size: clamp(24px, 5vw, 40px);
  }
  .page-blog-top-5-reputable-sic-bo-games__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-top-5-reputable-sic-bo-games__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-top-5-reputable-sic-bo-games__hero-image img {
    border-radius: 4px;
  }
  .page-blog-top-5-reputable-sic-bo-games__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-top-5-reputable-sic-bo-games__cta-button--small {
    padding: 10px 20px;
    font-size: 14px;
  }
  .page-blog-top-5-reputable-sic-bo-games__container {
    padding: 0 15px;
  }
  .page-blog-top-5-reputable-sic-bo-games__intro-section, 
  .page-blog-top-5-reputable-sic-bo-games__criteria-section, 
  .page-blog-top-5-reputable-sic-bo-games__strategy-section, 
  .page-blog-top-5-reputable-sic-bo-games__conclusion-section, 
  .page-blog-top-5-reputable-sic-bo-games__why-reputable-section, 
  .page-blog-top-5-reputable-sic-bo-games__top-platforms-section, 
  .page-blog-top-5-reputable-sic-bo-games__faq-section {
    padding: 40px 0;
  }
  .page-blog-top-5-reputable-sic-bo-games__section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .page-blog-top-5-reputable-sic-bo-games__grid {
    gap: 20px;
  }
  .page-blog-top-5-reputable-sic-bo-games__grid-item {
    padding: 20px;
  }
  .page-blog-top-5-reputable-sic-bo-games__item-title {
    font-size: 1.2em;
  }
  .page-blog-top-5-reputable-sic-bo-games__list,
  .page-blog-top-5-reputable-sic-bo-games__ordered-list {
    margin-left: 0;
    padding-left: 20px;
  }
  .page-blog-top-5-reputable-sic-bo-games__platform-card {
    padding: 20px;
  }
  .page-blog-top-5-reputable-sic-bo-games__platform-name {
    font-size: 1.5em;
  }
  details.page-blog-top-5-reputable-sic-bo-games__faq-item summary.page-blog-top-5-reputable-sic-bo-games__faq-question {
    padding: 15px;
  }
  .page-blog-top-5-reputable-sic-bo-games__faq-qtext {
    font-size: 1em;
  }
  .page-blog-top-5-reputable-sic-bo-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-top-5-reputable-sic-bo-games__section, 
  .page-blog-top-5-reputable-sic-bo-games__card, 
  .page-blog-top-5-reputable-sic-bo-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}