/* style/resources-live-casino-guide.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-resources-live-casino-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for readability on dark body background (#1a2a47) */
  background-color: #1a2a47; /* Inherit or explicitly set for consistency */
}

.page-resources-live-casino-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-live-casino-guide__section-title {
  font-size: 36px;
  color: #E0B400; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-live-casino-guide__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f0f0f0; /* Slightly off-white for body text */
}

/* Hero Section */
.page-resources-live-casino-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background: linear-gradient(135deg, #0A1931, #1a2a47); /* Blend with body background */
  overflow: hidden; /* Prevent image overflow */
}

.page-resources-live-casino-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}