.shb-pricing-table { display: flex; gap: 24px; flex-wrap: wrap; }
.shb-plan-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; flex: 1 1 260px; }
.shb-plan-price { font-size: 28px; font-weight: 700; }
.shb-plan-resources { list-style: none; padding: 0; margin: 16px 0; color: #4b5563; }
.shb-order-button { background: #4f46e5; color: #fff; border: 0; border-radius: 8px; padding: 10px 20px; cursor: pointer; }
.shb-order-button:hover { background: #4338ca; }
.shb-table { width: 100%; border-collapse: collapse; margin-bottom: 32px; }
.shb-table th, .shb-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #e5e7eb; }
.shb-status { padding: 2px 10px; border-radius: 999px; font-size: 12px; background: #f3f4f6; }
.shb-status--active { background: #dcfce7; color: #166534; }
.shb-status--pending, .shb-status--new, .shb-status--pending_payment { background: #fef9c3; color: #92400e; }
.shb-status--suspended, .shb-status--error { background: #fee2e2; color: #991b1b; }
