/* style/resources-w88-link-troubleshooting.css */
.page-resources-w88-link-troubleshooting {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-resources-w88-link-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-w88-link-troubleshooting__hero-section {
  background: linear-gradient(135deg, #CC0000 0%, #FFCC00 100%);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-w88-link-troubleshooting__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-w88-link-troubleshooting__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-w88-link-troubleshooting__cta-button {
  display: inline-block;
  background-color: #CC0000;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #CC0000;
}

.page-resources-w88-link-troubleshooting__cta-button:hover {
  background-color: #a80000;
  transform: translateY(-2px);
}

.page-resources-w88-link-troubleshooting__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-w88-link-troubleshooting__secondary-button {
  display: inline-block;
  background-color: transparent;
  color: #FFCC00;
  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;
  border: 2px solid #FFCC00;
  margin-left: 20px;
}

.page-resources-w88-link-troubleshooting__secondary-button:hover {
  background-color: #FFCC00;
  color: #CC0000;
  transform: translateY(-2px);
}

.page-resources-w88-link-troubleshooting__content-section,
.page-resources-w88-link-troubleshooting__solution-section,
.page-resources-w88-link-troubleshooting__safety-section,
.page-resources-w88-link-troubleshooting__faq-section,
.page-resources-w88-link-troubleshooting__conclusion-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-resources-w88-link-troubleshooting__content-section:nth-of-type(even),
.page-resources-w88-link-troubleshooting__faq-section {
  background-color: #ffffff;
}

.page-resources-w88-link-troubleshooting__section-title {
  font-size: 2.5em;
  color: #CC0000;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-w88-link-troubleshooting__text-block {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-w88-link-troubleshooting__reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-w88-link-troubleshooting__reason-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-w88-link-troubleshooting__reason-item:hover {
  transform: translateY(-5px);
}

.page-resources-w88-link-troubleshooting__reason-heading {
  font-size: 1.4em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-resources-w88-link-troubleshooting__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-top: 40px;
}

.page-resources-w88-link-troubleshooting__step-item {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-w88-link-troubleshooting__step-heading {
  font-size: 1.8em;
  color: #CC0000;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-w88-link-troubleshooting__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-w88-link-troubleshooting__list {
  list-style-type: disc;
  max-width: 800px;
  margin: 30px auto;
  padding-left: 40px;
  font-size: 1.1em;
  color: #444444;
}

.page-resources-w88-link-troubleshooting__list li {
  margin-bottom: 10px;
}

.page-resources-w88-link-troubleshooting__safety-image {
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-w88-link-troubleshooting__faq-item {
  background-color: #f0f0f0;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 5px solid #FFCC00;
}

.page-resources-w88-link-troubleshooting__faq-question {
  font-size: 1.3em;
  color: #CC0000;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-w88-link-troubleshooting__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-w88-link-troubleshooting__conclusion-section {
  background-color: #f0f0f0;
  text-align: center;
  padding: 80px 0;
}

.page-resources-w88-link-troubleshooting__action-group {
  margin-top: 40px;
}

.page-resources-w88-link-troubleshooting .highlight {
  color: #CC0000;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-w88-link-troubleshooting__hero-title {
    font-size: 2.5em;
  }

  .page-resources-w88-link-troubleshooting__hero-subtitle,
  .page-resources-w88-link-troubleshooting__text-block,
  .page-resources-w88-link-troubleshooting__list,
  .page-resources-w88-link-troubleshooting__faq-answer {
    font-size: 1em;
  }

  .page-resources-w88-link-troubleshooting__section-title {
    font-size: 2em;
  }

  .page-resources-w88-link-troubleshooting__reason-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-w88-link-troubleshooting__step-item {
    padding: 30px 20px;
  }

  .page-resources-w88-link-troubleshooting__step-heading {
    font-size: 1.5em;
  }

  .page-resources-w88-link-troubleshooting__cta-button,
  .page-resources-w88-link-troubleshooting__secondary-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
  }
  .page-resources-w88-link-troubleshooting__secondary-button {
    margin-left: 0;
  }
  .page-resources-w88-link-troubleshooting__action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-w88-link-troubleshooting__hero-title {
    font-size: 2em;
  }

  .page-resources-w88-link-troubleshooting__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-w88-link-troubleshooting__section-title {
    font-size: 1.8em;
  }

  .page-resources-w88-link-troubleshooting__step-heading {
    font-size: 1.3em;
  }
}