.page-blog-mostbet-casino-bonus-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Main text color for dark body background */
  background-color: #0A0A0A; /* Body background from shared.css */
}

.page-blog-mostbet-casino-bonus-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-mostbet-casino-bonus-strategy__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Small top padding as body handles header offset */
  background-color: #0A0A0A; /* Match body background */
}

.page-blog-mostbet-casino-bonus-strategy__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.page-blog-mostbet-casino-bonus-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-mostbet-casino-bonus-strategy__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 20px 60px;
  max-width: 900px;
  margin: 0 auto;
  color: #FFF6D6;
}

.page-blog-mostbet-casino-bonus-strategy__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Using clamp for H1 font size */
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow color for highlight */
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
  line-height: 1.2;
}

.page-blog-mostbet-casino-bonus-strategy__intro-text {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-mostbet-casino-bonus-strategy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%; /* Required for mobile responsiveness */
  max-width: 100%; /* Required for mobile responsiveness */
  box-sizing: border-box; /* Required for mobile responsiveness */
  overflow: hidden; /* Required for mobile responsiveness */
}

.page-blog-mostbet-casino-bonus-strategy__btn-primary,
.page-blog-mostbet-casino-bonus-strategy__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* Required for mobile responsiveness */
  box-sizing: border-box; /* Required for mobile responsiveness */
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text wrap */
}

.page-blog-mostbet-casino-bonus-strategy__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  border: none;
}

.page-blog-mostbet-casino-bonus-strategy__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-mostbet-casino-bonus-strategy__btn-secondary {
  background: transparent;
  color: #FFF6D6; /* Text Main */
  border: 2px solid #F2C14E; /* Main color as border */
}

.page-blog-mostbet-casino-bonus-strategy__btn-secondary:hover {
  background: #F2C14E; /* Main color as background on hover */
  color: #111111; /* Dark text for bright button */
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-mostbet-casino-bonus-strategy__content-section {
  padding: 60px 0;
}}