body[data-static-archive="true"] a[data-static-coupon="true"] {
  cursor: pointer;
}

body[data-static-archive="true"] .static-coupon-copy {
  align-items: stretch;
  background: #fff;
  border: 2px solid #f7b512;
  border-radius: 6px;
  display: inline-flex;
  height: 44px;
  min-width: 220px;
  overflow: hidden;
  vertical-align: middle;
}

body[data-static-archive="true"] .static-coupon-copy__code {
  appearance: none;
  background: #fff;
  border: 0;
  color: #4a3828;
  cursor: text;
  flex: 1 1 auto;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
  min-width: 0;
  outline-offset: -3px;
  padding: 0 10px;
  text-align: center;
  user-select: text;
  width: 120px;
}

body[data-static-archive="true"] .static-coupon-copy__button {
  background: #f7b512;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  min-width: 78px;
  padding: 0 10px;
  white-space: nowrap;
}

body[data-static-archive="true"] .static-coupon-copy__button:focus-visible,
body[data-static-archive="true"] .static-coupon-copy__code:focus-visible {
  outline: 2px solid #4a3828;
}

body[data-static-archive="true"] .static-coupon-copy__button[data-copy-state="copied"] {
  background: #2f7d32;
}

body[data-static-archive="true"] .static-coupon-copy__button[data-copy-state="manual"] {
  background: #7a4e00;
}

body[data-static-archive="true"] .cm-button-ask,
body[data-static-archive="true"] .cm-feedback {
  display: none !important;
}
