/* TicariGM360 renk paletine uygun stil */
.tpo-wrapper{
  max-width:420px;
  background:#ffffff;
  border-radius:8px;
  padding:14px;
  box-shadow:0 8px 20px rgba(11,61,145,0.08);
  border:1px solid #e6e9ee;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  margin:10px auto;
}
.tpo-header{
  color:#0b3d91; /* lacivert başlık */
  font-weight:800;
  font-size:16px;
  margin-bottom:10px;
  letter-spacing:0.6px;
}
.tpo-list{list-style:none;margin:0;padding:0}
.tpo-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f3f4f6}
.tpo-row:last-child{border-bottom:none}
.tpo-label{font-weight:700;font-size:13px;color:#1f2d3d}
.tpo-value{font-size:15px;min-width:120px;text-align:right;color:#0b3d91}
.tpo-change{width:80px;text-align:right;font-size:13px}
.tpo-change.up{color:#1aaa55}
.tpo-change.down{color:#d33}
/* küçük ekran */
@media (max-width:480px){
  .tpo-wrapper{padding:10px;margin:8px}
  .tpo-value{min-width:80px;font-size:14px}
}