.guest-notes {
  min-height: 82vh;
  padding: 78px 24px 64px;
  background: var(--white);
}

.guest-notes-inner {
  width: min(100%, 560px);
  margin: 0 auto;
  text-align: center;
}

.photo-share-card {
  width: min(100%, 420px);
  margin: 0 auto 58px;
  padding: 34px 28px 30px;
  border: 1px solid rgba(191,59,11,.78);
  border-radius: 18px;
}

.note-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  color: rgba(191,59,11,.76);
}

.note-icon svg,
.gift-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.photo-camera-icon {
  width: 86px;
  height: 86px;
  margin-bottom: 18px;
}

.photo-camera-icon svg {
  display: block;
}

.photo-camera-icon .camera-shape {
  fill: rgba(191,59,11,.78);
}

.photo-camera-icon .camera-highlight,
.photo-camera-icon .camera-dot,
.photo-camera-icon .camera-lens-ring-soft {
  fill: #f6c2b9;
}

.photo-camera-icon .camera-lens-fill {
  fill: var(--white);
}

.photo-camera-icon .camera-lens-ring {
  fill: rgba(191,59,11,.78);
}

.photo-camera-icon .camera-heart {
  fill: rgba(191,59,11,.82);
}

.photo-camera-icon .camera-panel {
  fill: none;
  stroke: var(--white);
  stroke-width: 16;
}

.photo-camera-icon .camera-small-detail {
  fill: var(--white);
}

.photo-share-card p,
.adults-note p {
  margin: 0 auto 22px;
  font-family: "Tangerine Local", cursive;
  font-size: clamp(35px, 5.8vw, 40px);
  font-weight: 400;
  line-height: .78;
  text-transform: none;
  color: #b8c3a9;
}

.note-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 24px;
  border-radius: 8px;
  background: var(--primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(191,59,11,.18);
}

.adults-note {
  width: min(100%, 440px);
  margin: 0 auto;
}

.adults-note p {
  margin-bottom: 0;
}

.adults-note .no-kids-icon {
  width: clamp(104px, 30vw, 138px);
  height: clamp(104px, 30vw, 138px);
  margin-bottom: 18px;
  color: var(--primary);
}

.no-kids-icon img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}

.note-icon.no-kids-icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.note-icon.no-kids-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.no-kids-icon svg {
  fill: none;
  stroke: none;
}

.no-kids-icon .sign-ring,
.no-kids-icon .sign-slash {
  fill: none;
  stroke: rgba(191,59,11,.58);
  stroke-width: 10;
  stroke-linecap: round;
}

.no-kids-icon .kids-shapes {
  fill: rgba(47,42,37,.62);
}
