/* style/resources-f168vip-game-strategy-tips.css */

/* Biến CSS */
:root {
  --page-resources-f168vip-game-strategy-tips-primary-color: #FFD700; /* Vàng */
  --page-resources-f168vip-game-strategy-tips-secondary-color: #8B0000; /* Đỏ rượu */
  --page-resources-f168vip-game-strategy-tips-text-dark: #333;
  --page-resources-f168vip-game-strategy-tips-text-light: #fff;
  --page-resources-f168vip-game-strategy-tips-bg-light: #f8f8f8;
  --page-resources-f168vip-game-strategy-tips-bg-dark: #222;
  --page-resources-f168vip-game-strategy-tips-link-color: #8B0000;
  --page-resources-f168vip-game-strategy-tips-link-hover-color: #b30000;
}

.page-resources-f168vip-game-strategy-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-resources-f168vip-game-strategy-tips-text-dark);
  background-color: var(--page-resources-f168vip-game-strategy-tips-bg-light);
}

.page-resources-f168vip-game-strategy-tips__hero {
  background: linear-gradient(135deg, var(--page-resources-f168vip-game-strategy-tips-primary-color) 0%, var(--page-resources-f168vip-game-strategy-tips-secondary-color) 100%);
  padding: 80px 20px;
  color: var(--page-resources-f168vip-game-strategy-tips-text-light);
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-f168vip-game-strategy-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-f168vip-game-strategy-tips__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--page-resources-f168vip-game-strategy-tips-text-light);
}

.page-resources-f168vip-game-strategy-tips__title .highlight {
  color: var(--page-resources-f168vip-game-strategy-tips-primary-color);
}

.page-resources-f168vip-game-strategy-tips__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-f168vip-game-strategy-tips__btn {
  display: inline-block;
  background-color: var(--page-resources-f168vip-game-strategy-tips-primary-color);
  color: var(--page-resources-f168vip-game-strategy-tips-secondary-color);
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid var(--page-resources-f168vip-game-strategy-tips-primary-color);
}

.page-resources-f168vip-game-strategy-tips__btn:hover {
  background-color: darken(var(--page-resources-f168vip-game-strategy-tips-primary-color), 10%);
  transform: translateY(-2px);
  color: var(--page-resources-f168vip-game-strategy-tips-text-dark);
}

.page-resources-f168vip-game-strategy-tips__content-section {
  padding: 60px 0;
  background-color: var(--page-resources-f168vip-game-strategy-tips-bg-light);
}

.page-resources-f168vip-game-strategy-tips__content-narrow {
  max-width: 800px;
  padding: 0 20px;
}

.page-resources-f168vip-game-strategy-tips__heading {
  font-size: 2em;
  color: var(--page-resources-f168vip-game-strategy-tips-secondary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--page-resources-f168vip-game-strategy-tips-primary-color);
  padding-bottom: 10px;
}

.page-resources-f168vip-game-strategy-tips__subheading {
  font-size: 1.6em;
  color: var(--page-resources-f168vip-game-strategy-tips-text-dark);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-f168vip-game-strategy-tips p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-f168vip-game-strategy-tips a {
  color: var(--page-resources-f168vip-game-strategy-tips-link-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-f168vip-game-strategy-tips a:hover {
  color: var(--page-resources-f168vip-game-strategy-tips-link-hover-color);
  text-decoration: underline;
}

.page-resources-f168vip-game-strategy-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-f168vip-game-strategy-tips__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-f168vip-game-strategy-tips__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-f168vip-game-strategy-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-f168vip-game-strategy-tips__image-caption {
  font-style: italic;
  color: #666;
  margin-top: 10px;
  font-size: 0.95em;
}

.page-resources-f168vip-game-strategy-tips__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 25px;
}

.page-resources-f168vip-game-strategy-tips__app-download {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-f168vip-game-strategy-tips__btn--download {
  display: flex;
  align-items: center;
  background-color: var(--page-resources-f168vip-game-strategy-tips-secondary-color);
  color: var(--page-resources-f168vip-game-strategy-tips-text-light);
  border: 2px solid var(--page-resources-f168vip-game-strategy-tips-secondary-color);
  padding: 12px 25px;
  font-size: 1em;
}

.page-resources-f168vip-game-strategy-tips__btn--download:hover {
  background-color: darken(var(--page-resources-f168vip-game-strategy-tips-secondary-color), 10%);
  color: var(--page-resources-f168vip-game-strategy-tips-text-light);
}

.page-resources-f168vip-game-strategy-tips__btn-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  /* Ensure icons are not filtered */
  filter: none;
}

.page-resources-f168vip-game-strategy-tips__faq {
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-f168vip-game-strategy-tips__faq-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}

.page-resources-f168vip-game-strategy-tips__faq-item:last-child {
  border-bottom: none;
}

.page-resources-f168vip-game-strategy-tips__faq-question {
  font-size: 1.3em;
  color: var(--page-resources-f168vip-game-strategy-tips-secondary-color);
  margin-bottom: 10px;
}

.page-resources-f168vip-game-strategy-tips__faq-answer {
  font-size: 1.05em;
  color: var(--page-resources-f168vip-game-strategy-tips-text-dark);
}

.page-resources-f168vip-game-strategy-tips__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-f168vip-game-strategy-tips__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-f168vip-game-strategy-tips__back-link {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-f168vip-game-strategy-tips__title {
    font-size: 2.2em;
  }

  .page-resources-f168vip-game-strategy-tips__subtitle {
    font-size: 1.1em;
  }

  .page-resources-f168vip-game-strategy-tips__heading {
    font-size: 1.8em;
  }

  .page-resources-f168vip-game-strategy-tips__subheading {
    font-size: 1.4em;
  }

  .page-resources-f168vip-game-strategy-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-f168vip-game-strategy-tips__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-f168vip-game-strategy-tips__app-download {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-resources-f168vip-game-strategy-tips__title {
    font-size: 1.8em;
  }

  .page-resources-f168vip-game-strategy-tips__subtitle {
    font-size: 1em;
  }

  .page-resources-f168vip-game-strategy-tips__heading {
    font-size: 1.5em;
  }

  .page-resources-f168vip-game-strategy-tips__subheading {
    font-size: 1.2em;
  }

  .page-resources-f168vip-game-strategy-tips p,
  .page-resources-f168vip-game-strategy-tips__list li,
  .page-resources-f168vip-game-strategy-tips__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-f168vip-game-strategy-tips__btn,
  .page-resources-f168vip-game-strategy-tips__btn--large {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .page-resources-f168vip-game-strategy-tips__app-download a {
    width: 80%;
  }
}