/* Café Mia — global corner rounding only (no theme system) */
:root {
  --cm-radius-sm: 8px;
  --cm-radius-md: 12px;
}

/* Rounded corners on common elements */
img,
figure img,
.body img,
picture img {
  border-radius: var(--cm-radius-md) !important;
}

button,
.btn,
[class*="btn-"],
.cm-order-strip-btns a,
.cm-fd-card a,
.hero-cta .btn,
.cm-powered-by,
.cm-skip-link,
input[type="submit"],
input[type="button"] {
  border-radius: var(--cm-radius-sm) !important;
}

.cm-powered-by,
[class*="pill"],
.tag,
.label {
  border-radius: 999px !important;
}

.cm-fd-card,
.related-grid a,
.faq-block details,
.quick-answer,
.compare-table,
aside[role="complementary"],
.hero-cta,
.cm-order-strip,
.cm-featured-drinks,
.related,
figure,
blockquote,
pre,
code {
  border-radius: var(--cm-radius-md) !important;
}

input,
textarea,
select {
  border-radius: var(--cm-radius-sm) !important;
}

table,
.compare-table {
  border-radius: var(--cm-radius-md) !important;
  overflow: hidden;
}
