/* Pawon Nusantara storefront v7.1.1 */
.field label{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.field-marker{display:inline-flex;align-items:center;min-height:18px;padding:2px 7px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.field-marker--required{background:#fff0ed;color:#c43220}
.field-marker--optional{background:#f1f4f8;color:#667085}
.checkout-item__note[hidden],.cart-line__note-editor[hidden]{display:none!important}
.checkout-item__note-toggle,.cart-line__note-toggle{display:inline-flex;align-items:center;gap:5px}
.checkout-item__note-toggle::before,.cart-line__note-toggle::before{content:'+';display:grid;place-items:center;width:17px;height:17px;border:1px solid currentColor;border-radius:50%;font-size:11px;line-height:1}
.checkout-item__note-toggle[aria-expanded="true"]::before,.cart-line__note-toggle[aria-expanded="true"]::before{content:'−'}
.checkout-item__note{padding:10px;border:1px solid var(--line);border-radius:11px;background:#fffaf7}
.checkout-item__note textarea{background:#fff}
.checkout-item__main>small.checkout-item__note-preview{padding:7px 9px;border-radius:8px;background:#f8f5f2;color:#5d514c!important}
@media(max-width:760px){.field-marker{font-size:7px}.checkout-item__note{padding:9px}}
