/* style/resources-understanding-live-casino.css */
.page-resources-understanding-live-casino {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-understanding-live-casino__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-understanding-live-casino__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-understanding-live-casino__hero-container {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.page-resources-understanding-live-casino__hero-content {
  position: relative;
  z-index: 3;
}

.page-resources-understanding-live-casino__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FCBC45;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-understanding-live-casino__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-understanding-live-casino__hero-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-understanding-live-casino__hero-button:hover {
  background-color: #FFD700;
}

.page-resources-understanding-live-casino__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-understanding-live-casino__article {
  padding: 20px 0;
}

.page-resources-understanding-live-casino__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-understanding-live-casino__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-understanding-live-casino__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-understanding-live-casino__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum width */
  min-height: 200px; /* Enforce minimum height */
}

.page-resources-understanding-live-casino__button {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-understanding-live-casino__button:hover {
  background-color: #333333;
}

.page-resources-understanding-live-casino__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}

.page-resources-understanding-live-casino__button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-understanding-live-casino__button--deposit,
.page-resources-understanding-live-casino__button--play,
.page-resources-understanding-live-casino__button--final-cta {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-understanding-live-casino__button--deposit:hover,
.page-resources-understanding-live-casino__button--play:hover,
.page-resources-understanding-live-casino__button--final-cta:hover {
  background-color: #FFD700;
}

.page-resources-understanding-live-casino__button--back {
  background-color: #666666;
  color: #FFFFFF;
}

.page-resources-understanding-live-casino__button--back:hover {
  background-color: #888888;
}

.page-resources-understanding-live-casino__advantages-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-understanding-live-casino__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-understanding-live-casino__related-resources-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-understanding-live-casino__related-resources-list .page-resources-understanding-live-casino__list-item {
  margin-bottom: 10px;
}

.page-resources-understanding-live-casino__related-resources-list .page-resources-understanding-live-casino__list-item a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-understanding-live-casino__related-resources-list .page-resources-understanding-live-casino__list-item a:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-understanding-live-casino__hero-title {
    font-size: 2.8em;
  }
  .page-resources-understanding-live-casino__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-understanding-live-casino {
    padding-top: var(--header-offset, 80px);
  }
  .page-resources-understanding-live-casino__hero-title {
    font-size: 2.2em;
  }
  .page-resources-understanding-live-casino__hero-description {
    font-size: 1em;
  }
  .page-resources-understanding-live-casino__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-understanding-live-casino__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-understanding-live-casino__section-title {
    font-size: 1.8em;
  }
  .page-resources-understanding-live-casino__sub-section-title {
    font-size: 1.5em;
  }
  .page-resources-understanding-live-casino__paragraph,
  .page-resources-understanding-live-casino__list-item {
    font-size: 0.95em;
  }
  .page-resources-understanding-live-casino__article-image {
    max-width: 100%;
    height: auto;
  }
  .page-resources-understanding-live-casino__button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .page-resources-understanding-live-casino__hero-title {
    font-size: 1.8em;
  }
  .page-resources-understanding-live-casino__hero-description {
    font-size: 0.9em;
  }
  .page-resources-understanding-live-casino__hero-container {
    padding: 20px 15px;
  }
  .page-resources-understanding-live-casino__section-title {
    font-size: 1.5em;
  }
  .page-resources-understanding-live-casino__sub-section-title {
    font-size: 1.3em;
  }
  .page-resources-understanding-live-casino__paragraph,
  .page-resources-understanding-live-casino__list-item {
    font-size: 0.9em;
  }
}