/* Platform utility buttons are injected by separate enhancement scripts. */
body > #codex-ocr-settings-button,
body > #codex-chat-access-button,
body > #codex-school-review-button {
  right: 22px !important;
  display: inline-flex;
  min-width: 148px;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

body > #codex-ocr-settings-button { bottom: 22px !important; }
body > #codex-chat-access-button { bottom: 73px !important; }
body > #codex-school-review-button { bottom: 124px !important; }

@media (max-width: 620px) {
  body > #codex-ocr-settings-button,
  body > #codex-chat-access-button,
  body > #codex-school-review-button {
    right: 12px !important;
    min-width: 132px;
    min-height: 40px;
  }

  body > #codex-ocr-settings-button { bottom: 12px !important; }
  body > #codex-chat-access-button { bottom: 62px !important; }
  body > #codex-school-review-button { bottom: 112px !important; }
}
