.tb-nav-search {
  position: relative;
  min-width: 220px;
}
.tb-nav-search input {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}
.tb-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  max-height: 280px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .12);
}
.tb-search-results a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
}
.tb-search-results a:hover {
  background: #f9fafb;
}
.tb-favorite-btn {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  padding: 9px 10px;
  font-weight: 800;
  cursor: pointer;
}
.tb-favorite-btn[aria-pressed="true"] {
  background: #111827;
  color: #fff;
}
.tb-favorites-panel {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.tb-favorites-panel h2 {
  margin: 0 0 10px;
  font-size: 18px;
}
.tb-favorites-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tb-favorites-list a,
.tb-favorites-list span {
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #374151;
  text-decoration: none;
}
.tb-presets {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0 16px;
}
.tb-presets button {
  border: 1px solid #d1d5db;
  border-radius: 999px;
  background: #fff;
  padding: 8px 11px;
  font-weight: 800;
  cursor: pointer;
}
.tb-result-summary,
.tb-error-guide {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  line-height: 1.5;
}
.tb-result-summary {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  font-weight: 800;
}
.tb-error-guide {
  display: none;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #7c2d12;
}
@media (max-width: 760px) {
  .tb-nav-search {
    width: 100%;
  }
}

.card.fc-home-card {
  grid-template-columns: 52px minmax(0, 1fr);
}
.card.fc-home-card .fc-card-icon { background: #eff6ff; }
.card.fc-home-card .fc-card-icon img { width: 28px; height: 28px; }
.card.fc-home-card .fc-card-copy { min-width: 0; display: flex; flex-direction: column; }
.card.fc-home-card .badge { align-self: flex-start; margin-top: auto; background: #eff6ff; color: #2563eb; }

/* v7-shared-css:start */
.v7-category-guide{margin:28px 0;padding:22px;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.v7-category-guide h2{margin:0 0 10px}.v7-category-guide p,.v7-category-guide li{color:#4b5563;line-height:1.65}.v7-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.v7-category-grid article{padding:16px;background:#f9fafb;border:1px solid #eef0f3;border-radius:8px}.v7-category-grid h3{margin:0 0 8px;font-size:16px}.sponsor-slot{margin:18px 0;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#4b5563;font-size:13px}.sponsor-slot a{font-weight:800}.activation-status{padding:12px;border-radius:8px;background:#fff7ed;border:1px solid #fed7aa;color:#7c2d12}.activation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.activation-card{padding:16px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.activation-card strong{display:block;font-size:26px;margin-top:6px}
/* v7-shared-css:end */





/* traffic-priority:start */
.traffic-priority{max-width:860px;margin:24px 0;padding:20px;background:#fff;border:1px solid #dbe3ef;border-radius:10px}.traffic-priority h2{margin:0 0 10px}.traffic-priority p,.traffic-priority li{color:#4b5563;line-height:1.65}.traffic-priority-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:16px 0}.traffic-priority-grid article{padding:15px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px}.traffic-priority-grid h3{font-size:16px;margin:0 0 7px}.traffic-priority-grid p{margin:0}
/* traffic-priority:end */
