/* line 10, /app/app/assets/stylesheets/embed_coupons.scss */
html {
  margin: 0;
  min-height: 100%;
  padding: 0;
  background: transparent;
}

/* line 17, /app/app/assets/stylesheets/embed_coupons.scss */
body.embed-coupons-page {
  margin: 0;
  min-height: 100%;
  padding: 0;
  background: #fff;
  color: #1f2a1f;
  font-family: 'Trebuchet MS', 'Lucida Grande', sans-serif;
}

/* line 26, /app/app/assets/stylesheets/embed_coupons.scss */
.hidden {
  display: none !important;
}

/* line 30, /app/app/assets/stylesheets/embed_coupons.scss */
body.embed-coupon-modal-open {
  overflow: hidden;
}

/* line 34, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app {
  min-height: 100vh;
  padding: 20px 20px 20px 12px;
  box-sizing: border-box;
}

/* line 40, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-shell {
  max-width: 980px;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(104, 77, 53, 0.14);
  border-radius: 24px;
  background: rgba(255, 252, 245, 0.92);
  box-shadow: 0 28px 60px rgba(72, 47, 30, 0.12);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

/* line 51, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-header,
.embed-account-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

/* line 59, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 66, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-eyebrow {
  margin: 0 0 8px;
  color: #b23a2c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* line 75, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-title {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 42px;
  line-height: 1;
}

/* line 82, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-subtitle {
  max-width: 520px;
  margin: 12px 0 0;
  color: #5f6e64;
  font-size: 16px;
  line-height: 1.5;
}

/* line 90, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-alert,
.embed-storage-notice,
.embed-panel,
.embed-account-bar,
.embed-empty-state {
  margin-top: 20px;
}

/* line 98, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-alert,
.embed-storage-notice,
.embed-panel,
.embed-account-bar,
.embed-empty-state,
.embed-coupon-card,
.embed-verification-panel {
  border: 1px solid rgba(104, 77, 53, 0.14);
  border-radius: 18px;
}

/* line 109, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-alert,
.embed-storage-notice,
.embed-panel,
.embed-empty-state,
.embed-verification-panel {
  padding: 14px 16px;
  background: #fffdf9;
}

/* line 118, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-alert[data-state='error'] {
  border-color: rgba(178, 58, 44, 0.22);
  background: rgba(178, 58, 44, 0.08);
  color: #7f2217;
}

/* line 124, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-alert[data-state='success'] {
  border-color: rgba(31, 107, 69, 0.22);
  background: rgba(31, 107, 69, 0.08);
  color: #195437;
}

/* line 130, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-alert[data-state='info'],
.embed-storage-notice {
  border-color: rgba(62, 84, 111, 0.16);
  background: rgba(62, 84, 111, 0.08);
  color: #314459;
}

/* line 137, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-login-form {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

/* line 142, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-auth-form {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

/* line 147, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-panel-title {
  margin: 0 0 10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
}

/* line 153, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-section-title {
  margin: 0 0 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
}

/* line 159, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-panel-copy {
  margin: 0 0 16px;
  color: #5f6e64;
  line-height: 1.5;
}

/* line 165, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-auth-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

/* line 172, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-text-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #b23a2c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* line 184, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-field {
  display: -ms-grid;
  display: grid;
  gap: 8px;
  color: #5f6e64;
  font-size: 14px;
  font-weight: 700;
}

/* line 192, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-field input,
.embed-field select {
  padding: 12px 14px;
  border: 1px solid #d8c8b3;
  border-radius: 12px;
  background: #fff;
  color: #1f2a1f;
  font-size: 16px;
}

/* line 202, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-field input:focus,
.embed-field select:focus {
  border-color: rgba(31, 107, 69, 0.5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 107, 69, 0.12);
}

/* line 209, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-contact-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
      grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* line 216, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-checkbox-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 45px;
  padding: 0 12px;
  color: #5f6e64;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

/* line 228, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-checkbox-field input {
  width: 18px;
  height: 18px;
  accent-color: #1f6b45;
}

/* line 234, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-field-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* line 240, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-zip-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) auto;
      grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* line 247, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-zip-button {
  white-space: nowrap;
}

/* line 251, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-inline-note {
  margin: 12px 0 0;
  color: #5f6e64;
  line-height: 1.5;
}

/* line 257, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-form-status {
  margin: -12px 0 0;
  color: #2faf19;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

/* line 265, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-form-status[data-state='error'] {
  color: #c62828;
}

/* line 269, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-form-status[data-state='info'] {
  color: #314459;
}

/* line 273, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 280, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-primary-button,
.embed-secondary-button,
.embed-logout,
.embed-tab,
.embed-secondary-link {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: opacity 120ms ease, background 120ms ease, -webkit-transform 120ms ease;
  transition: opacity 120ms ease, background 120ms ease, -webkit-transform 120ms ease;
  transition: transform 120ms ease, opacity 120ms ease, background 120ms ease;
  transition: transform 120ms ease, opacity 120ms ease, background 120ms ease, -webkit-transform 120ms ease;
}

/* line 293, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-primary-button:hover,
.embed-secondary-button:hover,
.embed-logout:hover,
.embed-tab:hover,
.embed-secondary-link:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/* line 301, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-primary-button:disabled,
.embed-secondary-button:disabled {
  cursor: default;
  opacity: 0.65;
  -webkit-transform: none;
          transform: none;
}

/* line 308, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-primary-button {
  padding: 14px 18px;
  background: -webkit-linear-gradient(315deg, #215f47 0%, #2e7f5a 100%);
  background: linear-gradient(135deg, #215f47 0%, #2e7f5a 100%);
  color: #fffef8;
}

/* line 314, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-secondary-button,
.embed-logout,
.embed-secondary-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  background: #f6ecdf;
  color: #1f2a1f;
  text-decoration: none;
}

/* line 326, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-bar {
  padding: 16px;
  background: -webkit-linear-gradient(top, rgba(255, 248, 236, 0.9), rgba(252, 244, 231, 0.9));
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.9), rgba(252, 244, 231, 0.9));
}

/* line 331, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* line 337, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-location-name {
  margin: 4px 0 0;
  color: #5f6e64;
  font-size: 14px;
}

/* line 343, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(31, 42, 31, 0.06);
}

/* line 351, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-view-heading,
.embed-account-password-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}

/* line 359, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-view-heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 18px;
}

/* line 364, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-password-row {
  padding: 14px 16px;
  border: 1px solid rgba(104, 77, 53, 0.14);
  border-radius: 14px;
  background: rgba(246, 236, 223, 0.55);
}

/* line 371, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-verification-panel {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

/* line 376, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-verification-panel .embed-panel-copy {
  margin-bottom: 0;
}

/* line 380, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-row-title {
  margin: 0;
  font-weight: 700;
}

/* line 385, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-row-copy {
  margin: 4px 0 0;
  color: #5f6e64;
  font-size: 14px;
  line-height: 1.4;
}

/* line 392, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-account-save-row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 396, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode,
.embed-coupons-app--register-mode,
.embed-coupons-app--forgot-mode,
.embed-coupons-app--reset-mode {
  min-height: 100vh;
  padding: 22px 23px 22px 12px;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 407, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode .embed-shell,
.embed-coupons-app--register-mode .embed-shell,
.embed-coupons-app--forgot-mode .embed-shell,
.embed-coupons-app--reset-mode .embed-shell {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

/* line 421, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode .embed-header,
.embed-coupons-app--register-mode .embed-header,
.embed-coupons-app--forgot-mode .embed-header,
.embed-coupons-app--reset-mode .embed-header {
  display: none;
}

/* line 428, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode #embed-login-view,
.embed-coupons-app--register-mode #embed-register-view,
.embed-coupons-app--forgot-mode #embed-forgot-view,
.embed-coupons-app--reset-mode #embed-reset-view {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* line 440, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-auth-headline {
  margin: 0 0 30px;
  color: #111;
  font-size: 33px;
  font-weight: 900;
  line-height: 1.15;
}

/* line 448, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-auth-inline-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: #2dae17;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* line 460, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode #embed-login-view .embed-panel-title,
.embed-coupons-app--register-mode #embed-register-view .embed-panel-title,
.embed-coupons-app--forgot-mode #embed-forgot-view .embed-panel-title,
.embed-coupons-app--reset-mode #embed-reset-view .embed-panel-title {
  margin: 0 0 44px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

/* line 472, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-view .embed-panel-title {
  margin-bottom: 2px;
  font-size: 28px;
}

/* line 477, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--forgot-mode #embed-forgot-view .embed-panel-title,
.embed-coupons-app--reset-mode #embed-reset-view .embed-panel-title {
  margin-bottom: 12px;
  font-size: 44px;
}

/* line 483, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-view .embed-panel-copy,
.embed-coupons-app--forgot-mode #embed-forgot-view .embed-panel-copy,
.embed-coupons-app--reset-mode #embed-reset-view .embed-panel-copy {
  margin: 0 0 58px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

/* line 493, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode #embed-login-form,
.embed-coupons-app--register-mode #embed-register-form,
.embed-coupons-app--forgot-mode #embed-forgot-form,
.embed-coupons-app--reset-mode #embed-reset-form {
  gap: 28px;
}

/* line 500, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode #embed-login-form > .embed-field {
  width: 420px;
}

/* line 504, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-form {
  gap: 12px;
}

/* line 508, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode .embed-field,
.embed-coupons-app--register-mode #embed-register-view .embed-field,
.embed-coupons-app--forgot-mode #embed-forgot-view .embed-field,
.embed-coupons-app--reset-mode #embed-reset-view .embed-field {
  gap: 9px;
  color: #2faf19;
  font-size: 29px;
  font-weight: 900;
}

/* line 518, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-view .embed-field {
  gap: 7px;
  font-size: 17px;
}

/* line 523, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode .embed-field input,
.embed-coupons-app--register-mode #embed-register-view .embed-field input,
.embed-coupons-app--register-mode #embed-register-view .embed-field select,
.embed-coupons-app--forgot-mode #embed-forgot-view .embed-field input,
.embed-coupons-app--reset-mode #embed-reset-view .embed-field input {
  width: 100%;
  height: 72px;
  box-sizing: border-box;
  padding: 0 22px;
  border: 2px solid rgba(47, 175, 25, 0.5);
  border-radius: 13px;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 900;
}

/* line 541, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-view .embed-field input,
.embed-coupons-app--register-mode #embed-register-view .embed-field select {
  width: 235px;
  height: 41px;
  padding: 0 11px;
  border-radius: 8px;
  font-size: 17px;
}

/* line 550, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode .embed-field input:focus,
.embed-coupons-app--register-mode #embed-register-view .embed-field input:focus,
.embed-coupons-app--register-mode #embed-register-view .embed-field select:focus,
.embed-coupons-app--forgot-mode #embed-forgot-view .embed-field input:focus,
.embed-coupons-app--reset-mode #embed-reset-view .embed-field input:focus {
  border-color: rgba(47, 175, 25, 0.8);
  outline: none;
  box-shadow: 0 0 0 3px rgba(47, 175, 25, 0.12);
}

/* line 560, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-login-password-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 420px max-content;
      grid-template-columns: 420px max-content;
  gap: 22px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 568, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-login-password-row .embed-field {
  min-width: 0;
}

/* line 572, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-forgot-link {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-bottom: 16px;
  color: #2dae17;
  font-size: 29px;
  line-height: 1.1;
  white-space: nowrap;
}

/* line 581, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--login-mode #embed-login-submit,
.embed-coupons-app--forgot-mode #embed-forgot-submit,
.embed-coupons-app--reset-mode #embed-reset-submit,
.embed-coupons-app--register-mode #embed-register-submit,
.embed-coupons-app--register-mode #embed-register-location-lookup {
  width: 296px;
  min-height: 70px;
  box-sizing: border-box;
  padding: 0 18px;
  border-radius: 12px;
  background: #2dae17;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 900;
}

/* line 598, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--forgot-mode #embed-forgot-form > .embed-field,
.embed-coupons-app--reset-mode #embed-reset-form > .embed-field {
  width: 420px;
}

/* line 603, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-reset-login-link {
  margin-left: 14px;
}

/* line 607, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-submit,
.embed-coupons-app--register-mode #embed-register-location-lookup {
  width: auto;
  min-height: 41px;
  padding: 0 17px;
  border-radius: 8px;
  font-size: 17px;
}

/* line 616, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-submit {
  justify-self: start;
  margin-top: 10px;
}

/* line 621, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-register-store-section {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-bottom: 62px;
}

/* line 627, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-register-section-copy {
  margin: 0 0 3px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

/* line 635, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-view .embed-zip-row {
  -ms-grid-columns: 235px auto;
      grid-template-columns: 235px auto;
  gap: 22px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

/* line 642, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-view .embed-field-grid {
  -ms-grid-columns: 235px 235px;
      grid-template-columns: 235px 235px;
  gap: 22px;
}

/* line 647, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-location-results {
  width: 235px;
}

/* line 651, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-register-referral-field {
  margin-top: 19px;
}

/* line 655, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--register-mode #embed-register-referral-code::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.embed-coupons-app--register-mode #embed-register-referral-code::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.embed-coupons-app--register-mode #embed-register-referral-code:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.embed-coupons-app--register-mode #embed-register-referral-code::placeholder {
  color: #777;
  opacity: 1;
}

/* line 660, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode,
.embed-coupons-app--verification-mode {
  min-height: 100vh;
  padding: 0 0 0 12px;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 669, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-shell,
.embed-coupons-app--verification-mode .embed-shell {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

/* line 681, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-header,
.embed-coupons-app--verification-mode .embed-header {
  display: none;
}

/* line 686, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode #embed-app-view {
  max-width: 1120px;
  margin: 0;
}

/* line 691, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-hero {
  padding: 2px 0 12px;
  text-align: center;
}

/* line 696, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-hero h1 {
  margin: 0;
  color: #38b51f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.95;
}

/* line 705, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-hero h1 span {
  color: #ffea16;
  -webkit-text-stroke: 2px #38b51f;
  text-shadow: 1px 2px 0 #38b51f;
}

/* line 711, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-hero p {
  margin: 7px 0 0;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

/* line 719, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  padding-bottom: 12px;
}

/* line 727, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-toolbar--locked {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 731, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-coupon-toolbar--locked .embed-tabs {
  display: none;
}

/* line 735, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-coupon-toolbar .embed-secondary-link {
  min-height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 2px solid rgba(47, 175, 25, 0.6);
  border-radius: 8px;
  background: #fff;
  color: #2dae17;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

/* line 750, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--verification-mode #embed-email-confirm-view .embed-secondary-link {
  min-height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 2px solid rgba(47, 175, 25, 0.6);
  border-radius: 8px;
  background: #fff;
  color: #2dae17;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

/* line 765, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-account-bar {
  display: none;
  margin-top: 0;
  padding: 0 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* line 774, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-account-name,
.embed-coupons-app--coupons-mode .embed-location-name {
  display: none;
}

/* line 779, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-tabs {
  justify-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

/* line 788, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-tab {
  min-width: 108px;
  min-height: 40px;
  padding: 0 12px;
  border: 2px solid rgba(47, 175, 25, 0.6);
  border-radius: 8px;
  background: #fff;
  color: #2dae17;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

/* line 801, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-tab.is-active {
  background: #2dae17;
  color: #fff;
}

/* line 806, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-coupons-list {
  -ms-grid-columns: (minmax(340px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 12px;
  margin-top: 0;
  padding-top: 14px;
  border-top: 4px solid #2dae17;
}

/* line 814, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-empty-state {
  margin-top: 0;
  border: 0;
  border-top: 4px solid #2dae17;
  border-radius: 0;
  background: #fff;
  color: #2dae17;
  font-size: 18px;
  font-weight: 800;
}

/* line 825, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode #embed-phone-verification-panel,
.embed-coupons-app--verification-mode #embed-email-confirm-view {
  max-width: 760px;
  margin: 0;
  padding: 25px 30px;
  border: 0;
  border-radius: 0;
  background: #fff;
}

/* line 835, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode #embed-phone-verification-panel {
  max-width: 1120px;
}

/* line 839, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode #embed-phone-verification-panel {
  padding-top: 30px;
}

/* line 843, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode #embed-phone-verification-panel .embed-panel-title,
.embed-coupons-app--verification-mode #embed-email-confirm-view .embed-panel-title {
  margin: 0 0 14px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
}

/* line 853, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode #embed-phone-verification-panel .embed-panel-copy,
.embed-coupons-app--verification-mode #embed-email-confirm-view .embed-panel-copy {
  max-width: 720px;
  margin: 0 0 36px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

/* line 863, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-confirm-form,
.embed-coupons-app--verification-mode #embed-email-confirm-form {
  gap: 16px;
}

/* line 868, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-confirm-form .embed-field,
.embed-coupons-app--verification-mode #embed-email-confirm-form .embed-field {
  width: 257px;
  gap: 8px;
  color: #2faf19;
  font-size: 18px;
  font-weight: 900;
}

/* line 877, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-confirm-form .embed-field input,
.embed-coupons-app--verification-mode #embed-email-confirm-form .embed-field input {
  height: 44px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 2px solid rgba(47, 175, 25, 0.45);
  border-radius: 8px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

/* line 889, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-confirm-form .embed-button-row,
.embed-coupons-app--verification-mode #embed-email-confirm-form .embed-button-row {
  gap: 13px;
}

/* line 894, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-confirm-form .embed-primary-button,
.embed-coupons-app--verification-mode #embed-email-confirm-form .embed-primary-button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 8px;
  background: #2dae17;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

/* line 905, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--coupons-mode .embed-confirm-form .embed-secondary-button,
.embed-coupons-app--verification-mode #embed-email-confirm-form .embed-secondary-button {
  min-height: 44px;
  padding: 0;
  background: transparent;
  color: #2dae17;
  font-size: 18px;
  font-weight: 900;
}

/* line 915, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode {
  min-height: 100vh;
  padding: 23px 24px 23px 12px;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 923, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode .embed-shell {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

/* line 934, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode .embed-header {
  display: none;
}

/* line 938, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode .embed-alert:not(.hidden),
.embed-coupons-app--account-mode .embed-storage-notice:not(.hidden) {
  max-width: 790px;
}

/* line 943, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view {
  max-width: 790px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* line 952, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  max-width: 615px;
  margin-bottom: 33px;
}

/* line 961, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-heading-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 968, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-panel-title {
  margin: 0;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

/* line 977, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-form {
  display: -ms-grid;
  display: grid;
  gap: 12px;
}

/* line 982, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-field-grid {
  -ms-grid-columns: 283px 283px;
      grid-template-columns: 283px 283px;
  gap: 26px;
}

/* line 987, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-action-row,
.embed-coupons-app--account-mode #embed-account-view .embed-zip-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 283px 360px;
      grid-template-columns: 283px 360px;
  gap: 26px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* line 995, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-action-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

/* line 999, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-email-verification {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: start;
      justify-items: start;
  gap: 18px;
  padding-top: 31px;
}

/* line 1006, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-password-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 283px;
      grid-template-columns: 283px;
  gap: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

/* line 1017, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-phone-field,
.embed-coupons-app--account-mode #embed-account-location-results {
  width: 283px;
}

/* line 1022, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-field {
  gap: 7px;
  color: #2faf19;
  font-size: 20px;
  font-weight: 800;
}

/* line 1029, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-field input,
.embed-coupons-app--account-mode #embed-account-view .embed-field select {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 14px;
  border: 2px solid rgba(47, 175, 25, 0.45);
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

/* line 1044, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-field input:focus,
.embed-coupons-app--account-mode #embed-account-view .embed-field select:focus {
  border-color: rgba(47, 175, 25, 0.75);
  box-shadow: 0 0 0 3px rgba(47, 175, 25, 0.12);
}

/* line 1050, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-primary-button,
.embed-coupons-app--account-mode #embed-account-view .embed-secondary-button,
.embed-coupons-app--account-mode #embed-account-view .embed-secondary-link {
  width: 199px;
  min-height: 48px;
  box-sizing: border-box;
  padding: 0 16px;
  border-radius: 9px;
  background: #2dae17;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 1066, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-secondary-link {
  text-align: center;
}

/* line 1070, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-email-verify-button {
  width: 199px;
  min-height: 48px;
  box-sizing: border-box;
  padding: 0 16px;
  border: 0;
  border-radius: 9px;
  background: #f5232d;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 1085, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-verification-note {
  margin: 0;
  color: #f5232d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
}

/* line 1094, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-back-link {
  width: auto;
  min-height: 36px;
  padding: 0 14px;
  border: 2px solid rgba(47, 175, 25, 0.55);
  background: #fff;
  color: #2dae17;
  font-size: 15px;
}

/* line 1104, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-logout {
  min-height: 36px;
  padding: 0 14px;
  border: 2px solid rgba(47, 175, 25, 0.55);
  border-radius: 9px;
  background: #fff;
  color: #2dae17;
  font-size: 15px;
}

/* line 1114, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-store-section {
  display: -ms-grid;
  display: grid;
  gap: 12px;
  margin-top: 118px;
}

/* line 1120, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-inline-note {
  color: #2faf19;
  font-size: 15px;
  font-weight: 700;
}

/* line 1126, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-consent-list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

/* line 1132, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-checkbox-field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35px minmax(0, auto);
      grid-template-columns: 35px minmax(0, auto);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 9px;
  min-height: 32px;
  padding: 0 0 0 9px;
  color: #2faf19;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  white-space: normal;
}

/* line 1146, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-checkbox-field input {
  position: relative;
  width: 35px;
  height: 32px;
  margin: 0;
  border: 2px solid rgba(47, 175, 25, 0.55);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
}

/* line 1157, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-checkbox-field input:checked::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 18px;
  border: solid #2faf19;
  border-width: 0 3px 3px 0;
  content: '';
  -webkit-transform: translate(-50%, -58%) rotate(45deg);
          transform: translate(-50%, -58%) rotate(45deg);
}

/* line 1169, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-save-row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

/* line 1174, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-app--account-mode #embed-account-view .embed-account-status {
  margin: -2px 0 0;
}

/* line 1178, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-tab {
  padding: 10px 16px;
  background: transparent;
  color: #5f6e64;
}

/* line 1184, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-tab.is-active {
  background: #b23a2c;
  color: #fff;
}

/* line 1189, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupons-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  margin-top: 20px;
}

/* line 1196, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-card {
  position: relative;
  min-height: 230px;
  aspect-ratio: 1.45;
  overflow: hidden;
  border: 2px dashed #6cbe45;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
}

/* line 1208, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-heading {
  display: contents;
}

/* line 1212, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-1 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-1X-a9415fefbd1e819653ca2abc3dbc44febf6c94e4fb33a4a13cf6927f8e9ff114.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-2 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-2X-81458574eb734a3b48818da42891a485db267bf212296edcef5a154fac2bdd45.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-3 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-3X-e8d5b2f7a158c32ae2e9fe3835ecc02374cb8c20b15ecd52cdc65637c3c71a2a.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-4 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-4X-89254ef30413423dbd46a4ce230e97b318b93b81ef4bf718206e40d3abc9941f.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-5 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-5X-1b82c2441d4cd65a848e3e32131220790eed50e5fb8ff5ae77e1f74236e51386.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-6 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-6X-e8c8006bf65e2b00c4d78bbc0c2c71285e04a5f8116c16eafc12ee1812ed985e.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-7 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-7X-c7d5c375e8e1d5c1ca975218e7a87d0c987dd067b08fe586c01e4bb0efedf176.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-8 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-8X-c7d5c375e8e1d5c1ca975218e7a87d0c987dd067b08fe586c01e4bb0efedf176.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-9 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-9X-90f9a1a461260db1c6cb18628a1fb23a70dd9fd9b6c8fe27fff79c97410e7a97.png);
}

/* line 1226, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-quantity-10 {
  background-image: url(/assets/embed_coupons/quantity-indicator/Redeem-10X-9979a3325a444706c82c91c0fffe370ff4d89c0e9a18e20f5c80f098833f77e0.png);
}

/* line 1231, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-title {
  position: absolute;
  top: 14px;
  right: 12px;
  left: 66px;
  display: -webkit-box;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 1251, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-content {
  position: absolute;
  inset: 0;
}

/* line 1256, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-image-wrap {
  position: absolute;
  bottom: 14px;
  left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 43%;
  height: 62%;
  box-sizing: border-box;
}

/* line 1268, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1277, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-details {
  position: absolute;
  top: 66px;
  right: 12px;
  bottom: 12px;
  left: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto 1fr;
      grid-template-rows: auto auto auto 1fr;
  -ms-flex-line-pack: start;
      align-content: start;
  min-width: 0;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 1291, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-brand {
  display: -webkit-box;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 1305, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-description {
  display: -webkit-box;
  min-width: 0;
  margin: 6px 0 0;
  overflow: hidden;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* line 1318, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-more {
  min-width: 0;
  margin-top: 4px;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: #39a900;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1336, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-more:focus {
  outline: 2px solid rgba(57, 169, 0, 0.35);
  outline-offset: 2px;
}

/* line 1341, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-footer {
  -ms-flex-item-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  min-width: 0;
}

/* line 1350, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-expiry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 7px;
  color: #000;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

/* line 1360, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
}

/* line 1368, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-clip-button,
.embed-coupon-clipped-sticker {
  width: 88px;
  height: 68px;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-9deg);
          transform: rotate(-9deg);
}

/* line 1381, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-clip-button {
  cursor: pointer;
  background-image: url(/assets/embed_coupons/clip-coupon-unclipped-73074ee25db12dc7a51840227bc04b0afd63cfdbe047617feef2f1133cfd7df8.png);
}

/* line 1386, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-clip-button:disabled {
  cursor: progress;
  opacity: 0.64;
}

/* line 1391, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-clipped-sticker {
  display: inline-block;
  background-image: url(/assets/embed_coupons/clip-coupon-clipped-6edb5de696ceedbee0f5a49c28b53d2a44cb5830bcb26ca55cdd8e416d8b7095.png);
}

/* line 1396, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-clip-text,
.embed-coupon-clipped-sticker span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* line 1406, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

/* line 1417, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 1423, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-panel {
  position: relative;
  width: 100%;
  max-width: 760px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 3px solid #2dae17;
  background: #fff;
  box-sizing: border-box;
}

/* line 1434, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-close {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 1;
  float: right;
  width: 38px;
  height: 38px;
  margin: 10px 10px 0 0;
  border: 0;
  background: #fff;
  color: #2dae17;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

/* line 1451, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-content {
  clear: both;
}

/* line 1455, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-card {
  padding: 0 18px 20px;
}

/* line 1459, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
      grid-template-columns: 70px 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 72px;
}

/* line 1467, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-heading .embed-coupon-quantity {
  position: static;
  width: 65px;
  height: 65px;
}

/* line 1473, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-title {
  margin: 0;
  color: #d2232a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

/* line 1483, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(160px, 42%) 1fr;
      grid-template-columns: minmax(160px, 42%) 1fr;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0 10px;
}

/* line 1491, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
}

/* line 1498, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-image {
  display: block;
  max-width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1505, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-brand,
.embed-coupon-modal-description,
.embed-coupon-modal-expiry {
  margin: 0;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
}

/* line 1514, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-brand {
  font-size: 24px;
}

/* line 1518, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-description {
  margin-top: 10px;
  font-size: 16px;
}

/* line 1523, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-expiry {
  margin-top: 14px;
  font-size: 15px;
}

/* line 1528, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-rules {
  padding: 20px 2px 0;
  color: #000;
}

/* line 1533, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-rules h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

/* line 1541, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-rules p {
  margin: 8px 0 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* line 1549, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-upc-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}

/* line 1555, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-upc {
  min-width: 0;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

/* line 1564, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-upc-highlight {
  color: #d2232a;
}

/* line 1568, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-coupon-modal-empty {
  color: #5f6e64;
}

/* line 1572, /app/app/assets/stylesheets/embed_coupons.scss */
.embed-status-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(31, 107, 69, 0.1);
  color: #1f6b45;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 720px) {
  /* line 1584, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app {
    padding: 12px;
  }

  /* line 1588, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-shell {
    padding: 18px;
    border-radius: 20px;
  }

  /* line 1593, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-header,
  .embed-account-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1598, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-header-actions {
    width: 100%;
  }

  /* line 1602, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-header-actions .embed-secondary-link,
  .embed-header-actions .embed-logout {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  /* line 1607, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-title {
    font-size: 32px;
  }

  /* line 1611, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-tabs {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  /* line 1616, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-view-heading,
  .embed-account-password-row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 1622, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-account-password-row .embed-secondary-link {
    width: 100%;
    box-sizing: border-box;
  }

  /* line 1627, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-tab {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  /* line 1631, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  /* line 1635, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-card {
    min-height: 214px;
  }

  /* line 1639, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-quantity {
    width: 44px;
    height: 44px;
  }

  /* line 1644, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-title {
    left: 62px;
    font-size: 25px;
  }

  /* line 1649, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-details {
    left: 50%;
  }

  /* line 1653, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-brand {
    font-size: 18px;
  }

  /* line 1657, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-description {
    font-size: 14px;
  }

  /* line 1661, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-modal {
    padding: 12px;
  }

  /* line 1665, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-modal-panel {
    max-height: calc(100vh - 24px);
  }

  /* line 1669, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-modal-card {
    padding: 0 14px 18px;
  }

  /* line 1673, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-modal-title {
    font-size: 24px;
  }

  /* line 1677, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-modal-summary {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  /* line 1681, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-modal-upc-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* line 1685, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-clip-button,
  .embed-coupon-clipped-sticker {
    width: 78px;
    height: 60px;
  }

  /* line 1691, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-field-grid,
  .embed-account-contact-row,
  .embed-zip-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  /* line 1697, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-checkbox-field {
    min-height: auto;
    padding: 0;
  }

  /* line 1702, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  /* line 1707, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-auth-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 1712, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--login-mode,
  .embed-coupons-app--register-mode,
  .embed-coupons-app--forgot-mode,
  .embed-coupons-app--reset-mode {
    padding: 18px 16px 18px 12px;
  }

  /* line 1719, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--login-mode #embed-login-view,
  .embed-coupons-app--register-mode #embed-register-view,
  .embed-coupons-app--forgot-mode #embed-forgot-view,
  .embed-coupons-app--reset-mode #embed-reset-view {
    max-width: none;
  }

  /* line 1726, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-auth-headline {
    font-size: 24px;
  }

  /* line 1730, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--login-mode #embed-login-view .embed-panel-title {
    margin-bottom: 34px;
    font-size: 38px;
  }

  /* line 1735, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--login-mode #embed-login-form > .embed-field,
  .embed-login-password-row,
  .embed-coupons-app--forgot-mode #embed-forgot-form > .embed-field,
  .embed-coupons-app--reset-mode #embed-reset-form > .embed-field,
  .embed-coupons-app--register-mode #embed-register-view .embed-field input,
  .embed-coupons-app--register-mode #embed-register-view .embed-field select,
  .embed-coupons-app--register-mode #embed-register-location-results {
    width: 100%;
  }

  /* line 1745, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-login-password-row,
  .embed-coupons-app--register-mode #embed-register-view .embed-zip-row,
  .embed-coupons-app--register-mode #embed-register-view .embed-field-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 12px;
  }

  /* line 1752, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-forgot-link {
    justify-self: start;
    margin-bottom: 0;
    font-size: 22px;
    white-space: normal;
  }

  /* line 1759, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--login-mode #embed-login-submit,
  .embed-coupons-app--forgot-mode #embed-forgot-submit,
  .embed-coupons-app--reset-mode #embed-reset-submit,
  .embed-coupons-app--register-mode #embed-register-location-lookup {
    width: 100%;
  }

  /* line 1766, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-reset-login-link {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }

  /* line 1772, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--register-mode #embed-register-submit {
    width: auto;
    justify-self: start;
    margin-top: 12px;
  }

  /* line 1778, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-register-store-section {
    margin-bottom: 42px;
  }

  /* line 1782, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode #embed-app-view {
    max-width: none;
  }

  /* line 1786, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-hero {
    padding: 8px 10px 12px;
  }

  /* line 1790, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-hero h1 {
    font-size: 38px;
  }

  /* line 1794, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-hero h1 span {
    -webkit-text-stroke-width: 1px;
    text-shadow: 1px 1px 0 #38b51f;
  }

  /* line 1799, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-hero p {
    font-size: 13px;
  }

  /* line 1803, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupon-toolbar {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 8px 12px;
  }

  /* line 1809, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode .embed-coupon-toolbar .embed-secondary-link {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  /* line 1813, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode .embed-tabs {
    width: 100%;
  }

  /* line 1817, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode .embed-tab {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-size: 14px;
  }

  /* line 1823, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode .embed-coupons-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 8px 0;
  }

  /* line 1829, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode #embed-phone-verification-panel,
  .embed-coupons-app--verification-mode #embed-email-confirm-view {
    max-width: none;
    padding: 18px 20px;
  }

  /* line 1835, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode #embed-phone-verification-panel .embed-panel-title,
  .embed-coupons-app--verification-mode #embed-email-confirm-view .embed-panel-title {
    font-size: 25px;
  }

  /* line 1840, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode #embed-phone-verification-panel .embed-panel-copy,
  .embed-coupons-app--verification-mode #embed-email-confirm-view .embed-panel-copy {
    margin-bottom: 28px;
    font-size: 17px;
  }

  /* line 1846, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode .embed-confirm-form .embed-field,
  .embed-coupons-app--verification-mode #embed-email-confirm-form .embed-field {
    width: 100%;
  }

  /* line 1851, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--coupons-mode .embed-confirm-form .embed-secondary-button,
  .embed-coupons-app--verification-mode #embed-email-confirm-form .embed-secondary-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 1856, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode {
    padding: 18px 16px 18px 12px;
  }

  /* line 1860, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view {
    max-width: none;
  }

  /* line 1864, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-account-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    max-width: none;
  }

  /* line 1870, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-account-heading-actions {
    width: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  /* line 1875, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-account-heading-actions .embed-secondary-link,
  .embed-coupons-app--account-mode #embed-account-view .embed-account-heading-actions .embed-logout {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }

  /* line 1880, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-field-grid,
  .embed-coupons-app--account-mode #embed-account-view .embed-account-action-row,
  .embed-coupons-app--account-mode #embed-account-view .embed-account-password-row,
  .embed-coupons-app--account-mode #embed-account-view .embed-zip-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 12px;
  }

  /* line 1888, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-account-email-verification {
    gap: 12px;
    padding-top: 0;
  }

  /* line 1893, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-account-phone-field,
  .embed-coupons-app--account-mode #embed-account-location-results {
    width: 100%;
  }

  /* line 1898, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-primary-button,
  .embed-coupons-app--account-mode #embed-account-view .embed-secondary-button,
  .embed-coupons-app--account-mode #embed-account-view .embed-secondary-link,
  .embed-coupons-app--account-mode #embed-account-view .embed-email-verify-button {
    width: 100%;
  }

  /* line 1905, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-account-store-section {
    margin-top: 42px;
  }

  /* line 1909, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-checkbox-field {
    -ms-grid-columns: 30px minmax(0, 1fr);
        grid-template-columns: 30px minmax(0, 1fr);
    padding-left: 0;
    font-size: 16px;
  }

  /* line 1915, /app/app/assets/stylesheets/embed_coupons.scss */
  .embed-coupons-app--account-mode #embed-account-view .embed-checkbox-field input {
    width: 30px;
    height: 30px;
  }
}
