.egh-support-ticket-form {
    padding: 20px;
    margin: 25px 0;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.egh-support-ticket-form .form-field {
    margin-bottom: 15px;
}

.egh-support-ticket-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

.egh-support-ticket-form input[type="email"],
.egh-support-ticket-form select,
.egh-support-ticket-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    background-color: #fff;
    color: #333;
    min-height: 40px;
    line-height: 1.4;
}

.egh-support-ticket-form .submit-button {
    padding: 10px 15px;
    background-color: #800080;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: normal;
    min-height: 40px;
    box-sizing: border-box;
    height: auto;
    position: relative;
}

.egh-support-ticket-form .submit-button:hover:not([disabled]) {
    background-color: #6a0dad;
}

.egh-support-ticket-form .submit-button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #800080;
}

.support-ticket-description {
    font-size: 0.9em;
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px;
}
