/* Booking completion: keep Zoom URL aligned with the value column instead of inheriting the global centered success link rule. */
.lapaix-booking-mount .success-summary dd a {
  display: inline;
  width: auto;
  margin: 0;
  font-size: inherit;
}
