:root {
  --main-color: #11A84E;
  --accent-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg-color: #11271B;
  --background-color-page: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

.page-blog-wim68-slot-winning-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-secondary);
  background-color: var(--background-color-page);
}

.page-blog-wim68-slot-winning-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-wim68-slot-winning-tips__section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-wim68-slot-winning-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--gold-color);
  border-radius: 2px;
}

.page-blog-wim68-slot-winning-tips__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
  color: var(--text-secondary);
}

.page-blog-wim68-slot-winning-tips__hero-section {
  padding-top: 10px; /* Small top padding, shared.css handles body padding */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
}

.page-blog-wim68-slot-winning-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-blog-wim68-slot-winning-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-wim68-slot-winning-tips__hero-content {
  position: relative;
  z-index: 2;
  color: var(--text-main);
  max-width: 900px;
  padding: 40px 20px;
}

.page-blog-wim68-slot-winning-tips__main-title {
  font-size: clamp(32px, 5vw, 56px); /* Responsive font size */
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-main);
}

.page-blog-wim68-slot-winning-tips__hero-description {
  font-size: clamp(18px, 2.5vw, 24px);
  margin-bottom: 30px;
  color: var(--text-secondary);
}

.page-blog-wim68-slot-winning-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-wim68-slot-winning-tips__btn-primary,
.page-blog-wim68-slot-winning-tips__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}