.page-blog-why-555taya-best-choice { color: #333333; font-family: Arial, sans-serif; line-height: 1.6; }
.page-blog-why-555taya-best-choice__hero-section { position: relative; overflow: hidden; color: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 10px; }
.page-blog-why-555taya-best-choice__hero-image { width: 100%; height: auto; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1; }
.page-blog-why-555taya-best-choice__hero-content { position: relative; z-index: 1; text-align: center; padding: 20px; max-width: 900px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; margin-top: 50px; margin-bottom: 50px; }
.page-blog-why-555taya-best-choice__hero-title { font-weight: bold; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 15px; color: #FFD700; }
.page-blog-why-555taya-best-choice__hero-description { font-size: 1.1em; margin-bottom: 30px; }
.page-blog-why-555taya-best-choice__hero-actions { display: flex; gap: 15px; justify-content: center; }

.page-blog-why-555taya-best-choice__section-title { color: #800080; text-align: center; margin-top: 40px; margin-bottom: 20px; font-size: 2em; }
.page-blog-why-555taya-best-choice__content-section { padding: 20px; max-width: 1200px; margin: 0 auto; }
.page-blog-why-555taya-best-choice__content-image { width: 100%; height: auto; display: block; margin: 20px auto; border-radius: 8px; min-width: 200px; min-height: 200px; }

.page-blog-why-555taya-best-choice__btn { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }
.page-blog-why-555taya-best-choice__btn--primary { background-color: #FFD700; color: #800080; border: 2px solid #FFD700; }
.page-blog-why-555taya-best-choice__btn--primary:hover { background-color: #e6c200; border-color: #e6c200; }
.page-blog-why-555taya-best-choice__btn--secondary { background-color: #800080; color: #FFD700; border: 2px solid #800080; }
.page-blog-why-555taya-best-choice__btn--secondary:hover { background-color: #660066; border-color: #660066; }
.page-blog-why-555taya-best-choice__btn--small { padding: 8px 15px; font-size: 0.9em; }
.page-blog-why-555taya-best-choice__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; margin-bottom: 30px; }

.page-blog-why-555taya-best-choice__table-of-contents-section { background-color: #f9f9f9; padding: 20px; border-radius: 8px; margin: 20px auto; max-width: 1200px; }
.page-blog-why-555taya-best-choice__toc-nav { margin-top: 15px; }
.page-blog-why-555taya-best-choice__toc-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.page-blog-why-555taya-best-choice__toc-list li { margin-bottom: 5px; }
.page-blog-why-555taya-best-choice__toc-list a { text-decoration: none; color: #800080; font-weight: bold; padding: 8px 12px; border-radius: 5px; transition: background-color 0.3s ease; }
.page-blog-why-555taya-best-choice__toc-list a:hover { background-color: #FFD700; color: #333333; }

.page-blog-why-555taya-best-choice__games-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; list-style: none; padding: 0; margin-top: 30px; margin-bottom: 30px; }
.page-blog-why-555taya-best-choice__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: center; padding-bottom: 15px; }
.page-blog-why-555taya-best-choice__game-image { width: 100%; height: auto; object-fit: cover; display: block; border-bottom: 1px solid #eee; min-width: 170px; min-height: 230px; }
.page-blog-why-555taya-best-choice__game-title { font-size: 1.1em; margin: 15px 0 10px; color: #800080; }

.page-blog-why-555taya-best-choice__faq-list { margin-top: 30px; }
.page-blog-why-555taya-best-choice__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
.page-blog-why-555taya-best-choice__faq-question { display: block; padding: 15px 20px; cursor: pointer; font-weight: bold; color: #800080; position: relative; }
.page-blog-why-555taya-best-choice__faq-question::marker { display: none; }
.page-blog-why-555taya-best-choice__faq-toggle { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5em; line-height: 1; }
.page-blog-why-555taya-best-choice__faq-answer { padding: 10px 20px 15px; background-color: #fff; border-top: 1px solid #eee; color: #333333; }

@media (max-width: 1024px) {
  .page-blog-why-555taya-best-choice__games-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .page-blog-why-555taya-best-choice__hero-title { font-size: 1.8em; }
  .page-blog-why-555taya-best-choice__hero-description { font-size: 1em; }
  .page-blog-why-555taya-best-choice__hero-actions { flex-direction: column; gap: 10px; }
  .page-blog-why-555taya-best-choice__btn { width: 100%; max-width: 300px; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
  .page-blog-why-555taya-best-choice__section-title { font-size: 1.6em; }
  .page-blog-why-555taya-best-choice__content-image, .page-blog-why-555taya-best-choice__game-image { max-width: 100% !important; height: auto !important; }
  .page-blog-why-555taya-best-choice__toc-list { flex-direction: column; align-items: center; }
  .page-blog-why-555taya-best-choice__toc-toggle { display: block; margin: 10px auto; width: fit-content; }
  .page-blog-why-555taya-best-choice__toc-nav { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
  .page-blog-why-555taya-best-choice__toc-nav.is-open { max-height: 500px; /* Adjust as needed */ transition: max-height 0.5s ease-in; }
  .page-blog-why-555taya-best-choice__games-grid { grid-template-columns: repeat(2, 1fr); }
  .page-blog-why-555taya-best-choice__cta-buttons { flex-direction: column; gap: 10px; }
}