/* Location Detail Page Styling - SEO Optimized */

/* Force all content to use light theme - but allow individual element overrides */
#location-content {
  color: #e0e0e0 !important;
}

/* Content section styling */
#location-content h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #ff8c5a !important;
  margin-top: 40px !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 3px solid #ff8c5a !important;
  display: inline-block !important;
}

#location-content h4:first-child {
  margin-top: 0 !important;
}

#location-content h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}

#location-content p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #e0e0e0 !important;
  margin-bottom: 16px !important;
}

/* Use blue accent for some elements */
#location-content a {
  color: #0082c3 !important;
  text-decoration: underline !important;
}

#location-content a:hover {
  color: #ff6b35 !important;
}

#location-content strong {
  color: #ff8c5a !important;
  font-weight: 600 !important;
}

/* Bulleted lists */
#location-content ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 20px 0 !important;
  display: block !important;
  overflow: visible !important;
}

#location-content ul li {
  position: relative !important;
  padding-left: 32px !important;
  margin-bottom: 14px !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #e0e0e0 !important;
  -webkit-text-fill-color: #e0e0e0 !important;
  display: list-item !important;
  list-style: none !important;
}

#location-content ul li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #ff6b35 !important;
  -webkit-text-fill-color: #ff6b35 !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1.7 !important;
}

#location-content ul li strong {
  color: #ff6b35 !important;
  font-weight: 600 !important;
}

/* Responsive design */
@media (max-width: 768px) {
  #location-content h4 {
    font-size: 22px;
  }

  #location-content h5 {
    font-size: 18px;
  }

  #location-content p,
  #location-content ul li {
    font-size: 15px;
  }

  /* Make CTA banner stack on mobile */
  .location-cta-banner > div {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .location-cta-banner h3 {
    font-size: 22px !important;
  }

  .location-cta-banner p {
    font-size: 15px !important;
  }
}

/* Content container spacing */
#location-content > *:first-child {
  margin-top: 0 !important;
}

#location-content > *:last-child {
  margin-bottom: 0 !important;
}
