.tmpl-information-dialog {
  .k-dialog {
    border-radius: 12px !important;
    box-shadow:
      0 24px 64px rgba(0, 0, 0, 0.18),
      0 6px 24px rgba(0, 0, 0, 0.08) !important;
    width: 520px;
    height: 300px;
    max-width: 92vw;
    max-height: 90vh;
    overflow: hidden;
    background-color: $background-default;
  }

  .k-overlay {
    background-color: rgba(0, 0, 0, 0.45);
  }

  .k-window-titlebar,
  .k-dialog-titlebar {
    display: none;
  }

  // Mirror ConfirmationAlert: stretch Kendo's content wrapper so the inner
  // container can flex its footer to the bottom edge.
  .k-window-content,
  .k-dialog-content {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}
