.ux360-pl-wrap{margin:16px 0}
.ux360-pl-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:0 0 16px}
.ux360-pl-toolbar input[type="search"]{min-width:240px;flex:1 1 260px}
.ux360-pl-toolbar select{min-width:160px}
.ux360-pl-inline-check{display:inline-flex;gap:6px;align-items:center;font-size:13px}

/* Split view (Notion-like list + right drawer) */
.ux360-pl-split{position:relative}
.ux360-pl-master{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}
.ux360-pl-master__head{display:grid;grid-template-columns:1.6fr 1fr .8fr;gap:12px;padding:10px 12px;font-size:12px;color:#6b7280;background:#f8fafc;border-bottom:1px solid #e5e7eb}
.ux360-pl-col{font-weight:600}
.ux360-pl-rows{display:block}
.ux360-pl-row{display:grid;grid-template-columns:1.6fr 1fr .8fr;gap:12px;padding:12px;width:100%;text-align:left;background:#fff;border:0;border-bottom:1px solid #f1f5f9;cursor:pointer}
.ux360-pl-row:hover{background:#f8fafc}
.ux360-pl-row.is-active{background:#eff6ff}
.ux360-pl-row__title{font-weight:600;color:#111827;line-height:1.3}
.ux360-pl-row__sub{font-size:12px;color:#6b7280;margin-top:4px}
.ux360-pl-row__cats{font-size:12px;color:#374151}
.ux360-pl-row__meta{font-size:12px;color:#6b7280;display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap;white-space:normal}

.ux360-pl-row__stats{white-space:nowrap}
.ux360-pl-row__fav{border:1px solid #e5e7eb;border-radius:999px;padding:2px 8px;font-size:11px;cursor:pointer;user-select:none}
.ux360-pl-row__fav.is-favorited{font-weight:600}

.ux360-pl-drawer__engagement{padding:12px 16px 0;display:flex;flex-direction:column;gap:10px}
.ux360-pl-drawer__ratingWrap{padding:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ux360-pl-drawer__ratingWrap strong{font-size:13px}
.ux360-pl-drawer__engagement .ux360-favorite-toggle--primary{align-self:flex-start}
.ux360-pl-stars{display:inline-flex;gap:6px;align-items:center}
.ux360-pl-stars button{border:1px solid #e5e7eb;background:#fff;border-radius:10px;width:34px;height:34px;cursor:pointer;font-size:18px;line-height:1}
.ux360-pl-drawer-save-rating[disabled]{opacity:.55;cursor:not-allowed}

.ux360-pl-approve-btn{font-weight:600}



/* Right drawer */
.ux360-pl-drawer{position:fixed;top:0;right:0;height:100vh;width:min(560px,44vw);transform:translateX(102%);transition:transform .22s ease;z-index:99990}
.ux360-pl-drawer.is-open{transform:translateX(0)}
.ux360-pl-drawer__panel{height:100%;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-10px 0 30px rgba(0,0,0,.18);display:flex;flex-direction:column}
.ux360-pl-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e5e7eb}
.ux360-pl-drawer__title{margin:0;font-size:18px;line-height:1.3}
.ux360-pl-drawer__close{border:1px solid #e5e7eb;background:#fff;border-radius:10px;width:38px;height:38px;cursor:pointer;font-size:18px;line-height:1}
.ux360-pl-drawer__headerActions{display:flex;align-items:center;gap:8px}
.ux360-pl-drawer__headerActions .button{margin:0}

.ux360-pl-drawer__meta{padding:12px 16px 0;font-size:12px;color:#6b7280;display:flex;flex-wrap:wrap;gap:8px}
.ux360-pl-drawer__desc{margin:8px 16px 0;color:#374151}
.ux360-pl-drawer__sectionTitle{padding:12px 16px 6px;font-size:12px;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.03em}
.ux360-pl-drawer__prompt{margin:0 16px 16px;white-space:pre-wrap;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.45;overflow:auto;flex:1}
.ux360-pl-drawer__actions{padding:12px 16px;border-top:1px solid #e5e7eb;display:flex;gap:10px;justify-content:flex-end}
.ux360-pl-drawer__actions .button{margin:0}

@media (max-width: 960px){
  .ux360-pl-master__head{grid-template-columns:1fr}
  .ux360-pl-row{grid-template-columns:1fr}
  .ux360-pl-row__cats,.ux360-pl-row__meta{margin-top:6px}
  .ux360-pl-drawer{width:100vw}
}


.ux360-pl-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.ux360-pl-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:8px}
.ux360-pl-card h3{margin:0;font-size:18px;line-height:1.3}
.ux360-pl-card p{margin:0;color:#374151}
.ux360-pl-card-head{display:flex;flex-direction:column;gap:8px}
.ux360-pl-badge{display:inline-block;align-self:flex-start;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}
.ux360-pl-cats{font-size:12px;color:#4b5563}
.ux360-pl-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:12px;color:#6b7280}
.ux360-pl-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.ux360-pl-actions .button{margin:0}
.ux360-favorite-toggle.is-favorited{font-weight:600}
.ux360-pl-count{margin:10px 0 0;font-size:13px;color:#6b7280;display:flex;gap:6px;align-items:center}
.ux360-pl-count span{font-weight:600;color:#111827}
.ux360-pl-submit .ux360-pl-count{padding:0 14px 10px;margin:0}

.ux360-pl-pagination{margin:16px 0 0;display:flex;flex-wrap:wrap;gap:6px}
.ux360-pl-loadmore{margin:16px 0 0;display:none;justify-content:center}
body.ux360-pl-js .ux360-pl-loadmore{display:flex}
body.ux360-pl-js .ux360-pl-pagination{display:none}

.ux360-pl-gate{padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}

/* Modal */
.ux360-pl-modal{position:fixed;inset:0;z-index:99999;display:none}
.ux360-pl-modal.is-open{display:block}
.ux360-pl-modal__backdrop{position:absolute;inset:0;background:rgba(17,24,39,.55)}
.ux360-pl-modal__dialog{position:relative;z-index:1;max-width:860px;margin:5vh auto;background:#fff;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.25);overflow:hidden}
.ux360-pl-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e5e7eb;gap:10px}
.ux360-pl-modal__title{margin:0;font-size:18px;line-height:1.3}
.ux360-pl-modal__body{padding:16px;max-height:70vh;overflow:auto}
.ux360-pl-modal__desc{margin:0 0 12px;color:#4b5563}
.ux360-pl-modal__prompt{white-space:pre-wrap;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px;font-family:ui-monospace, SFMono-Regular, Menlo, monospace;font-size:13px;line-height:1.45}
.ux360-pl-modal__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#6b7280;margin:0 0 12px}
.ux360-pl-modal__footer{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:14px 16px;border-top:1px solid #e5e7eb;background:#f9fafb}
.ux360-pl-stars{display:inline-flex;gap:4px}
.ux360-pl-star{background:none;border:0;cursor:pointer;font-size:18px;line-height:1;padding:0 2px}
.ux360-pl-toast{position:fixed;right:16px;bottom:16px;background:#111827;color:#fff;padding:10px 12px;border-radius:8px;font-size:13px;z-index:100000;display:none}
.ux360-pl-toast.is-show{display:block}
@media (max-width: 900px){
  .ux360-pl-modal__dialog{margin:2vh 10px;max-width:none}
}

/* --- Modal tabs + chat (inline) --- */
.ux360-pl-modal__tabs{display:flex;gap:8px;border-bottom:1px solid #e5e7eb;padding:10px 16px;background:#fff}
.ux360-pl-tab{border:1px solid #e5e7eb;background:#f9fafb;border-radius:999px;padding:6px 12px;cursor:pointer;font-size:13px}
.ux360-pl-tab.is-active{background:#fff;border-color:#9ca3af}
.ux360-pl-panel{padding:0}
.ux360-pl-panel.is-active{display:block}
.ux360-pl-panel[hidden]{display:none!important}

.ux360-pl-chatModal__top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.ux360-pl-chatModal__limits{font-size:12px;color:#6b7280}
.ux360-pl-chatModal__thread{border:1px solid #e5e7eb;border-radius:10px;background:#fff;max-height:320px;overflow:auto;padding:12px}
.ux360-pl-chatModal__msg{display:flex;margin:8px 0}
.ux360-pl-chatModal__msg.is-user{justify-content:flex-end}
.ux360-pl-chatModal__msg.is-assistant{justify-content:flex-start}
.ux360-pl-chatModal__msg.is-error{justify-content:flex-start}
.ux360-pl-chatModal__bubble{max-width:85%;padding:10px 12px;border-radius:12px;line-height:1.35;font-size:13px;border:1px solid #e5e7eb;background:#f9fafb}
.ux360-pl-chatModal__msg.is-user .ux360-pl-chatModal__bubble{background:#eef2ff}
.ux360-pl-chatModal__msg.is-error .ux360-pl-chatModal__bubble{background:#fef2f2;border-color:#fecaca}

.ux360-pl-chatModal__composer{margin-top:10px}
.ux360-pl-chatModal__input{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px;resize:vertical}
.ux360-pl-chatModal__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}
.ux360-pl-chatModal__note{margin-top:6px;font-size:12px;color:#6b7280}

.ux360-pl-chatModal__vars{margin:10px 0;padding:10px;border:1px dashed #d1d5db;border-radius:10px;background:#fafafa}
.ux360-pl-chatModal__varsTitle{font-weight:600;font-size:13px;margin-bottom:8px}
.ux360-pl-chatModal__varRow{display:grid;grid-template-columns:160px 1fr;gap:8px;align-items:center;margin:6px 0}
.ux360-pl-chatModal__varRow label{font-size:12px;color:#374151}
.ux360-pl-chatModal__varRow input{width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:7px 9px}


/* Variable placeholders (click-to-edit) */
.ux360-pl-var{display:inline-block;padding:0 4px;border-radius:6px;cursor:pointer;outline:none;}
.ux360-pl-var.is-missing{background:#fff3cd;border:1px dashed #d39e00;}
.ux360-pl-var.is-filled{background:#eef6ff;border:1px solid #b6d6ff;}
.ux360-pl-var:focus{box-shadow:0 0 0 2px rgba(0,123,255,.25);}
.ux360-pl-var-input{width:min(320px, 100%);padding:4px 6px;border-radius:6px;border:1px solid #cbd5e1;font:inherit;}
.ux360-pl-var[data-tip]{position:relative;}
.ux360-pl-var[data-tip]:hover::after{content:attr(data-tip);position:absolute;left:0;top:100%;margin-top:6px;background:#111827;color:#fff;padding:6px 8px;border-radius:8px;white-space:nowrap;font-size:12px;z-index:9999;}
.ux360-pl-var[data-tip]:hover::before{content:'';position:absolute;left:12px;top:100%;border:6px solid transparent;border-bottom-color:#111827;margin-top:-6px;}
.ux360-pl-drawer__notice{margin:10px 0;padding:10px 12px;border-radius:10px;background:#fff3cd;border:1px solid #ffeeba;color:#7a4e00;font-size:13px;}
.ux360-pl-drawer__prompt{white-space:pre-wrap;}


.ux360-pl-chatModal__notice{margin:8px 0;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.35;border:1px solid transparent;}
.ux360-pl-chatModal__notice.is-warn{background:#fff3cd;border-color:#ffeeba;color:#7a4e00;}
.ux360-pl-chatModal__notice.is-error{background:#fdecea;border-color:#f5c6cb;color:#721c24;}
.ux360-pl-chatModal__notice a{color:inherit;text-decoration:underline;}


/* Notices */
.ux360-pl-notice{border:1px solid #e5e7eb;border-left-width:4px;border-radius:12px;padding:10px 12px;margin:0 0 12px;background:#fff}
.ux360-pl-notice.success{border-left-color:#22c55e}
.ux360-pl-notice.error{border-left-color:#ef4444}

/* Submit / edit page layout */
.ux360-pl-submit-layout{display:flex;gap:16px;align-items:flex-start}
.ux360-pl-submit-master{flex:1 1 42%;min-width:320px}
.ux360-pl-submit-editor{flex:1 1 58%;min-width:320px}

.ux360-pl-submit-master__top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 14px 10px}
.ux360-pl-submit-master__title{margin:0;font-size:16px}
.ux360-pl-submit-master__search{padding:0 14px 12px}
.ux360-pl-submit-master__search input[type="search"]{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}

.ux360-pl-submit-head{grid-template-columns:1.6fr .7fr 1fr}
.ux360-pl-submit-row{grid-template-columns:1.6fr .7fr 1fr;text-decoration:none;color:inherit}
.ux360-pl-submit-row .ux360-pl-row__title{display:block}
.ux360-pl-empty{padding:14px;color:#6b7280}

.ux360-pl-submit-editor__top{padding:14px 16px;border-bottom:1px solid #e5e7eb;background:#f8fafc}
.ux360-pl-editing-pill{font-size:13px;color:#374151}

.ux360-pl-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px}
.ux360-pl-span-2{grid-column:1 / -1}
.ux360-pl-field{display:flex;flex-direction:column;gap:6px}
.ux360-pl-label{font-size:13px;font-weight:600;color:#111827}
.ux360-pl-required{color:#ef4444;margin-left:4px}
.ux360-pl-field input[type="text"],
.ux360-pl-field textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.ux360-pl-field textarea{resize:vertical}
.ux360-pl-help{font-size:12px;color:#6b7280}

.ux360-pl-cat-grid{display:flex;flex-wrap:wrap;gap:8px;border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#fff;max-height:220px;overflow:auto}
.ux360-pl-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;font-size:13px;cursor:pointer;user-select:none}
.ux360-pl-pill input{margin:0}

.ux360-pl-form-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;padding-top:2px}

/* Responsive */
@media (max-width: 900px){
  .ux360-pl-submit-layout{flex-direction:column}
  .ux360-pl-submit-master,.ux360-pl-submit-editor{min-width:unset;width:100%}
}
@media (max-width: 720px){
  .ux360-pl-form-grid{grid-template-columns:1fr}
}


/* Drawer favorite button (prominent) */
.ux360-favorite-toggle--primary{border-radius:999px;padding:6px 12px;font-weight:600}


/* Notes / conversation (submit edit page) */
.ux360-pl-notes{margin-top:14px;border-top:1px solid #e5e7eb;padding:14px 16px;background:#fff}
.ux360-pl-notes__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}
.ux360-pl-notes__title{margin:0;font-size:14px}
.ux360-pl-notes__hint{font-size:12px;color:#6b7280}
.ux360-pl-notes__list{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow:auto;border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f8fafc}
.ux360-pl-notes__empty{font-size:13px;color:#6b7280;padding:10px;text-align:center}
.ux360-pl-note{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}
.ux360-pl-note__meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:12px;color:#6b7280;margin-bottom:6px}
.ux360-pl-note__author{font-weight:600;color:#111827}
.ux360-pl-note__badge{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:999px;padding:1px 7px;font-size:11px}
.ux360-pl-note__edited{font-style:italic}
.ux360-pl-note__body{font-size:13px;color:#111827}
.ux360-pl-note__body p{margin:0 0 8px}
.ux360-pl-note__body p:last-child{margin-bottom:0}
.ux360-pl-note__edit{margin-left:auto}
.ux360-pl-note-form{margin-top:10px}
.ux360-pl-note-form__textarea{width:100%;min-height:72px}
.ux360-pl-note-form__actions{display:flex;justify-content:flex-end;margin-top:8px}
.ux360-pl-note-edit-textarea{width:100%;min-height:72px}
.ux360-pl-note-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}


/* Revision history (submit/edit) */
.ux360-pl-revisions{margin-top:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:10px}
.ux360-pl-revisions summary{cursor:pointer;font-weight:600}
.ux360-pl-revisions__list{margin-top:10px}
.ux360-pl-rev{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-top:1px solid #eef2f7}
.ux360-pl-rev:first-child{border-top:0}
.ux360-pl-rev__meta{font-size:13px;color:#374151}

/* Variable hint */
.ux360-pl-vars-hint code{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;padding:2px 6px;border-radius:8px;margin:0 2px}


.ux360-pl-row mark{background:#fff3bf;padding:0 .08em;border-radius:3px}
.ux360-pl-rating-summary{font-size:12px;color:#6b7280}
.ux360-pl-collections{display:flex;flex-direction:column;gap:10px;padding:0}
.ux360-pl-collections__label{font-size:12px;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.03em}
.ux360-pl-collections__list{display:flex;flex-wrap:wrap;gap:8px}
.ux360-pl-collection-chip{border:1px solid #d1d5db;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:12px;line-height:1.2}
.ux360-pl-collection-chip.is-active{font-weight:600;border-color:#111827}
.ux360-pl-collections__create{display:flex;gap:8px;flex-wrap:wrap}
.ux360-pl-collections__create input{min-width:180px;flex:1 1 180px}
.ux360-pl-collections__empty{font-size:12px;color:#6b7280}

.ux360-pl-editorTools{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 8px}
.ux360-pl-markdown-preview{padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;min-height:80px}
.ux360-pl-markdown-preview h2,
.ux360-pl-markdown-preview h3,
.ux360-pl-markdown-preview h4{margin:0 0 8px}
.ux360-pl-markdown-preview p:last-child{margin-bottom:0}
.ux360-pl-markdown-preview code{background:#f3f4f6;border-radius:4px;padding:2px 4px}
.ux360-pl-markdown-preview ul{margin:0 0 0 18px}

.ux360-pl-placeholderWizard{margin-top:10px;border:1px dashed #d1d5db;border-radius:10px;padding:12px;background:#fafafa}
.ux360-pl-placeholderWizard__head{margin-bottom:8px}
.ux360-pl-placeholderWizard__empty{font-size:12px;color:#6b7280}
.ux360-pl-placeholderWizard__list{display:flex;flex-direction:column;gap:8px}
.ux360-pl-placeholderWizard__row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.ux360-pl-placeholderWizard__token{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;font-size:12px}
.ux360-pl-placeholderWizard__sample{min-width:220px;flex:1 1 220px}

.ux360-pl-toolbar .ux360-pl-saved-filter-select{min-width:180px}
.ux360-pl-submit .g-recaptcha{margin-top:4px}

@media (max-width: 782px){
  .ux360-pl-collections__create{flex-direction:column}
  .ux360-pl-placeholderWizard__row{align-items:flex-start}
}


.ux360-pl-note__kind,
.ux360-pl-note__visibility{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:2px 8px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  font-size:11px;
  color:#374151;
  background:#fff;
}
.ux360-pl-note-form__meta,
.ux360-pl-note-edit-meta{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:10px 0;
}
.ux360-pl-note-form__meta label,
.ux360-pl-note-edit-meta label{
  display:flex;
  flex-direction:column;
  gap:4px;
  min-width:180px;
}
.ux360-pl-note-edit-meta span{
  font-size:12px;
  color:#6b7280;
}
.ux360-pl-rev{
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:10px;
  margin-bottom:10px;
}
.ux360-pl-rev__diffWrap{
  margin-top:8px;
  font-size:13px;
}
.ux360-pl-rev-diff{
  margin:8px 0 0 18px;
}
.ux360-pl-rev-diff__empty{
  margin-top:8px;
  color:#6b7280;
}


.ux360-pl-row__match{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.ux360-pl-row__matchTag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#eef2ff;border:1px solid #c7d2fe;font-size:11px;font-weight:600;color:#3730a3}
.ux360-pl-row__health small{color:#6b7280}

.ux360-pl-drawer__health{margin:0 16px 14px;padding:12px;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px}
.ux360-pl-drawer__healthHead{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:8px}
.ux360-pl-drawer__healthBadge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#dbeafe;font-weight:700;font-size:12px}
.ux360-pl-drawer__healthLabel{font-size:12px;font-weight:700;color:#1d4ed8}
.ux360-pl-drawer__healthSummary,.ux360-pl-drawer__healthLine{font-size:13px;line-height:1.5;color:#1f2937}
.ux360-pl-drawer__healthLine + .ux360-pl-drawer__healthLine{margin-top:4px}

.ux360-pl-collections__head{display:flex;justify-content:space-between;align-items:center;gap:10px}
.ux360-pl-collections__manager{margin-top:10px;padding-top:10px;border-top:1px dashed #d1d5db}
.ux360-pl-collections__managerTitle{font-size:12px;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}
.ux360-pl-collection-manageRow{display:flex;gap:8px;align-items:center;margin:8px 0;flex-wrap:wrap}
.ux360-pl-collection-manageName{min-width:180px;flex:1}
.ux360-pl-collection-manageActions{display:flex;gap:6px;flex-wrap:wrap}
.ux360-pl-collection-defaultBadge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:11px;font-weight:700;color:#374151}
.ux360-pl-collections__empty{font-size:13px;color:#6b7280}
