/* =========================================================
   v2.8.95 — Restore rounding only on the two inner waitlist cards
   Scope: Services/Leistungen waitlist section only.

   Keeps the outer waitlist wrapper square as requested, while
   restoring rounded corners on:
   - the left waiting-list copy/image card
   - the right waiting-list form card
   ========================================================= */

#service-waitlist .waitlist-copy-card,
#service-waitlist .compact-form-card {
  border-radius: 22px !important;
}

/* The left card contains an edge-to-edge lower image panel, so
   overflow must remain hidden for the rounded corners to clip cleanly. */
#service-waitlist .waitlist-copy-card {
  overflow: hidden !important;
}
