/* Small extras on top of the Tailwind CDN. */

/* SMS chat bubbles */
.bubble-in {
  background: #e5e7eb;
  color: #111827;
  border-bottom-left-radius: 4px;
}
.bubble-out {
  background: #2563eb;
  color: #ffffff;
  border-bottom-right-radius: 4px;
}

/* Hours textarea: keep JSON readable */
textarea#hours {
  line-height: 1.5;
  tab-size: 2;
}
