@media screen {
#flyerPricingDialog{width:min(700px,calc(100vw - 24px));max-height:90dvh;overflow:auto;margin:auto}
#flyerPricingDialog form{padding:18px}
#flyerPricingDialog p{font-size:12px;color:#a9c0cb}
#flyerPricingDialog .flyer-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}
#flyerPricingDialog label{display:grid;gap:6px;min-width:0}
#flyerPricingDialog :is(select,input){width:100%;box-sizing:border-box}
#flyerPricingDialog .flyer-result{display:grid;gap:10px;padding:16px;margin-top:18px;border:1px solid #32748a;border-radius:12px;background:#132a34;color:#c6ecf5}
#flyerPricingDialog .flyer-result>span{color:#7cdff3}
#flyerPricingDialog .flyer-result b{float:right}
#flyerPricingDialog .flyer-result.error{border-color:#be6575;color:#ffc2cc}
@media(max-width:480px){#flyerPricingDialog .flyer-options{grid-template-columns:1fr}}
}
