/* Wider centered container on large screens */
@media (min-width: 1200px) {
  .container-wide {
    max-width: 1440px; /* adjust as desired */
  }
}
.hint {
    display: block;
    margin-top: 4px;
    font-size: 0.875em; /* smaller than normal text */
    color: #6c757d;      /* muted gray, similar to Bootstrap's text-muted */
}

.compact-p {
    margin-bottom: 0.25rem;
}

.info-item {
    margin-right: 1.5em; /* Adjust as needed */
}

.comorbidity-absent {
    text-decoration: line-through;
    color: #6c757d; /* Bootstrap's secondary text color */
} /* Adjust as needed */

.select2-container {
    width: 100% !important;
}

a {
    color: #007bff;
}

