.hypothesis-box {
    background-color: #ebf8ff; /* Tailwind's blue-100 */
    border-left: 4px solid #3b82f6; /* Tailwind's blue-500 */
    color: #1f2937; /* Tailwind's black */
    padding: 1rem;
    padding-bottom: 0.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.warning-box {
    background-color: #fff3cd; /* Tailwind's orange-100 */
    border-left: 4px solid #ffa500; /* Tailwind's orange-500 */
    color: #856404; /* Tailwind's orange-700 */
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.hypothesis {
    font-weight: bold;
    font-size: 1.125rem; /* Tailwind's text-lg */
    margin-top: 0;
}

.line-break{
    height:2rem;
    width:100%;
}

.hidden {
    display: none;
}