/* min-h-screen min-w-screen fixed left-0 bottom: -10rem */
/* px-5 min-h-screen flex justify-content-center align-items-center */

.p-expiredlink {
  min-height: 100%;
  min-width: 100%;

  position: fixed;
  left: 0;
  bottom: -10rem;
}

.p-expiredlink-img {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 13rem;
  height: auto;

  object-fit: contain;
}

.p-expiredlink-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1.5rem;
  margin-top: -4rem;

  padding: 0 2rem;
  min-height: 100%;
}

.p-expiredlink-content > div {
  z-index: 1;
  text-align: center;
}

.p-expiredlink-content svg {
  margin-left: 1.5rem;
}

/* line-height-3 mt-0 mb-5 text-700 text-xl font-medium */

.p-expiredlink-body {
  margin: 2rem 0 2rem;

  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.p-expiredlink-button {
  font-weight: 500;
}
