.kfc-coupons-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;margin:20px 0}@media (min-width:576px){.kfc-coupons-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.kfc-coupons-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.kfc-coupons-grid{grid-template-columns:repeat(4,1fr)}}.kfc-coupon-item{transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.05);cursor:pointer;display:flex;flex-direction:column}.kfc-coupon-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.kfc-coupon-link{text-decoration:none;color:inherit;display:block}.kfc-coupon-frame{background-color:#fff;padding:5px;border-bottom:1px solid #f0f0f0;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}.kfc-coupon-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kfc-coupon-item:hover .kfc-coupon-image{transform:scale(1.05)}.kfc-coupon-title{font-size:16px;font-weight:600;margin:15px 10px 10px;text-align:center;color:#333;line-height:1.4;height:auto;min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.kfc-coupon-price{font-size:18px;font-weight:700;color:#e4002b;text-align:center;margin:5px 10px 10px;padding:5px 0}.kfc-coupon-no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#f8f8f8;color:#999;font-size:14px}.kfc-coupon-categories{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:5px 10px 5px}.kfc-coupon-category{background:#f0f0f0;color:#666;padding:2px 10px;border-radius:12px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.kfc-category-header{margin-bottom:30px;padding:20px 25px;background:#f8f9fa;border-radius:12px;border-left:4px solid #e4002b}.kfc-category-title{font-size:28px;font-weight:700;margin:0 0 10px;color:#333}.kfc-category-updated{color:#666;font-size:14px;margin-bottom:10px}.kfc-updated-label{font-weight:600;margin-right:5px}.kfc-updated-date,.kfc-updated-time{margin-right:10px}.kfc-category-description{color:#555;font-size:16px;line-height:1.6}.kfc-coupon-footer{padding:12px 15px;background-color:#f8f8f8;display:flex;justify-content:center}.kfc-copy-coupon-btn{background:#e4002b;color:#fff;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:12px 20px;transition:all .3s ease;gap:10px;width:100%;font-size:14px;font-weight:600}.kfc-copy-coupon-btn:hover{background:#c10024;transform:scale(1.02)}.kfc-copy-coupon-btn.copied{background:#28a745}.kfc-copy-coupon-btn.copied .kfc-copy-text{display:none}.kfc-copy-coupon-btn.copied:after{content:'Скопировано!'}.kfc-copy-icon{width:16px;height:16px}.kfc-coupon-code-text{font-weight:700;font-size:16px;letter-spacing:1px}.kfc-copy-text{margin-left:auto}.kfc-single-coupon{max-width:800px;margin:40px auto;padding:20px}.kfc-single-coupon-image{text-align:center;margin-bottom:30px;position:relative}.kfc-single-coupon-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.kfc-single-coupon-details{background-color:#fff;border-radius:12px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.05);margin-bottom:30px}.kfc-coupon-code-container{margin:20px 0;display:flex;flex-direction:column;align-items:center;gap:10px}.kfc-coupon-code{font-size:24px;font-weight:700;text-align:center;padding:15px;background-color:#f8f8f8;border-radius:8px;letter-spacing:2px;border:2px dashed #ddd;width:100%}.kfc-copy-coupon{background-color:#e4002b;color:#fff;border:none;border-radius:8px;padding:12px 25px;cursor:pointer;font-size:16px;font-weight:600;transition:background-color .3s ease;display:flex;align-items:center;gap:10px}.kfc-copy-coupon:hover{background-color:#c10024}.kfc-copy-coupon.copied{background-color:#28a745}.kfc-coupon-price-single{font-size:24px;font-weight:700;color:#e4002b;text-align:center;margin:20px 0;padding:15px;background-color:#f8f8f8;border-radius:8px}.kfc-coupon-validity{font-size:16px;color:#666;margin:15px 0;text-align:center}.kfc-coupon-description{margin-top:30px;line-height:1.6}.kfc-coupon-navigation{margin-top:40px}.kfc-coupon-nav-links{display:flex;justify-content:space-between}.kfc-coupon-prev,.kfc-coupon-next{padding:10px 15px;background-color:#f8f8f8;border-radius:6px;text-decoration:none;color:#333;transition:background-color .3s ease}.kfc-coupon-prev:hover,.kfc-coupon-next:hover{background-color:#e4002b;color:#fff}.kfc-coupon-item{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.kfc-coupon-visible{opacity:1;transform:translateY(0)}.kfc-copy-message{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;opacity:0;transition:opacity .3s ease;pointer-events:none;white-space:nowrap;z-index:20}.kfc-copy-message.show{opacity:1}.kfc-copy-message:after{content:'';position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(0,0,0,.8) transparent transparent transparent}