.page-blog-deep-dive-6655-bet-features {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF5E1; /* Text Main */
  background-color: var(--background-color, #B71C1C); /* Background */
}

.page-blog-deep-dive-6655-bet-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-deep-dive-6655-bet-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 500px;
  padding: 10px 0 60px; /* Small top padding */
  overflow: hidden;
}

.page-blog-deep-dive-6655-bet-features__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-deep-dive-6655-bet-features__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-deep-dive-6655-bet-features__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-deep-dive-6655-bet-features__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F4D34D; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-blog-deep-dive-6655-bet-features__description {
  font-size: 1.2rem;
  color: #FFF5E1; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-deep-dive-6655-bet-features__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-deep-dive-6655-bet-features__cta-buttons--centered {
  margin-top: 40px;
}

.page-blog-deep-dive-6655-bet-features__btn-primary,
.page-blog-deep-dive-6655-bet-features__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.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-deep-dive-6655-bet-features__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
  color: #7A0E0E; /* Deep Red */
  border: none;
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-blog-deep-dive-6655-bet-features__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-blog-deep-dive-6655-bet-features__btn-secondary {
  background-color: transparent;
  color: #F4D34D; /* Gold */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-deep-dive-6655-bet-features__btn-secondary:hover {
  background-color: rgba(242, 181, 68, 0.1);
  transform: translateY(-2px);
}

.page-blog-deep-dive-6655-bet-features__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #F4D34D; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-blog-deep-dive-6655-bet-features__light-bg {
  background-color: var(--background-color-light, #f8f8f8);
  color: #333333;
}

.page-blog-deep-dive-6655-bet-features__dark-bg {
  background-color: var(--background-color-dark, #7A0E0E); /* Deep Red */
  color: #FFF5E1;
}

.page-blog-deep-dive-6655-bet-features__introduction p,
.page-blog-deep-dive-6655-bet-features__responsible-text p,
.page-blog-deep-dive-6655-bet-features__conclusion-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: inherit;
}

.page-blog-deep-dive-6655-bet-features__advantages-grid,
.page-blog-deep-dive-6655-bet-features__features-grid,
.page-blog-deep-dive-6655-bet-features__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-deep-dive-6655-bet-features__advantage-card,
.page-blog-deep-dive-6655-bet-features__feature-card,
.page-blog-deep-dive-6655-bet-features__step-card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF5E1;
}

.page-blog-deep-dive-6655-bet-features__advantage-icon,
.page-blog-deep-dive-6655-bet-features__feature-image,
.page-blog-deep-dive-6655-bet-features__step-icon,
.page-blog-deep-dive-6655-bet-features__responsible-image {
  width: 100%;
  height: auto;
  max-width: 400px; /* Max width for content images */
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-deep-dive-6655-bet-features__advantage-title,
.page-blog-deep-dive-6655-bet-features__feature-title,
.page-blog-deep-dive-6655-bet-features__step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #F4D34D; /* Gold */
  margin-bottom: 15px;
}

.page-blog-deep-dive-6655-bet-features__advantage-card p,
.page-blog-deep-dive-6655-bet-features__feature-card p,
.page-blog-deep-dive-6655-bet-features__step-card p {
  font-size: 1rem;
  color: #FFF5E1;
  flex-grow: 1;
}

.page-blog-deep-dive-6655-bet-features__responsible-gaming-section {
  padding-bottom: 60px;
}

.page-blog-deep-dive-6655-bet-features__responsible-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-blog-deep-dive-6655-bet-features__responsible-image {
  max-width: 300px;
}

.page-blog-deep-dive-6655-bet-features__faq-section {
  padding-bottom: 60px;
}

.page-blog-deep-dive-6655-bet-features__faq-list {
  margin-top: 40px;
}

.page-blog-deep-dive-6655-bet-features__faq-item {
  background-color: #D32F2F; /* Card BG */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF5E1;
}

.page-blog-deep-dive-6655-bet-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  background-color: #C91F17; /* Main Color */
  color: #F4D34D; /* Gold */
  border-bottom: 1px solid #7A0E0E; /* Deep Red */
}

.page-blog-deep-dive-6655-bet-features__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-deep-dive-6655-bet-features__faq-question::marker {
  display: none;
}

.page-blog-deep-dive-6655-bet-features__faq-toggle {
  font-size: 1.5rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-blog-deep-dive-6655-bet-features__faq-item[open] .page-blog-deep-dive-6655-bet-features__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-deep-dive-6655-bet-features__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #FFF5E1;
}

/* Ensure images in content area are not too small */
.page-blog-deep-dive-6655-bet-features img:not(.page-blog-deep-dive-6655-bet-features__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-deep-dive-6655-bet-features__container {
    padding: 0 15px !important;
  }

  .page-blog-deep-dive-6655-bet-features__hero-section {
    padding-top: 10px !important;
    min-height: 400px;
  }

  .page-blog-deep-dive-6655-bet-features__main-title {
    font-size: 2rem;
  }

  .page-blog-deep-dive-6655-bet-features__description {
    font-size: 1rem;
  }

  .page-blog-deep-dive-6655-bet-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-deep-dive-6655-bet-features__btn-primary,
  .page-blog-deep-dive-6655-bet-features__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-deep-dive-6655-bet-features__section-title {
    font-size: 1.8rem;
    padding-top: 40px;
  }

  .page-blog-deep-dive-6655-bet-features__advantages-grid,
  .page-blog-deep-dive-6655-bet-features__features-grid,
  .page-blog-deep-dive-6655-bet-features__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-deep-dive-6655-bet-features__advantage-card,
  .page-blog-deep-dive-6655-bet-features__feature-card,
  .page-blog-deep-dive-6655-bet-features__step-card {
    padding: 20px;
  }

  .page-blog-deep-dive-6655-bet-features__advantage-card p,
  .page-blog-deep-dive-6655-bet-features__feature-card p,
  .page-blog-deep-dive-6655-bet-features__step-card p {
    font-size: 0.95rem;
  }

  .page-blog-deep-dive-6655-bet-features__responsible-content {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-deep-dive-6655-bet-features__responsible-text {
    padding: 0 15px;
  }

  .page-blog-deep-dive-6655-bet-features__faq-question,
  .page-blog-deep-dive-6655-bet-features__faq-answer {
    padding: 15px;
    font-size: 1rem;
  }

  /* Image responsiveness */
  .page-blog-deep-dive-6655-bet-features img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-deep-dive-6655-bet-features__hero-image-wrapper,
  .page-blog-deep-dive-6655-bet-features__hero-image,
  .page-blog-deep-dive-6655-bet-features__advantage-icon,
  .page-blog-deep-dive-6655-bet-features__feature-image,
  .page-blog-deep-dive-6655-bet-features__step-icon,
  .page-blog-deep-dive-6655-bet-features__responsible-image {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Video responsiveness */
  .page-blog-deep-dive-6655-bet-features video,
  .page-blog-deep-dive-6655-bet-features__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-deep-dive-6655-bet-features__video-section,
  .page-blog-deep-dive-6655-bet-features__video-container,
  .page-blog-deep-dive-6655-bet-features__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-deep-dive-6655-bet-features__video-section {
    padding-top: 10px !important;
  }
  
  .page-blog-deep-dive-6655-bet-features__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}