.page-resources-how-to-use-arionplay-promotions {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

@media (max-width: 768px) {
  .page-resources-how-to-use-arionplay-promotions {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header if needed */
  }
}

.page-resources-how-to-use-arionplay-promotions__hero-section {
  position: relative;
  background-color: #007bff;
  color: #ffffff;
  padding: 80px 20px 40px;
  text-align: center;
  overflow: hidden;
}

.page-resources-how-to-use-arionplay-promotions__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-use-arionplay-promotions__back-link {
  display: inline-block;
  color: #ffc107;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-how-to-use-arionplay-promotions__back-link:hover {
  color: #ffffff;
}

.page-resources-how-to-use-arionplay-promotions__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-use-arionplay-promotions__lead-paragraph {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-use-arionplay-promotions__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-use-arionplay-promotions__cta-button:hover {
  background-color: #e0a800;
  color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-how-to-use-arionplay-promotions__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-how-to-use-arionplay-promotions__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-resources-how-to-use-arionplay-promotions__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-use-arionplay-promotions__article p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-how-to-use-arionplay-promotions__highlight {
  color: #007bff;
  font-weight: bold;
}

.page-resources-how-to-use-arionplay-promotions__subtitle {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-how-to-use-arionplay-promotions__sub-subtitle {
  font-size: 1.5em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-use-arionplay-promotions__list {
  list-style: disc inside;
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-resources-how-to-use-arionplay-promotions__list-item {
  margin-bottom: 0.5em;
  color: #555555;
}

.page-resources-how-to-use-arionplay-promotions__inline-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-use-arionplay-promotions__inline-link:hover {
  text-decoration: underline;
}

.page-resources-how-to-use-arionplay-promotions__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-how-to-use-arionplay-promotions__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-use-arionplay-promotions__cta-button--bottom {
  margin-top: 40px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-use-arionplay-promotions__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-resources-how-to-use-arionplay-promotions__floating-button {
  background-color: #ffc107;
  color: #007bff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-use-arionplay-promotions__floating-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .page-resources-how-to-use-arionplay-promotions__main-title {
    font-size: 2em;
  }

  .page-resources-how-to-use-arionplay-promotions__lead-paragraph {
    font-size: 1em;
  }

  .page-resources-how-to-use-arionplay-promotions__subtitle {
    font-size: 1.6em;
  }

  .page-resources-how-to-use-arionplay-promotions__sub-subtitle {
    font-size: 1.2em;
  }

  .page-resources-how-to-use-arionplay-promotions__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-how-to-use-arionplay-promotions__article p {
    font-size: 1em;
  }

  .page-resources-how-to-use-arionplay-promotions__floating-buttons {
    flex-direction: row;
    bottom: 10px;
    right: 10px;
    left: 10px;
    justify-content: space-around;
    gap: 5px;
  }

  .page-resources-how-to-use-arionplay-promotions__floating-button {
    flex-grow: 1;
    padding: 10px 15px;
    font-size: 0.9em;
  }

  .page-resources-how-to-use-arionplay-promotions__hero-image img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-how-to-use-arionplay-promotions__content-area img {
    max-width: 100%;
    height: auto;
  }
}