/**
 * Landlord vs Tenant Repair Responsibilities guide page styles.
 * Design system: uses the shared tokens from /css/tokens.css, matching
 * the polish pass done on faq.css (same page layout/pattern).
 */

/* ==========================================================================
   Content
   ========================================================================== */
.guide-title {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  color: var(--dark);
  margin: var(--space-5) 0 var(--space-3);
}

.container-xxl > .container h2 {
  font-size: var(--font-size-lg) !important;
  font-weight: var(--font-weight-bold);
  color: var(--primary-dark);
}

.container-xxl > .container p,
.container-xxl > .container li {
  color: var(--text-body);
  line-height: var(--line-height-relaxed);
}

/* ==========================================================================
   Mobile home button (nav)
   ========================================================================== */
.home-btn {
  width: 56px;
  height: 56px;
  background: #dedfe0;
  border-radius: var(--radius-full);
  color: #000;
  text-decoration: none;
  margin-left: -5px;
  transition: all 0.2s ease;
}

.home-btn:hover {
  background-color: #e9ecef;
  color: #000;
  transform: scale(1.05);
}

.home-btn:active {
  transform: scale(0.95);
}

.home-btn i {
  font-size: 1.5rem;
  line-height: 1;
}

.home-text {
  font-size: 10px;
  line-height: 1;
  margin-top: 2px;
  color: #1f2937;
}
