/* style/blog-how-to-safely-access-kubet777-new-link.css */
.page-blog-how-to-safely-access-kubet777-new-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--background-color, #ffffff); /* Inherit from shared or default to white */
}

.page-blog-how-to-safely-access-kubet777-new-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  text-align: center;
  background-color: #f5f5f5;
}

.page-blog-how-to-safely-access-kubet777-new-link__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for large screens */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-safely-access-kubet777-new-link__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-how-to-safely-access-kubet777-new-link__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: 30px; /* Space between image and text */
}

.page-blog-how-to-safely-access-kubet777-new-link__main-title {
  color: #26A9E0;
  font-size: clamp(2rem, 4vw, 3.5rem); /* Responsive H1 font size */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-how-to-safely-access-kubet777-new-link__subtitle {
  font-size: 1.2rem;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-how-to-safely-access-kubet777-new-link__cta-button {
  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;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow word breaking */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-safely-access-kubet777-new-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-safely-access-kubet777-new-link__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-blog-how-to-safely-access-kubet777-new-link__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-left: 15px;
}

.page-blog-how-to-safely-access-kubet777-new-link__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b9;
  border-color: #1e87b9;
}

.page-blog-how-to-safely-access-kubet777-new-link__content-section {
  padding: 60px 0;
}

.page-blog-how-to-safely-access-kubet777-new-link__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-safely-access-kubet777-new-link__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-safely-access-kubet777-new-link__dark-bg h2,
.page-blog-how-to-safely-access-kubet777-new-link__dark-bg h3 {
  color: #ffffff;
}

.page-blog-how-to-safely-access-kubet777-new-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-safely-access-kubet777-new-link__section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-safely-access-kubet777-new-link__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-safely-access-kubet777-new-link__grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-how-to-safely-access-kubet777-new-link__grid-item {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-safely-access-kubet777-new-link__dark-bg .page-blog-how-to-safely-access-kubet777-new-link__grid-item {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.page-blog-how-to-safely-access-kubet777-new-link__sub-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-how-to-safely-access-kubet777-new-link__dark-bg .page-blog-how-to-safely-access-kubet777-new-link__sub-title {
  color: #ffffff;
}

.page-blog-how-to-safely-access-kubet777-new-link__image-text-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-how-to-safely-access-kubet777-new-link__content-image {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-how-to-safely-access-kubet777-new-link__center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.page-blog-how-to-safely-access-kubet777-new-link__list {
  flex: 1.5;
  min-width: 300px;
  list-style: none;
  padding: 0;
}

.page-blog-how-to-safely-access-kubet777-new-link__list-item {
  font-size: 1.1rem;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.page-blog-how-to-safely-access-kubet777-new-link__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #EA7C07; /* Login color for bullet point */
  font-weight: bold;
}

.page-blog-how-to-safely-access-kubet777-new-link__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
}

.page-blog-how-to-safely-access-kubet777-new-link__link {
  color: #EA7C07;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-how-to-safely-access-kubet777-new-link__link:hover {
  text-decoration: underline;
}

.page-blog-how-to-safely-access-kubet777-new-link__benefit-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  color: #333333;
  text-align: left;
}

.page-blog-how-to-safely-access-kubet777-new-link__dark-bg .page-blog-how-to-safely-access-kubet777-new-link__benefit-card {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.page-blog-how-to-safely-access-kubet777-new-link__card-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-how-to-safely-access-kubet777-new-link__card-text {
  font-size: 1rem;
  color: #555555;
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-section {
  background-color: #f9f9f9;
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #fdfdfd;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-toggle {
  font-size: 1.5rem;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-how-to-safely-access-kubet777-new-link__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.1rem;
  color: #555555;
}

.page-blog-how-to-safely-access-kubet777-new-link__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-blog-how-to-safely-access-kubet777-new-link__cta-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-safely-access-kubet777-new-link__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-safely-access-kubet777-new-link__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-how-to-safely-access-kubet777-new-link__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-safely-access-kubet777-new-link {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__hero-section {
    padding: 10px 0 40px 0;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-blog-how-to-safely-access-kubet777-new-link__subtitle {
    font-size: 1rem;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__section-title {
    font-size: 1.8rem;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__text-block,
  .page-blog-how-to-safely-access-kubet777-new-link__list-item,
  .page-blog-how-to-safely-access-kubet777-new-link__card-text,
  .page-blog-how-to-safely-access-kubet777-new-link__faq-answer {
    font-size: 1rem;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__sub-title {
    font-size: 1.3rem;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__cta-button,
  .page-blog-how-to-safely-access-kubet777-new-link a[class*="button"],
  .page-blog-how-to-safely-access-kubet777-new-link a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important; /* Ensure buttons take full width */
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__btn-secondary {
    margin-left: 0;
    margin-top: 15px; /* Stack buttons vertically */
  }
  .page-blog-how-to-safely-access-kubet777-new-link__button-group {
    flex-direction: column; /* Stack buttons vertically */
    padding: 0 15px;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__container,
  .page-blog-how-to-safely-access-kubet777-new-link__hero-content {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__content-image,
  .page-blog-how-to-safely-access-kubet777-new-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__image-text-block {
    flex-direction: column;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__grid-item {
    padding: 20px;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__benefit-card {
    padding: 20px;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__faq-question {
    font-size: 1.1rem;
    padding: 15px;
  }
  .page-blog-how-to-safely-access-kubet777-new-link__faq-answer {
    padding: 0 15px 15px 15px;
  }
}