/* Estilos Generales para la Forma */
.easy-gpt-settings-form {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    max-width: 830px;
}

.easy-gpt-settings-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.easy-gpt-settings-form input[type="text"],
.easy-gpt-settings-form select {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* Asegura que padding y border estén incluidos en el ancho total */
}

.easy-gpt-settings-form select {
    height: 40px;
    cursor: pointer;
}

/* Estilos para botones, en caso de que tengas alguno */
.easy-gpt-settings-form button {
    background-color: #0073aa;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.easy-gpt-settings-form button:hover {
    background-color: #005077;
}
h2, h3 {
    color: #fff;
    font-size: 1.3em;
    margin: 1em 0;
    background: #3582c4;
    padding: 20px;
}