/* =========================================
   MOBILE-ONLY rating_button layout
   item text above, anchors beside scale
   ========================================= */

/* Stack item text above controls */
.form-horizontal .form-group .controls .controls-inner {
  display: grid !important;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 0.4em;
  width: 100%;
}

/* Left anchor */
.form-horizontal .form-group .controls .controls-inner .keep-label:first-of-type {
  grid-column: 1;
  text-align: left;
  font-size: 0.85em;
  white-space: nowrap;
}

/* Rating scale */
.form-horizontal .form-group .controls .controls-inner .btn-group {
  grid-column: 2;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* Right anchor */
.form-horizontal .form-group .controls .controls-inner .keep-label:last-of-type {
  grid-column: 3;
  text-align: right;
  font-size: 0.85em;
  white-space: nowrap;
}

/* Touch-friendly buttons */
.form-horizontal .btn-group .btn {
  padding: 0.6em 0;
  flex: 1;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.3 !important;
    color: #00385f !important;
}