.order-confirmation {
  border-radius: 0;
  display: flex;
  max-width: 557px;
  flex-direction: column;
  align-items: center;
  color: #000;
  font: 400 16px "Josefin Sans", sans-serif;
}

.order-details {
  line-height: 25px;
  letter-spacing: 1.28px;
  text-align: center;
  align-self: stretch;
  margin-top: 26px;
  width: 100%;
}

.nav-link {
  flex-grow: 1;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 22px;
  align-self: start;
}

.exit-button {
  border-radius: 40px;
  background-color: #fffcf9;
  margin-top: 39px;
  width: 141px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 16px 55px;
  border: 1px solid #c63093;
}

@media (max-width: 991px) {
  .order-title,
  .order-details {
    max-width: 100%;
  }

  .exit-button {
    white-space: normal;
    padding: 16px 20px;
  }
}
