.fpl-widget { max-width: 720px; margin-left: auto; margin-right: auto; font-family: inherit; }
.fpl-status { text-align: center; }
.fpl-track { max-width: 720px; margin: 32px auto 0; font-family: inherit; }
.fpl-track-title { text-align: center; margin: 0 0 6px; }
.fpl-track-hint { text-align: center; font-size: 13px; color: #666; margin: 0 0 12px; }
.fpl-awb-row { margin-bottom: 8px; }
.fpl-awb {
  width: 100%; box-sizing: border-box; padding: 12px 14px; font-size: 16px;
  border: 1px solid #c7c7c7; border-radius: 6px;
}
.fpl-awb:focus { outline: none; border-color: #4d148c; box-shadow: 0 0 0 2px rgba(77,20,140,.15); }
.fpl-track-actions { text-align: center; margin: 12px 0; }
.fpl-track-results { margin-top: 12px; }
.fpl-track-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 8px; }
.fpl-track-links a { color: #4d148c; font-weight: 600; }
.fpl-searchbar { display: flex; gap: 8px; margin-bottom: 12px; }
.fpl-zip {
  flex: 1; padding: 12px 14px; font-size: 16px;
  border: 1px solid #c7c7c7; border-radius: 6px;
}
.fpl-zip:focus { outline: none; border-color: #4d148c; box-shadow: 0 0 0 2px rgba(77,20,140,.15); }
.fpl-btn {
  padding: 12px 22px; font-size: 16px; font-weight: 600; cursor: pointer;
  color: #fff; background: #ff6600; border: none; border-radius: 6px;
}
.fpl-btn:hover { background: #e65c00; }
.fpl-status { margin: 8px 0; font-size: 14px; color: #333; min-height: 20px; }
.fpl-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.fpl-table th, .fpl-table td {
  border: 1px solid #e2e2e2; padding: 10px 12px; text-align: left; vertical-align: middle;
}
.fpl-table thead th { background: #4d148c; color: #fff; font-weight: 600; }
.fpl-c-sel  { width: 60px;  text-align: center; }
.fpl-c-dist { width: 110px; text-align: right; white-space: nowrap; }
.fpl-table tbody tr:hover { background: #faf7ff; }
.fpl-table tr.fpl-sel-row { background: #f0e9fb; }
.fpl-c-info label { cursor: pointer; display: block; }
@media (max-width: 520px) {
  .fpl-searchbar { flex-direction: column; }
  .fpl-table, .fpl-table thead, .fpl-table tbody, .fpl-table th, .fpl-table td, .fpl-table tr { display: block; }
  .fpl-table thead { display: none; }
  .fpl-table td { border: none; border-bottom: 1px solid #eee; }
  .fpl-c-dist { text-align: left; }
}
.fpl-sched { max-width: 560px; margin: 0 auto; font-family: inherit; }
.fpl-sched-sub { text-align: center; font-size: 13px; color: #666; }
.fpl-sched-form label { display: block; margin: 10px 0 2px; font-weight: 600; font-size: 14px; }
.fpl-sched-form input, .fpl-sched-form select {
  width: 100%; box-sizing: border-box; padding: 10px 12px; font-size: 15px;
  border: 1px solid #c7c7c7; border-radius: 6px; font-weight: 400;
}
.fpl-sched-form input:focus, .fpl-sched-form select:focus { outline: none; border-color: #4d148c; box-shadow: 0 0 0 2px rgba(77,20,140,.15); }
.fpl-row2 { display: flex; gap: 12px; }
.fpl-row2 label { flex: 1; }
.fpl-ok { color: #1a7a1a; font-weight: 600; }
.fpl-error { color: #b30000; font-weight: 600; }
.fpl-lastpickup { text-align: center; background: #f0e9fb; border-radius: 6px; padding: 10px; margin: 10px 0; font-size: 14px; }
.fpl-btn-small { padding: 6px 12px; font-size: 13px; margin-left: 8px; }
.fpl-linkbtn { background: none; border: none; color: #4d148c; text-decoration: underline; cursor: pointer; font-size: 13px; padding: 0; }
@media (max-width: 520px) { .fpl-row2 { flex-direction: column; gap: 0; } }
