.sticky-button-section {
  position: sticky;
  bottom: 0; left:0; right:0;
  background-color: #304e55;
  padding-bottom: calc(env(safe-area-inset-bottom) - 20px);
  z-index: 1;
  .sticky-button-small-device {
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.16);
    padding: 10px 10px 5px;
    .button { width:100%; background-color: #F7F8F8; color: #304e55; font-weight: 700; font-size: 16px; padding-block-start: 3px; }
    .announcement-text {
      font-size: 13px;
      line-height: 15px;
      display: inline-block;
      margin-block: 15px 13px;
      padding-inline: 25px;
      color: #F7F8F8;
      max-width: 350px;
    }
  }
}
@media(min-width:750px){
  .sticky-button-section { display: none; }
}