.egmp{font-family:inherit}
.egmp-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px 0}
.egmp-tab{border:1px solid rgba(0,0,0,.12);background:#fff;padding:10px 14px;border-radius:10px;cursor:pointer;line-height:1}
.egmp-tab.is-active{border-color:rgba(0,0,0,.35);font-weight:600}
.egmp-panel{display:none}
.egmp-panel.is-active{display:block}
.egmp-h3{margin:14px 0 10px 0;font-size:18px}
.egmp-note{margin:10px 0 0 0;opacity:.85}
.egmp-table-wrap{overflow:auto;border:1px solid rgba(0,0,0,.10);border-radius:12px}
.egmp-table{width:100%;border-collapse:separate;border-spacing:0}
.egmp-table th,.egmp-table td{padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}
.egmp-table thead th{background:rgba(0,0,0,.03);font-weight:600}
.egmp-table tbody tr:last-child td{border-bottom:0}
.egmp-pdf-link{display:inline-block;margin:0 0 14px 0;padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:10px;text-decoration:none}
