.xnxx-trimmer-wrapper {
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

#xnxx-trimmer-form input, #xnxx-trimmer-form button {
    width: 100%;
    padding: 8px 10px;
    margin: 5px 0;
    box-sizing: border-box;
}

#xnxx-trimmer-form button {
    background-color: #e62e2e;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#xnxx-trimmer-form button:hover {
    background-color: #c12727;
}

#xnxx-trimmer-result {
    margin-top: 10px;
}

.loading {
    color: #0073aa;
}

.error {
    color: red;
}