/* GenDec look & feel. Loaded AFTER uikit.min.css, so these win on load order
   alone — same single-class specificity, no !important needed.

   Rounded inputs and buttons (8px), matching members.belgianclubdubai.org/admin.
   UIkit ships all of these square (border-radius: 0).

   .uk-icon-button is deliberately NOT listed: UIkit rounds it to a full circle
   (500px), and the crew-row trash icon is meant to stay round. Nothing in GenDec
   carries both classes, so .uk-button below cannot flatten it. */
.uk-input,
.uk-select,
.uk-textarea,
.uk-button {
    border-radius: 8px;
}
