/* Assessment report actions only; existing input layouts are not changed. */
.stationOx .oxExportButton{border-color:#b4d5ed;background:#f2f9ff;color:#176aa8;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;text-align:center}
.stationOx .oxExportStatus{margin:8px 0 14px;padding:10px 12px;background:#edf7ff;border:1px solid #cfe3f2;border-radius:9px;color:#176aa8;text-align:center;font-size:12px;line-height:1.5}
.stationOx .oxExportStatus.error{background:#fff3f4;border-color:#efcad0;color:#ab3449}
.stationOx.oxPhone .oxResultsHeading .oxMatrixActions{display:flex;flex-wrap:wrap;justify-content:flex-start}
.stationOx.oxPhone .oxExportButton{flex:1 1 130px;min-width:0}
@media(max-width:600px){
  .stationOx .oxResultsHeading .oxMatrixActions,.stationOx.oxPhone .oxResultsHeading .oxMatrixActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px}
  .stationOx .oxResultsHeading .oxMatrixActions button{width:100%;min-width:0;margin:0;display:inline-flex;align-items:center;justify-content:center;text-align:center}
  .stationOx .oxResultsHeading .oxMatrixActions button:first-child:nth-last-child(5){grid-column:1/-1}
}
