.post-bundles-section{margin:1.5rem 0 0 0;padding:1rem;background:#f6f5f37a;border-radius:12px;position:relative;overflow:hidden}.post-bundles-section::before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#fc6336,#FF9800)}.post-bundles-section h4{margin:0 0 1rem 0;color:#334155;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem}.post-bundles-section h4::before{content:"🏷️";font-size:1rem}.bundle-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.bundle-list li{margin:0;padding:0}.bundle-list a{display:flex;align-items:center;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#475569;font-size:.9rem;font-weight:500;transition:all 0.2s ease;position:relative;overflow:hidden}.bundle-list a::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#82b440;transform:scaleY(0);transition:transform 0.2s ease}.bundle-list a:hover{background:#f9f4f1;border-color:#cbd5e1;color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -1px rgb(0 0 0 / .06)}.bundle-list a:hover::before{transform:scaleY(1)}.post-bundles-section{animation:fadeInUp 0.5s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.post-bundles-section{margin:1.5rem -1rem;padding:1rem;border-radius:0;border-left:none;border-right:none}.post-bundles-section h4{font-size:.875rem}.bundle-list a{padding:.625rem;font-size:.875rem}}@media (min-width:768px){.post-bundles-section.horizontal-scroll .bundle-list{flex-direction:row;overflow-x:auto;gap:1rem;padding-bottom:.5rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 #fff0}.post-bundles-section.horizontal-scroll .bundle-list::-webkit-scrollbar{height:4px}.post-bundles-section.horizontal-scroll .bundle-list::-webkit-scrollbar-track{background:#fff0}.post-bundles-section.horizontal-scroll .bundle-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.post-bundles-section.horizontal-scroll .bundle-list li{flex-shrink:0;min-width:200px}}@media (prefers-contrast:high){.post-bundles-section,.bundle-list a{border-width:2px;border-color:#000}.bundle-list a:hover{background:#e2e8f0;color:#000}}@media (prefers-reduced-motion:reduce){.post-bundles-section,.bundle-list a{animation:none;transition:none}.bundle-list a:hover{transform:none}}