/* Template "createur" — fiche produit. RESKIN du squelette standard : ids et
   classes fonctionnels (pd-*, .color, .pl-row, .size-qty, .thumb) pilotes par
   _product_configurator — ne pas les renommer.
   Voix de la fiche : nombres en Archivo tabulaire (le mono reste aux prix des
   listes), controles arrondis (--cr-r), grandes surfaces calmes, un seul CTA. */

.cr-pd, .cr-pd-info, .cr-pd-related { --cr-r: 8px; }

.cr-crumb { padding-top: 22px; font-size: 13.5px; color: var(--cr-mention); display: flex; gap: 8px; align-items: center; }
.cr-crumb a { color: var(--cr-mention); }
.cr-crumb a:hover { color: var(--cr-ink); }
.cr-crumb span { opacity: 0.5; }
.cr-crumb b { color: var(--cr-ink); font-weight: 500; }

.cr-pd { padding-top: 28px; }
.cr-pd-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr); gap: clamp(32px, 5vw, 72px); align-items: flex-start; }

/* ---- Galerie : rail de vignettes + fenetre 4/5 ---- */
.cr-gallery { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 14px; position: sticky; top: 96px; }
.cr-gallery .thumbs { display: flex; flex-direction: column; gap: 10px; }
.cr-gallery .thumbs:empty { display: none; }
.cr-gallery .thumbs .thumb { width: 80px; aspect-ratio: 4 / 5; padding: 0; background: #fff; border: 1px solid var(--cr-line); border-radius: var(--cr-r); cursor: pointer; overflow: hidden; transition: border-color 120ms; }
.cr-gallery .thumbs .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cr-gallery .thumbs .thumb:hover { border-color: var(--cr-mention); }
.cr-gallery .thumbs .thumb.active { border-color: var(--cr-ink); box-shadow: inset 0 0 0 1px var(--cr-ink); }
.cr-gallery .thumbs:empty + .stage { grid-column: 1 / -1; }
.cr-gallery .stage { border: 1px solid var(--cr-line); border-radius: 14px; }
/* object-fit CONTAIN obligatoire : la geometrie du zoom suppose une image non recadree. */
.cr-gallery .stage img { width: 100%; height: 100%; object-fit: contain; }
.pd-zoom-lens { position: absolute; top: 0; left: 0; display: none; border: 1px solid var(--cr-ink); background: rgba(23, 25, 26, 0.08); pointer-events: none; }
.stage.is-zooming .pd-zoom-lens { display: block; }
.pd-zoom-pane { display: none; position: fixed; z-index: 60; width: 440px; height: 440px; border: 1px solid var(--cr-line); border-radius: 14px; background: #fff no-repeat; }
.pd-zoom-pane.is-on { display: block; }
.pd-zoom-pane.is-loading::after { content: ''; position: absolute; inset: 0; margin: auto; width: 36px; height: 36px; border-radius: 999px; border: 2px solid var(--cr-line); border-top-color: var(--cr-ink); animation: cr-spin 0.8s linear infinite; }
@keyframes cr-spin { to { transform: rotate(360deg); } }
@media (max-width: 980px) { .pd-zoom-lens, .pd-zoom-pane { display: none; } }
@media (prefers-reduced-motion: reduce) { .pd-zoom-pane.is-loading::after { animation: none; } }

/* ---- Colonne d'achat ---- */
.cr-buybox { display: flex; flex-direction: column; }
.cr-buybox h1 { font-size: clamp(30px, 3vw, 40px); line-height: 1.06; font-weight: 700; letter-spacing: -0.028em; text-wrap: balance; }
.cr-pd-offer { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 14px; border-radius: var(--cr-r); background: var(--cr-planche); font-size: 14px; font-weight: 500; }
.cr-pd-offer svg { width: 16px; height: 16px; flex: none; }
.cr-pd-price { display: flex; align-items: baseline; gap: 12px; margin-top: 18px; flex-wrap: wrap; font-variant-numeric: tabular-nums; }
.cr-pd-price .now { font-size: 28px; font-weight: 600; line-height: 1; letter-spacing: -0.02em; }
.cr-pd-price .was { font-size: 16px; color: var(--cr-mention); }
.cr-pd-free { font-size: 12.5px; font-weight: 500; padding: 5px 10px; border-radius: 999px; background: var(--cr-ink); color: var(--cr-paper); }
.cr-pd-tier { margin: 10px 0 0; font-size: 14px; color: var(--cr-mention); }
.cr-pd-cf { display: flex; flex-direction: column; gap: 4px; margin-top: 14px; }

/* ---- Options ---- */
.cr-opt { margin-top: 28px; }
.cr-opt .opt-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 12px; }
.cr-opt .opt-head h2 { font-size: 14px; font-weight: 500; color: var(--cr-mention); letter-spacing: 0; }
.cr-opt .opt-head h2 .pick { color: var(--cr-ink); font-weight: 600; }
.cr-opt .opt-head h2 .pick::before { content: ' : '; color: var(--cr-mention); font-weight: 400; }

/* Pastilles couleur (.colors > .color > .color-band) */
.colors { display: flex; gap: 12px; flex-wrap: wrap; padding: 2px; }
.colors .color { width: 36px; height: 36px; border-radius: 999px; overflow: hidden; display: flex; padding: 0; cursor: pointer; border: 1px solid rgba(23, 25, 26, 0.15); background: var(--cr-planche); transition: box-shadow 120ms, transform 120ms; }
.colors .color .color-band { flex: 1; }
.colors .color:hover { transform: scale(1.06); }
.colors .color.active { box-shadow: 0 0 0 2px var(--cr-paper), 0 0 0 4px var(--cr-ink); }
.colors .color:focus-visible { outline: 2px solid var(--cr-ink); outline-offset: 4px; }
.colors-toggle, .see-more { display: none; }
.color-compo { display: flex; gap: 6px 14px; flex-wrap: wrap; margin-top: 10px; font-size: 13.5px; color: var(--cr-mention); }
.color-compo:empty { display: none; }
.color-compo .ca { display: inline-flex; align-items: center; gap: 6px; }
.color-compo .ca i { display: none; }
.color-compo .ca b { color: var(--cr-ink); font-weight: 500; }
.color-compo .ca .ca-label::after { content: ' :'; }
@media (prefers-reduced-motion: reduce) { .colors .color:hover { transform: none; } }

/* Emplacements : liste a filets, vignette du logo pose. Composition unique (.is-fixed) = lecture seule. */
.placements { display: flex; flex-direction: column; border-top: 1px solid var(--cr-line); }
.pl-row { border-bottom: 1px solid var(--cr-line); }
.opt.is-visual-only .placements, .opt.is-visual-only .pl-row { border: 0; }
.pl-toggle { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; column-gap: 14px; width: 100%; padding: 12px 0; background: transparent; border: 0; font-family: inherit; font-size: 14.5px; color: var(--cr-ink); text-align: left; }
button.pl-toggle { cursor: pointer; }
button.pl-toggle:focus-visible { outline: 2px solid var(--cr-ink); outline-offset: 2px; }
.pl-thumb { width: 48px; height: 48px; display: grid; place-items: center; background: var(--pd-fabric, #fff); border: 1px solid var(--cr-line); border-radius: var(--cr-r); overflow: hidden; }
.pl-thumb img { width: 38px; height: 38px; object-fit: contain; }
.pl-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.pl-text .pl-label { font-weight: 500; }
.pl-text .pl-note, .pl-text .pl-hint { font-size: 12.5px; color: var(--cr-mention); }
.pl-text .pl-hint:empty { display: none; }
.pl-toggle .pl-check { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--cr-line); border-radius: 4px; color: transparent; transition: background 120ms, border-color 120ms; }
.pl-toggle .pl-check svg { width: 14px; height: 14px; }
.pl-row.is-active .pl-check { background: var(--cr-accent); border-color: var(--cr-accent); color: var(--cr-on-accent, var(--cr-paper)); }
.pl-row.is-locked button.pl-toggle { cursor: default; }
.pl-row.is-locked .pl-check { background: transparent; border-color: var(--cr-line); color: var(--cr-mention); }
.pl-row.is-unavailable .pl-toggle { opacity: 0.4; cursor: not-allowed; }
.pl-logos { margin: 0 0 12px 62px; }
.opt.is-visual-only .pl-toggle, .opt.is-visual-only .pl-logos-label { display: none; }
.opt.is-visual-only .pl-logos { margin-top: 0; }
.pl-logos-label { display: block; font-size: 13px; color: var(--cr-mention); margin-bottom: 8px; }
.pl-logos-list { display: flex; gap: 8px; flex-wrap: wrap; }
.logo-chip { position: relative; width: 60px; height: 60px; overflow: hidden; border: 1px solid var(--cr-line); border-radius: var(--cr-r); background: #fff; cursor: pointer; padding: 0; }
.logo-chip img { width: 100%; height: 100%; object-fit: contain; }
.logo-chip.is-active { border-color: var(--cr-ink); box-shadow: inset 0 0 0 1px var(--cr-ink); }
.logo-chip.is-unavailable { opacity: 0.35; }
.logo-chip .logo-chip-check { display: none; }
.logo-chip-ph { font-weight: 600; color: var(--cr-mention); }

/* Tailles : une seule, en boutons */
.cr-sizes { display: flex; gap: 8px; flex-wrap: wrap; }
.cr-size { font-family: inherit; font-size: 14px; font-weight: 500; min-width: 56px; height: 46px; padding: 0 14px; border: 1px solid var(--cr-line); border-radius: var(--cr-r); background: transparent; color: var(--cr-ink); cursor: pointer; transition: border-color 120ms, background 120ms, color 120ms; }
.cr-size:hover { border-color: var(--cr-ink); }
.cr-size.is-active { background: var(--cr-ink); border-color: var(--cr-ink); color: var(--cr-paper); }
.cr-size[disabled] { border-color: var(--cr-planche); color: var(--cr-mention); background: linear-gradient(to top right, transparent 47%, var(--cr-line) 47%, var(--cr-line) 53%, transparent 53%); cursor: not-allowed; }

/* Tailles : grille quantite par taille (affichage.selection_taille = multiple).
   Le badge garde son display natif : le configurateur le masque par [hidden]. */
.cr-size-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: 8px; }
.cr-size-grid .size-qty { display: flex; flex-direction: column; gap: 6px; padding: 10px; border: 1px solid var(--cr-line); border-radius: var(--cr-r); background: #fff; transition: border-color 120ms, box-shadow 120ms; }
.cr-size-grid .size-qty:focus-within { border-color: var(--cr-ink); box-shadow: inset 0 0 0 1px var(--cr-ink); }
.cr-size-grid label { font-size: 14px; font-weight: 500; text-align: center; color: var(--cr-ink); cursor: pointer; }
.cr-size-grid .size-qty-input { width: 100%; height: 42px; padding: 0; text-align: center; font-family: inherit; font-size: 15px; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--cr-ink); background: var(--cr-planche); border: 0; border-radius: calc(var(--cr-r) - 2px); appearance: textfield; -moz-appearance: textfield; }
.cr-size-grid .size-qty-input::-webkit-inner-spin-button, .cr-size-grid .size-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.cr-size-grid .size-qty-input::placeholder { color: var(--cr-mention); }
.cr-size-grid .size-qty-input:focus { outline: none; }
.cr-size-grid .size-qty-price { min-height: 16px; font-size: 12.5px; text-align: center; color: var(--cr-mention); font-variant-numeric: tabular-nums; }
.cr-size-grid .size-qty-badge { align-self: center; padding: 2px 8px; border-radius: 999px; background: var(--cr-ink); color: var(--cr-paper); font-size: 11.5px; font-weight: 500; font-variant-numeric: tabular-nums; }

/* Achat : compteur + CTA accent */
.cr-buy { display: flex; gap: 10px; align-items: stretch; margin-top: 28px; flex-wrap: wrap; }
.cr-stepper { display: inline-flex; align-items: center; border: 1px solid var(--cr-line); border-radius: var(--cr-r); height: 56px; font-variant-numeric: tabular-nums; }
.cr-stepper button { width: 46px; height: 100%; border: 0; background: transparent; font-size: 20px; cursor: pointer; color: var(--cr-ink); font-family: inherit; border-radius: var(--cr-r); }
.cr-stepper button:hover { background: var(--cr-planche); }
.cr-stepper [data-qty-val] { min-width: 36px; text-align: center; font-size: 15px; font-weight: 500; }
.cr-pd-cta { flex: 1 1 220px; height: 56px; padding: 0 24px; border-radius: var(--cr-r); font-size: 16px; }
.cr-buy .buy-devis { width: 100%; border-radius: var(--cr-r); }
.cr-perso input[type="file"] { display: block; font-size: 13px; margin-bottom: 8px; }

/* Reassurance courte */
.cr-pd-reassure { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.cr-pd-reassure > div { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--cr-text-2); line-height: 1.45; }
.cr-pd-reassure svg, .cr-pd-reassure img { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--cr-ink); }
.cr-pd-reassure b { color: var(--cr-ink); font-weight: 600; }

/* Page A+ : rangees alternees pleine largeur */
.cr-aplus { padding-top: 64px; }
.cr-aplus .cr-section-head { margin-bottom: 8px; }
.cr-aplus-row { padding: 40px 0; }
.cr-aplus-row.is-tint { background: var(--cr-planche); }
.cr-aplus-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.cr-aplus-right .cr-aplus-media { order: 2; }
.cr-aplus-media { border-radius: 20px; overflow: hidden; background: #fff; border: 1px solid var(--cr-line); aspect-ratio: 4 / 3; }
.cr-aplus-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cr-aplus-media.is-empty { background: repeating-linear-gradient(135deg, var(--cr-planche) 0 11px, var(--cr-planche-2) 11px 22px); }
.cr-aplus-text { display: flex; flex-direction: column; gap: 12px; max-width: 48ch; }
.cr-aplus-index { font-family: var(--cr-mono); font-size: 12.5px; color: var(--cr-accent); }
.cr-aplus-text h3 { font-size: clamp(24px, 2.6vw, 34px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.1; }
.cr-aplus-text p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--cr-text-2); }
@media (max-width: 900px) {
  .cr-aplus { padding-top: 40px; }
  .cr-aplus-row { padding: 24px 0; }
  .cr-aplus-grid { grid-template-columns: 1fr; gap: 18px; }
  .cr-aplus-right .cr-aplus-media { order: 0; }
  .cr-aplus-text h3 { font-size: 24px; }
}

/* Informations : description + cartes d'engagement */
.cr-pd-info { padding-top: 64px; }
.cr-pd-info-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.cr-pd-info-main h2 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px; }
.cr-pd-info-main p { margin: 0; max-width: 62ch; font-size: 16px; line-height: 1.65; color: var(--cr-text-2); }
.cr-pd-info-main ul { margin: 16px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cr-pd-info-main li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.cr-pd-info-main li svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--cr-accent); }
.cr-pd-info-side { display: grid; gap: 12px; }
.cr-pd-info-card { background: #fff; border: 1px solid var(--cr-line); border-radius: 14px; padding: 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.cr-pd-info-card svg { width: 20px; height: 20px; color: var(--cr-accent); margin-bottom: 4px; }
.cr-pd-info-card b { font-size: 15px; font-weight: 600; }
.cr-pd-info-card p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--cr-text-2); }

