/* style/jun88-withdrawal-speed-test.css */
.page-jun88-withdrawal-speed-test {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-jun88-withdrawal-speed-test__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-jun88-withdrawal-speed-test__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-jun88-withdrawal-speed-test__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.page-jun88-withdrawal-speed-test__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-jun88-withdrawal-speed-test__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 10px;
}

.page-jun88-withdrawal-speed-test__btn--primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-jun88-withdrawal-speed-test__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-jun88-withdrawal-speed-test__btn--secondary {
  background-color: #DC143C;
  color: #fff;
  border: 2px solid #DC143C;
}

.page-jun88-withdrawal-speed-test__btn--secondary:hover {
  background-color: #b01031;
  border-color: #b01031;
  transform: translateY(-2px);
}

.page-jun88-withdrawal-speed-test__btn--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-jun88-withdrawal-speed-test__btn--outline:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
}

.page-jun88-withdrawal-speed-test__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-jun88-withdrawal-speed-test__section-title {
  font-size: 2.2em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-jun88-withdrawal-speed-test__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-jun88-withdrawal-speed-test__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #444;
}

.page-jun88-withdrawal-speed-test__text-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-jun88-withdrawal-speed-test__text-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-jun88-withdrawal-speed-test__list,
.page-jun88-withdrawal-speed-test__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-jun88-withdrawal-speed-test__ordered-list {
  list-style-type: decimal;
}

.page-jun88-withdrawal-speed-test__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #555;
}

.page-jun88-withdrawal-speed-test__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.page-jun88-withdrawal-speed-test__image:hover {
  transform: translateY(-5px);
}

.page-jun88-withdrawal-speed-test__table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-jun88-withdrawal-speed-test__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.page-jun88-withdrawal-speed-test__table th,
.page-jun88-withdrawal-speed-test__table td {
  padding: 15px;
  border: 1px solid #eee;
  text-align: left;
  font-size: 1em;
}

.page-jun88-withdrawal-speed-test__table th {
  background-color: #003366;
  color: #FFD700;
  font-weight: bold;
  text-transform: uppercase;
}

.page-jun88-withdrawal-speed-test__table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.page-jun88-withdrawal-speed-test__table tbody tr:hover {
  background-color: #e0eaf2;
}

.page-jun88-withdrawal-speed-test__cta-block {
  background-color: #003366;
  color: #fff;
  padding: 50px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-jun88-withdrawal-speed-test__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-jun88-withdrawal-speed-test__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

@media (max-width: 768px) {
  .page-jun88-withdrawal-speed-test__hero-title {
    font-size: 2.5em;
  }

  .page-jun88-withdrawal-speed-test__hero-subtitle {
    font-size: 1.1em;
  }

  .page-jun88-withdrawal-speed-test__section-title {
    font-size: 1.8em;
  }

  .page-jun88-withdrawal-speed-test__paragraph,
  .page-jun88-withdrawal-speed-test__list-item {
    font-size: 1em;
  }

  .page-jun88-withdrawal-speed-test__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-jun88-withdrawal-speed-test__cta-title {
    font-size: 2em;
  }

  .page-jun88-withdrawal-speed-test__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-jun88-withdrawal-speed-test__hero-title {
    font-size: 2em;
  }

  .page-jun88-withdrawal-speed-test__hero-subtitle {
    font-size: 0.95em;
  }

  .page-jun88-withdrawal-speed-test__section-title {
    font-size: 1.6em;
  }

  .page-jun88-withdrawal-speed-test__btn {
    display: block;
    width: 90%;
    margin: 10px auto;
  }

  .page-jun88-withdrawal-speed-test__cta-title {
    font-size: 1.8em;
  }

  .page-jun88-withdrawal-speed-test__cta-text {
    font-size: 1em;
  }
  
  .page-jun88-withdrawal-speed-test__table th,
  .page-jun88-withdrawal-speed-test__table td {
    padding: 10px;
    font-size: 0.9em;
  }
}