.mp-data-heading h1 { margin:0; padding:0; color:#000; font-size: 36px; font-weight:500; }
.mp-data-config{ margin-top:40px; background:#fff; border:1px solid #eee; padding:40px; border-radius:8px; box-shadow: 0px 0px 10px #0000001f; }
.mp-data-config .mp-data-config-heading h2 { font-size:18px;line-height: 34px; display: flex; margin: 0 0 0 -10px; }
.mp-data-config-col { display: grid; grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 70px;
    align-items: center; }
.mp-data-config hr { display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin:40px 0 !important;
  padding: 0; }
.mp-data-config label{ display:block; font-weight:600; margin-bottom:8px; color:#374151; }
.mp-data-config select{ width:100%; padding:10px 12px; border:1px solid #e6e6e6; border-radius:6px; background:#fff; appearance:none; }

/* buttons grid */
.mp-buttons-grid{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:8px; }
.mp-buttons-grid .mp-cut-btn,
.mp-buttons-grid .mp-year-btn{
    border:1px solid #e6e6e6;
    background:#fff;
    padding:8px 12px;
    border-radius:4px; /* pill */
    cursor:pointer;
    font-weight:600;
    color:#374151;
}
.mp-buttons-grid .mp-cut-btn.active,
.mp-buttons-grid .mp-year-btn.active{
    background:#f59e0b;
    color:#fff;
    border-color:transparent;
}
.mp-buttons-grid .mp-cut-btn:hover, .mp-buttons-grid .mp-cut-btn.active:hover,
.mp-buttons-grid .mp-year-btn:hover, .mp-buttons-grid .mp-year-btn.active:hover {
    background:#374151;
}

/* chart area */
.mp-chart-wrapper{ margin-top:40px; background:#fff; border:1px solid #eee; padding:40px; border-radius:8px; box-shadow: 0px 0px 10px #0000001f; }
.mp-chart-controls{ text-align:right; margin-bottom:12px; }
.button{ background:#fff; border:1px solid #e6caca; padding:8px 12px; border-radius:6px; cursor:pointer; }
.button#mp_export_csv2 { background:#fff; border:1px solid #f59e0b; color:#f59e0b; }
.button#mp_export_csv2:hover { background:#f59e0b; border:1px solid #f59e0b; color:#fff; }
/* responsive */
@media(max-width:900px){ .mp-data-config{ padding:12px; } }