    * {
        font-size: 1rem;
    }

    body {
        background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
        font-family: 'Montserrat', sans-serif;
    }

    main {
        min-height: 100vh !important;
    }

    .font-logo {
        font-family: 'Poppins', sans-serif;
    }

    .form-check-label {
        cursor: pointer;
    }

    tr td:nth-child(2) {
        letter-spacing: 1px;
    }

    .footer {
        background-color: #f8f9fa;
    }

    .footer a {
        color: #6c757d;
        transition: color 0.2s;
    }

    .footer a:hover {
        color: #7fbcff;
    }

    @media (max-width: 576px) {
        #resultsTable td {
            display: block;
            width: 100%;
        }

        #resultsTable tr {
            margin-bottom: 1rem;
            display: block;
        }

        #resultsTable td:first-child {
            font-weight: 500;
            background: #dee2e6;
            border-bottom: none;
        }

        #resultsTable td:last-child {
            background: #f8f9fa;
        }

        table {
          table-layout: fixed;  
          width: 100%;         
        }
        
        td, th {
          word-wrap: break-word;      
          white-space: normal;        
        }
    }
