.rgxc-box{margin:20px 0;padding:20px;border:1px solid #dfe3e8;border-radius:16px;background:#fff}.rgxc-box__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.rgxc-box__header h3{margin:0 0 6px;font-size:24px}.rgxc-box__header p,.rgxc-box__description{margin:0 0 16px;color:#666}.rgxc-campaign-status{display:inline-block;padding:4px 10px;border-radius:999px;font-weight:700;font-size:12px}.rgxc-status-activa{background:#e7f7ed;color:#176b39}.rgxc-status-programada{background:#eef3ff;color:#1d4ed8}.rgxc-status-vencida{background:#fff1f2;color:#be123c}.rgxc-status-agotada{background:#fff7ed;color:#c2410c}.rgxc-status-inactiva{background:#f3f4f6;color:#374151}.rgxc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.rgxc-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fafafa;display:flex;flex-direction:column;height:100%}.rgxc-card.is-selected{border-color:#16a34a;box-shadow:0 0 0 2px rgba(22,163,74,.12)}.rgxc-card__image img{width:100%;height:auto;display:block;border-radius:10px}.rgxc-card__content{display:flex;flex-direction:column;gap:10px;margin-top:12px}.rgxc-tag{display:inline-block;font-size:12px;font-weight:700;background:#ecfdf5;color:#166534;padding:4px 10px;border-radius:999px;align-self:flex-start}.rgxc-feedback{margin-top:12px;font-weight:600}.rgxc-feedback.is-error{color:#b91c1c}.rgxc-feedback.is-success{color:#166534}.rgxc-card button.loading{opacity:.6;pointer-events:none}@media (max-width:767px){.rgxc-box__header{flex-direction:column}.rgxc-box__header h3{font-size:20px}}