/* Keep it minimal so Bootstrap utilities control layout */
html, body { margin: 0; padding: 0; }

.btn-fixed {
  min-width: 90px;
  text-align: center;
}

.btn-outline-enable {
  color: #198754;
  border-color: #198754;
}

.btn-outline-enable:hover {
  background-color: #198754;
  color: #fff;
}

.btn-outline-disable {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-disable:hover {
  background-color: #dc3545;
  color: #fff;
}
