.page-resources-tt88-payment-methods-withdrawal-speed-analysis {
  font-family: 'Arial', sans-serif;
  color: #E2E8F0; /* Light text on dark background */
  line-height: 1.6;
  background-color: #1A202C;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__hero {
  background: linear-gradient(135deg, #1A202C, #3A4750);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:hero_banner]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__hero > * {
  position: relative;
  z-index: 1;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__subtitle {
  font-size: 1.4em;
  color: #CBD5E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__section {
  padding: 60px 0;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__section--alt {
  background-color: #2D3748;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 15px;
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__text {
  font-size: 1.1em;
  color: #E2E8F0;
  margin-bottom: 15px;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__text strong {
  color: #FFD700;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__list-item {
  background-color: #3A4750;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  color: #E2E8F0;
  font-size: 1.05em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__list-item::before {
  content: '✔';
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__list-item strong {
  color: #FFD700;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  color: #E2E8F0;
  font-size: 1.05em;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__ordered-list li {
  margin-bottom: 8px;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__image--inline {
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__highlight-box {
  background-color: #FFD700;
  color: #1A202C;
  padding: 25px;
  border-radius: 10px;
  margin: 40px 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__highlight-box strong {
  color: #1A202C;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__button--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__button--primary:hover {
  background-color: #E0B500;
  transform: translateY(-3px);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__button--secondary {
  background-color: #3A4750;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__button--secondary:hover {
  background-color: #1A202C;
  transform: translateY(-3px);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__cta-box {
  background-color: #2D3748;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-tt88-payment-methods-withdrawal-speed-analysis__cta-box .page-resources-tt88-payment-methods-withdrawal-speed-analysis__sub-heading {
  color: #FFD700;
  font-size: 2em;
  margin-top: 0;
  border-left: none;
  padding-left: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__title {
    font-size: 2.5em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__subtitle {
    font-size: 1.2em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__heading {
    font-size: 2em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__text,
  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__list-item {
    font-size: 1em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__image--inline {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__title {
    font-size: 2em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__subtitle {
    font-size: 1em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__heading {
    font-size: 1.8em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__button {
    display: block;
    margin: 10px auto;
    width: 90%;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__list-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__list-item::before {
    margin-bottom: 5px;
  }

  .page-resources-tt88-payment-methods-withdrawal-speed-analysis__cta-box {
    padding: 25px;
  }
}