html.f2c-app .merchant-page .actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html.f2c-app .merchant-page .actions .code-action {
  background: linear-gradient(135deg, #21edc3, #8bd09a) !important;
  color: #071311 !important;
}

html.f2c-app .merchant-page .actions .link-action {
  background: #f2ce4b !important;
  color: #171305 !important;
}

html.f2c-app .merchant-page .actions .qr-action,
html.f2c-app .merchant-page .actions .edit-action {
  background: #263139 !important;
  color: #eefcff !important;
}

html.f2c-app .scan-product-title {
  margin: 4px 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

html.f2c-app .scan-card input[readonly] {
  cursor: default;
  opacity: 1;
}

html.f2c-app .system-code-field {
  display: grid;
  gap: 7px;
  padding: 12px 14px;
  border: 1px solid rgba(74, 238, 211, 0.2);
  border-radius: 14px;
  background: rgba(29, 233, 195, 0.06);
}

html.f2c-app .system-code-field span {
  color: #9fb0a9;
  font-size: 13px;
  font-weight: 800;
}

html.f2c-app .system-code-field strong {
  color: #62f1da;
  font-size: 15px;
  word-break: break-all;
}

html.f2c-app .system-code-field small,
html.f2c-app .edit-page label small {
  color: #7f948c;
  font-size: 11px;
  line-height: 1.5;
}
