.merchant-meta { margin-bottom:12px; }
.store-stat-flex { flex-wrap: wrap; display: flex; align-items: center; gap: 20px; color: #64748B; font-weight: 500; font-size: 0.9rem; }
.btn-text { font-size:14px; transition:color 0.2s; font-weight:800; color:#00da24; }
.store-identity-frame { display: flex; border: 1px solid #E2E8F0; background-color: #FFFFFF; align-items: center; width: 140px; justify-content: center; overflow: hidden; position: relative; height: 140px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 24px; }
.store-identity-blur { filter: blur(8px); opacity: 0.1; left: 0; transform: scale(1.6); width: 100%; object-fit: cover; top: 0; height: 100%; position: absolute; }
.store-info-description { margin-bottom: 0; font-size: 1.05rem; color: #475569; line-height: 1.6; }
.store-expand-btn { font-size: 1.05rem; border-radius: 16px; color: #222222; display: inline-flex; background-color: #ffffff; transition: all 0.3s ease; font-weight: 800; border: 1px solid #222222; align-items: center; padding: 15px 45px; }
.merchant-meta-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.card-logo { object-fit:contain; width:100%; height:100%; border-radius:8px; }
.store-action-hub { background: #FFFFFF; border-radius: 20px; }
.store-rank-trigger { display: inline-flex; font-size: 0.9rem; gap: 8px; color: #1E293B; border: 1px solid #E2E8F0; align-items: center; font-weight: 700; border-radius: 14px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); background: #FFFFFF; padding: 10px 22px; }
.store-identity-main { max-height: 80%; max-width: 80%; object-fit: contain; position: relative; z-index: 1; border-radius: 4px; }
.store-expand-btn:hover { color: #999; border: 1px solid #222222; background-color: #efefef; }
.merchant-desc { line-height:1.6; margin:0 0 16px 0; overflow:hidden; display:-webkit-box; color:#475569; font-size:0.85rem; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.store-rank-trigger:hover { background-color: #F8FAFC; border-color: #000000; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transform: translateY(-2px); }
.card-visual-header { overflow:hidden; position:relative; height:140px; background:#F1F5F9; }
.stat-label { font-weight:700; color:#94A3B8; letter-spacing:0.8px; text-transform:uppercase; font-size:10px; }
.btn-arrow { transition:transform 0.3s ease; color:#00da24; }
.text-green { color:#00da24; }
.store-path-breadcrumb .breadcrumb-item a:hover { color: #00da24; }
.stat-value { color:#000000; font-weight:800; font-size:0.95rem; }
.stat-item { display:flex; gap:2px; flex-direction:column; }
.store-path-breadcrumb .breadcrumb-item.active { font-weight: 700; color: #0F172A; }
.event-pill { padding:5px 10px; white-space:nowrap; color:#475569; font-size:10px; background:#F1F5F9; font-weight:700; text-transform:uppercase; border-radius:6px; }
.store-hero-bg { background-color: #F8FAFC; font-family: "Google Sans", system-ui, -apple-system, sans-serif; padding: 1rem 0; }
.card-body { flex:1; padding:32px 20px 20px 20px; flex-direction:column; display:flex; background:#FFFFFF; }
.merchant-name { line-height:1.2; margin:0; font-weight:800; color:#000000; font-size:1.15rem; }
.events-row { gap:6px; display:flex; flex-wrap:wrap; }
.store-rank-options { gap: 12px; display: flex; }
.card-hero-img { height:100%; filter:brightness(0.9); transition:transform 0.6s cubic-bezier(0.4,0,0.2,1); width:100%; object-fit:cover; }
.store-max-frame { padding-right: 2rem; margin: 0 auto; max-width: 1600px; padding-left: 2rem; }
.store-label-pill i { color: #00da24; }
.stat-item.align-right { text-align:right; }
.category-tag { color:#64748B; letter-spacing:0.5px; font-size:0.75rem; font-weight:700; text-transform:uppercase; }
.card-logo-wrapper { bottom:-20px; width:64px; left:20px; padding:6px; z-index:2; background:#ffffff; transition:transform 0.3s ease; position:absolute; height:64px; border:1px solid #E2E8F0; box-shadow:0 8px 16px rgba(0,0,0,0.06); border-radius:12px; }
.store-path-breadcrumb .breadcrumb-item a { color: #64748B; font-size: 0.85rem; text-decoration: none; font-weight: 500; transition: color 0.2s; }
.stats-row { background:#F8FAFC; padding:12px 16px; margin-top:auto; border:1px solid #E2E8F0; display:flex; margin-bottom:16px; border-radius:12px; justify-content:space-between; }
.store-h1-heading { margin-bottom: 12px; color: #0F172A; line-height: 1.2; font-weight: 800; letter-spacing: -0.03em; font-size: clamp(1.3rem, 4vw, 1.8rem); }
.text-red { color:#FF4D4D; }
.store-label-pill { background-color: #000000; color: #FFFFFF; padding: 8px 18px; font-size: 0.8rem; align-items: center; border-radius: 50px; font-weight: 700; text-transform: uppercase; display: inline-flex; letter-spacing: 0.03em; }
.promocodefor-insight-card:hover .card-hero-img { transform:scale(1.1); }
.promocodefor-insight-card:hover .card-logo-wrapper { border-color:#00da24; transform:translateY(-5px); }
.card-footer { background:#FFFFFF; justify-content:space-between; display:flex; border-top:1px solid #F1F5F9; padding:16px 20px; align-items:center; }
@keyframes fire-flicker {
  0% { transform:scale(1); filter:drop-shadow(0 0 2px rgba(239,68,68,0.4)); }
  100% { filter:drop-shadow(0 0 5px rgba(239,68,68,0.8)); transform:scale(1.15) translateY(-1px); }
}
.promocodefor-article { border-radius:16px; max-width:1600px; padding:32px; margin:32px auto 80px auto; box-shadow:0 4px 6px -1px rgba(0,0,0,0.02); width:100%; color:#475569; background:#ffffff; border:1px solid #333; line-height:1.7; }
.promocodefor-section-title { font-size:22px; font-weight:800; width:fit-content; padding-bottom:12px; letter-spacing:-0.5px; border-bottom:1px solid #F1F5F9; margin:0 auto 30px auto; text-align:center; color:#0F172A; }
.promocodefor-section-title { color:#000000; font-size:1.5rem; letter-spacing:-0.02em; margin-bottom:20px; font-weight:800; }
.promocodefor-stats-box p { font-size:14px; margin-bottom:0; }
.promocodefor-trend-bar-fill { background:#EF4444; border-radius:99px; transition:width 0.5s ease; height:100%; }
.promocodefor-faq-item[open] .promocodefor-faq-question { background:#F8FAFC; border-bottom:1px solid #E2E8F0; }
.promocodefor-trend-bar-wrapper { flex:1; height:8px; overflow:hidden; border-radius:99px; background:#F1F5F9; }
.promocodefor-trend-value { flex:0 0 70px; color:#0F172A; text-align:right; font-size:14px; font-weight:700; }
.promocodefor-article p { font-size:15px; margin-bottom:16px; }
.promocodefor-faq-list { display:flex; gap:16px; flex-direction:column; }
.promocodefor-stats-box h3 { color:#334155; margin-top:0; font-size:16px; }
.promocodefor-trend-date { white-space:nowrap; font-weight:600; flex:0 0 170px; font-size:13px; color:#64748B; }
.promocodefor-section-title .highlight { color:#991B1B; }
.promocodefor-tip-box p { font-size:14px; margin-bottom:0; color:#991B1B; }
.promocodefor-insight-grid { justify-content:center; grid-template-columns:repeat(auto-fit,minmax(300px,350px)); gap:24px; display:grid; }
.promocodefor-faq-item[open] { border-color:#00da24; box-shadow:0 10px 25px rgba(0,0,0,0.05); }
.promocodefor-faq-question { align-items:center; font-size:1.1rem; transition:background 0.2s; color:#000000; cursor:pointer; user-select:none; display:flex; position:relative; padding:20px 28px; font-weight:500; justify-content:space-between; list-style:none; }
.promocodefor-insight-card:hover { border-color:#FCA5A5; box-shadow:0 16px 32px -8px rgba(239,68,68,0.15); transform:translateY(-4px); }
.promocodefor-discount-trend { margin:24px 0; background:#ffffff; padding:20px; border:1px solid #F1F5F9; border-radius:12px; }
.promocodefor-faq-question::-webkit-details-marker { display:none; }
.promocodefor-faq-item:hover { border-color:#00da24; box-shadow:0 10px 20px rgba(0,0,0,0.04); }
.heutedeals-faq-question::after { font-family: "bootstrap-icons" !important; color: #94A3B8; content: '\F282'; transition: transform 0.3s ease, color 0.3s ease; font-size: 1.2rem; font-weight: normal; }
.promocodefor-faq-answer { font-size:1rem; background-color:#FFFFFF; color:#475569; animation:promocodefor-fade-in 0.4s cubic-bezier(0.4, 0, 0.2, 1); line-height:1.8; padding:24px 28px; margin:0; }
.promocodefor-article .promocodefor-title { margin-bottom:24px; letter-spacing:-0.5px; font-size:22px; border-bottom:1px solid #F1F5F9; color:#0F172A; padding-bottom:16px; margin-top:0; font-weight:800; line-height:1.4; }
.promocodefor-faq-item[open] .promocodefor-faq-question::after { transform:rotate(180deg); color:#00da24; }
.promocodefor-faq-item { border:1px solid #E2E8F0; transition:all 0.3s ease; overflow:hidden; border-radius:16px; background-color:#ffffff; }
.promocodefor-insight-card { flex-direction:column; transition:all 0.3s cubic-bezier(0.4,0,0.2,1); display:flex; border-radius:16px; background:#ffffff; box-shadow:0 2px 4px rgba(0,0,0,0.02); overflow:hidden; border:1px solid #F1F5F9; text-decoration:none; }
.promocodefor-article strong { font-weight:700; color:#0F172A; }
.promocodefor-stats-box { background:#F8FAFC; padding:20px 24px; border-radius:12px; border:1px solid #E2E8F0; margin:24px 0; }
.promocodefor-hacks-text { margin:0; line-height:1.8; font-size:1rem; color:#475569; }
.promocodefor-section-title .highlight { color:#EF4444; }
.promocodefor-insight-section { padding:0 0 30px 0; margin-top:20px; margin:0 auto; max-width:1600px; }
.promocodefor-trend-item { align-items:center; margin-bottom:14px; gap:16px; display:flex; }
.promocodefor-article h3 { margin:28px 0 12px 0; font-weight:700; align-items:center; gap:8px; color:#1E293B; font-size:18px; display:flex; }
.promocodefor-trend-item:last-child { margin-bottom:0; }
.promocodefor-faq-section { width:100%; max-width:1600px; margin:80px auto 40px; }
.promocodefor-tip-box { border-radius:10px; border:1px solid #FEE2E2; border-left:4px solid #EF4444; margin:24px 0; background:#FEF2F2; padding:16px 20px; }
.promocodefor-insight-card:hover .btn-arrow { transform:translateX(5px); }
.promocodefor-tip-box h3 { font-size:16px; color:#B91C1C; margin-top:0; }
.promocodefor-hacks-section { background-color:#F8FAFC; border-radius:16px; margin:60px auto; padding:32px; box-shadow:0 4px 6px -1px rgba(0,0,0,0.02); border-left:5px solid #00da24; width:100%; max-width:1600px; }
@keyframes promocodefor-fade-in {
  from { transform:translateY(-10px); opacity:0; }
  to { opacity:1; transform:translateY(0); }
}