.page-resources-game-strategy-and-tips {
  color: #f0f0f0; /* Light text for dark body background */
  background-color: var(--secondary-color); /* Inherit from shared.css, likely dark */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-game-strategy-and-tips__hero-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-game-strategy-and-tips__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-resources-game-strategy-and-tips__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.page-resources-game-strategy-and-tips__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-game-strategy-and-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-game-strategy-and-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-game-strategy-and-tips__hero-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin: 0 10px;
}

.page-resources-game-strategy-and-tips__hero-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-game-strategy-and-tips__hero-button--register:hover {
  background-color: #e0e0e0;
}

.page-resources-game-strategy-and-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-game-strategy-and-tips__breadcrumb {
  font-size: 0.9em;
  margin-bottom: 30px;
  color: #999999;
}

.page-resources-game-strategy-and-tips__breadcrumb-link {
  color: #FCBC45;
  text-decoration: none;
}

.page-resources-game-strategy-and-tips__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-game-strategy-and-tips__breadcrumb-separator,
.page-resources-game-strategy-and-tips__breadcrumb-current {
  color: #f0f0f0;
}

.page-resources-game-strategy-and-tips__article-container {
  display: flex;
  gap: 40px;
}

.page-resources-game-strategy-and-tips__article {
  flex: 3;
  max-width: 800px; /* Content width constraint */
  margin: 0 auto;
}

.page-resources-game-strategy-and-tips__article-heading {
  font-size: 2.2em;
  color: #FCBC45;
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-game-strategy-and-tips__article-subheading {
  font-size: 1.7em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-game-strategy-and-tips__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-game-strategy-and-tips__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-resources-game-strategy-and-tips__article-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-game-strategy-and-tips__article-list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-game-strategy-and-tips__article-list-item strong {
  color: #FCBC45;
}

.page-resources-game-strategy-and-tips__call-to-action {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-game-strategy-and-tips__call-to-action-text {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-game-strategy-and-tips__call-to-action-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0 10px;
}

.page-resources-game-strategy-and-tips__call-to-action-button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-game-strategy-and-tips__call-to-action-button--register:hover {
  background-color: #e6a73c;
}

.page-resources-game-strategy-and-tips__call-to-action-button--login {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-game-strategy-and-tips__call-to-action-button--login:hover {
  background-color: #e0e0e0;
}

.page-resources-game-strategy-and-tips__sidebar {
  flex: 1;
  background-color: #1a1a1a;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-game-strategy-and-tips__sidebar-block {
  margin-bottom: 30px;
}

.page-resources-game-strategy-and-tips__sidebar-heading {
  font-size: 1.5em;
  color: #FCBC45;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(252, 188, 69, 0.3);
  padding-bottom: 10px;
}

.page-resources-game-strategy-and-tips__sidebar-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-game-strategy-and-tips__sidebar-list-item {
  margin-bottom: 10px;
}

.page-resources-game-strategy-and-tips__sidebar-list-item a {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

.page-resources-game-strategy-and-tips__sidebar-list-item a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-game-strategy-and-tips__sidebar-button {
  display: block;
  width: 100%;
  padding: 12px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 15px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-game-strategy-and-tips__sidebar-button--play {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-game-strategy-and-tips__sidebar-button--play:hover {
  background-color: #e6a73c;
}

.page-resources-game-strategy-and-tips__sidebar-button--download {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-game-strategy-and-tips__sidebar-button--download:hover {
  background-color: #e0e0e0;
}

.page-resources-game-strategy-and-tips__back-link-container {
  text-align: center;
  margin-top: 50px;
}

.page-resources-game-strategy-and-tips__back-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px 20px;
  border: 1px solid #FCBC45;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-game-strategy-and-tips__back-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

@media (max-width: 992px) {
  .page-resources-game-strategy-and-tips__article-container {
    flex-direction: column;
  }

  .page-resources-game-strategy-and-tips__article {
    max-width: 100%;
  }

  .page-resources-game-strategy-and-tips__sidebar {
    order: -1; /* Move sidebar above content on smaller screens */
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .page-resources-game-strategy-and-tips__hero-title {
    font-size: 2.2em;
  }

  .page-resources-game-strategy-and-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-game-strategy-and-tips__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 5px;
  }

  .page-resources-game-strategy-and-tips__hero-content {
    padding: 15px;
  }

  .page-resources-game-strategy-and-tips__content-area {
    padding: 20px 15px;
  }

  .page-resources-game-strategy-and-tips__article-heading {
    font-size: 1.8em;
  }

  .page-resources-game-strategy-and-tips__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-game-strategy-and-tips__article-paragraph,
  .page-resources-game-strategy-and-tips__article-list-item {
    font-size: 1em;
  }

  .page-resources-game-strategy-and-tips__call-to-action-text {
    font-size: 1.2em;
  }

  .page-resources-game-strategy-and-tips__call-to-action-button {
    padding: 10px 20px;
    font-size: 1em;
    margin: 5px;
  }

  .page-resources-game-strategy-and-tips img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size even on mobile */
    min-height: 200px; /* Enforce minimum size even on mobile */
  }

  .page-resources-game-strategy-and-tips__article-image {
    width: 100%; /* Ensure images don't overflow */
    height: auto;
  }
}

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

  .page-resources-game-strategy-and-tips__hero-description {
    font-size: 0.9em;
  }

  .page-resources-game-strategy-and-tips__hero-content {
    width: 90%;
  }

  .page-resources-game-strategy-and-tips__hero-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-resources-game-strategy-and-tips__call-to-action-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}