.demo-notice { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding: 14px 16px; border: 1px solid #c5d6df; border-radius: 6px; background: #eef4f7; color: #203b4a; }
.demo-notice strong { font-size: 14px; }
.demo-notice p { margin: 4px 0 0; font-size: 13px; line-height: 1.6; max-width: 900px; }
.demo-notice button { white-space: nowrap; }
@media (max-width: 760px) { .demo-notice { align-items: flex-start; flex-direction: column; gap: 10px; } }
