
      .Drawer_view_default .Drawer-Content,
      .Drawer_view_default .Drawer-Title {
        background: #fff;
      }
      .Drawer_view_default .Drawer-Overlay {
        background: rgba(0, 0, 0, 0.4);
      }
      .Drawer_direction_bottom .Drawer-DragObserver {
        flex-direction: column;
        justify-content: flex-end;
      }
      .Drawer_direction_bottom.Drawer_view_default .Drawer-Curtain {
        max-height: calc(100% - 32px);
      }
      .Drawer_direction_bottom.Drawer_view_default .Drawer-Content,
      .Drawer_direction_bottom.Drawer_view_default .Drawer-Title {
        border-radius: 16px 16px 0 0;
      }
      .Drawer_direction_bottom.Drawer_view_default
        .Drawer-Title
        + .Drawer-Content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }
      .Drawer_direction_bottom.Drawer_view_default .Drawer-Handle {
        position: absolute;
        top: -19px;
        left: 50%;
        width: 40px;
        margin-left: -36px;
        padding: 8px 16px;
        will-change: opacity;
      }
      .Drawer_direction_bottom.Drawer_view_default .Drawer-Handle:before {
        display: block;
        height: 3px;
        content: "";
        border-radius: 100px;
        background: #fff;
      }
      .Drawer_direction_bottom.Drawer_view_default.Drawer_nested
        .Drawer-Handle {
        z-index: 1;
        top: 0;
      }
      .Drawer_direction_bottom.Drawer_view_default.Drawer_nested
        .Drawer-Handle:before {
        background: rgba(0, 0, 0, 0.1);
      }
      .Drawer[class] {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        overflow: hidden;
        width: 100%;
        height: 100%;
      }
      .Drawer.Drawer_visible {
        display: block;
      }
      .Drawer-DragObserver {
        display: flex;
        height: inherit;
      }
      .Drawer-Curtain {
        position: relative;
        display: flex;
        flex-direction: column;
        max-height: 100%;
        will-change: transform;
      }
      .Drawer-Content {
        position: relative;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
      }
      .Drawer-Overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        touch-action: none;
        -webkit-tap-highlight-color: transparent;
        will-change: opacity;
      }
      .Link {
        cursor: pointer;
      }
      .Link[aria-disabled="true"] {
        cursor: default;
      }
    