/* style/resources-how-to-find-latest-kubet-link.css */
.page-resources-how-to-find-latest-kubet-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Main content background is transparent, letting body background show */
}

/* Fixed Header Spacing */
.page-resources-how-to-find-latest-kubet-link__hero-section {
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
}

/* Hero Section */
.page-resources-how-to-find-latest-kubet-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 600px;
  background-color: #000000; /* Dark background for hero */
  color: #ffffff;
  overflow: hidden;
  padding: 40px 20px;
}

.page-resources-how-to-find-latest-kubet-link__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-how-to-find-latest-kubet-link__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-how-to-find-latest-kubet-link__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Overlay effect for background image */
}

.page-resources-how-to-find-latest-kubet-link__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-how-to-find-latest-kubet-link__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-find-latest-kubet-link__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* General Section Styles */
.page-resources-how-to-find-latest-kubet-link__section {
  padding: 60px 20px;
}

.page-resources-how-to-find-latest-kubet-link__dark-bg {
  background-color: #0a0a0a; /* Body background */
  color: #ffffff;
}

.page-resources-how-to-find-latest-kubet-link__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast sections */
  color: #ffffff;
}

.page-resources-how-to-find-latest-kubet-link__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-how-to-find-latest-kubet-link__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #26A9E0; /* Brand color for titles */
}

.page-resources-how-to-find-latest-kubet-link__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-how-to-find-latest-kubet-link__highlight {
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-how-to-find-latest-kubet-link__image-full-width {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Buttons */
.page-resources-how-to-find-latest-kubet-link__btn-primary,
.page-resources-how-to-find-latest-kubet-link__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-find-latest-kubet-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-find-latest-kubet-link__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-how-to-find-latest-kubet-link__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-find-latest-kubet-link__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Lists */
.page-resources-how-to-find-latest-kubet-link__ordered-list,
.page-resources-how-to-find-latest-kubet-link__unordered-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.page-resources-how-to-find-latest-kubet-link__list-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #26A9E0;
}

.page-resources-how-to-find-latest-kubet-link__list-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-resources-how-to-find-latest-kubet-link__list-description {
  color: #e0e0e0;
}

.page-resources-how-to-find-latest-kubet-link__icon-list .page-resources-how-to-find-latest-kubet-link__list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #26A9E0;
}

.page-resources-how-to-find-latest-kubet-link__list-icon {
  font-size: 1.8em;
  color: #26A9E0;
  flex-shrink: 0;
}

/* Steps Grid */
.page-resources-how-to-find-latest-kubet-link__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-how-to-find-latest-kubet-link__step-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(38, 169, 224, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-find-latest-kubet-link__step-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-find-latest-kubet-link__step-description {
  color: #e0e0e0;
}

/* Video Section */
.page-resources-how-to-find-latest-kubet-link__video-section {
  text-align: center;
}

.page-resources-how-to-find-latest-kubet-link__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px; /* Max width for video container */
  margin: 0 auto 30px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  background-color: #000;
}

.page-resources-how-to-find-latest-kubet-link__video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.page-resources-how-to-find-latest-kubet-link__video-link-overlay {
  display: block;
  position: relative;
}

/* FAQ Section */
.page-resources-how-to-find-latest-kubet-link__faq-list {
  margin-top: 30px;
}

.page-resources-how-to-find-latest-kubet-link__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(38, 169, 224, 0.3);
}

.page-resources-how-to-find-latest-kubet-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(38, 169, 224, 0.1);
  border-bottom: 1px solid rgba(38, 169, 224, 0.2);
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-resources-how-to-find-latest-kubet-link__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for Chrome */
}