/*--------------------------------------------------------------
# 5G IPTV Firestick Setup Guide - page styles
# Scoped fs-* classes so existing site styles are unaffected
--------------------------------------------------------------*/
.fs-help { max-width: 900px; margin: 0 auto; }
.fs-help h1 { font-size: 30px; font-weight: 700; color: #222222; margin-bottom: 15px; }
.fs-help h2 { font-size: 24px; font-weight: 700; color: #106eea; margin: 40px 0 15px; padding-bottom: 8px; border-bottom: 2px solid #e7f1fd; }
.fs-help h3 { font-size: 18px; font-weight: 600; color: #222222; margin: 22px 0 8px; }
.fs-help p, .fs-help li { font-size: 15px; line-height: 1.8; color: #555555; }
.fs-help ul { padding-left: 20px; }
.fs-help .fs-lead { font-size: 16px; color: #444444; }
.fs-card { background: #f8fbff; border: 1px solid #e7f1fd; border-left: 4px solid #106eea; border-radius: 6px; padding: 16px 18px; margin: 14px 0; }
.fs-card h3 { margin-top: 0; }
.fs-step { display: flex; gap: 14px; margin: 16px 0; }
.fs-step .fs-num { flex: 0 0 34px; height: 34px; background: #106eea; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; margin-top: 2px; }
.fs-step .fs-body { flex: 1; }
.fs-step .fs-body h3 { margin-top: 0; }
.fs-tip { background: #fff8e6; border: 1px solid #ffe9b3; border-radius: 6px; padding: 12px 16px; margin: 14px 0; font-size: 14px; }
.fs-tip strong { color: #b8860b; }
.fs-table { width: 100%; border-collapse: collapse; margin: 14px 0; }
.fs-table th, .fs-table td { border: 1px solid #e7f1fd; padding: 10px 12px; text-align: left; font-size: 14px; }
.fs-table th { background: #e7f1fd; color: #106eea; font-weight: 600; }
.fs-note { background: #f1f6fe; border-radius: 6px; padding: 14px 18px; margin: 20px 0; font-size: 14px; }
.fs-note a { color: #106eea; font-weight: 600; }

@media (max-width: 768px) {
  .fs-help h1 { font-size: 24px; }
  .fs-help h2 { font-size: 20px; }
  .fs-step { flex-direction: column; gap: 6px; }
}
