.admin-preview-return{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;border:1px solid #e2b84f;border-radius:16px;padding:14px 17px;background:linear-gradient(135deg,#fff4d4,#fff)}
.admin-preview-return strong{display:block;color:#76500a}
.admin-preview-return p{margin:3px 0 0;color:var(--muted);font-size:14px}
.admin-preview-return button{flex:none;border:0;border-radius:10px;padding:10px 14px;color:#fff;background:var(--green);cursor:pointer;font-weight:850}
@media (max-width:720px){.admin-preview-return{align-items:stretch;flex-direction:column}}
.checklist-rule-banner{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;margin-bottom:16px;border:1px solid #dfb35e;border-radius:15px;padding:14px 16px;background:linear-gradient(135deg,#fff5dc,#fff)}
.checklist-rule-banner>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#fff;font-size:21px;box-shadow:inset 0 0 0 1px #ead4aa}
.checklist-rule-banner strong{display:block;color:#76500a;font-size:15px}
.checklist-rule-banner p{margin:3px 0 0;color:var(--ink-soft);font-size:14px;line-height:1.5}
