h1 {
        white-space: nowrap;
    }
    .spacing-after {
      margin-bottom: 20px;
    }
    .conul li {
      margin-bottom: 10px; /* space between list items */
    }
    
    .conul li:last-child {
      margin-bottom: 0; /* no extra space after last item */
    }
    /* Reduce table row height for better balance */
    .table-balanced td,
    .table-balanced th {
        padding: 0.4rem 0.6rem; /* tighter padding */
        line-height: 1.2;       /* reduce vertical spacing */
    }