#evalia-validacion {
    background: #f8fafb;
    border-radius: 16px;
    padding: 25px;
    max-width: 720px;
    margin: 40px auto;
    font-family: "Montserrat", sans-serif;
}

#evalia-validacion h3 {
    color: #005f73;
    text-align: center;
    margin-bottom: 15px;
}

.evalia-label {
    font-size: 16px;
    margin-bottom: 15px;
}

#evalia-box {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 15px;
    height: 320px;
    overflow-y: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.evalia-msg {
    background: #e0fbfc;
    padding: 10px;
    border-radius: 10px;
    margin: 8px 0;
    max-width: 85%;
    align-self: flex-start;
}

.evalia-user-msg {
    background: #ffe5ec;
    padding: 10px;
    border-radius: 10px;
    margin: 8px 0;
    max-width: 85%;
    align-self: flex-end;
}

#evalia-input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.evalia-btn {
    background-color: #118ab2;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
