.page-resources-okbet-account-security {
  color: #333333;
}

.page-resources-okbet-account-security__hero-section {
  background-color: #000000;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px; /* Ensure hero section has a minimum height */
}

.page-resources-okbet-account-security__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-resources-okbet-account-security__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-okbet-account-security__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-okbet-account-security__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-okbet-account-security__hero-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-okbet-account-security__hero-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-okbet-account-security__hero-button--register:hover {
  background-color: #f0f0f0;
}

.page-resources-okbet-account-security__hero-button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-okbet-account-security__hero-button--login:hover {
  background-color: #e0a030;
}

.page-resources-okbet-account-security__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-okbet-account-security__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-okbet-account-security__back-link:hover {
  color: #FCBC45;
}

.page-resources-okbet-account-security__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-okbet-account-security__article-subheading {
  font-size: 1.4em;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-resources-okbet-account-security__article p {
  margin-bottom: 20px;
}

.page-resources-okbet-account-security__list,
.page-resources-okbet-account-security__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-okbet-account-security__ordered-list {
  list-style-type: decimal;
}

.page-resources-okbet-account-security__list-item {
  margin-bottom: 10px;
}

.page-resources-okbet-account-security__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-okbet-account-security__cta-button {
  display: block;
  width: fit-content;
  margin: 40px auto 20px auto;
  padding: 18px 35px;
  background-color: #FCBC45;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-okbet-account-security__cta-button:hover {
  background-color: #e0a030;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-resources-okbet-account-security__hero-title {
    font-size: 2.5em;
  }

  .page-resources-okbet-account-security__hero-description {
    font-size: 1em;
  }

  .page-resources-okbet-account-security__hero-button {
    padding: 12px 20px;
    font-size: 1em;
    margin: 10px 5px;
  }

  .page-resources-okbet-account-security__content-area {
    padding: 15px;
    margin: 20px auto;
  }

  .page-resources-okbet-account-security__article-heading {
    font-size: 1.8em;
    margin-top: 30px;
  }

  .page-resources-okbet-account-security__article-subheading {
    font-size: 1.2em;
  }

  .page-resources-okbet-account-security__article p,
  .page-resources-okbet-account-security__list-item {
    font-size: 0.95em;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-okbet-account-security img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-okbet-account-security__hero-title {
    font-size: 2em;
  }

  .page-resources-okbet-account-security__hero-button {
    display: block;
    margin: 10px auto;
    width: 80%;
  }

  .page-resources-okbet-account-security__hero-section {
    padding-top: var(--header-offset, 120px); /* Apply for mobile too */
  }
}

/* Ensure proper padding-top for main content to avoid header overlap */
.page-resources-okbet-account-security {
  padding-top: var(--header-offset, 120px);
}