.pes-picker{box-sizing:border-box;width:100%;max-width:100%;clear:both;margin:22px 0;padding:20px;border:1px solid #eadfe5;border-radius:14px;background:#fff;overflow:hidden}
.pes-picker *{box-sizing:border-box}
.pes-heading{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:12px}
.pes-heading h3{margin:0 0 4px;font-size:21px;line-height:1.25}
.pes-heading p{margin:0;color:#746a70;font-size:14px;line-height:1.5}
.pes-counter{flex:0 0 auto;min-width:64px;padding:9px 12px;border-radius:24px;background:#f7edf2;color:#982c5e;text-align:center;white-space:nowrap}
.pes-progress{width:100%;height:6px;margin-bottom:17px;overflow:hidden;border-radius:9px;background:#f2ecef}
.pes-progress i{display:block;width:0;height:100%;background:#a83268;transition:width .2s}
.pes-select-list{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
.pes-select-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;width:100%}
.pes-select-row label{margin:0;color:#3f373b;font-size:14px;font-weight:700;line-height:1.3}
.pes-select-row select.pes-choice{display:block;width:100%!important;max-width:100%!important;min-width:0!important;height:44px!important;margin:0!important;padding:0 38px 0 12px!important;border:1px solid #dcd5d9!important;border-radius:8px!important;background-color:#fff!important;color:#342e31!important;font-size:14px!important;line-height:42px!important;box-shadow:none!important}
.pes-select-row select.pes-choice:focus{border-color:#a83268!important;outline:2px solid rgba(168,50,104,.12)!important}
.pes-message{margin:14px 0 0;color:#7b7076;font-size:14px;line-height:1.5}
.pes-picker.is-complete .pes-message{color:#267543;font-weight:600}
@media(max-width:767px){.pes-picker{margin:18px 0;padding:15px}.pes-heading h3{font-size:18px}.pes-select-row{grid-template-columns:1fr;gap:6px}.pes-select-row select.pes-choice{height:46px!important}.pes-counter{min-width:60px;padding:8px 10px}}
