.danger-button { border: 1px solid #efcbd0; border-radius: 8px; background: #fff; color: #b42335; padding: 8px 13px; font-weight: 600; }
.listing-actions, .shop-actions { display: flex; gap: 7px; align-items: center; }
.shop-actions { margin-top: 12px; }
.shop-actions a { font-size: 10px; color: #1769e0; }
.step-buttons { display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; margin: 16px 0; }
.step-buttons button { border: 1px solid #dbe1e7; background: #fff; border-radius: 7px; padding: 8px 4px; color: #394657; }
.step-buttons button:hover { border-color: #1769e0; color: #1769e0; }
