/* =========================================================
   v2.8.91 — Remove rounding from Services waitlist section
   Scope: Services/Leistungen waitlist section only.

   Removes the rounded corners from the whole waitlist area and
   its two waitlist cards, including the image panel. This keeps
   the change local to #service-waitlist and does not affect other
   cards or forms.
   ========================================================= */

#service-waitlist,
#service-waitlist .container,
#service-waitlist .service-form-grid {
  border-radius: 0 !important;
}

#service-waitlist .clean-block,
#service-waitlist .waitlist-copy-card,
#service-waitlist .compact-form-card {
  border-radius: 0 !important;
}

#service-waitlist .hs-waitlist-fiber-image,
#service-waitlist .waitlist-fiber-image {
  border-radius: 0 !important;
}
