.sme-account-guest,.sme-account-guest *{box-sizing:border-box;box-shadow:none !important;text-shadow:none !important;filter:none !important}
.sme-account-guest{width:100%;padding:13px;background:var(--sme-color-surface);color:var(--sme-color-text);font-family:var(--sme-font-family-sans)}
.sme-account-guest header{margin-bottom:9px;text-align:center}
.sme-account-guest header strong{display:block;color:var(--sme-color-heading);font-size:15px;font-weight:var(--sme-font-weight-bold)}
.sme-account-guest header span{display:block;margin-top:4px;color:var(--sme-color-muted);font-size:11px}
.sme-account-guest form{display:grid;gap:8px}
.sme-account-guest label{display:grid;gap:4px;color:var(--sme-color-heading);font-size:10px;font-weight:var(--sme-font-weight-semibold)}
.sme-account-guest input[type='text'],.sme-account-guest input[type='password']{width:100%;height:36px;margin:0;padding:0 10px;border:1px solid var(--sme-color-border-strong);border-radius:var(--sme-radius-md);background:var(--sme-color-surface);color:var(--sme-color-text);font:inherit;box-shadow:none !important;outline:0}
.sme-account-guest input[type='text']:focus,.sme-account-guest input[type='password']:focus{border-color:var(--sme-color-primary);box-shadow:var(--sme-focus-ring) !important}
.sme-account-guest .sme-account-guest__show{display:inline-flex;grid-template-columns:none;flex-direction:row;align-items:center;justify-self:start;gap:7px;color:var(--sme-color-text-secondary);font-size:10px;font-weight:var(--sme-font-weight-medium)}
.sme-account-guest__show input{width:13px;height:13px;margin:0;accent-color:var(--sme-color-primary)}
.sme-account-guest form>button{width:100%;min-height:36px;padding:7px 12px;border:1px solid var(--sme-color-primary);border-radius:var(--sme-radius-md);background:var(--sme-color-primary);color:var(--sme-color-white);font:inherit;font-size:12px;font-weight:var(--sme-font-weight-bold)}
.sme-account-guest form>button:hover,.sme-account-guest form>button:focus-visible{border-color:var(--sme-color-primary-hover);background:var(--sme-color-primary-hover)}
.sme-account-guest footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}
.sme-account-guest footer a{color:var(--sme-color-link-strong);font-size:10px;font-weight:var(--sme-font-weight-semibold)}
.sme-account-guest footer a:hover,.sme-account-guest footer a:focus-visible{color:var(--sme-color-heading);text-decoration:underline}
.sme-account-guest .sme-auth-honeypot{position:fixed !important;left:-10000px !important;width:1px !important;height:1px !important;opacity:0 !important}
