.cpap__prescription-cards-flyout {
  display: block !important;

  .cpap__flyout__flyout {
    .cpap__flyout__close-button {
      background: #fff;
    }
    .cpap__flyout__content-container {
      background: #fff;
      padding: 0 !important;
    }

    .cpap__prescription-cards-flyout__title {
      height: 64px;
      background: #f6f5f0;
      padding: 5px 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      color: #2e2e2e;
    }

    .cpap__prescription-cards-flyout__body-container {
      height: calc(100vh - 64px);
      display: flex;
      flex-direction: column;

      @media (max-width: 556px) {
        height: calc(100vh - 124px);
      }

      .cpap__prescription-cards-flyout__body {
        padding: 24px 20px;
        overflow: auto;

        .cpap__prescription-cards-flyout__rx-renewal-types {
          display: flex;
          flex-direction: column;
          gap: 32px;

          .cpap__prescription-cards-flyout__rx-renewal-type-header {
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            color: #2e2e2e;
            margin: 0 0 8px 0;
          }

          .cpap__prescription-cards-flyout__rx-renewal-type-body {
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 17px;
            color: #6c6c6c;
            margin: 0 0 16px 0;
          }

          .cpap__prescription-cards-flyout__rx-renewal-type-button {
            border: 1px solid #ff600a;
            background: #fff;
            padding: 9px 24px;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: 17px;
            color: #2e2e2e;
            width: 100%;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 28px;
            margin-top: 16px;
          }
        }
      }

      .cpap__prescription-cards-flyout__footer {
        margin-top: auto;
        background: #fff;
        box-shadow: 0px -4px 66px 0px rgba(0, 0, 0, 0.08);
        padding: 16px 20px;
      }
    }
  }
}
