/* style/blog-win5501-win-2024-best-online-betting-platform-review.css */
:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --background-dark: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review {
  background-color: var(--background-dark);
  color: var(--text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body already handles padding-top, only small decorative top padding here */
  overflow: hidden;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__hero-image-wrapper {
  width: 100%;
  max-height: 70vh; /* Limit height to prevent overly large hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  z-index: 1;
  color: var(--text-main);
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__main-title {
  font-size: clamp(2em, 4vw, 3.5em); /* Using clamp for responsive font-size */
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--gold-color);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--text-secondary);
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__btn-primary,
.page-blog-win5501-win-2024-best-online-betting-platform-review__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-win5501-win-2024-best-online-betting-platform-review__btn-primary {
  background: var(--button-gradient);
  color: var(--text-main);
  border: none;
}