/* style/slots-rtp-volatility.css */
.page-slots-rtp-volatility {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-slots-rtp-volatility__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slots-rtp-volatility__hero {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-slots-rtp-volatility__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-slots-rtp-volatility__highlight {
  color: #ffc107;
}

.page-slots-rtp-volatility__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #eee;
}

.page-slots-rtp-volatility__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  margin-top: 30px;
}

.page-slots-rtp-volatility__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-slots-rtp-volatility__section:nth-of-type(even) {
  background-color: #f0f8ff;
}

.page-slots-rtp-volatility__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-slots-rtp-volatility__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-slots-rtp-volatility__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #495057;
}

.page-slots-rtp-volatility__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #495057;
}

.page-slots-rtp-volatility__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-slots-rtp-volatility__list-item strong {
  color: #007bff;
}

.page-slots-rtp-volatility__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.page-slots-rtp-volatility__image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.page-slots-rtp-volatility__link-inline {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-slots-rtp-volatility__link-inline:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-slots-rtp-volatility__cta-section {
  text-align: center;
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
}

.page-slots-rtp-volatility__cta-section .page-slots-rtp-volatility__section-title {
  color: #fff;
}

.page-slots-rtp-volatility__cta-section .page-slots-rtp-volatility__section-title::after {
  background-color: #ffc107;
}

.page-slots-rtp-volatility__cta-section .page-slots-rtp-volatility__text-content {
  color: #e9ecef;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-slots-rtp-volatility__btn {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.page-slots-rtp-volatility__btn:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
  color: #000;
}

.page-slots-rtp-volatility__conclusion {
  background-color: #f8f9fa;
  padding-bottom: 80px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-slots-rtp-volatility__hero-title {
    font-size: 2.5em;
  }

  .page-slots-rtp-volatility__hero-description {
    font-size: 1.1em;
  }

  .page-slots-rtp-volatility__section-title {
    font-size: 2em;
  }

  .page-slots-rtp-volatility__text-content {
    font-size: 1em;
  }

  .page-slots-rtp-volatility__btn {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-slots-rtp-volatility__hero-title {
    font-size: 2em;
  }

  .page-slots-rtp-volatility__hero-description {
    font-size: 0.95em;
  }

  .page-slots-rtp-volatility__section-title {
    font-size: 1.8em;
  }

  .page-slots-rtp-volatility__list {
    margin-left: 15px;
  }
}