/* style/game-guides-volatility-explained.css */
.page-game-guides-volatility-explained {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text on dark background */
  background-color: #0A1931; /* Main dark blue background */
  line-height: 1.6;
}

.page-game-guides-volatility-explained__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-volatility-explained__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #203a64 100%); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero title */
}

.page-game-guides-volatility-explained__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-volatility-explained__intro-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-game-guides-volatility-explained__hero-image-wrapper {
  margin-top: 40px;
}

.page-game-guides-volatility-explained__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-game-guides-volatility-explained__content-section {
  padding: 60px 0;
  background-color: #0A1931;
}

.page-game-guides-volatility-explained__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.page-game-guides-volatility-explained__subsection-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-guides-volatility-explained p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-game-guides-volatility-explained ul,
.page-game-guides-volatility-explained ol {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-game-guides-volatility-explained li {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-game-guides-volatility-explained strong {
  color: #FFD700;
}

.page-game-guides-volatility-explained__image-text-block {
  display: flex;
  align-items: center;
  margin: 40px 0;
  gap: 30px;
}

.page-game-guides-volatility-explained__image-text-block--right {
  flex-direction: row-reverse;
}

.page-game-guides-volatility-explained__image-left,
.page-game-guides-volatility-explained__image-right {
  flex: 1;
  max-width: 45%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: auto;
}

.page-game-guides-volatility-explained__image-text-block p {
  flex: 1;
  font-size: 1.1em;
}

.page-game-guides-volatility-explained__visual-guide {
  text-align: center;
  margin: 50px 0;
}

.page-game-guides-volatility-explained__guide-image {
  max-width: 80%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: auto;
}

.page-game-guides-volatility-explained__image-caption {
  margin-top: 15px;
  font-style: italic;
  color: #cccccc;
}

.page-game-guides-volatility-explained__volatility-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  background-color: #1a2a47; /* Slightly lighter dark blue for table background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-game-guides-volatility-explained__volatility-table th,
.page-game-guides-volatility-explained__volatility-table td {
  border: 1px solid #334d72; /* Border color for table */
  padding: 15px;
  text-align: left;
  color: #f0f0f0;
}

.page-game-guides-volatility-explained__volatility-table th {
  background-color: #FFD700; /* Gold for table headers */
  color: #0A1931; /* Dark blue text on gold header */
  font-weight: bold;
  font-size: 1.1em;
}

.page-game-guides-volatility-explained__volatility-table tr:nth-child(even) {
  background-color: #152540;
}

.page-game-guides-volatility-explained__strategy-image-wrapper {
  text-align: center;
  margin: 50px 0;
}

.page-game-guides-volatility-explained__strategy-image {
  max-width: 90%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  height: auto;
}

.page-game-guides-volatility-explained__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-game-guides-volatility-explained__cta-wrapper {
  text-align: center;
  margin: 60px 0;
  padding: 40px;
  background-color: #1a2a47; /* Darker background for CTA section */
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-game-guides-volatility-explained__cta-text {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
  font-weight: bold;
}

.page-game-guides-volatility-explained__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A1931; /* Dark blue text on gold button */
  padding: 18px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-game-guides-volatility-explained__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-game-guides-volatility-explained__faq {
  margin-top: 40px;
}

.page-game-guides-volatility-explained__faq-item {
  background-color: #152540; /* Slightly lighter dark blue for FAQ items */
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-game-guides-volatility-explained__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
}

.page-game-guides-volatility-explained__faq-answer {
  color: #cccccc;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-volatility-explained__main-title {
    font-size: 2.5em;
  }
  .page-game-guides-volatility-explained__section-title {
    font-size: 2em;
  }
  .page-game-guides-volatility-explained__subsection-title {
    font-size: 1.5em;
  }
  .page-game-guides-volatility-explained__image-text-block {
    flex-direction: column;
    text-align: center;
  }
  .page-game-guides-volatility-explained__image-left,
  .page-game-guides-volatility-explained__image-right {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .page-game-guides-volatility-explained__image-text-block--right {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-game-guides-volatility-explained__hero-section,
  .page-game-guides-volatility-explained__content-section {
    padding: 40px 0;
  }
  .page-game-guides-volatility-explained__main-title {
    font-size: 2em;
  }
  .page-game-guides-volatility-explained__intro-text {
    font-size: 1em;
  }
  .page-game-guides-volatility-explained__section-title {
    font-size: 1.8em;
  }
  .page-game-guides-volatility-explained__subsection-title {
    font-size: 1.3em;
  }
  .page-game-guides-volatility-explained__volatility-table th,
  .page-game-guides-volatility-explained__volatility-table td {
    padding: 10px;
    font-size: 0.9em;
  }
  .page-game-guides-volatility-explained__cta-text {
    font-size: 1.2em;
  }
  .page-game-guides-volatility-explained__cta-button {
    padding: 15px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-volatility-explained__main-title {
    font-size: 1.8em;
  }
  .page-game-guides-volatility-explained__section-title {
    font-size: 1.5em;
  }
  .page-game-guides-volatility-explained__subsection-title {
    font-size: 1.2em;
  }
  .page-game-guides-volatility-explained__volatility-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .page-game-guides-volatility-explained__volatility-table thead,
  .page-game-guides-volatility-explained__volatility-table tbody,
  .page-game-guides-volatility-explained__volatility-table th,
  .page-game-guides-volatility-explained__volatility-table td,
  .page-game-guides-volatility-explained__volatility-table tr {
    display: block;
  }
  .page-game-guides-volatility-explained__volatility-table th {
    text-align: center;
    background-color: #FFD700;
    color: #0A1931;
  }
  .page-game-guides-volatility-explained__volatility-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .page-game-guides-volatility-explained__volatility-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #FFD700;
  }
  .page-game-guides-volatility-explained__image-left,
  .page-game-guides-volatility-explained__image-right {
    max-width: 100%;
  }
  .page-game-guides-volatility-explained__cta-button {
    font-size: 1em;
    padding: 12px 20px;
  }
}