/* assets/style.css - minimal styling */
body { font-family: "Noto Sans Bengali", "Helvetica Neue", Arial, sans-serif; background: #f7f9fc; }
.card { border-radius: 8px; }
.train-box {
  border: 1px solid #e3e6ea;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.train-box p { margin: 0; font-size: 14px; }
.train-actions { margin-top: 8px; }
.sms-btn {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  background: #198754;
}
.sms-btn:active, .sms-btn:focus { outline: none; box-shadow: 0 0 0 3px rgba(25,135,84,0.15); }
.kv { font-weight:600; }
