/* style/blog-how-to-securely-access-loc88.css */

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-how-to-securely-access-loc88 {
  color: #333333; /* Deep gray for text on light background */
  background-color: #ffffff; /* Explicitly set for clarity, though body handles it */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

/* Sections */
.page-blog-how-to-securely-access-loc88__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-blog-how-to-securely-access-loc88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-how-to-securely-access-loc88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #f0f8ff; /* Light background for hero */
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
}

.page-blog-how-to-securely-access-loc88__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-how-to-securely-access-loc88__hero-content {
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
}

.page-blog-how-to-securely-access-loc88__main-title {
  font-weight: 700;
  color: #26A9E0;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.page-blog-how-to-securely-access-loc88__hero-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

/* Section Titles */
.page-blog-how-to-securely-access-loc88__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

/* Text Blocks */
.page-blog-how-to-securely-access-loc88__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

/* Lists */
.page-blog-how-to-securely-access-loc88__list,
.page-blog-how-to-securely-access-loc88__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-how-to-securely-access-loc88__ordered-list {
  list-style-type: decimal;
}

.page-blog-how-to-securely-access-loc88__list-item {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-how-to-securely-access-loc88__list-heading {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Buttons */
.page-blog-how-to-securely-access-loc88__btn-primary,
.page-blog-how-to-securely-access-loc88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-securely-access-loc88__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
  margin-right: 15px;
}

.page-blog-how-to-securely-access-loc88__btn-primary:hover {
  background-color: #1e87c2;
}

.page-blog-how-to-securely-access-loc88__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-securely-access-loc88__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-securely-access-loc88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-how-to-securely-access-loc88__btn--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

/* Cards */
.page-blog-how-to-securely-access-loc88__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-securely-access-loc88__grid--2-cols {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.page-blog-how-to-securely-access-loc88__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-how-to-securely-access-loc88__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-blog-how-to-securely-access-loc88__card-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-securely-access-loc88__card-text {
  font-size: 1em;
  line-height: 1.6;
  flex-grow: 1;
}

.page-blog-how-to-securely-access-loc88__card--small {
  padding: 20px;
}

/* Platform Overview Features */
.page-blog-how-to-securely-access-loc88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-blog-how-to-securely-access-loc88__feature-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-how-to-securely-access-loc88__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-blog-how-to-securely-access-loc88__feature-title {
  font-size: 1.2em;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-how-to-securely-access-loc88__feature-description {
  font-size: 0.95em;
  line-height: 1.5;
}

/* FAQ Section */
.page-blog-how-to-securely-access-loc88__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-securely-access-loc88__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-how-to-securely-access-loc88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.15em;
  font-weight: 600;
  color: #26A9E0;
  background-color: #f5f5f5;
  list-style: none; /* For details/summary */
}

.page-blog-how-to-securely-access-loc88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-securely-access-loc88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-how-to-securely-access-loc88__faq-item[open] .page-blog-how-to-securely-access-loc88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-securely-access-loc88__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

/* Conclusion Section */
.page-blog-how-to-securely-access-loc88__conclusion {
  text-align: center;
  background-color: #e6f7ff; /* Light blue background */
  padding: 80px 0;
}

.page-blog-how-to-securely-access-loc88__conclusion .page-blog-how-to-securely-access-loc88__section-title {
  color: #26A9E0;
}

.page-blog-how-to-securely-access-loc88__conclusion .page-blog-how-to-securely-access-loc88__text-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-securely-access-loc88__hero-section {
    padding: 40px 20px;
  }

  .page-blog-how-to-securely-access-loc88__main-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-securely-access-loc88__section-title {
    font-size: 2em;
  }

  .page-blog-how-to-securely-access-loc88__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .page-blog-how-to-securely-access-loc88__grid--2-cols {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-securely-access-loc88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-securely-access-loc88__hero-section {
    padding: 30px 15px;
  }

  .page-blog-how-to-securely-access-loc88__main-title {
    font-size: 2em;
  }

  .page-blog-how-to-securely-access-loc88__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-securely-access-loc88__section {
    padding: 40px 0;
  }

  .page-blog-how-to-securely-access-loc88__container {
    padding: 0 15px;
  }

  .page-blog-how-to-securely-access-loc88__hero-image,
  .page-blog-how-to-securely-access-loc88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-securely-access-loc88__section,
  .page-blog-how-to-securely-access-loc88__card,
  .page-blog-how-to-securely-access-loc88__container,
  .page-blog-how-to-securely-access-loc88__features-grid,
  .page-blog-how-to-securely-access-loc88__grid,
  .page-blog-how-to-securely-access-loc88__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-securely-access-loc88__hero-section,
  .page-blog-how-to-securely-access-loc88__video-section {
    padding-top: 10px !important; /* body handles --header-offset, small padding for visual */
  }

  .page-blog-how-to-securely-access-loc88__cta-button,
  .page-blog-how-to-securely-access-loc88__btn-primary,
  .page-blog-how-to-securely-access-loc88__btn-secondary,
  .page-blog-how-to-securely-access-loc88 a[class*="button"],
  .page-blog-how-to-securely-access-loc88 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0 !important;
  }

  .page-blog-how-to-securely-access-loc88__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-securely-access-loc88__grid,
  .page-blog-how-to-securely-access-loc88__grid--2-cols,
  .page-blog-how-to-securely-access-loc88__features-grid {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-securely-access-loc88__card-image {
    height: 180px;
  }

  .page-blog-how-to-securely-access-loc88__feature-icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-securely-access-loc88__main-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-securely-access-loc88__section-title {
    font-size: 1.6em;
  }

  .page-blog-how-to-securely-access-loc88__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-securely-access-loc88__btn-primary,
  .page-blog-how-to-securely-access-loc88__btn-secondary {
    padding: 12px 20px;
  }
}

/* Contrast Fixes */
.page-blog-how-to-securely-access-loc88__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-securely-access-loc88__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-how-to-securely-access-loc88__medium-bg {
  background-color: #FFFFFF;
  color: #000000;
}

/* Emergency Contrast Fix */
.page-blog-how-to-securely-access-loc88__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-how-to-securely-access-loc88__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}