.smcp-banner, .smcp-choices { color: #25251f; background: #fffef9; border: 1px solid #25251f; font: 15px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.smcp-banner[hidden], .smcp-choices [hidden] { display: none !important; }
.smcp-banner { position: fixed; z-index: 9990; inset: auto 18px 18px; max-width: 1000px; max-height: calc(100dvh - 36px); overflow: auto; margin-inline: auto; padding: 20px 24px; box-shadow: 4px 4px 0 #25251f; }
.smcp-banner p { margin: 0 0 14px; }
.smcp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.smcp-actions button { min-height: 44px; border: 1px solid #25251f; border-radius: 0; padding: 10px 16px; color: #25251f; background: #f4df83; font: inherit; font-size: 14px; font-weight: 700; line-height: 1.4; cursor: pointer; }
.smcp-actions button:hover { color: #fff; background: #b63221; }
.smcp-actions button:disabled { opacity: .5; cursor: not-allowed; }
.smcp-actions a { color: #25251f; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; padding: 10px 0; }
.smcp-actions :focus-visible { outline: 3px solid #b63221; outline-offset: 3px; }
.smcp-choices { padding: clamp(18px, 4vw, 32px); margin-block: 28px; }
.smcp-choices h2 { font-size: clamp(24px, 4vw, 32px); }
.smcp-detail { margin: 20px 0 0; font-size: 13px; }
.smcp-banner .smcp-banner-status { margin: 12px 0 0; font-size: 12px; }
@media (max-width: 480px) {
	.smcp-banner { inset: auto 10px 10px; padding: 16px; }
	.smcp-actions { gap: 10px; }
	.smcp-actions button { flex: 1 1 auto; padding-inline: 12px; }
}
@media print {
	.smcp-banner { display: none !important; }
}
