/* Probability Controls Styling */

.probability-controls {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}

.probability-controls .form-group {
  margin-bottom: 0;
  min-width: 100px;
}

.probability-controls .form-label-sm {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: block;
  color: #495057;
}

.probability-controls .form-control-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  height: calc(1.5em + 0.5rem + 2px);
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.probability-controls .form-control-sm:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.probability-controls .form-control-sm::placeholder {
  color: #6c757d;
  opacity: 0.5;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .probability-controls {
    flex-direction: column;
    gap: 0.75rem;
  }

  .probability-controls .form-group {
    width: 100%;
  }
}

/* Visual separation between Min and Max fields */
.probability-controls .form-group:first-child {
  border-right: 1px solid #e9ecef;
  padding-right: 0.5rem;
}

@media (max-width: 576px) {
  .probability-controls .form-group:first-child {
    border-right: none;
    border-bottom: 1px solid #e9ecef;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
