/* =========================================================
   CHECKOUT INTEGRADO INFINITEPAY
========================================================= */

.pagamento-online-info {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 15px;
  border: 1px solid #bfe5cf;
  border-radius: 14px;
  background: #f1fbf5;
}

.pagamento-online-info[hidden] {
  display: none !important;
}

.pagamento-online-info > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #217a4b;
  background: #dcf5e6;
}

.pagamento-online-info > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pagamento-online-info strong {
  color: #285f43;
  font-size: 0.82rem;
}

.pagamento-online-info small {
  margin-top: 3px;
  color: #60776a;
  font-size: 0.7rem;
  line-height: 1.5;
}

.infinitepay-retorno {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(45, 35, 39, 0.64);
  backdrop-filter: blur(4px);
}

.infinitepay-retorno-card {
  width: min(440px, 100%);
  padding: 30px 26px;
  border: 1px solid #eedbe1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(80, 42, 55, 0.24);
  text-align: center;
}

.infinitepay-retorno-icone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  color: #d94f81;
  background: #fff0f5;
  font-size: 1.55rem;
}

.infinitepay-retorno-card h2 {
  margin: 0;
  color: #603a43;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
}

.infinitepay-retorno-card p {
  margin: 10px 0 0;
  color: #806e74;
  font-size: 0.82rem;
  line-height: 1.6;
}

.infinitepay-retorno-acoes {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .infinitepay-retorno-acoes {
    flex-direction: column;
  }

  .infinitepay-retorno-acoes .btn {
    width: 100%;
  }
}
