/* NM_CAT_ICON_PICKER_20260827 */
.cat-icon-field .inputvalue{min-width:0}
.cat-icon-picker{width:100%;box-sizing:border-box}
.cat-icon-picker-intro{display:flex;flex-direction:column;gap:4px;margin:0 0 12px;padding:11px 13px;border:1px solid #dfd3bf;border-radius:10px;background:#fffaf0;color:#5b5147;line-height:1.65}
.cat-icon-picker-intro strong{font-size:14px;color:#315f58}
.cat-icon-picker-intro span{font-size:12px;color:#70665c}
.cat-icon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(76px,1fr));gap:8px;width:100%}
.cat-icon-choice{display:block;min-width:0;cursor:pointer}
.cat-icon-choice input{position:absolute;opacity:0;pointer-events:none}
.cat-icon-choice-body{display:flex;min-height:92px;box-sizing:border-box;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:7px 4px 5px;border:2px solid #e8dfd2;border-radius:13px;background:#fff;box-shadow:0 1px 3px rgba(82,66,46,.05);transition:border-color .14s ease,background .14s ease,box-shadow .14s ease,transform .14s ease}
.cat-icon-choice img{display:block;width:68px;height:68px;max-width:100%;object-fit:contain;object-position:center center;background:transparent}
.cat-icon-choice small{font-size:11px;font-weight:700;line-height:1.1;color:#776d63;letter-spacing:.03em}
.cat-icon-choice:hover .cat-icon-choice-body{border-color:#9fcfc8;background:#f8fffd}
.cat-icon-choice input:checked + .cat-icon-choice-body{border-color:#3f9288;background:#eef9f7;box-shadow:0 0 0 2px rgba(63,146,136,.14)}
.cat-icon-choice input:focus-visible + .cat-icon-choice-body{outline:3px solid rgba(63,146,136,.30);outline-offset:2px}
.cat-icon-none-mark{display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:50%;background:#f2f0ec;color:#a59c92;font-size:30px;line-height:1}
@media(max-width:700px){
  .cat-icon-picker-intro{padding:10px 11px}.cat-icon-picker-intro strong{font-size:15px}.cat-icon-picker-intro span{font-size:13px}
  .cat-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
  .cat-icon-choice-body{min-height:84px;padding:5px 2px 4px}.cat-icon-choice img,.cat-icon-none-mark{width:61px;height:61px}.cat-icon-choice small{font-size:11px}
}
@media(max-width:390px){.cat-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cat-icon-choice img,.cat-icon-none-mark{width:66px;height:66px}}
