.cef-container-c31cec66 {
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    max-width: 500px;
    margin: 0 auto;
}

.cef-title-c31cec66 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.cef-form-group-c31cec66 {
    margin-bottom: 18px;
    text-align: left;
}

.cef-form-group-c31cec66 label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.cef-form-group-c31cec66 label .required {
    color: #d9534f;
}

.cef-form-group-c31cec66 input,
.cef-form-group-c31cec66 select {
    width: 100%;
    padding: 15px 12px; /* Increased top/bottom padding by 50% from 10px to 15px */
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-appearance: select;
    -moz-appearance: select;
    appearance: select;
    min-height: 48px; /* Ensure comfortable touch and dropdown display target */
}

.cef-form-group-c31cec66 select option {
    color: #333333;
    background-color: #ffffff;
    padding: 10px;
}

.cef-form-group-c31cec66 input:focus,
.cef-form-group-c31cec66 select:focus {
    outline: none;
}

.cef-btn-c31cec66 {
    width: 100%;
    padding: 12px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cef-btn-c31cec66:hover {
    filter: brightness(1.1);
}

.cef-message-c31cec66 {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
}

.cef-message-c31cec66.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.cef-message-c31cec66.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
