/* style/blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin.css */

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

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Default text color for the main content area */
  background-color: var(--background-main); /* Page specific background */
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  min-height: 500px;
  overflow: hidden;
  color: var(--text-main); /* Ensure text is readable on dark background */
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Slightly dark overlay for readability */
  border-radius: 10px;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: var(--text-secondary);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__btn-primary,
.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-identify-reliable-online-betting-platform-f168-uy-tin__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}