/* style/resources-fun88-latest-address.css */
.page-resources-fun88-latest-address {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  padding: 20px 0;
}

.page-resources-fun88-latest-address__article-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.page-resources-fun88-latest-address__header {
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-fun88-latest-address__back-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-fun88-latest-address__back-link:hover {
  color: #e6c200;
}

.page-resources-fun88-latest-address__title {
  font-size: 2.5em;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page-resources-fun88-latest-address__meta {
  font-size: 0.9em;
  color: #666;
}

.page-resources-fun88-latest-address__section {
  margin-bottom: 30px;
}

.page-resources-fun88-latest-address__subtitle {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 5px;
}

.page-resources-fun88-latest-address__sub-heading {
  font-size: 1.3em;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-fun88-latest-address__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-fun88-latest-address__main-image,
.page-resources-fun88-latest-address__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-fun88-latest-address__image-wrapper figcaption {
  font-size: 0.85em;
  color: #777;
  margin-top: 10px;
}

.page-resources-fun88-latest-address__cta-box {
  background-color: #f0f0f0;
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  text-align: center;
}

.page-resources-fun88-latest-address__cta-box p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #000000;
}

.page-resources-fun88-latest-address__button {
  display: inline-block;
  background-color: #FFD700;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-fun88-latest-address__button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-fun88-latest-address__button--primary {
  background-color: #FFD700;
  color: #000000;
}

.page-resources-fun88-latest-address__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-fun88-latest-address__button--secondary {
  background-color: #000000;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-fun88-latest-address__button--secondary:hover {
  background-color: #333333;
  color: #FFD700;
}

.page-resources-fun88-latest-address__button--download {
  background-color: #000000;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-fun88-latest-address__button--download:hover {
  background-color: #333333;
  color: #FFD700;
}

.page-resources-fun88-latest-address__link-highlight {
  background-color: #fffacd; /* Light goldenrod yellow */
  border: 1px dashed #FFD700;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  text-align: center;
}

.page-resources-fun88-latest-address__link-highlight p {
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-fun88-latest-address__button--large {
  padding: 15px 30px;
  font-size: 1.15em;
}

.page-resources-fun88-latest-address__list,
.page-resources-fun88-latest-address__numbered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-fun88-latest-address__numbered-list {
  list-style-type: decimal;
}

.page-resources-fun88-latest-address__list li,
.page-resources-fun88-latest-address__numbered-list li {
  margin-bottom: 8px;
  color: #444;
}

.page-resources-fun88-latest-address__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-resources-fun88-latest-address__faq-question {
  display: block;
  padding: 15px 20px;
  background-color: #000000;
  color: #FFD700;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-resources-fun88-latest-address__faq-question:hover {
  background-color: #333333;
}

.page-resources-fun88-latest-address__faq-question::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-fun88-latest-address__faq-item[open] .page-resources-fun88-latest-address__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-fun88-latest-address__faq-answer {
  padding: 15px 20px;
  background-color: #fdfdfd;
  border-top: 1px solid #eee;
  color: #555;
}

.page-resources-fun88-latest-address__cta-box--final {
  margin-top: 50px;
  background-color: #000000;
  border-left-color: #FFD700;
  padding: 30px;
}

.page-resources-fun88-latest-address__cta-box--final p {
  color: #ffffff;
}

.page-resources-fun88-latest-address__back-to-home {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-fun88-latest-address__back-to-home:hover {
  color: #e6c200;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-fun88-latest-address__article-container {
    padding: 20px;
  }

  .page-resources-fun88-latest-address__title {
    font-size: 2em;
  }

  .page-resources-fun88-latest-address__subtitle {
    font-size: 1.5em;
  }

  .page-resources-fun88-latest-address__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-fun88-latest-address__button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-resources-fun88-latest-address__button--large {
    padding: 12px 25px;
    font-size: 1.05em;
  }
}

@media (max-width: 480px) {
  .page-resources-fun88-latest-address__article-container {
    padding: 15px;
  }

  .page-resources-fun88-latest-address__title {
    font-size: 1.8em;
  }

  .page-resources-fun88-latest-address__subtitle {
    font-size: 1.3em;
  }

  .page-resources-fun88-latest-address__cta-box {
    padding: 15px;
  }

  .page-resources-fun88-latest-address__button {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .page-resources-fun88-latest-address__button:last-child {
    margin-bottom: 0;
  }

  .page-resources-fun88-latest-address__link-highlight {
    padding: 15px;
  }
}