/* ThaïGuide — gaps.css */

.tg-gaps {
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.tg-gaps-title {
  font-size: .82rem; font-weight: 800; color: #f0f4ff;
  margin-bottom: 12px;
}
.tg-gap-card {
  display: flex; align-items: center; gap: 10px;
  border-radius: 12px; padding: 12px 14px; margin-bottom: 7px;
  border: 1px solid rgba(255,255,255,.07);
}
.tg-gap-high   { background: rgba(239,68,68,.1);  border-color: rgba(239,68,68,.3); }
.tg-gap-medium { background: rgba(245,158,11,.08); border-color: rgba(245,158,11,.25); }
.tg-gap-good   { background: rgba(34,197,94,.08);  border-color: rgba(34,197,94,.25); }

.tg-gap-icon { font-size: 1.4rem; flex-shrink: 0; }
.tg-gap-body { flex: 1; min-width: 0; }
.tg-gap-ttl  { font-size: .82rem; font-weight: 700; color: #fff; margin-bottom: 2px; }
.tg-gap-desc { font-size: .72rem; color: rgba(255,255,255,.5); line-height: 1.4; }
.tg-gap-btn  {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: 9px; color: #fff; font-size: .72rem; font-weight: 700;
  padding: 7px 11px; cursor: pointer; white-space: nowrap; flex-shrink: 0;
  transition: background .2s;
}
.tg-gap-btn:hover { background: rgba(255,255,255,.18); }
