/* style/blog-how-to-choose-vip777-best-promotions.css */
:root {
  --primary-color: #F2C14E;
  --secondary-color: #FFD36B;
  --background-dark: #0A0A0A;
  --card-background: #111111;
  --text-main: #FFF6D6;
  --border-color: #3A2A12;
  --glow-color: #FFD36B;
  --button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-how-to-choose-vip777-best-promotions {
  font-family: Arial, sans-serif;
  color: var(--text-main);
  background-color: var(--background-dark); /* Assuming body background from shared.css is dark */
  line-height: 1.6;
}

.page-blog-how-to-choose-vip777-best-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-how-to-choose-vip777-best-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
}

.page-blog-how-to-choose-vip777-best-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-how-to-choose-vip777-best-promotions__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin-top: 40px; /* Space between image and text */
  padding: 0 20px;
}

.page-blog-how-to-choose-vip777-best-promotions__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--secondary-color);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 1px;
}