.gbe-wrap .gbe-card {
    background: #fff;
    border: 1px solid #e2dfd6;
    border-radius: 6px;
    padding: 20px 24px;
    margin: 20px 0;
    max-width: 1100px;
}
.gbe-wrap h1 { margin-bottom: 4px; }
.gbe-filtros { margin: 16px 0; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.gbe-filtros select, .gbe-filtros input[type="text"] { min-width: 160px; }
.gbe-input-nota { width: 70px; text-align: center; font-weight: bold; }
.gbe-input-comentario { width: 100%; }
.gbe-estado { margin-left: 10px; font-style: italic; color: #2f6b2f; }
.gbe-front-wrap table.gbe-tabla-front { width: 100%; border-collapse: collapse; margin: 16px 0; background: #fff; }
.gbe-front-wrap table.gbe-tabla-front th, .gbe-front-wrap table.gbe-tabla-front td {
    border: 1px solid #e2dfd6; padding: 8px 10px; text-align: left;
}
.gbe-front-wrap .gbe-aviso { padding: 12px; background: #fdf3ee; border-left: 4px solid #c0562f; }
