/* style/resources-live-casino-games.css */
.page-resources-live-casino-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  padding-bottom: 50px;
}

.page-resources-live-casino-games__article-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.page-resources-live-casino-games__article-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-live-casino-games__title {
  font-size: 2.8em;
  color: #0056B3;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-live-casino-games__meta {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 25px;
}

.page-resources-live-casino-games__back-link {
  display: inline-block;
  background-color: #FFC107;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 20px;
}

.page-resources-live-casino-games__back-link:hover {
  background-color: #e0a800;
}

.page-resources-live-casino-games__hero-image-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-live-casino-games__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-live-casino-games__section {
  margin-bottom: 40px;
}

.page-resources-live-casino-games__subtitle {
  font-size: 2.2em;
  color: #0056B3;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-live-casino-games__section p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #444;
}

.page-resources-live-casino-games__list,
.page-resources-live-casino-games__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-live-casino-games__ordered-list {
  list-style-type: decimal;
}

.page-resources-live-casino-games__list li,
.page-resources-live-casino-games__ordered-list li {
  margin-bottom: 10px;
}

.page-resources-live-casino-games__sub-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
}

.page-resources-live-casino-games__game-card {
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-live-casino-games__game-card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.page-resources-live-casino-games__game-card-title {
  font-size: 1.8em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-live-casino-games__btn {
  display: inline-block;
  background-color: #0056B3;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.page-resources-live-casino-games__btn:hover {
  background-color: #004085;
  transform: translateY(-2px);
}

.page-resources-live-casino-games__btn--primary {
  background-color: #FFC107;
  color: #000000;
}

.page-resources-live-casino-games__btn--primary:hover {
  background-color: #e0a800;
  color: #000000;
}

.page-resources-live-casino-games__btn--secondary {
  background-color: #6c757d;
  color: #ffffff;
  margin-left: 15px;
}

.page-resources-live-casino-games__btn--secondary:hover {
  background-color: #5a6268;
}

.page-resources-live-casino-games__btn--large {
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-resources-live-casino-games__blockquote {
  background-color: #eaf6ff;
  border-left: 5px solid #0056B3;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: #333;
  border-radius: 5px;
}

.page-resources-live-casino-games__blockquote p {
  margin: 0;
  font-size: 1.15em;
  line-height: 1.6;
}

.page-resources-live-casino-games__cta-banner {
  background-color: #0056B3;
  color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-live-casino-games__cta-image {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-live-casino-games__cta-text {
  font-size: 1.3em;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.5;
}

.page-resources-live-casino-games__action-buttons {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.page-resources-live-casino-games__related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-live-casino-games__related-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-live-casino-games__related-list li {
  margin-bottom: 10px;
}

.page-resources-live-casino-games__related-list a {
  color: #0056B3;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-live-casino-games__related-list a:hover {
  text-decoration: underline;
  color: #004085;
}

.page-resources-live-casino-games a {
  color: #0056B3;
  text-decoration: none;
}

.page-resources-live-casino-games a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-live-casino-games__article-container {
    padding: 20px;
  }

  .page-resources-live-casino-games__title {
    font-size: 2em;
  }

  .page-resources-live-casino-games__subtitle {
    font-size: 1.8em;
  }

  .page-resources-live-casino-games__section p,
  .page-resources-live-casino-games__list,
  .page-resources-live-casino-games__ordered-list {
    font-size: 1em;
  }

  .page-resources-live-casino-games__game-card-title {
    font-size: 1.5em;
  }

  .page-resources-live-casino-games__btn,
  .page-resources-live-casino-games__btn--large {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-live-casino-games__action-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-live-casino-games__btn--secondary {
    margin-left: 0;
  }

  .page-resources-live-casino-games__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-live-casino-games__article-container {
    padding: 15px;
  }

  .page-resources-live-casino-games__title {
    font-size: 1.7em;
  }

  .page-resources-live-casino-games__subtitle {
    font-size: 1.5em;
  }

  .page-resources-live-casino-games__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-resources-live-casino-games__game-card-image {
    height: 150px;
  }

  .page-resources-live-casino-games__cta-image {
    height: 100px;
  }
}