.tus3e-escort-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    font-family: Arial, sans-serif;
}

.tus3e-escort-form input,
.tus3e-escort-form button,
.tus3e-escort-form textarea,
.tus3e-escort-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 16px;
}

.tus3e-escort-form button {
    cursor: pointer;
    background-color: #4FB0E5;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.tus3e-error {
    background-color: #fdd;
    color: #900;
    padding: 10px;
    margin-bottom: 10px;
}

.tus3e-success {
    background-color: #dfd;
    color: #090;
    padding: 10px;
    margin-bottom: 10px;
}

#video {
    width: 100%;
    max-width: 320px;
    margin: 10px 0;
    border-radius: 4px;
    display: block;
}

#face-status {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

label.over18 {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

label.over18 input {
    margin-right: 8px;
}