/* style/blog-how-to-choose-best-online-casino-boss77.css */
.page-blog-how-to-choose-best-online-casino-boss77 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main color */
  background-color: #0A0A0A; /* Background color */
  padding-bottom: 40px; /* Ensure space above footer */
}

.page-blog-how-to-choose-best-online-casino-boss77__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-how-to-choose-best-online-casino-boss77__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-choose-best-online-casino-boss77__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
  position: relative;
}

.page-blog-how-to-choose-best-online-casino-boss77__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken for text readability */
}

.page-blog-how-to-choose-best-online-casino-boss77__hero-content {
  position: relative; /* Relative to flow */
  padding: 20px;
  max-width: 800px;
  margin-top: 20px; /* Place content below image */
  z-index: 1; /* Ensure content is above image if any overlap */
}

.page-blog-how-to-choose-best-online-casino-boss77__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive H1 font size */
  color: #FFD36B; /* Glow color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-casino-boss77__intro-text {
  font-size: 1.1rem;
  color: #FFF6D6;
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-how-to-choose-best-online-casino-boss77__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  width: 100%;
  max-width: 500px; /* Limit button group width */
  margin: 0 auto;
}

.page-blog-how-to-choose-best-online-casino-boss77__btn-primary,
.page-blog-how-to-choose-best-online-casino-boss77__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-choose-best-online-casino-boss77__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #0A0A0A; /* Dark text for light button */
  border: 2px solid transparent;
}

.page-blog-how-to-choose-best-online-casino-boss77__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-how-to-choose-best-online-casino-boss77__btn-secondary {
  background: transparent;
  color: #FFD36B; /* Glow color for text */
  border: 2px solid #3A2A12; /* Border color */
}

.page-blog-how-to-choose-best-online-casino-boss77__btn-secondary:hover {
  background: rgba(255, 211, 107, 0.1); /* Light hover effect */
  transform: translateY(-2px);
}

/* Content Sections */
.page-blog-how-to-choose-best-online-casino-boss77__content-section {
  padding: 60px 0;
}

.page-blog-how-to-choose-best-online-casino-boss77__dark-bg {
  background-color: #111111; /* Card BG color for alternating sections */
}

.page-blog-how-to-choose-best-online-casino-boss77__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #FFD36B;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-casino-boss77__text-block {
  font-size: 1.05rem;
  color: #FFF6D6;
  margin-bottom: 30px;
  text-align: justify;
}

.page-blog-how-to-choose-best-online-casino-boss77__text-block a {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-how-to-choose-best-online-casino-boss77__text-block a:hover {
  color: #F2C14E;
}

/* Card Grid */
.page-blog-how-to-choose-best-online-casino-boss77__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-best-online-casino-boss77__card {
  background-color: #0A0A0A; /* Background color */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #3A2A12; /* Border color */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-how-to-choose-best-online-casino-boss77__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Main color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-choose-best-online-casino-boss77__card p {
  font-size: 0.95rem;
  color: #FFF6D6;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-best-online-casino-boss77__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

/* Feature List (UL) */
.page-blog-how-to-choose-best-online-casino-boss77__feature-list,
.page-blog-how-to-choose-best-online-casino-boss77__tip-list,
.page-blog-how-to-choose-best-online-casino-boss77__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-choose-best-online-casino-boss77__feature-list li,
.page-blog-how-to-choose-best-online-casino-boss77__tip-list li,
.page-blog-how-to-choose-best-online-casino-boss77__step-list li {
  background-color: #111111; /* Card BG color */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #3A2A12;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}