.artemis-help-trigger {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1180;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 19px 32px;
  border: 0;
  border-radius: 999px;
  background: #294235;
  color: #fff;
  box-shadow: 0 10px 30px rgba(22, 52, 37, .32);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}
.artemis-help-trigger:hover { background: #1d3328; transform: translateY(-2px); }
.artemis-help-trigger:focus-visible,
.artemis-help-modal button:focus-visible,
.artemis-help-modal select:focus-visible,
.artemis-help-modal textarea:focus-visible,
.artemis-help-modal input:focus-visible { outline: 3px solid #d6a94d; outline-offset: 3px; }
.artemis-help-trigger[hidden] { display: none; }
body.artemis-help-avoids-cart .artemis-help-trigger { right: auto; left: 22px; }
.artemis-help-modal[hidden] { display: none; }
.artemis-help-modal { position: fixed; inset: 0; z-index: 1300; }
.artemis-help-backdrop { position: absolute; inset: 0; background: rgba(24, 18, 21, .58); }
.artemis-help-panel {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: min(430px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 24px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  color: #2f2529;
  box-shadow: 0 18px 55px rgba(20, 12, 16, .32);
}
.artemis-help-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.artemis-help-header h2 { margin: 0; font-size: 1.5rem; }
.artemis-help-close { border: 0; background: transparent; color: inherit; font-size: 28px; line-height: 1; cursor: pointer; }
.artemis-help-form { display: grid; gap: 15px; }
.artemis-help-form label { display: grid; gap: 6px; font-weight: 650; }
.artemis-help-form select,
.artemis-help-form textarea,
.artemis-help-form input[type="file"] { width: 100%; box-sizing: border-box; font: inherit; }
.artemis-help-form select,
.artemis-help-form textarea { padding: 10px 12px; border: 1px solid #bcb2b6; border-radius: 9px; background: #fff; }
.artemis-help-form textarea { min-height: 130px; resize: vertical; }
.artemis-help-page { margin: 0; color: #665a5f; font-size: .87rem; overflow-wrap: anywhere; }
.artemis-help-note { margin: -4px 0 0; color: #665a5f; font-size: .82rem; }
.artemis-help-feedback { min-height: 1.3em; margin: 0; color: #2e6848; font-size: .9rem; }
.artemis-help-feedback.is-error { color: #a12626; }
.artemis-help-submit { min-height: 54px; border: 0; border-radius: 9px; background: #294235; color: #fff; font: 750 18px/1.2 inherit; cursor: pointer; }
.artemis-help-submit:hover:not(:disabled) { background: #1d3328; }
.artemis-help-submit:disabled { opacity: .55; cursor: wait; }
body.artemis-help-open { overflow: hidden; }
@media (max-width: 600px) {
  .artemis-help-trigger { right: 12px; bottom: 12px; min-height: 72px; padding: 16px 26px; font-size: 14px; }
  body.artemis-help-avoids-cart .artemis-help-trigger { right: 12px; left: auto; }
  .artemis-help-panel { right: 0; bottom: 0; width: 100%; max-height: 92vh; border-radius: 18px 18px 0 0; padding: 20px; }
}
