.region-messages .messages {
  margin-bottom: 1.25rem;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 1.25rem;
}

.title-with-border .page-title {
  margin-top: 0px;
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(214, 219, 222, var(--tw-border-opacity));
  padding-bottom: 1rem;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  margin-bottom: 0;
}

.path-frontpage .block-page-title-block {
  display: none;
}

.page-node-type-department-or-program .paragraph--type--reference-to-views {
  margin-bottom: 3.125rem;
}

/* Chat wrapper */

#csi-chat-wrapper {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 72px;
  height: 72px;
  pointer-events: auto;
  z-index: 9999;
  transition: width 0.3s ease, height 0.3s ease;
}

#csi-chat-wrapper.is-open {
  width: 450px;
  height: 560px;
}

#csi-chat-wrapper #csi-chat-frame {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  #csi-chat-wrapper {
    right: 16px;
    bottom: 16px;
  }

  #csi-chat-wrapper.is-open {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
  }
}