/* Pagamento disponível somente no modo de conta autenticada do agendamento público. */
.petsea-booking-payment-choice{
  grid-column:1/-1;
  margin-top:4px;
  padding:15px;
  border:1px solid rgba(34,183,182,.18);
  border-radius:18px;
  background:rgba(34,183,182,.045);
}
.petsea-booking-payment-choice__head strong{display:block;color:#214b4e;font-size:.86rem}
.petsea-booking-payment-choice__head span{display:block;margin-top:4px;color:#75908f;font-size:.72rem;line-height:1.45}
.petsea-booking-payment-choice__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}
.petsea-booking-payment-option{
  min-height:72px;
  padding:12px 13px;
  border:1px solid rgba(54,123,126,.18);
  border-radius:14px;
  background:rgba(255,255,255,.76);
  color:#264b4e;
  text-align:left;
  cursor:pointer;
  transition:.18s ease;
}
.petsea-booking-payment-option:hover{border-color:rgba(40,190,187,.40);transform:translateY(-1px)}
.petsea-booking-payment-option strong{display:block;font-size:.78rem}
.petsea-booking-payment-option span{display:block;margin-top:4px;color:#759392;font-size:.67rem;line-height:1.35}
.petsea-booking-payment-option.is-selected{border-color:#2cc4c1;background:rgba(44,196,193,.09);box-shadow:0 0 0 3px rgba(44,196,193,.09)}

.petsea-public-payment-dialog{border:0;padding:0;width:min(500px,calc(100vw - 28px));max-width:none;background:transparent}
.petsea-public-payment-dialog::backdrop{background:rgba(3,18,21,.72);backdrop-filter:blur(5px)}
.petsea-public-payment-card{position:relative;padding:22px;border:1px solid rgba(48,201,198,.24);border-radius:22px;background:#fff;color:#173c3e;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.petsea-public-payment-card__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:rgba(52,199,197,.11);color:#1aafad}
.petsea-public-payment-card__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.petsea-public-payment-card h2{margin:14px 0 6px;font-size:1.25rem}
.petsea-public-payment-card>p{margin:0;color:#71908f;font-size:.78rem;line-height:1.55}
.petsea-public-payment-summary{display:grid;gap:8px;margin:16px 0;padding:13px;border-radius:14px;background:rgba(36,164,167,.06)}
.petsea-public-payment-summary div{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.74rem}.petsea-public-payment-summary strong{font-size:.82rem}
.petsea-public-payment-status{margin-top:10px!important;padding:10px 11px;border-radius:11px;background:rgba(242,181,68,.10);color:#986611!important}
.petsea-public-payment-status.is-paid{background:rgba(39,181,125,.10);color:#16835a!important}.petsea-public-payment-status.is-error{background:rgba(218,79,79,.09);color:#bf4545!important}
.petsea-public-payment-actions{display:grid;gap:8px;margin-top:15px}
.petsea-public-payment-actions a,.petsea-public-payment-actions button{min-height:44px;border:0;border-radius:12px;padding:0 14px;font:800 .76rem/1 Inter,sans-serif;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center}
.petsea-public-payment-primary{background:linear-gradient(135deg,#31c9c7,#168f98);color:#fff!important}
.petsea-public-payment-secondary{background:rgba(43,110,113,.09);color:inherit}
.petsea-public-payment-close{position:absolute;right:17px;top:17px;width:32px;height:32px;border:0;border-radius:10px;background:rgba(75,110,111,.08);color:inherit;cursor:pointer}
.booking-account-pay-now{background:linear-gradient(135deg,#31c9c7,#168f98)!important;color:#fff!important}

html[data-theme="dark"] .petsea-booking-payment-choice__head strong{color:#e7f8f7}
html[data-theme="dark"] .petsea-booking-payment-option{background:rgba(255,255,255,.035);border-color:rgba(99,196,194,.16);color:#e7f8f7}
html[data-theme="dark"] .petsea-public-payment-card{background:#092428;color:#eafffd}

@media(max-width:560px){
  .petsea-booking-payment-choice__buttons{grid-template-columns:1fr}
  .petsea-public-payment-card{padding:18px}
}
