/* Work ETP: only the operator-fee inline note fix. */
.etp-work-operator-fee-inline-note {
  display: block;
  width: fit-content;
  max-width: min(620px, 100%);
  margin: 10px 0 0;
  padding: 12px 14px;
  border: 3px solid #f05a24;
  border-left-width: 9px;
  border-radius: 5px;
  background: #ffdf73;
  box-sizing: border-box;
  color: #111827;
  box-shadow: 0 0 0 2px rgba(240, 90, 36, 0.18), 0 8px 18px rgba(208, 92, 24, 0.26);
  font: 700 14px/1.35 Arial, sans-serif;
  white-space: normal;
}

@media (max-width: 700px) {
  .etp-work-operator-fee-inline-note {
    width: 100%;
    max-width: 100%;
  }
}
