@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap";body{background-color:#f1f1f1}.page-container{display:flex;max-width:1024px;padding:2rem 1rem;gap:1rem;background-color:#f1f1f1;margin:auto}.sidebar{flex:0 0 250px;background:#fff;border:1px solid #e0e0e0;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:1rem}.sidebar-logo{width:100px;height:100px;object-fit:contain;border-radius:20px;margin-bottom:1rem}.sidebar-store-name{font-size:1.1rem;font-weight:600;color:#222;margin-bottom:.5rem;text-align:center;word-break:break-word}.sidebar-shop-btn{background:#d82b47;color:#fff;padding:.5rem 1rem;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;margin-bottom:1rem;width:100%;text-align:center}.sidebar-shop-btn:hover{background:#a31f37;transform:translateY(-1px)}.sidebar-rating{margin-bottom:1rem;font-size:.9rem;color:#555}.sidebar-rating span{color:#f4c150;margin-right:.25rem}.sidebar-desc{font-size:.85rem;color:#666;text-align:center;margin-bottom:1rem;line-height:1.3}.sidebar-other,.other-store-container{width:100%;border-top:1px solid #e0e0e0;padding-top:.75rem}.sidebar-other h4,.other-store-container h4{font-size:.9rem;font-weight:600;color:#222;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.sidebar-other ul,.other-store-container ul{list-style:none}.sidebar-other li,.other-store-container li{margin-bottom:1rem;padding:10px;background-color:#f3faf4;border-radius:20px}.sidebar-other a,.other-store-container a{font-size:.9rem;color:#28a745;transition:color .2s}.sidebar-other a:hover,.other-store-container a:hover{color:#1e7e34;text-decoration:underline}.other-store-item{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.other-store-logo{width:45px;height:45px;object-fit:contain;border-radius:20px}.main-content{flex:1 1 auto;display:flex;flex-direction:column}.page-title{font-size:2rem;font-weight:600;margin-bottom:.5rem;color:#222}.intro-text{margin-bottom:1.5rem;font-size:.95rem;color:#555}.banner{background:#fff;border-left:4px solid #d82b47;border-radius:4px;padding:.75rem 1rem;display:flex;align-items:center;margin-bottom:2rem;color:#555;font-weight:500}.banner img{width:20px;margin-right:.75rem}.section-header{display:inline-block;font-size:1rem;font-weight:600;color:#fff;padding:.5rem 1rem;border-radius:20px;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.deals-header,.coupons-header{background:#28a745}.list-container{margin-bottom:2rem;overflow:hidden}.panel{display:flex;flex-direction:column}.card{display:grid;grid-template-columns:120px 1fr auto;grid-template-rows:auto;column-gap:1rem;align-items:center;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:20px;margin:.5rem 0}.card-left{display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #faf0f8;border-radius:20px;background-color:#fafcfa;cursor:pointer}.store-logo{width:72px;height:72px;object-fit:contain;border-radius:20px;margin-bottom:.25rem}.store-name{font-size:1rem;color:#555;margin-bottom:.5rem;text-transform:capitalize;word-break:break-word}.discount-number{font-size:1.5rem;font-weight:700;color:#28a745;line-height:1}.discount-label{font-size:.75rem;color:#28a745;text-transform:uppercase;margin-top:.25rem}.card-middle{display:flex;flex-direction:column}.card-title{font-size:1.3rem;font-weight:600;color:#222;margin-bottom:.25rem}.card-sub{font-size:1rem;color:#666}.coupon-info{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:#28a745;margin-bottom:.5rem}.coupon-info img{width:16px;height:16px;margin-right:.25rem}.card-cta{text-align:right;display:flex;flex-direction:column;align-items:center;justify-content:center}.deal-btn{background:#28a745;color:#fff;padding:.65rem .85rem;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.deal-btn:hover{background:#218838;transform:translateY(-1px)}.coupon-cta{background:#28a745;color:#fff;padding:.65rem .85rem;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;width:max-content}.cta-valid{font-size:12px;color:#28a745;margin-top:5px}.coupon-cta:hover{background:#218838;transform:translateY(-1px)}.activity-container{background:#fff;border:1px solid #e0e0e0;border-radius:20px;margin-top:2rem;padding:1rem}.activity-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#222}.activity-list{list-style:none}.activity-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-size:.9rem;color:#555}.activity-item:last-child{border-bottom:none}.activity-item .text{flex:1}.activity-item .timestamp{color:#999;font-size:.8rem;margin-left:1rem;white-space:nowrap}.activity-item .code{color:#28a745;font-weight:600;margin-left:.25rem}.other-store-container{display:none}@media (max-width: 1000px){.page-container{flex-direction:column}.sidebar{flex:0 0 auto;width:100%}.sidebar-other{display:none}.other-store-container{display:flex;flex-direction:column;background:#fff;border:1px solid #e0e0e0;border-radius:20px;margin-top:2rem;padding:1rem}.sidebar-other li,.other-store-container li{margin-bottom:1.5rem;padding:12px;background-color:#f3faf4;border-radius:20px}.other-store-logo{width:60px;height:60px;object-fit:contain;border-radius:20px}.sidebar-other a,.other-store-container a{font-size:1.25rem;color:#28a745;transition:color .2s}}@media (max-width: 600px){.card{display:grid;grid-template-columns:100px 1fr;grid-template-areas:"left middle" "left cta";row-gap:.5rem;column-gap:1rem}.card-left{grid-area:left}.card-middle{grid-area:middle}.card-cta{grid-area:cta;text-align:left}.cta-btn{width:100%}.card-title,.card-sub{text-align:center}.coupon-info{justify-content:space-around}}
