/* One radius for Cannuna controls and surfaces. Brand geometry is not a control. */
:root { --cn-radius:5px; }
html body[class] :is(
 a,button,input:not([type="radio"]),select,textarea,fieldset,details,summary,article,figure,img,table,
 .button,[role="button"],[role="dialog"],
 [class*="card"],[class*="panel"],[class*="modal"],[class*="notice"],[class*="alert"],
 [class*="calendar"],[class*="steps"],[class*="search"],[class*="tabs"],[class*="shell"],
 [class*="photo"],[class*="status"],.cn-mobile-menu nav,.cn-journey-after,.cn-number,
 .amed-telemed-card__photo em,.amed-online-prescriber-card__photo span,
 .amed-public-booking__steps strong,.cn-journey-compact li>span
) { border-radius:var(--cn-radius) !important; }
/* Native booking form rules use attribute selectors plus !important. */
html body[class] :is(input,select,textarea):not([type="radio"]):not([type="hidden"]) {
 border-radius:var(--cn-radius) !important;
}

/* WooCommerce wraps prices in spans with their own typography. Inherit one style. */
body :is(.amed-telemed-card__meta,.amed-online-prescriber-card__meta)>strong,
body :is(.amed-telemed-card__meta,.amed-online-prescriber-card__meta)>strong * {
 font-family:Inter,sans-serif !important;
 font-size:14px !important;
 font-weight:600 !important;
 line-height:1.35 !important;
 color:#123f46 !important;
}
.cn-consultation .amed-telemed-card__specialty {
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 max-width:100%;
 min-height:1.45em;
 font-weight:400 !important;
 color:#263334 !important;
}
.cn-consultation .amed-telemed-card__record { font-weight:500 !important; text-transform:none; }
@media (max-width:849px) {
 .cn-consultation .amed-telemed-card__specialty { min-height:1.45em; font-size:11px !important; }
 .cn-consultation .amed-telemed-card__record { min-height:1.3em; margin-top:6px !important; }
}
@media (max-width:359px) {
 .cn-consultation .amed-telemed-card__specialty { font-size:10px !important; }
}

.amed-prescriber-login__story .amed-prescriber-login__benefits { display:inline-flex; align-items:center; justify-content:center; gap:14px; min-height:48px; margin-top:34px; padding:12px 20px; border:1px solid #fff; color:#fff; font-size:13px; font-weight:700; text-transform:uppercase; background:#123f4670; }
.amed-prescriber-login__story .amed-prescriber-login__benefits:hover { background:#123f46; color:#fff; }
.amed-prescriber-login__benefits:focus-visible { outline:3px solid #fff; outline-offset:5px; }
