.page-resources-jbo-mobile-app-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-jbo-mobile-app-guide__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-jbo-mobile-app-guide__breadcrumbs {
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #666;
}

.page-resources-jbo-mobile-app-guide__breadcrumb-link {
  color: #1A2B4C;
  text-decoration: none;
}

.page-resources-jbo-mobile-app-guide__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-jbo-mobile-app-guide__breadcrumb-separator {
  margin: 0 5px;
}

.page-resources-jbo-mobile-app-guide__breadcrumb-current {
  color: #FF8C00;
}

.page-resources-jbo-mobile-app-guide__article-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-jbo-mobile-app-guide__title {
  font-size: 2.5em;
  color: #1A2B4C;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-resources-jbo-mobile-app-guide__meta {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.page-resources-jbo-mobile-app-guide__image-hero {
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-jbo-mobile-app-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-jbo-mobile-app-guide__image-inline {
  text-align: center;
  margin: 20px 0;
}

.page-resources-jbo-mobile-app-guide__subtitle {
  font-size: 1.8em;
  color: #1A2B4C;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FF8C00;
  padding-left: 15px;
}

.page-resources-jbo-mobile-app-guide__heading-3 {
  font-size: 1.4em;
  color: #1A2B4C;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jbo-mobile-app-guide__heading-4 {
  font-size: 1.2em;
  color: #1A2B4C;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-jbo-mobile-app-guide__article-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-jbo-mobile-app-guide__article-content ul,
.page-resources-jbo-mobile-app-guide__article-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-jbo-mobile-app-guide__article-content li {
  margin-bottom: 8px;
}

.page-resources-jbo-mobile-app-guide__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 20px;
  cursor: pointer;
}

.page-resources-jbo-mobile-app-guide__button--primary {
  background-color: #FF8C00;
  color: #ffffff;
}

.page-resources-jbo-mobile-app-guide__button--primary:hover {
  background-color: #e67e00;
  transform: translateY(-2px);
}

.page-resources-jbo-mobile-app-guide__button--secondary {
  background-color: #1A2B4C;
  color: #ffffff;
  margin-left: 15px;
}

.page-resources-jbo-mobile-app-guide__button--secondary:hover {
  background-color: #2c4a7e;
  transform: translateY(-2px);
}

.page-resources-jbo-mobile-app-guide__button--accent {
  background-color: #FF8C00;
  color: #1A2B4C;
  border: 2px solid #FF8C00;
}

.page-resources-jbo-mobile-app-guide__button--accent:hover {
  background-color: #e67e00;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-jbo-mobile-app-guide__cta-group {
  text-align: center;
  margin: 40px 0;
}

.page-resources-jbo-mobile-app-guide__faq {
  margin-top: 30px;
}

.page-resources-jbo-mobile-app-guide__faq-item {
  background-color: #f0f2f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-jbo-mobile-app-guide__faq-question {
  font-size: 1.2em;
  color: #1A2B4C;
  margin-bottom: 10px;
}

.page-resources-jbo-mobile-app-guide__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-resources-jbo-mobile-app-guide__conclusion {
  margin-top: 40px;
  font-style: italic;
  text-align: center;
  color: #555;
  font-size: 1.1em;
}

.page-resources-jbo-mobile-app-guide__back-link-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.page-resources-jbo-mobile-app-guide__back-link {
  color: #1A2B4C;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jbo-mobile-app-guide__back-link:hover {
  text-decoration: underline;
  color: #FF8C00;
}

.page-resources-jbo-mobile-app-guide__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none; /* Hidden by default, JS will show on scroll or after delay */
}

.page-resources-jbo-mobile-app-guide__floating-button {
  background-color: #FF8C00;
  color: #1A2B4C;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.page-resources-jbo-mobile-app-guide__floating-button:hover {
  background-color: #e67e00;
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
}

.page-resources-jbo-mobile-app-guide__floating-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.page-resources-jbo-mobile-app-guide__floating-text {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .page-resources-jbo-mobile-app-guide__container {
    padding: 15px;
  }

  .page-resources-jbo-mobile-app-guide__title {
    font-size: 2em;
  }

  .page-resources-jbo-mobile-app-guide__subtitle {
    font-size: 1.5em;
  }

  .page-resources-jbo-mobile-app-guide__heading-3 {
    font-size: 1.2em;
  }

  .page-resources-jbo-mobile-app-guide__article-content p,
  .page-resources-jbo-mobile-app-guide__article-content ul,
  .page-resources-jbo-mobile-app-guide__article-content ol {
    font-size: 1em;
  }

  .page-resources-jbo-mobile-app-guide__button {
    padding: 10px 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .page-resources-jbo-mobile-app-guide__button--secondary {
    margin-left: 0;
  }

  .page-resources-jbo-mobile-app-guide__cta-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jbo-mobile-app-guide__floating-promo {
    bottom: 10px;
    right: 10px;
  }

  .page-resources-jbo-mobile-app-guide__floating-button {
    padding: 8px 12px;
  }

  .page-resources-jbo-mobile-app-guide__floating-icon {
    width: 20px;
    height: 20px;
  }
  .page-resources-jbo-mobile-app-guide__floating-text {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-jbo-mobile-app-guide__title {
    font-size: 1.8em;
  }

  .page-resources-jbo-mobile-app-guide__subtitle {
    font-size: 1.3em;
  }
}