#mirofish-resume-helper {
  z-index: 99999;
  box-sizing: border-box;
  color: #20110b;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#mirofish-resume-helper.mfh-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: min(360px, calc(100vw - 44px));
  padding: 16px;
  border: 1px solid #f2b8a0;
  border-radius: 10px;
  background: #fff7f3;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

#mirofish-resume-helper.mfh-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

#mirofish-resume-helper.mfh-card {
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #f2b8a0;
  border-radius: 8px;
  background: #fff7f3;
}

#mirofish-resume-helper .mfh-button {
  border: 0;
  border-radius: 999px;
  background: #a13f1d;
  color: #fff;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

#mirofish-resume-helper .mfh-button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

#mirofish-resume-helper .mfh-meta {
  max-width: 260px;
  font-size: 10px;
  line-height: 1.45;
  color: #775447;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#mirofish-resume-helper.mfh-floating .mfh-button,
#mirofish-resume-helper.mfh-card .mfh-button {
  width: 100%;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 12px;
}

#mirofish-resume-helper.mfh-floating .mfh-meta,
#mirofish-resume-helper.mfh-card .mfh-meta {
  max-width: none;
  margin-top: 8px;
  white-space: normal;
  word-break: break-all;
}
