.reveal-header-pattern-green {
  background-color: $dark-mint;
  background-image: url(/images/bg-watermark.jpg);
  background-size: 860px;
  width: 100%;
  height: 81px;
}

.reveal-header-pattern-dark {
  background-color: $charcoal;
  background-image: url(/images/bg-black-host.png);
  background-size: 860px;
  width: 100%;
  height: 81px;
}

.reveal {
  background-color: transparent;
  border: none;
  outline: none;
  max-width: 384px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  @media (min-width: 410px) {
    padding: 0;
  }
}

.reveal-actions {
  text-align: right;
  padding: 0 16px;

  .separate {
    vertical-align: middle;
    height: 30px;
    width: 1px;
    background-color: $grey;
    display: inline-block;
    margin: 0 6px;
  }

  .button {
    vertical-align: middle;
    padding: 6px;
    border-radius: 50%;
    margin: 0;
    color: white;
    &:hover {
      background-color: $charcoal;
      color: $mint
    }

    &:focus { color: white }
  }
}

.notice-link {
  display: block;
  text-align: center;
  color: $dark-mint;
  font-size: 15px;
  line-height: 28px;
  &:hover {
    color: $dark-mint;
    text-decoration: none;
  }
}

.reveal-overlay {
  &.host {
    background-color: rgba(68, 166, 104, 0.76);
  }
}

.reveal-cover {
  background-color: rgba(39, 41, 43, 0.6);
  position: fixed;
  inset: 0;
  z-index: 50;
}


.reveal-header {
  padding: 22px 0 21px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  button {
    position: absolute;
    padding: 16px;
    right: 0;
    top: 0;
    i {
      color: $white;
    }
  }
  .modal-icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 3px solid $off-white;
    background-color: $dark-mint;
    &.charcoal {
      border: 3px solid $off-white;
      background-color: $charcoal;
    }
    position: relative;
    margin: 0 auto;
    margin-bottom: -52px;
    margin-top: 24px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.06);
    i {
      position: absolute;
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 50%;
      transform: translate(-15px, -15px);
      padding: 0;
      margin: 0;
      line-height: 1;
      font-size: 30px;
      color: white;
    }
  }
}

.share-reveal {
  box-shadow: 0 6px 60px 0 rgba(0, 0, 0, 0.28);
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 384px;
}

.reveal-body {
  padding: 57px 40px 32px;

  .touch-reveal-sides {
    margin-left: -40px;
    margin-right: -40px;
  }

  &:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  h1 {
    font-size: 22px;
    line-height: 28px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }
  hr.divider {
    background-color: #F2F2F2;
    border-bottom-width: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
    color: #252729;
    margin-bottom: 24px;
    span img {
      width: 18px;
      margin-top: -6px;
      margin-left: 6px;
    }
  }
  button {
    margin-bottom: 0;
    &.white-on-mint {
      background-color: white;
      color: $dark-mint;
      margin-top: 16px;
      &:hover {
        background-color: $dark-mint;
        color: $white;
      }
    }
  }
}
button {
  &.white-on-mint {
    background-color: white;
    color: $dark-mint;
    margin-top: 16px;
    &:hover {
      background-color: $dark-mint;
      color: $white;
    }
  }
}

.reveal-divider {
  padding-right: 40px;
  padding-left: 40px;

  .line {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
}

.reveal-footer {
  display: flex;
  justify-content: space-between;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 32px 40px 40px 40px;
}

.reveal-title {
  font-size: 24px;
  font-weight: 600;
}

.reveal-subtitle {
  font-weight: 600;
  margin-bottom: 24px;
}