/* assets/z_andrea_overrides.css */
#andrea-scope{
  --brand-color:#004B70; /* ajusta al color de Sr. Ventas */
  --text-color:#333333;
  --muted-color:#6B7280;
}
#andrea-scope *{box-sizing:border-box;}
#andrea-scope .section{padding:.75rem 0 1.5rem;border-bottom:1px solid rgba(0,0,0,.06);}
#andrea-scope .left-pane{padding-right:.75rem;}
#andrea-scope .right-pane{padding-left:.75rem;}
#andrea-scope .section-title{color:var(--brand-color);font-weight:700;font-size:1.65rem;line-height:1.2;margin:0 0 .5rem 0;}
#andrea-scope .section-note{color:var(--muted-color);font-size:.95rem;margin-bottom:.5rem;}
#andrea-scope .sticky-left{position:sticky;top:84px;}
#andrea-scope .full-width-btn{width:100%;}
#andrea-scope .shadow-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.06);padding:16px;}
#andrea-scope iframe{border:none;border-radius:10px;}
#andrea-scope #recom-container{background:#fff;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.08);padding:16px;}
#andrea-scope #recom-container .scroll-viewport{max-height:70vh;overflow:auto;}
#andrea-scope #recom-container table{width:100%;border-collapse:collapse;font-size:.95rem;}
#andrea-scope #recom-container thead th{position:sticky;top:0;background:#fff;z-index:1;border-bottom:2px solid #f0f0f0;text-align:left;padding:.6rem .75rem;}
#andrea-scope #recom-container tbody td{border-bottom:1px solid #f0f0f0;padding:.55rem .75rem;}
#andrea-scope #recom-container tbody tr:nth-child(even){background:#fafafa;}
#andrea-scope #recom-container caption{caption-side:top;color:var(--muted-color);padding:.25rem 0 .5rem;}
#andrea-scope .btn-brand{background-color:var(--brand-color) !important;border:none !important;color:#fff !important;}
#andrea-scope .iframe-host{width:100%;min-height:650px;}
#andrea-scope .iframe-host iframe{display:block;width:100%;height:650px;}
#andrea-scope .section .right-pane{min-height:660px;}
