/* PayStream Public Plugin Styles - supplement theme */
.ps-inline-calc {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(61,179,63,0.3);
  border-radius: 12px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.ps-ic-row {
  padding: 10px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
  font-size: .88rem;
}
.ps-ic-row:last-child { border-right: none; }
.ps-ic-row span { display: block; color: rgba(255,255,255,0.55); font-size: .78rem; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .06em; }
.ps-ic-row strong { color: #fff; font-size: 1rem; font-weight: 700; }
.ps-ic-highlight { background: rgba(61,179,63,0.1); border-radius: 8px; }
.ps-ic-highlight strong { color: #3DB33F; font-size: 1.15rem; }
.ps-calc-standalone .ps-calc-result-card { background: #162560; }
@media(max-width:600px) { .ps-inline-calc { grid-template-columns: 1fr; } .ps-ic-row { border-right: none; border-bottom: 1px solid rgba(255,255,255,.06); } }
