.page-blog-top-5-kv999-slots-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-blog-top-5-kv999-slots-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-top-5-kv999-slots-tips__hero {
  background: linear-gradient(135deg, #CC0000 0%, #FFD700 100%);
  color: #fff;
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-blog-top-5-kv999-slots-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-blog-top-5-kv999-slots-tips__hero .page-blog-top-5-kv999-slots-tips__container {
  position: relative;
  z-index: 2;
}

.page-blog-top-5-kv999-slots-tips__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-top-5-kv999-slots-tips__subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #ffe08a;
}

.page-blog-top-5-kv999-slots-tips__hero-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  transition: transform 0.3s ease-in-out;
}

.page-blog-top-5-kv999-slots-tips__hero-image:hover {
  transform: translateY(-5px);
}

.page-blog-top-5-kv999-slots-tips__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-blog-top-5-kv999-slots-tips__article {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-top-5-kv999-slots-tips__heading {
  color: #CC0000;
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-blog-top-5-kv999-slots-tips__heading:first-of-type {
  margin-top: 0;
}

.page-blog-top-5-kv999-slots-tips__article p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-blog-top-5-kv999-slots-tips__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-blog-top-5-kv999-slots-tips__article li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-blog-top-5-kv999-slots-tips__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-blog-top-5-kv999-slots-tips__image {
  max-width: 90%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-top-5-kv999-slots-tips__keyword {
  font-weight: bold;
  color: #CC0000;
}

.page-blog-top-5-kv999-slots-tips__cta-block {
  background-color: #FFF8E1; /* Light gold background */
  border-left: 5px solid #FFD700;
  padding: 25px 30px;
  margin: 40px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-top-5-kv999-slots-tips__cta-text {
  font-size: 1.3em;
  color: #666;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-blog-top-5-kv999-slots-tips__button {
  display: inline-block;
  background-color: #CC0000;
  color: #fff;
  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: none;
  cursor: pointer;
}

.page-blog-top-5-kv999-slots-tips__button:hover {
  background-color: #A00000; /* Darker red */
  transform: translateY(-2px);
}

.page-blog-top-5-kv999-slots-tips__final-cta {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #eee;
}

.page-blog-top-5-kv999-slots-tips__final-cta .page-blog-top-5-kv999-slots-tips__button {
  margin: 0 10px;
}

.page-blog-top-5-kv999-slots-tips__button--primary {
  background-color: #CC0000;
}

.page-blog-top-5-kv999-slots-tips__button--primary:hover {
  background-color: #A00000;
}

.page-blog-top-5-kv999-slots-tips__button--secondary {
  background-color: #FFD700;
  color: #333;
}

.page-blog-top-5-kv999-slots-tips__button--secondary:hover {
  background-color: #E0B800;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-top-5-kv999-slots-tips__title {
    font-size: 2.5em;
  }

  .page-blog-top-5-kv999-slots-tips__subtitle {
    font-size: 1.2em;
  }

  .page-blog-top-5-kv999-slots-tips__heading {
    font-size: 1.8em;
  }

  .page-blog-top-5-kv999-slots-tips__article {
    padding: 20px;
  }

  .page-blog-top-5-kv999-slots-tips__cta-block {
    flex-direction: column;
  }

  .page-blog-top-5-kv999-slots-tips__button {
    width: 90%;
    margin-bottom: 15px;
  }

  .page-blog-top-5-kv999-slots-tips__final-cta .page-blog-top-5-kv999-slots-tips__button {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-blog-top-5-kv999-slots-tips__title {
    font-size: 2em;
  }

  .page-blog-top-5-kv999-slots-tips__subtitle {
    font-size: 1em;
  }

  .page-blog-top-5-kv999-slots-tips__heading {
    font-size: 1.5em;
  }

  .page-blog-top-5-kv999-slots-tips__article p,
  .page-blog-top-5-kv999-slots-tips__article li {
    font-size: 1em;
  }

  .page-blog-top-5-kv999-slots-tips__cta-text {
    font-size: 1.1em;
  }

  .page-blog-top-5-kv999-slots-tips__button {
    padding: 12px 20px;
    font-size: 1em;
  }
}