/* Suggestions */
.cr-pd-related { padding-top: 64px; }

/* ---- Mobile : galerie pleine largeur, barre d'achat collante ---- */
@media (max-width: 980px) {
  .cr-pd { padding-top: 12px; }
  .cr-pd-grid { grid-template-columns: 1fr; gap: 24px; }
  .cr-gallery { position: static; grid-template-columns: 1fr; gap: 10px; }
  .cr-gallery .thumbs { flex-direction: row; overflow-x: auto; order: 2; padding: 2px; }
  .cr-gallery .thumbs .thumb { width: 64px; flex: none; }
  .cr-gallery .stage { border-radius: 12px; }
  .cr-crumb { display: none; }
  .cr-buybox h1 { font-size: 28px; }
  .cr-buy { position: sticky; bottom: 0; z-index: 40; background: var(--cr-paper); padding: 12px 0; margin-top: 20px; border-top: 1px solid var(--cr-line); flex-wrap: nowrap; }
  .cr-pd-cta { flex: 1 1 auto; min-width: 0; }
  .cr-pd-info { padding-top: 40px; }
  .cr-pd-info-grid { grid-template-columns: 1fr; gap: 24px; }
  .cr-pd-related { padding-top: 40px; }
}

/* ---- Embed (modale d'achat d'une campagne) ---- */
body.pd-embed .cr-crumb { display: none; }
body.pd-embed .cr-pd { padding-top: 8px; }

