@import url("https://fonts.bunny.net/css?family=poppins:400,500,600&display=swap");:root{--font-poppins:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif}.trending-coupons-section{width:100%;background-color:#edf1f8}.trending-coupons-container{max-width:900px;margin:0 auto;padding:0 15px}.trending-coupons-title{font-family:var(--font-poppins);font-size:36px;font-weight:700;color:#333;text-align:center;margin-bottom:30px}.trending-coupons-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.trending-coupon-item{display:flex;background-color:white;padding:20px 15px;border-radius:8px;box-shadow:0 .125rem .25rem rgba(0,0,0,.35);cursor:pointer;transition:transform .2s ease;gap:20px;align-items:center}.trending-coupon-discount{flex-shrink:0;width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:4px;overflow:hidden}.trending-coupon-discount img{max-width:100%;max-height:100%;object-fit:contain}.trending-coupon-content{flex-grow:1;display:flex;justify-content:space-between;align-items:center;gap:20px;align-self:center}.trending-coupon-type{color:#0051a1;font-size:14px;font-weight:500;margin-bottom:5px}.trending-coupon-title{font-weight:700;font-size:24px;color:#333;line-height:1.4}.trending-coupon-description,.trending-coupon-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.trending-coupon-description{color:#666;font-size:15px;line-height:1.5;margin:8px 0}.trending-coupon-code{flex-shrink:0;position:relative;min-width:140px}.trending-coupon-item[data-type=code] .trending-coupon-code-text{position:absolute;width:100%;height:99%;display:flex;justify-content:flex-end;align-items:center;text-transform:uppercase;color:#0051a1;font-size:1rem;font-weight:600;padding-right:8px;border:1px dashed #0051a1;border-radius:.3rem;box-sizing:border-box;background-color:#f7fafc;z-index:1;overflow:hidden;white-space:nowrap}.trending-coupon-item[data-type=code] .trending-coupon-code>button{position:relative;color:white;background-color:#0051a1;border:none;padding:.75rem 1rem;border-radius:.3rem;font-weight:500;font-size:1rem;width:97%;clip-path:polygon(0 0,90% 0,100% 100%,0 100%);z-index:2;cursor:pointer;transition:transform .3s ease}.trending-coupon-item[data-type=code] .trending-coupon-code>button:hover{transform:translateX(-10px);background-color:#0080ff}.trending-coupon-item[data-type=deal] .trending-coupon-code>button{width:100%;background-color:#0051a1;color:white;border:none;padding:12px 20px;border-radius:6px;font-weight:600;font-size:16px;cursor:pointer}.trending-coupon-item[data-type=deal] .trending-coupon-code>button:hover{background-color:#0080ff}.trending-coupons-view-all{text-align:center;margin-top:30px}.view-all-button{display:inline-block;padding:14px 40px;background-color:#0051a1;color:white;text-decoration:none;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.view-all-button:hover{background-color:#0080ff}@media screen and (max-width:768px){.trending-coupons-title{font-size:24px!important;margin-bottom:30px}.trending-coupon-item{flex-direction:row!important;padding:15px 40px 15px 15px!important;gap:15px;position:relative;align-items:center!important}.trending-coupon-discount{width:80px;height:80px;min-width:80px}.trending-coupon-content{flex-direction:column;align-items:flex-start;gap:8px;flex-grow:1}.trending-coupon-title{font-size:18px!important;line-height:1.4!important}.trending-coupon-code,.trending-coupon-code-text,.trending-coupon-code>button,.trending-coupon-description{display:none!important}}.trending-coupon-savings{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;background-color:#eafbf8;border:1px solid #c6f6ed;border-radius:6px;font-size:14px;font-weight:500;color:#2e7d32}.trending-coupon-savings svg{flex-shrink:0;stroke:#2e7d32}.trending-coupon-savings span{line-height:1.4}.trending-coupon-arrow,.trending-coupon-store-name{display:none}@media (max-width:768px){.trending-coupon-savings{font-size:12px;padding:6px 10px}.trending-coupon-savings svg{width:16px;height:16px}.trending-coupon-store-name{display:block;color:#333;font-size:.85rem;font-weight:400;margin:4px 0}.trending-coupon-arrow{display:block;position:absolute;top:50%;right:15px;transform:translateY(-50%);stroke:#3258b3;flex-shrink:0}}