/* line 1, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 50;
}

/* line 8, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__trigger {
  border: 0;
  border-radius: 999px;
  background: #1f7ae0;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(31, 122, 224, 0.35);
}

/* line 19, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: flex-end;
}

/* line 28, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__dialog {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 14px 14px 16px;
}

/* line 37, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__title {
  font-size: 17px;
  margin: 0 0 4px;
}

/* line 42, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__lead {
  margin: 0 0 8px;
  font-size: 12px;
  color: #475569;
  line-height: 1.4;
}

/* line 49, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__steps {
  margin: 0;
  padding: 0;
}

/* line 54, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-card {
  background: #f8fbff;
  border: 1px solid #d8e8fb;
  border-radius: 12px;
  padding: 8px 10px;
}

/* line 61, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-head {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 67, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-number {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1f7ae0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

/* line 80, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-title {
  font-weight: 700;
  font-size: 14px;
}

/* line 85, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-body {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.35;
  color: #1f2937;
}

/* line 92, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__emphasis {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

/* line 98, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-body .bi {
  font-size: 14px;
  margin: 0 2px;
}

/* line 103, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__chip-circle,
.add-to-home__chip-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  background: #e7eef8;
  vertical-align: middle;
  margin: 0 4px;
}

/* line 114, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__chip-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* line 120, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__chip-square {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

/* line 126, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__chip-circle .bi,
.add-to-home__chip-square .bi {
  font-size: 14px;
  margin: 0;
}

/* line 132, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-arrow {
  display: flex;
  justify-content: center;
  color: #1f7ae0;
  margin: 2px 0;
}

/* line 139, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__step-arrow .bi {
  font-size: 14px;
}

/* line 143, app/assets/stylesheets/component/add_to_home_prompt.scss */
.add-to-home__close {
  width: 100%;
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  background: #1f7ae0;
  color: #fff;
  font-weight: 700;
  padding: 8px 10px;
}

/* line 154, app/assets/stylesheets/component/add_to_home_prompt.scss */
body.add-to-home-open {
  overflow: hidden;
}
