.pb-coupon-rules-link{display:flex;align-items:center;gap:9px;width:100%;margin-top:10px;padding:10px 12px;border:1px solid var(--line,#dce4ec);border-radius:9px;background:var(--card,#fff);color:var(--muted,#657383);text-decoration:none;font:inherit;font-size:12px;font-weight:600;line-height:1.45;text-align:left;cursor:pointer;transition:background .15s,border-color .15s,color .15s}
.pb-coupon-rules-link>.fa-circle-info{flex:none;color:var(--orange,#ff7a00);font-size:15px}
.pb-coupon-rules-link>span{flex:1;min-width:0}
.pb-coupon-rules-link>.fa-chevron-right{flex:none;font-size:10px;opacity:.65}
.pb-coupon-rules-link:hover{background:rgba(255,122,0,.06);border-color:rgba(255,122,0,.35);color:var(--text,#14212d)}
.pb-coupon-rules-link:focus-visible{outline:2px solid var(--orange,#ff7a00);outline-offset:3px}
.pb-coupon-rules-dialog{width:min(620px,calc(100% - 28px));max-height:85vh;margin:auto;padding:0;border:1px solid #dce4ec;border-radius:16px;background:#fff;color:#14212d;box-shadow:0 20px 80px #0005}
.pb-coupon-rules-dialog::backdrop{background:#07101bb3}
.pb-coupon-rules-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:#0d1724;color:#fff}
.pb-coupon-rules-head h2{margin:0;font-size:20px}.pb-coupon-rules-close{border:0;background:transparent;color:inherit;font-size:28px;cursor:pointer}
.pb-coupon-rules-body{padding:24px}.pb-coupon-rules-body p,.pb-coupon-rules-body li{font-size:14px;line-height:1.6}.pb-coupon-rules-body li+li{margin-top:8px}
.pb-coupon-rules-body form>label{display:block;margin:0 0 8px;font-weight:700}
.pb-coupon-rules-search{display:grid;grid-template-columns:minmax(0,1fr) 225px;align-items:stretch;gap:10px;margin:0 0 14px}
.pb-coupon-rules-search input,.pb-coupon-rules-search button,.pb-coupon-rules-actions button{box-sizing:border-box;height:48px;min-height:48px;margin:0!important;border-radius:10px!important}
.pb-coupon-rules-search input{width:100%;min-width:0;padding:10px 13px;border:1px solid #dbe2eb;box-shadow:none}
.pb-coupon-rules-search button{width:100%;min-width:0;padding:0 18px;white-space:nowrap}
#couponRulesStatus{min-height:23px;margin:0}
#couponRulesStatus.is-error{color:#c62828;font-weight:700}
.pb-coupon-rules-actions{display:flex;justify-content:flex-end;margin-top:20px;padding-top:18px;border-top:1px solid #e5eaf1}
.pb-coupon-rules-actions button{min-width:225px;padding:0 18px}
#couponRulesDetails{position:relative}
.pb-coupon-rules-result-close{position:absolute;z-index:1;top:9px;right:9px;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:transparent;color:#657383;font-size:23px;line-height:28px;cursor:pointer}
.pb-coupon-rules-result-close:hover{background:#e8edf3;color:#14212d}.pb-coupon-rules-result-close:focus-visible{outline:2px solid var(--orange,#ff7a00);outline-offset:2px}
#couponRulesDetails dl{display:grid;grid-template-columns:minmax(110px,1fr) 2fr;gap:10px 16px;padding:16px 52px 16px 16px;background:#f5f7fa;border-radius:10px;font-size:14px}#couponRulesDetails dt,#couponRulesDetails dd{margin:0;overflow-wrap:anywhere}
.pb-coupon-domain-list{max-height:180px;overflow:auto;padding:12px 24px;border:1px solid #dce4ec;border-radius:8px;columns:2;overflow-wrap:anywhere}
@media(max-width:560px){.pb-coupon-rules-body{padding:16px}.pb-coupon-rules-head{padding:16px}.pb-coupon-rules-search{grid-template-columns:1fr}.pb-coupon-rules-actions button{width:100%;min-width:0}.pb-coupon-domain-list{columns:1}}
