/* Cupons no agendamento público: disponíveis apenas para contas PetSea autenticadas. */
.booking-page .petsea-coupon-box.is-account-locked{
  position:relative;
  border-color:rgba(91,128,131,.18)!important;
  background:rgba(248,252,252,.72)!important;
  box-shadow:none!important;
}
.booking-page .petsea-coupon-box.is-account-locked .petsea-coupon-head,
.booking-page .petsea-coupon-box.is-account-locked .petsea-coupon-row,
.booking-page .petsea-coupon-box.is-account-locked > .petsea-coupon-status{
  opacity:.38;
  filter:saturate(.5);
}
.petsea-coupon-account-lock{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  margin-top:12px;
  padding:12px 13px;
  border:1px solid rgba(42,173,178,.18);
  border-radius:14px;
  background:rgba(42,173,178,.055);
}
.petsea-coupon-account-lock__icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(42,173,178,.10);
  color:#20aeb0;
}
.petsea-coupon-account-lock__icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.petsea-coupon-account-lock__copy strong{
  display:block;
  color:#315356;
  font-size:.76rem;
  font-weight:850;
}
.petsea-coupon-account-lock__copy span{
  display:block;
  margin-top:3px;
  color:#78999b;
  font-size:.66rem;
  line-height:1.4;
}
.petsea-coupon-account-lock__actions{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.petsea-coupon-account-lock__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 10px;
  border:1px solid rgba(34,177,181,.20);
  border-radius:10px;
  background:rgba(255,255,255,.68);
  color:#258f94;
  font-size:.66rem;
  font-weight:850;
  text-decoration:none;
}
.petsea-coupon-account-lock__actions a:last-child{
  border-color:transparent;
  background:linear-gradient(135deg,#31c9c7,#168f98);
  color:#fff;
}
html[data-theme="dark"] .booking-page .petsea-coupon-box.is-account-locked{
  background:rgba(255,255,255,.025)!important;
}
html[data-theme="dark"] .petsea-coupon-account-lock__copy strong{color:#eafafa}
html[data-theme="dark"] .petsea-coupon-account-lock__copy span{color:#86aaa9}
html[data-theme="dark"] .petsea-coupon-account-lock__actions a{background:rgba(255,255,255,.045);color:#91e9e6}
html[data-theme="dark"] .petsea-coupon-account-lock__actions a:last-child{color:#fff;background:linear-gradient(135deg,#31c9c7,#168f98)}
@media(max-width:650px){
  .petsea-coupon-account-lock{grid-template-columns:38px 1fr}
  .petsea-coupon-account-lock__actions{grid-column:1/-1;justify-content:stretch}
  .petsea-coupon-account-lock__actions a{flex:1}
}
