@media (max-width: 699px) {
  .v2-notification-overlay {
    top: var(--v2-notification-mobile-top, calc(68px + env(safe-area-inset-top, 0px)));
    bottom: 0;
    height: auto;
  }

  .v2-notification-sheet {
    height: 100%;
    max-height: 100%;
  }

  .v2-notification-list {
    height: calc(100% - 83px);
    max-height: calc(100% - 83px);
  }

  .v2-notification-options-layer {
    inset: 0;
  }

  .v2-notification-options-sheet {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 24px 24px 0 0;
  }

  .v2-notification-options-sheet > .v2-notification-grabber {
    flex: 0 0 24px;
    height: 24px;
  }

  .v2-notification-options-sheet [data-v2-options-content] {
    min-height: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .v2-notification-options-hero {
    min-height: 0;
    flex: 1 1 auto;
    justify-content: center;
    padding: 0 18px 10px;
    overflow: hidden;
  }

  .v2-notification-options-image {
    width: clamp(82px, 13dvh, 112px);
    height: clamp(82px, 13dvh, 112px);
    flex: 0 0 auto;
    margin-bottom: 8px;
    border-radius: 15px;
  }

  .v2-notification-options-meta {
    font-size: 10px;
  }

  .v2-notification-options-hero h3 {
    margin: 5px 0 4px;
    font-size: clamp(21px, 3.3dvh, 25px);
    line-height: 1.02;
  }

  .v2-notification-options-hero p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .v2-notification-options-hero small {
    width: calc(100% + 36px);
    margin: 9px -18px -10px;
    padding: 8px 12px;
    font-size: 9px;
  }

  .v2-notification-option-actions {
    flex: 0 0 auto;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: rgba(10, 11, 12, .995);
  }

  .v2-notification-option-actions button {
    min-height: clamp(50px, 7dvh, 58px);
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 0 18px;
    font-size: 16px;
  }
}

@media (max-width: 699px) and (max-height: 740px) {
  .v2-notification-options-sheet > .v2-notification-grabber {
    flex-basis: 20px;
    height: 20px;
  }

  .v2-notification-options-image {
    width: 76px;
    height: 76px;
    margin-bottom: 5px;
  }

  .v2-notification-options-hero {
    padding-bottom: 7px;
  }

  .v2-notification-options-hero p {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }

  .v2-notification-options-hero small {
    margin-bottom: -7px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .v2-notification-option-actions button {
    min-height: 48px;
    font-size: 15px;
  }
}
