/* Form field spacing */
.form-label {
  font-weight: 500;
}

/* Error text */
.text-danger.small {
  font-size: 0.875em;
}

/* Table row hover */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Copyable URL input in admin Gira list */
.url-input-group {
  min-width: 200px;
  max-width: 280px;
}

.url-input {
  font-size: 0.8rem;
  cursor: pointer;
  background-color: #f8f9fa;
}

.url-input:focus {
  background-color: #fff;
}

/* Flash message spacing */
.alert {
  margin-bottom: 1rem;
}

/* Submit button full-width on mobile */
@media (max-width: 576px) {
  .btn-lg {
    width: 100%;
  }
}