/* ---- Saisie client : epreuve dans une fenetre blanche a filet ---- */
.pd-pers[hidden] { display: none; }
.pd-pers .opt-head label { cursor: pointer; }
.pd-pers-count { font-family: var(--cr-mono); font-size: 12.5px; color: var(--cr-mention); font-variant-numeric: tabular-nums; }
.pd-pers-body { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 12px; align-items: stretch; }
.pd-pers-proof { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 10px 6px; background: #fff; border: 1px solid var(--cr-line); border-radius: var(--cr-r); text-align: center; transition: border-color 120ms, box-shadow 120ms; }
.pd-pers-logo { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--cr-line); border-radius: var(--cr-r); background: var(--pd-fabric, #fff); }
.pd-pers-logo:has(img[hidden]) { display: none; }
.pd-pers-logo img { width: 34px; height: 34px; object-fit: contain; }
.pd-pers-proof-text { font-weight: 700; font-stretch: 112%; font-size: 12.5px; line-height: 1.15; color: var(--cr-mention); overflow-wrap: anywhere; white-space: pre-line; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pd-pers.is-filled .pd-pers-proof { border-color: var(--cr-ink); box-shadow: inset 0 0 0 1px var(--cr-ink); }
.pd-pers.is-filled .pd-pers-proof-text { color: var(--cr-ink); }
.pd-pers-input { display: flex; flex-direction: column; justify-content: flex-start; gap: 6px; min-width: 0; }
.pd-pers-input input, .pd-pers-input textarea { width: 100%; height: 48px; padding: 0 14px; font-family: inherit; font-size: 15px; font-weight: 500; color: var(--cr-ink); background: var(--cr-planche); border: 0; border-radius: calc(var(--cr-r) - 2px); }
.pd-pers-input textarea { height: auto; min-height: 76px; padding: 12px 14px; line-height: 1.5; resize: vertical; }
.pd-pers-input input:focus-visible, .pd-pers-input textarea:focus-visible { outline: 2px solid var(--cr-ink); outline-offset: 2px; }
.pd-pers-input small { font-size: 12.5px; color: var(--cr-mention); }
.pd-pers-proof.is-print { background: var(--pd-fabric, var(--pd-proof-bg, #fff)); }
.pd-pers-proof.is-print .pd-pers-proof-text, .pd-pers.is-filled .pd-pers-proof.is-print .pd-pers-proof-text { color: var(--pd-ink, var(--cr-ink)); }
.pd-pers-proof.is-print .pd-pers-proof-text.is-empty { opacity: .55; }
.pd-pers-proof-text.is-number { font-size: 28px; line-height: 1; font-stretch: 100%; -webkit-line-clamp: 1; }
.pd-pers-req { margin-left: 6px; font-family: var(--cr-mono); font-size: 11.5px; font-weight: 400; color: var(--cr-mention); }
.pd-pers-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.pd-pers-field-head { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.pd-pers-field-head label { font-size: 13.5px; font-weight: 600; color: var(--cr-ink); cursor: pointer; }
.pd-pers-input .pd-pers-field + .pd-pers-field { margin-top: 4px; }
.pd-pers-input input.is-number { max-width: 120px; font-family: var(--cr-mono); }
.pd-pers-surcharge { font-family: var(--cr-mono); font-size: 12px; color: var(--cr-mention); }
.pd-pers.is-roster .pd-pers-input, .pd-pers.is-roster .pd-pers-count { display: none; }
.pl-thumb.is-text::after { content: "Aa"; font-weight: 700; font-stretch: 112%; font-size: 14px; color: var(--cr-ink); }
.pd-roster[hidden], .pd-roster-panel[hidden] { display: none; }
[data-roster-off] { display: none !important; }
.pd-roster-toggle { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.pd-roster-toggle input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--cr-accent, var(--cr-ink)); }
.pd-roster-toggle b { display: block; font-size: 14.5px; font-weight: 600; color: var(--cr-ink); }
.pd-roster-toggle small { display: block; font-size: 12.5px; color: var(--cr-mention); }
.pd-roster-panel { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.pd-roster-scroll { overflow-x: auto; border-top: 1px solid var(--cr-line); border-bottom: 1px solid var(--cr-line); }
.pd-roster-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pd-roster-table th { padding: 9px 8px; border-bottom: 1px solid var(--cr-line); font-family: var(--cr-mono); font-size: 11.5px; font-weight: 400; color: var(--cr-mention); text-align: left; white-space: nowrap; }
.pd-roster-table td { padding: 6px; border-bottom: 1px solid var(--cr-line); vertical-align: middle; }
.pd-roster-table tbody tr:last-child td { border-bottom: 0; }
.pd-roster-table input, .pd-roster-table select { width: 100%; min-width: 84px; height: 40px; padding: 0 10px; border: 0; border-radius: calc(var(--cr-r) - 2px); background: var(--cr-planche); font-family: inherit; font-size: 14.5px; font-weight: 500; color: var(--cr-ink); }
.pd-roster-table input.is-number { min-width: 58px; max-width: 76px; font-family: var(--cr-mono); }
.pd-roster-table input:focus-visible, .pd-roster-table select:focus-visible { outline: 2px solid var(--cr-ink); outline-offset: 2px; }
.pd-roster-n { width: 30px; font-family: var(--cr-mono); color: var(--cr-mention); font-variant-numeric: tabular-nums; }
.pd-roster-remove { display: grid; place-items: center; width: 32px; height: 32px; border: 0; background: transparent; color: var(--cr-mention); cursor: pointer; }
.pd-roster-remove:hover { color: var(--cr-ink); }
.pd-roster-remove svg { width: 16px; height: 16px; }
.pd-roster-add { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; height: 38px; padding: 0 2px; border: 0; background: transparent; font-family: inherit; font-size: 14px; font-weight: 600; color: var(--cr-ink); text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.pd-roster-add svg { width: 16px; height: 16px; }
