/* style/blog-how-to-safely-bet-on-sports-at-bet88.css */

/* Base styles for the page content, assuming body has --site-bg (dark) */
.page-blog-how-to-safely-bet-on-sports-at-bet88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  padding-bottom: 40px; /* Add some padding at the bottom */
}

/* Hero Section */
.page-blog-how-to-safely-bet-on-sports-at-bet88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Ensure image and content stack vertically */
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  box-sizing: border-box;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; /* Add space between image and content */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim image for text readability */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__hero-content {
  position: relative; /* Keep relative, no absolute positioning */
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 0 20px; /* Adjust padding as needed */
  box-sizing: border-box;
  z-index: 2;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
  color: #F2C14E; /* Main color */
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__btn-primary,
.page-blog-how-to-safely-bet-on-sports-at-bet88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #111111; /* Dark text for bright button */
  border: none;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__btn-secondary {
  background: transparent;
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E; /* Border color */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__btn-secondary:hover {
  background: #F2C14E; /* Main color */
  color: #111111; /* Dark text for bright button */
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

/* General Content Sections */
.page-blog-how-to-safely-bet-on-sports-at-bet88__content-area,
.page-blog-how-to-safely-bet-on-sports-at-bet88__getting-started,
.page-blog-how-to-safely-bet-on-sports-at-bet88__maximise-winnings,
.page-blog-how-to-safely-bet-on-sports-at-bet88__mobile-experience,
.page-blog-how-to-safely-bet-on-sports-at-bet88__faq-section,
.page-blog-how-to-safely-bet-on-sports-at-bet88__conclusion {
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #FFD36B; /* Auxiliary color for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Section specific backgrounds */
.page-blog-how-to-safely-bet-on-sports-at-bet88__dark-bg {
  background-color: #111111; /* Card BG */
  color: #FFF6D6; /* Text Main */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__light-bg {
  background-color: #0A0A0A; /* Background, but using a slightly different shade for contrast if needed */
  color: #FFF6D6; /* Text Main */
}
/* Ensure text contrast on light-bg sections where it might be needed */
.page-blog-how-to-safely-bet-on-sports-at-bet88__text-contrast-fix {
  color: #FFF6D6; /* Ensure text is light on dark background */
}

/* Feature Grid and Cards */
.page-blog-how-to-safely-bet-on-sports-at-bet88__feature-grid,
.page-blog-how-to-safely-bet-on-sports-at-bet88__steps-container,
.page-blog-how-to-safely-bet-on-sports-at-bet88__feature-cards,
.page-blog-how-to-safely-bet-on-sports-at-bet88__mobile-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__card {
  background-color: #111111; /* Card BG */
  color: #FFF6D6; /* Text Main */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 1px solid #3A2A12; /* Border */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__card-title,
.page-blog-how-to-safely-bet-on-sports-at-bet88__step-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Main color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  object-fit: cover;
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__card-text,
.page-blog-how-to-safely-bet-on-sports-at-bet88__step-text {
  font-size: 1rem;
  margin-bottom: 20px;
  flex-grow: 1; /* Allows text to take up available space */
}

/* FAQ Section */
.page-blog-how-to-safely-bet-on-sports-at-bet88__faq-list {
  max-width: 900px;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__faq-item {
  background-color: #111111; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #3A2A12; /* Border */
  transition: all 0.3s ease;
}

.page-blog-how-to-safely-bet-on-sports-at-bet88__faq-item.active {
  background-color: rgba(242, 193, 78, 0.1); /* Slightly lighter background when active */
  border-color: #F2C14E; /* Main color */
}