.wcp-wrapper { max-width: 1200px; margin: 0 auto; padding: 20px; }
.wcp-grid { display: grid; gap: 20px; }
.wcp-filter-bar { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.wcp-filter-btn { padding: 8px 16px; border: 1px solid #e5e7eb; background: white; border-radius: 8px; cursor: pointer; font-weight: 600; transition: all 0.2s; }
.wcp-filter-btn.active, .wcp-filter-btn:hover { background: #3b82f6; color: white; border-color: #3b82f6; } .wcp-card { background: white; border-radius: 12px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); border: 1px solid #eaeaea; overflow: hidden; display: flex; flex-direction: column; }
.wcp-card-header { padding: 15px 15px 0; display: flex; justify-content: space-between; align-items: center; }
.wcp-type-badge { padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; text-transform: uppercase; color: white; }
.type-deal { background: #3b82f6; }
.type-code { background: #10b981; }
.type-reward { background: #f59e0b; }
.type-sale { background: #ef4444; }
.wcp-verified-badge { background: #d1fae5; color: #065f46; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.wcp-expiry-badge { background: #fef3c7; color: #92400e; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.wcp-featured-ribbon { position: absolute; top: 10px; right: 10px; background: #fbbf24; color: white; padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; z-index: 10; }
.wcp-expired-stamp { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-15deg); background: rgba(239, 68, 68, 0.9); color: white; padding: 10px 30px; font-size: 24px; font-weight: 900; z-index: 100; border: 3px solid white; }
.wcp-card-body { padding: 15px; flex: 1; }
.wcp-banner-image { width: 100%; border-radius: 8px; overflow: hidden; margin-bottom: 15px; }
.wcp-banner-image img { width: 100%; height: 100%; object-fit: cover; }
.wcp-store-brand { font-size: 13px; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; font-weight: 600; }
.wcp-store-name { font-size: 18px; margin: 0 0 5px; color: #333; font-weight: bold; }
.wcp-discount { font-size: 24px; font-weight: 800; color: #ff5722; margin-bottom: 10px; }
.wcp-description { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }
.wcp-tested-badge { background: #f3f4f6; color: #6b7280; padding: 4px 10px; border-radius: 4px; font-size: 11px; margin-top: 10px; display: inline-block; }
.wcp-card-footer { padding: 15px; border-top: 1px solid #f0f0f0; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.wcp-code-container { width: 100%; }
.wcp-code-label { font-size: 12px; color: #666; margin: 0 0 5px 0; text-align: center; }
.wcp-code-box { display: flex; align-items: stretch; width: 100%; max-width: 300px; background: #f8fbff; border: 2px dashed #5b9bd5; border-radius: 8px; overflow: hidden; margin: 0 auto; }
.wcp-code-value { font-family: Courier New, monospace; font-size: 20px; font-weight: 900; color: #2c3e50; flex-grow: 1; padding: 12px; display: flex; align-items: center; justify-content: center; text-transform: uppercase; }
.wcp-copy-btn-inline { background: #5b9bd5; color: white; border: none; border-left: 2px dashed #fff; padding: 0 20px; font-size: 14px; font-weight: 700; cursor: pointer; text-transform: uppercase; }
.wcp-btn { display: block; text-align: center; padding: 12px; border-radius: 8px; font-weight: 700; text-decoration: none; font-size: 16px; }
.wcp-get-deal-btn { background: #ff5722; color: white; }
.wcp-terms-btn { background: transparent; border: none; color: #3b82f6; cursor: pointer; font-size: 13px; text-decoration: underline; }
.wcp-stats-bar { display: flex; gap: 15px; font-size: 12px; color: #666; width: 100%; justify-content: center; } .wcp-store-header { text-align: center; margin-bottom: 30px; }
.wcp-store-header h1 { font-size: 32px; margin-bottom: 10px; }
.wcp-store-list { display: flex; flex-direction: column; gap: 20px; }
.wcp-list-item { display: flex; align-items: center; background: white; border: 1px solid #eaeaea; border-radius: 12px; padding: 20px; gap: 20px; }
.wcp-list-logo { flex-shrink: 0; border: 2px solid #f0f0f0; background: #fff; display: flex; align-items: center; justify-content: center; }
.wcp-list-content { flex: 1; }
.wcp-list-content h3 { margin: 0 0 5px; font-size: 20px; }
.wcp-list-terms { font-size: 12px; color: #666; font-style: italic; }
.wcp-list-action { flex-shrink: 0; } .wcp-regional-coupon-section { margin-bottom: 40px; }
.wcp-regional-title { font-size: 24px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.wcp-regional-promo-dates { font-size: 14px; color: #666; margin-bottom: 20px; }
.wcp-regional-cards-container { display: flex; flex-direction: column; gap: 15px; }
.wcp-regional-card { position: relative; background: white; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px; }
.wcp-regional-card-inner { display: flex; align-items: center; gap: 12px; }
.wcp-regional-card-left { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.wcp-scissors-icon { font-size: 16px; color: #94a3b8; }
.wcp-code-badge { font-family: monospace; font-size: 14px; font-weight: 700; color: #059669; background: #f0fdf4; border: 2px dashed #10b981; border-radius: 6px; padding: 6px 12px; }
.wcp-regional-card-center { flex: 1; font-size: 13px; font-weight: 600; color: #334155; }
.wcp-regional-card-right { flex-shrink: 0; }
.wcp-small-photo-box { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; background: white; display: flex; align-items: center; justify-content: center; }
.wcp-custom-ribbon { position: absolute; top: -4px; right: -4px; width: 80px; height: 80px; overflow: hidden; pointer-events: none; }
.wcp-custom-ribbon span { display: block; position: absolute; top: 16px; right: -24px; width: 120px; padding: 4px 0; font-size: 9px; font-weight: 800; color: white; text-transform: uppercase; text-align: center; transform: rotate(45deg); }
.wcp-terms-section { margin-top: 20px; padding: 15px; background: #f8fafc; border-radius: 8px; border-left: 3px solid #3b82f6; }
.wcp-terms-section h4 { margin: 0 0 10px 0; } .wcp-modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); }
.wcp-modal-content { background-color: white; margin: 10% auto; padding: 30px; border-radius: 12px; width: 90%; max-width: 500px; position: relative; }
.wcp-modal-close { position: absolute; right: 20px; top: 15px; font-size: 28px; font-weight: bold; cursor: pointer; } .wcp-sticky-copy-bar { position: fixed; bottom: 0; left: 0; right: 0; background: white; padding: 15px; box-shadow: 0 -4px 10px rgba(0,0,0,0.1); display: flex; justify-content: center; align-items: center; gap: 15px; z-index: 9999; }
.wcp-sticky-code { font-family: monospace; font-size: 18px; font-weight: bold; background: #f0fdf4; padding: 8px 16px; border: 2px dashed #10b981; border-radius: 6px; }
.wcp-sticky-copy-btn { background: #3b82f6; color: white; border: none; padding: 10px 20px; border-radius: 6px; cursor: pointer; font-weight: 600; }
@media (max-width: 768px) {
.wcp-list-item { flex-direction: column; text-align: center; }
.wcp-list-action { width: 100%; }
.wcp-regional-card-inner { flex-direction: column; text-align: center; }
}