form#send-license-form {
    max-width: 500px;
    margin-bottom: 30px;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

form#send-license-form input,
form#send-license-form select,
form#send-license-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

form#send-license-form button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

form#send-license-form button:hover {
    background-color: #005f8d;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #eee;
}

#send-license-result {
    font-weight: bold;
}
