.custom-promo-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;font-family:inherit}
                                    .custom-promo-backdrop{position:absolute;inset:0;background-color:rgba(15,23,42,0.6);backdrop-filter:blur(3px)}
                                    .custom-promo-wrap{position:relative;background:#fff;border-radius:16px;max-width:960px;width:92%;max-height:90vh;overflow:auto;box-shadow:0 25px 50px -12px rgba(17,24,39,0.5);z-index:2}
                                    .custom-promo-close{position:absolute;right:12px;top:12px;width:44px;height:44px;border-radius:9999px;border:2px solid #23366A;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,0.08);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color 150ms ease,border-color 150ms ease,color 150ms ease;color:#23366A}
                                    .custom-promo-close .custom-promo-close-icon{font-size:20px;line-height:1}
                                    .custom-promo-close:hover,.custom-promo-close:focus{background:#23366A;border-color:#23366A;color:#fff;outline:none}
                                    .custom-promo-close:focus{box-shadow:0 0 0 3px rgba(35,54,106,0.15)}
                                    .custom-promo-image-wrap{width:100%;height:260px;overflow:hidden;border-radius:12px 12px 0 0}
                                    .custom-promo-image{width:100%;height:100%;object-fit:cover;display:block}
                                    .custom-promo-body{padding:20px}
                                    .custom-promo-badges{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}
                                    .custom-promo-category{background:#23366A;color:#fff;padding:6px 12px;border-radius:9999px;font-weight:600;font-size:13px;display:inline-flex;align-items:center}
                                    .custom-promo-days{background:#4b5563;color:#fff;padding:6px 12px;border-radius:9999px;font-size:13px;display:inline-flex;align-items:center;gap:6px;font-weight:600}
.custom-promo-days-icon{font-size:14px;line-height:1;flex:0 0 auto}
                                    .custom-promo-title{font-size:20px;color:#23366A;margin:0 0 10px;font-weight:700}
                                    .custom-promo-desc{color:#334155;line-height:1.6;font-size:15px}
                                    @media(min-width:768px){.custom-promo-image-wrap{height:320px}.custom-promo-wrap{width:80%}}