/* YUSR V12 — Smart Career Guidance + discount UI polish */
.v12-profile-snapshot{background:linear-gradient(135deg,#ffffff,#f5fbfb);border:1px solid var(--line);border-radius:22px;padding:20px 22px;box-shadow:0 12px 34px rgba(11,31,58,.045)}
.v12-snapshot-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.v12-snapshot-head h3{margin:6px 0 0;color:var(--navy);font-size:20px}
.v12-snapshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v12-snapshot-grid>div{min-width:0;padding:13px 14px;border:1px solid #e4ecef;border-radius:15px;background:#fff}.v12-snapshot-grid span,.v12-snapshot-grid strong{display:block}.v12-snapshot-grid span{font-size:10.5px;color:var(--muted);margin-bottom:4px}.v12-snapshot-grid strong{color:var(--navy);font-size:13px;overflow-wrap:anywhere}
.v12-snapshot-note{margin:12px 0 0;padding:10px 12px;border-radius:13px;background:#fff8e9;border:1px solid #f1e0b6;color:#775c21;font-size:11.5px;line-height:1.8}.v12-snapshot-note.good{background:#eef9f5;border-color:#d3ede1;color:#236754}
/* Discount editor was functionally correct in V11.12 but some desktop widths allowed controls to overflow. */
.v112-discount-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important;max-width:100%!important}.v112-discount-layout>*{min-width:0!important}.v112-discount-form,.v112-discount-form .form-grid,.v112-discount-form .form-grid>div,.v112-scope-box,.v112-product-checks{min-width:0!important;max-width:100%!important}.v112-discount-form input,.v112-discount-form select,.v112-discount-form textarea{max-width:100%!important;min-width:0!important;width:100%}.v112-discount-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.v112-discount-form select[multiple]{min-height:150px}.v112-coupon-list article{overflow:hidden}.v112-coupon-top>div{min-width:0}.v112-coupon-top strong,.v112-coupon-top>div>span{overflow-wrap:anywhere}
@media(max-width:1180px){.v112-discount-layout{grid-template-columns:1fr!important}.v112-discount-layout>section{order:2}.v112-discount-layout>form{order:1}}
@media(max-width:820px){.v12-snapshot-head{flex-direction:column}.v12-snapshot-grid{grid-template-columns:1fr}.v112-discount-form .form-grid{grid-template-columns:1fr!important}}
