.cpv-page-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 26px 12px 10px;
  box-sizing: border-box;
}

.cpv-collection-page {
  font-family: Georgia, "Times New Roman", serif;
  color: #241b0c;
}

.cpv-collection-hero,
.cpv-collection-empty,
.cpv-collection-panel,
.cpv-collection-add-card {
  background: #fffff9;
  border: 1px solid #e5d9a6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.cpv-collection-hero {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 24px 26px;
}

.cpv-collection-hero h1 {
  margin: 0 0 10px;
  color: #111;
  font-size: 32px;
  line-height: 1.1;
}

.cpv-collection-hero p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
}

.cpv-collection-note {
  color: #5f4b18;
  font-size: 13px !important;
  font-style: italic;
}


.cpv-collection-message.cpv-message-error {
  padding: 11px 13px;
  background: #ffe6e6;
  border: 1px solid #c53636;
  border-left: 6px solid #b00020;
  border-radius: 9px;
  color: #7b1111;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.cpv-empty-add-button-row {
  margin-top: 14px;
  text-align: center;
}
.cpv-collection-page.cpv-empty-collection:not(.cpv-empty-add-open) .cpv-collection-summary,
.cpv-collection-page.cpv-empty-collection:not(.cpv-empty-add-open) .cpv-collection-tabs,
.cpv-collection-page.cpv-empty-collection:not(.cpv-empty-add-open) .cpv-collection-panel {
  display: none !important;
}
.cpv-collection-page.cpv-empty-collection.cpv-empty-add-open .cpv-collection-summary,
.cpv-collection-page.cpv-empty-collection.cpv-empty-add-open .cpv-collection-tabs {
  display: none !important;
}
.cpv-collection-page.cpv-empty-collection.cpv-empty-add-open .cpv-collection-panel:not(#cpv-panel-add) {
  display: none !important;
}
.cpv-collection-page.cpv-empty-collection.cpv-empty-add-open #cpv-panel-add {
  display: block !important;
}
.cpv-export-hidden {
  display: none !important;
}
.cpv-sort-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  align-items: center;
}
.cpv-change-mode-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cpv-change-mode-wrap[hidden] {
  display: none !important;
}

.cpv-collection-toolbar,
.cpv-manual-actions,
.cpv-edit-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cpv-collection-toolbar {
  margin-top: 14px;
}

.cpv-collection-button,
.cpv-collection-button:visited {
  display: inline-block;
  border: 1px solid #7b2024;
  border-radius: 999px;
  padding: 9px 13px;
  background: #fffff9;
  color: #7b2024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.cpv-collection-button-primary,
.cpv-collection-button:hover,
.cpv-collection-button:focus {
  background: #7b2024;
  background: linear-gradient(#7b2024, #60191C);
  color: #fff4dc;
}

.cpv-collection-import-label input {
  display: none;
}

.cpv-collection-message {
  margin-top: 10px;
  color: #5f4b18;
  font-size: 13px;
  line-height: 1.4;
}

.cpv-collection-summary {
  max-width: 1000px;
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.cpv-collection-summary div {
  padding: 12px 10px;
  background: linear-gradient(135deg, #FDFBE7 0%, #FFF8D8 100%);
  border: 1px solid #decf91;
  border-radius: 10px;
  text-align: center;
}

.cpv-collection-summary span,
.cpv-collection-section-head span,
.cpv-collection-card-meta span,
.cpv-collection-card-values span,
.cpv-collection-add-card label,
.cpv-edit-modal label {
  display: block;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cpv-collection-summary strong {
  display: block;
  margin-top: 4px;
  color: #111;
  font-size: 24px;
  line-height: 1.05;
}

.cpv-collection-empty {
  max-width: 1000px;
  margin: 0 auto 16px;
  padding: 18px 20px;
  text-align: center;
}

.cpv-collection-empty h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 24px;
}

.cpv-collection-empty p {
  margin: 0 auto;
  max-width: 700px;
  color: #3d3525;
  font-size: 14px;
  line-height: 1.45;
}

.cpv-collection-tabs {
  max-width: 1000px;
  margin: 0 auto 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cpv-collection-tab {
  border: 1px solid #7b2024;
  border-radius: 999px;
  padding: 8px 13px;
  background: #fffff9;
  color: #7b2024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.cpv-collection-tab-active,
.cpv-collection-tab:hover,
.cpv-collection-tab:focus {
  background: #7b2024;
  color: #fff4dc;
}

.cpv-collection-panel {
  display: none;
  max-width: 1000px;
  margin: 0 auto 18px;
  padding: 16px;
}

.cpv-collection-panel-active {
  display: block;
}

.cpv-collection-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 12px;
  border-bottom: 2px solid #f1cf57;
  padding-bottom: 8px;
}

.cpv-collection-section-head h2,
.cpv-collection-add-card h2,
.cpv-edit-modal h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.15;
}

.cpv-collection-list {
  display: grid;
  gap: 10px;
}

.cpv-collection-card {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px;
  background: linear-gradient(135deg, #FDFBE7 0%, #FFF8D8 100%);
  border: 1px solid #decf91;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  transition: opacity .45s ease, transform .45s ease, max-height .45s ease, margin .45s ease, padding .45s ease, border-color .2s ease, filter .2s ease;
}
.cpv-collection-card.cpv-row-removing {
  border-color: #999;
  background: linear-gradient(135deg, #f0f0e8 0%, #e6e2d2 100%);
  color: #777;
  filter: grayscale(.55);
}
.cpv-collection-card.cpv-row-removing::after {
  content: "✓ Removed";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,249,.72);
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.cpv-collection-card.cpv-row-collapsing {
  opacity: 0;
  transform: translateX(18px) scale(.985);
  max-height: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-width: 0 !important;
}

.cpv-collection-card img,
.cpv-collection-thumb-placeholder {
  width: 58px;
  height: 75px;
  object-fit: cover;
  border-radius: 5px;
  background: #eadca8;
}

.cpv-collection-thumb-placeholder {
  display: block;
}

.cpv-collection-card h3 {
  margin: 0 0 5px;
  color: #111;
  font-size: 18px;
  line-height: 1.15;
}

.cpv-collection-card p {
  margin: 0;
  color: #3d3525;
  font-size: 13px;
  line-height: 1.35;
}

.cpv-collection-card-meta,
.cpv-collection-card-values {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 7px;
}

.cpv-collection-pill {
  display: inline-block;
  padding: 4px 7px;
  border-radius: 999px;
  background: #fffff9;
  border: 1px solid #e5d9a6;
  color: #4a3a15;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.cpv-collection-card-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 150px;
}

.cpv-collection-card-actions .cpv-collection-button {
  text-align: center;
  padding: 7px 10px;
  font-size: 11px;
}

.cpv-collection-add-card {
  padding: 16px;
  margin-bottom: 14px;
  scroll-margin-top: 14px;
}

.cpv-collection-add-card p {
  margin: 6px 0 12px;
  color: #3d3525;
  font-size: 14px;
  line-height: 1.4;
}

.cpv-collection-add-card input,
.cpv-collection-add-card select,
.cpv-edit-modal input,
.cpv-edit-modal select {
  width: 100%;
  box-sizing: border-box;
  min-height: 38px;
  margin-top: 5px;
  padding: 7px 10px;
  border: 2px solid #f1cf57;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 14px;
}

.cpv-guide-results {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.cpv-manual-grid,
.cpv-edit-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.cpv-edit-value-field {
  grid-column: span 2;
}

.cpv-edit-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0,0,0,.55);
  z-index: 9999;
}

.cpv-edit-modal-backdrop.cpv-modal-open {
  display: flex;
}

.cpv-edit-modal {
  width: min(560px, 100%);
  background: #fffff9;
  border: 2px solid #7b2024;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0,0,0,.35);
  padding: 18px;
}

.cpv-edit-modal p {
  margin: 7px 0 14px;
  font-size: 14px;
  line-height: 1.4;
}

.cpv-empty-inline {
  padding: 14px;
  background: #fffff9;
  border: 1px solid #e5d9a6;
  border-radius: 10px;
  color: #5f4b18;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .cpv-collection-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpv-manual-grid,
  .cpv-edit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cpv-edit-value-field {
    grid-column: span 2;
  }
}

@media screen and (max-width: 620px) {
  .cpv-page-main {
    padding: 18px 10px 4px;
  }

  .cpv-collection-hero {
    padding: 18px 15px;
  }

  .cpv-collection-hero h1 {
    font-size: 26px;
  }

  .cpv-collection-summary,
  .cpv-manual-grid,
  .cpv-edit-grid {
    grid-template-columns: 1fr;
  }

  .cpv-edit-value-field {
    grid-column: span 1;
  }

  .cpv-collection-card {
    grid-template-columns: 48px 1fr;
  }

  .cpv-collection-card-actions {
    grid-column: 1 / -1;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}



/* My Collection v2 refinements */
.cpv-sort-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: -2px 0 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.cpv-sort-row label {
  color: #5f4b18;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.cpv-sort-row select {
  min-height: 34px;
  padding: 6px 28px 6px 9px;
  border: 2px solid #f1cf57;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 800;
}
.cpv-collection-list-table .cpv-collection-card {
  grid-template-columns: 66px minmax(0, 1.5fr) minmax(170px, .72fr) minmax(150px, auto);
  align-items: center;
}
.cpv-collection-value-col {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
}
.cpv-collection-value-main {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 112px;
  min-height: 34px;
  box-sizing: border-box;
  padding: 6px 8px;
  border: 1px solid #e5d9a6;
  border-radius: 8px;
  background: #fffff9;
  color: #7b2024;
  font-size: 18px;
  font-weight: 950;
  cursor: text;
}
.cpv-collection-value-main:focus {
  outline: 3px solid rgba(241,207,87,.35);
  border-color: #7b2024;
}
.cpv-collection-value-main[contenteditable="true"]:empty::before {
  content: attr(data-placeholder);
  color: #8a7b52;
}
.cpv-value-missing {
  justify-content: center !important;
  border-color: #d87297 !important;
  background: linear-gradient(135deg, #fff1f6 0%, #ffe3ee 100%) !important;
  color: #7b2024 !important;
  box-shadow: 0 0 0 3px rgba(216,114,151,.18);
  font-size: 18px !important;
  line-height: 1.1;
  text-align: center;
}
.cpv-yoy-change {
  display: block;
  margin-top: 5px;
  color: #5f4b18;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
}
.cpv-yoy-up { color: #167a3a; }
.cpv-yoy-down { color: #a32020; }
.cpv-yoy-flat { color: #5f4b18; }
.cpv-editable-line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cpv-inline-select {
  max-width: 145px;
  min-height: 30px;
  padding: 4px 7px;
  border: 1px solid #decf91;
  border-radius: 7px;
  background: #fffff9;
  color: #111;
  font-size: 12px;
}
.cpv-pencil {
  color: #7b2024;
  font-size: 11px;
  font-weight: 900;
}
.cpv-private-notes {
  width: 100%;
  box-sizing: border-box;
  min-height: 34px;
  margin-top: 7px;
  padding: 7px 8px;
  border: 1px dashed #decf91;
  border-radius: 8px;
  background: rgba(255,255,249,.65);
  color: #3d3525;
  font-size: 12px;
  line-height: 1.35;
  resize: vertical;
}
.cpv-private-notes::placeholder {
  color: #9b8d65;
  opacity: .62;
  font-style: italic;
}
.cpv-private-notes:focus {
  outline: 3px solid rgba(241,207,87,.28);
  border-color: #7b2024;
  background: #fff;
}
.cpv-saved-badge,
.cpv-inline-feedback {
  display: none;
  margin-top: 6px;
  color: #167a3a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}
.cpv-saved-badge.cpv-show,
.cpv-inline-feedback.cpv-show {
  display: inline-block;
}
.cpv-saved-badge,
.cpv-inline-feedback {
  padding: 7px 10px;
  background: #e8f9ee;
  border: 1px solid #76c88d;
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(22,122,58,.13);
}
.cpv-inline-feedback {
  border-radius: 8px;
}
.cpv-card-feedback {
  grid-column: 1 / -1;
  margin-top: -4px;
}
.cpv-advanced-feedback {
  display: block;
  margin-top: 4px;
  color: #345a37;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}
.cpv-advanced-feedback a,
.cpv-advanced-feedback a:visited {
  color: #167a3a;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cpv-result-card.cpv-confirm-pulse {
  border-color: #167a3a;
  box-shadow: 0 0 0 3px rgba(22,122,58,.16);
}
.cpv-collection-card-actions .cpv-remove-button {
  color: #7b2024;
}
.cpv-collection-card-actions .cpv-remove-button:hover,
.cpv-collection-card-actions .cpv-remove-button:focus {
  color: #fff4dc;
}

.cpv-owned-yoy-note {
  margin: 0 0 10px;
  color: #5f4b18;
  font-size: 12px;
  line-height: 1.35;
  font-style: italic;
}
.cpv-thumb-wrap {
  width: 58px;
  text-align: center;
}
.cpv-thumb-wrap img,
.cpv-thumb-wrap .cpv-collection-thumb-placeholder {
  display: block;
  margin: 0 auto;
}
.cpv-top100-thumb-badge {
  display: block;
  width: 58px;
  box-sizing: border-box;
  margin: 5px auto 0;
  padding: 3px 2px;
  border-radius: 999px;
  background: #7b2024;
  color: #fff4dc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.1;
  text-align: center;
}
.cpv-owned-fields-row {
  display: grid;
  grid-template-columns: minmax(105px, 145px) minmax(86px, 110px) minmax(92px, 112px) minmax(130px, 150px) 18px;
  gap: 7px;
  align-items: center;
  margin-top: 6px;
}
.cpv-cost-wrap {
  position: relative;
  max-width: 112px;
}
.cpv-inline-money-input,
.cpv-inline-date-input {
  min-height: 30px;
  box-sizing: border-box;
  padding: 4px 7px;
  border: 1px solid #decf91;
  border-radius: 7px;
  background: #fffff9;
  color: #111;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.cpv-inline-money-input {
  width: 100%;
  padding-right: 32px;
  text-align: right;
}
.cpv-inline-money-input:placeholder-shown {
  text-align: left;
}
.cpv-inline-money-input::placeholder,
.cpv-inline-date-input::placeholder {
  color: #9b8d65;
  opacity: .62;
  font-style: italic;
}
.cpv-cost-suffix {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa18d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  pointer-events: none;
}
.cpv-inline-date-input {
  display: none;
  width: 100%;
}
.cpv-inline-date-input.cpv-has-cost {
  display: block;
}
.cpv-row-pencil {
  color: #7b2024;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  opacity: .85;
}
.cpv-value-pencil {
  margin-left: 5px;
  color: #7b2024;
  font-size: 12px;
  line-height: 1;
}
.cpv-confirm-modal-card {
  max-width: 440px;
}
.cpv-confirm-modal-card p {
  margin-bottom: 16px;
}
@media screen and (max-width: 720px) {
  .cpv-owned-fields-row {
    grid-template-columns: 1fr 1fr 18px;
  }
  .cpv-cost-wrap { max-width: none; }
}
@media screen and (max-width: 420px) {
  .cpv-owned-fields-row {
    grid-template-columns: 1fr 18px;
  }
}

.cpv-add-owned-modal-card .cpv-edit-grid {
  grid-template-columns: max-content max-content;
  justify-content: start;
}
.cpv-add-owned-modal-card .cpv-edit-grid > div {
  min-width: 0;
}
.cpv-add-owned-modal-card #cpv-add-owned-grade {
  width: 150px;
}
.cpv-add-owned-modal-card #cpv-add-owned-holder {
  width: 98px;
}
@media screen and (max-width: 820px) {
  .cpv-collection-list-table .cpv-collection-card {
    grid-template-columns: 50px minmax(0,1fr);
  }
  .cpv-collection-value-col,
  .cpv-collection-card-actions {
    grid-column: 1 / -1;
    text-align: left;
  }
  .cpv-collection-value-main {
    justify-content: flex-start;
  }
  .cpv-sort-row {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 520px) {
  .cpv-add-owned-modal-card .cpv-edit-grid {
    grid-template-columns: 1fr;
  }
  .cpv-add-owned-modal-card #cpv-add-owned-grade,
  .cpv-add-owned-modal-card #cpv-add-owned-holder {
    width: 100%;
  }
  .cpv-collection-card-actions {
    grid-template-columns: 1fr;
  }
}


/* My Collection v8 watchlist marketplace + mobile refinements */
.cpv-owned-fields-row {
  grid-template-columns: minmax(105px, 145px) minmax(86px, 110px) minmax(88px, 108px) minmax(126px, 146px) 18px;
}
.cpv-cost-wrap { max-width: 108px; }
.cpv-inline-money-input { text-align: right; }
.cpv-inline-money-input:placeholder-shown { text-align: left; }
.cpv-watchlist-card {
  grid-template-columns: 66px minmax(0,1fr) minmax(480px, auto) minmax(145px, auto);
  align-items: center;
}
.cpv-watchlist-market {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 7px;
  min-width: 440px;
  font-family: Arial, Helvetica, sans-serif;
}
.cpv-watchlist-market-head {
  display: grid;
  grid-template-columns: 66px minmax(0,1fr) minmax(480px, auto) minmax(145px, auto);
  gap: 12px;
  align-items: end;
  max-width: 100%;
  margin: 0 0 7px;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}
.cpv-watchlist-market-head-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 7px;
  min-width: 440px;
}
.cpv-watchlist-disclosure {
  margin: 6px 0 11px;
  color: #5f4b18;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.35;
}
.cpv-watchlist-disclosure-bottom {
  margin-top: 11px;
}
.cpv-ebay-watch-tile,
.cpv-ebay-watch-tile:visited {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 58px;
  box-sizing: border-box;
  padding: 7px;
  border: 1px solid #decf91;
  border-radius: 9px;
  background: #fffff9;
  color: #241b0c;
  text-decoration: none;
  overflow: hidden;
}
.cpv-ebay-watch-tile:hover,
.cpv-ebay-watch-tile:focus {
  border-color: #7b2024;
  box-shadow: 0 2px 7px rgba(0,0,0,.14);
  outline: none;
}
.cpv-ebay-watch-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #eadca8;
  object-fit: cover;
}
.cpv-ebay-watch-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #fff8d8;
  color: #7b2024;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}
.cpv-ebay-watch-content {
  display: block;
  min-width: 0;
}
.cpv-ebay-watch-label {
  display: none;
}
.cpv-ebay-watch-main {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #7b2024;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpv-ebay-watch-sub {
  display: block;
  min-width: 0;
  margin-top: 4px;
  overflow: hidden;
  color: #5f4b18;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpv-ebay-watch-loading .cpv-ebay-watch-main,
.cpv-ebay-watch-loading .cpv-ebay-watch-sub {
  color: #8a7b52;
}
.cpv-ebay-watch-empty .cpv-ebay-watch-main {
  color: #5f4b18;
}
@media screen and (max-width: 1080px) {
  .cpv-collection-list-table .cpv-collection-card {
    grid-template-columns: 50px minmax(0,1fr);
  }
  .cpv-collection-value-col,
  .cpv-collection-card-actions {
    grid-column: 1 / -1;
    text-align: right;
  }
  .cpv-collection-value-main {
    justify-content: flex-end;
  }
  .cpv-sort-row { justify-content: flex-start; }
  .cpv-watchlist-card {
    grid-template-columns: 50px minmax(0,1fr);
  }
  .cpv-watchlist-market,
  .cpv-watchlist-card .cpv-collection-card-actions {
    grid-column: 1 / -1;
  }
  .cpv-watchlist-market {
    min-width: 0;
  }
  .cpv-watchlist-market-head {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .cpv-owned-fields-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cpv-owned-fields-row .cpv-inline-select {
    flex: 1 1 118px;
  }
  .cpv-cost-wrap {
    flex: 0 1 108px;
    max-width: 108px;
  }
  .cpv-inline-date-input.cpv-has-cost {
    flex: 1 1 132px;
    max-width: 150px;
  }
  .cpv-row-pencil {
    flex: 0 0 18px;
  }
}
@media screen and (max-width: 560px) {
  .cpv-watchlist-market {
    grid-template-columns: 1fr;
  }
  .cpv-ebay-watch-tile {
    min-height: 62px;
    padding-top: 18px;
  }
  .cpv-ebay-watch-label {
    position: absolute;
    top: 5px;
    left: 8px;
    display: block;
    color: #8a7b52;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
  }
  .cpv-collection-value-col {
    text-align: right;
  }
}


/* My Collection v9 eBay watchlist presentation refinements */
.cpv-watchlist-market-head-grid span {
  display: block;
  text-align: center;
}
.cpv-watchlist-market-head-grid span:first-child {
  transform: translateX(-8px);
}
.cpv-watchlist-market-head-grid span:last-child {
  transform: translateX(8px);
}
.cpv-collection-card .cpv-ebay-watch-icon {
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  min-width: 42px !important;
  object-fit: cover !important;
  align-self: center;
}
.cpv-collection-card .cpv-ebay-watch-icon-text {
  flex: 0 0 42px;
  width: 42px !important;
  height: 42px !important;
  max-width: 42px !important;
  min-width: 42px !important;
  line-height: 1.12;
  overflow: visible;
}
.cpv-ebay-watch-tile {
  column-gap: 10px;
  min-width: 0;
}
.cpv-ebay-watch-content {
  min-width: 0;
  overflow: hidden;
}
.cpv-ebay-watch-main {
  line-height: 1.18;
  padding-bottom: 1px;
}
.cpv-watchlist-disclosure {
  padding: 9px 11px;
  background: #fff8d8;
  border: 1px solid #decf91;
  border-left: 5px solid #7b2024;
  border-radius: 9px;
}
@media screen and (max-width: 1080px) {
  .cpv-ebay-watch-tile {
    padding-top: 20px;
  }
  .cpv-ebay-watch-label {
    position: absolute;
    top: 6px;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%);
    color: #8a7b52;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .055em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
  }
}
@media screen and (max-width: 560px) {
  .cpv-ebay-watch-label {
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
}


/* My Collection v11 linked issue titles/thumbnails + watchlist action placement */
.cpv-thumb-link,
.cpv-thumb-link:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cpv-thumb-link:hover img,
.cpv-thumb-link:focus img {
  border-color: #7b2024;
  box-shadow: 0 2px 7px rgba(0,0,0,.18);
  outline: none;
}
.cpv-issue-title-link,
.cpv-issue-title-link:visited {
  color: #111;
  text-decoration: none;
}
.cpv-issue-title-link:hover,
.cpv-issue-title-link:focus {
  color: #7b2024;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cpv-watchlist-card,
.cpv-watchlist-market-head {
  grid-template-columns: 66px minmax(205px, 1fr) minmax(560px, auto);
}
.cpv-watchlist-info-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  max-width: 210px;
  margin-top: 12px;
}
.cpv-watchlist-info-actions .cpv-collection-button {
  text-align: center;
  padding: 7px 10px;
  font-size: 11px;
}
@media screen and (max-width: 1080px) {
  .cpv-watchlist-card {
    grid-template-columns: 50px minmax(0,1fr);
  }
  .cpv-watchlist-info-actions {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 520px) {
  .cpv-watchlist-info-actions {
    grid-template-columns: 1fr;
  }
}

.cpv-collection-list-table .cpv-collection-card {
  grid-template-columns: 66px minmax(0, 1.6fr) minmax(180px, .7fr) !important;
}
.cpv-owned-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.cpv-owned-title-row h3 {
  margin: 0 !important;
  flex: 0 1 auto;
}
.cpv-owned-title-remove,
.cpv-owned-title-remove:visited {
  flex: 0 0 auto;
  min-width: 0 !important;
  padding: 4px 9px !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  letter-spacing: .035em !important;
}
.cpv-watchlist-card,
.cpv-watchlist-market-head {
  grid-template-columns: 66px minmax(205px, 1fr) minmax(560px, auto) !important;
  column-gap: 12px !important;
}
.cpv-watchlist-market-head {
  padding: 0 11px !important;
  box-sizing: border-box !important;
}
.cpv-watchlist-market-head-grid,
.cpv-watchlist-market {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
  gap: 9px !important;
  min-width: 560px !important;
}
.cpv-watchlist-market-head-grid span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  transform: none !important;
}
@media screen and (max-width: 1080px) {
  .cpv-collection-list-table .cpv-collection-card,
  .cpv-watchlist-card {
    grid-template-columns: 50px minmax(0,1fr) !important;
  }
  .cpv-watchlist-market {
    min-width: 0 !important;
  }
  .cpv-watchlist-market-head {
    display: none !important;
  }
}

/* Soften the disclosure box while keeping it visible. */
.cpv-watchlist-disclosure {
  background: #FFFFF9 !important;
}

/* Align the desktop eBay headings with the padded watchlist-card content below. */
.cpv-watchlist-market-head {
  box-sizing: border-box !important;
  padding: 0 11px !important;
  grid-template-columns: 66px minmax(0,1fr) minmax(520px, auto) minmax(145px, auto) !important;
}
.cpv-watchlist-market-head-grid,
.cpv-watchlist-market {
  grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
  gap: 9px !important;
  min-width: 520px !important;
}
.cpv-watchlist-market-head-grid span:first-child,
.cpv-watchlist-market-head-grid span:last-child {
  transform: none !important;
}
.cpv-watchlist-market-head-grid span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Give the eBay tiles more of the available row height and allow larger thumbnails. */
.cpv-ebay-watch-tile,
.cpv-ebay-watch-tile:visited {
  grid-template-columns: 62px minmax(0, 1fr) !important;
  gap: 11px !important;
  min-height: 88px !important;
  padding: 10px !important;
  align-items: center !important;
}
.cpv-collection-card .cpv-ebay-watch-icon,
.cpv-ebay-watch-icon {
  width: 62px !important;
  height: 62px !important;
  max-width: 62px !important;
  min-width: 62px !important;
  border-radius: 7px !important;
  object-fit: cover !important;
  align-self: center !important;
}
.cpv-collection-card .cpv-ebay-watch-icon-text,
.cpv-ebay-watch-icon-text {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  min-width: 56px !important;
  border-radius: 7px !important;
  font-size: 30px !important;
  line-height: 1.08 !important;
  padding-bottom: 2px !important;
  overflow: visible !important;
}
.cpv-ebay-watch-main {
  font-size: 15px !important;
  line-height: 1.2 !important;
  padding-bottom: 2px !important;
}
.cpv-ebay-watch-sub {
  font-size: 10.5px !important;
  line-height: 1.22 !important;
  margin-top: 4px !important;
}

@media screen and (max-width: 1080px) {
  .cpv-watchlist-market,
  .cpv-watchlist-market-head-grid {
    min-width: 0 !important;
  }
  .cpv-ebay-watch-tile,
  .cpv-ebay-watch-tile:visited {
    padding-top: 23px !important;
    min-height: 92px !important;
  }
}
@media screen and (max-width: 560px) {
  .cpv-watchlist-market {
    grid-template-columns: 1fr !important;
  }
  .cpv-ebay-watch-tile,
  .cpv-ebay-watch-tile:visited {
    min-height: 86px !important;
  }
}

/* My Collection v11 linked issue titles/thumbnails + watchlist action placement */
.cpv-thumb-link,
.cpv-thumb-link:visited {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cpv-thumb-link:hover img,
.cpv-thumb-link:focus img {
  border-color: #7b2024;
  box-shadow: 0 2px 7px rgba(0,0,0,.18);
  outline: none;
}
.cpv-issue-title-link,
.cpv-issue-title-link:visited {
  color: #111;
  text-decoration: none;
}
.cpv-issue-title-link:hover,
.cpv-issue-title-link:focus {
  color: #7b2024;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cpv-watchlist-card,
.cpv-watchlist-market-head {
  grid-template-columns: 66px minmax(205px, 1fr) minmax(560px, auto);
}
.cpv-watchlist-info-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  max-width: 210px;
  margin-top: 12px;
}
.cpv-watchlist-info-actions .cpv-collection-button {
  text-align: center;
  padding: 7px 10px;
  font-size: 11px;
}
@media screen and (max-width: 1080px) {
  .cpv-watchlist-card {
    grid-template-columns: 50px minmax(0,1fr);
  }
  .cpv-watchlist-info-actions {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 520px) {
  .cpv-watchlist-info-actions {
    grid-template-columns: 1fr;
  }
}

/* My Collection v11 structural cleanup + final watchlist header alignment */
.cpv-watchlist-card,
.cpv-watchlist-market-head {
  grid-template-columns: 66px minmax(205px, 1fr) minmax(660px, 1.85fr) !important;
  column-gap: 12px !important;
}
.cpv-watchlist-card {
  align-items: center !important;
}
.cpv-watchlist-market-head {
  display: grid !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  padding: 0 11px !important;
  align-items: end !important;
}
.cpv-watchlist-market-head > span {
  min-width: 0 !important;
}
.cpv-watchlist-market-head-grid {
  grid-column: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0 !important;
}
.cpv-watchlist-market-head-grid span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  transform: none !important;
}
.cpv-watchlist-market {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(160px, 1fr)) !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0 !important;
}
@media screen and (max-width: 1080px) {
  .cpv-watchlist-market-head {
    display: none !important;
  }
  .cpv-watchlist-card {
    grid-template-columns: 50px minmax(0,1fr) !important;
  }
  .cpv-watchlist-market {
    grid-column: 1 / -1 !important;
    grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  }
  .cpv-ebay-watch-label {
    display: block !important;
  }
}
@media screen and (max-width: 560px) {
  .cpv-watchlist-market {
    grid-template-columns: 1fr !important;
  }
}


/* My Collection v12 watchlist sorting */
.cpv-watchlist-sort-row {
  max-width: none;
  margin: 0 0 12px;
}
.cpv-watchlist-market-head-grid button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #4a3a15;
  font: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  text-align: center;
}
.cpv-watchlist-market-head-grid button:hover,
.cpv-watchlist-market-head-grid button:focus {
  color: #7b2024;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cpv-watchlist-market-head-grid button[aria-sort="ascending"]::after { content: " \25B2"; }
.cpv-watchlist-market-head-grid button[aria-sort="descending"]::after { content: " \25BC"; }
.cpv-watchlist-market-head-grid button:disabled {
  cursor: default;
  opacity: .55;
  text-decoration: none;
}
.cpv-watchlist-ebay-loading-note {
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
}
@media screen and (max-width: 1080px) {
  .cpv-watchlist-sort-row {
    margin-bottom: 10px;
  }
}



/* My Collection v13 shared grade tiers and watchlist add confirmation */
.cpv-watchlist-owned-feedback {
  margin-top: 8px;
}


/* v15 loading, recent eBay listings, and Top 100 checklist */
.cpv-guide-loading {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 12px;
  padding: 10px 13px;
  background: #fffff9;
  border: 1px solid #decf91;
  border-left: 5px solid #7b2024;
  border-radius: 9px;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}
.cpv-guide-loading.cpv-loading-done { display: none; }
.cpv-loading-dots::after {
  content: "";
  animation: cpvDots 1.2s steps(4, end) infinite;
}
@keyframes cpvDots {
  0% { content: ""; }
  25% { content: "."; }
  50% { content: ".."; }
  75%, 100% { content: "..."; }
}
.cpv-watchlist-recent {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 2px solid #f1cf57;
}
.cpv-watchlist-recent h3 {
  margin: 0 0 4px;
  color: #111;
  font-size: 21px;
  line-height: 1.15;
}
.cpv-watchlist-recent-note {
  margin: 0 0 10px;
  color: #5f4b18;
  font-size: 13px;
  line-height: 1.35;
}
.cpv-recent-ebay-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cpv-recent-ebay-item,
.cpv-recent-ebay-item:visited {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #decf91;
  border-radius: 10px;
  background: #fffff9;
  color: #241b0c;
  text-decoration: none;
}
.cpv-recent-ebay-item:hover,
.cpv-recent-ebay-item:focus {
  border-color: #7b2024;
  box-shadow: 0 3px 8px rgba(0,0,0,.16);
  outline: none;
}
.cpv-recent-ebay-item img {
  width: 82px !important;
  height: 82px !important;
  object-fit: cover;
  border-radius: 6px;
  background: #f4e7b5;
}
.cpv-recent-ebay-item h4 {
  margin: 0 0 5px;
  color: #111;
  font-size: 14px;
  line-height: 1.2;
}
.cpv-recent-ebay-item strong {
  display: block;
  color: #7b2024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.cpv-recent-ebay-item span {
  display: block;
  margin-top: 3px;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}
.cpv-top100-actions {
  margin: 0 0 12px;
}
.cpv-top100-list {
  display: grid;
  gap: 8px;
}
.cpv-top100-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 150px 210px;
  gap: 12px;
  align-items: center;
  padding: 10px 11px;
  background: linear-gradient(135deg, #FDFBE7 0%, #FFF8D8 100%);
  border: 1px solid #decf91;
  border-radius: 11px;
}
.cpv-top100-rank {
  color: #7b2024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 950;
  text-align: center;
}
.cpv-top100-main {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
}
.cpv-top100-main img {
  width: 48px !important;
  height: 62px !important;
  object-fit: cover;
  border-radius: 5px;
  background: #eadca8;
}
.cpv-top100-main h3 {
  margin: 0 0 3px;
  color: #111;
  font-size: 17px;
  line-height: 1.15;
}
.cpv-top100-main h3 a, .cpv-top100-main h3 a:visited {
  color: #111;
  text-decoration: none;
}
.cpv-top100-main h3 a:hover, .cpv-top100-main h3 a:focus {
  color: #7b2024;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cpv-top100-main p, .cpv-top100-status p {
  margin: 0;
  color: #5f4b18;
  font-size: 13px;
  line-height: 1.3;
}
.cpv-top100-status strong {
  display: block;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cpv-top100-buttons {
  display: grid;
  gap: 6px;
}
.cpv-top100-buttons .cpv-collection-button {
  width: 100%;
  padding: 7px 10px;
  font-size: 11px;
  text-align: center;
}
.cpv-top100-buttons .cpv-collection-button[disabled] {
  opacity: .55;
  cursor: default;
}
@media screen and (max-width: 820px) {
  .cpv-recent-ebay-grid { grid-template-columns: 1fr; }
  .cpv-top100-row { grid-template-columns: 48px 1fr; align-items: start; }
  .cpv-top100-rank { font-size: 16px; padding-top: 10px; }
  .cpv-top100-main, .cpv-top100-status, .cpv-top100-buttons { grid-column: 2; }
  .cpv-top100-buttons { grid-template-columns: 1fr 1fr; }
}
@media print {
  .cpv-site-header, .cpv-site-footer, .cpv-collection-hero, .cpv-collection-summary, .cpv-collection-tabs, .cpv-sort-row, .cpv-top100-actions, .cpv-collection-panel:not(#cpv-panel-top100) { display: none !important; }
  #cpv-panel-top100 { display: block !important; box-shadow: none; border: 0; }
}



/* v18 Top 100 owned-at-a-glance refinements */
.cpv-top100-row {
  grid-template-columns: 28px 70px minmax(0, 1fr) 150px 210px;
}
.cpv-top100-row-owned {
  background: linear-gradient(135deg, #EDFFE8 0%, #E4FBDE 100%) !important;
  border-color: #b8dea9 !important;
}
.cpv-top100-owned-check {
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #167a3a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}
.cpv-top100-owned-check:empty::before {
  content: "";
}
@media screen and (max-width: 820px) {
  .cpv-top100-row {
    grid-template-columns: 26px 48px 1fr;
  }
  .cpv-top100-owned-check {
    font-size: 18px;
    padding-top: 10px;
    align-items: flex-start;
  }
  .cpv-top100-rank {
    grid-column: 2;
  }
  .cpv-top100-main, .cpv-top100-status, .cpv-top100-buttons {
    grid-column: 3;
  }
}

/* v16 publisher/date, owned sorting, and noteworthy sales */
.cpv-owned-thumb-meta,
.cpv-watchlist-thumb-meta {
  display: block;
  width: max-content;
  max-width: 86px;
  margin: 0 auto 4px;
  color: #6f674f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}
.cpv-watchlist-published {
  margin: 0 0 3px !important;
  color: #6f674f !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.cpv-noteworthy-tab[hidden] { display: none !important; }
.cpv-noteworthy-sort-row { margin: 0 0 12px; }
.cpv-noteworthy-table {
  display: grid;
  gap: 8px;
}
.cpv-noteworthy-head,
.cpv-noteworthy-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) 110px 120px 140px;
  gap: 12px;
  align-items: center;
}
.cpv-noteworthy-head {
  padding: 0 12px 6px;
  border-bottom: 2px solid #f1cf57;
  color: #4a3a15;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.cpv-noteworthy-head button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.cpv-noteworthy-head button:nth-child(2),
.cpv-noteworthy-head button:nth-child(4) { text-align: center; }
.cpv-noteworthy-head button:nth-child(3) { text-align: right; }
.cpv-noteworthy-head button:hover,
.cpv-noteworthy-head button:focus {
  color: #7b2024;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cpv-noteworthy-head button[aria-sort="ascending"]::after { content: " \25B2"; }
.cpv-noteworthy-head button[aria-sort="descending"]::after { content: " \25BC"; }
.cpv-noteworthy-row {
  padding: 10px 12px;
  background: linear-gradient(135deg, #FDFBE7 0%, #FFF8D8 100%);
  border: 1px solid #decf91;
  border-radius: 11px;
}
.cpv-noteworthy-issue {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #111;
  text-decoration: none;
}
.cpv-noteworthy-issue:visited { color: #111; }
.cpv-noteworthy-issue:hover strong,
.cpv-noteworthy-issue:focus strong { color: #7b2024; text-decoration: underline; text-underline-offset: 2px; }
.cpv-noteworthy-issue img,
.cpv-noteworthy-issue .cpv-collection-thumb-placeholder {
  width: 54px !important;
  height: 70px !important;
  object-fit: cover;
  border-radius: 5px;
  background: #eadca8;
}
.cpv-noteworthy-issue strong {
  display: block;
  color: #111;
  font-size: 16px;
  line-height: 1.15;
}
.cpv-noteworthy-mobile-label { display: none; }
.cpv-noteworthy-cell {
  color: #241b0c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
}
.cpv-noteworthy-grade {
  text-align: center;
}
.cpv-noteworthy-price {
  color: #7b2024;
  font-size: 16px;
  font-weight: 950;
  text-align: right;
}
.cpv-noteworthy-date {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .cpv-owned-thumb-meta, .cpv-watchlist-thumb-meta { max-width: 78px; font-size: 8.5px; }
  .cpv-noteworthy-head { display: none; }
  .cpv-noteworthy-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
  }
  .cpv-noteworthy-issue { grid-column: 1 / -1; }
  .cpv-noteworthy-mobile-label {
    display: block;
    color: #5f4b18;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
  }
}



/* Advanced high-grade valuation preferences */
.cpv-adjustment-note {
  max-width: 1000px;
  margin: 12px auto 0;
  padding: 10px 12px;
  border: 1px solid #decf91;
  border-radius: 10px;
  background: #fffff9;
  color: #5f4b18;
  font-size: 13px;
  line-height: 1.35;
}

.cpv-adjustment-note a,
.cpv-adjustment-note a:visited {
  color: #7b2024;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cpv-valuation-settings {
  max-width: 1000px;
  margin: 12px auto 0;
  background: #fffff9;
  border: 1px solid #e5d9a6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.cpv-valuation-settings[hidden] {
  display: none;
}

.cpv-valuation-settings.cpv-settings-highlight {
  animation: cpvSettingsPulse 1.8s ease-out 1;
}

@keyframes cpvSettingsPulse {
  0% { box-shadow: 0 0 0 0 rgba(22,122,58,.45), 0 2px 8px rgba(0,0,0,.06); border-color: #167a3a; }
  45% { box-shadow: 0 0 0 8px rgba(22,122,58,.16), 0 2px 8px rgba(0,0,0,.06); border-color: #167a3a; }
  100% { box-shadow: 0 2px 8px rgba(0,0,0,.06); border-color: #e5d9a6; }
}

.cpv-valuation-settings summary {
  cursor: pointer;
  padding: 13px 15px;
  color: #7b2024;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  list-style-position: inside;
}

.cpv-valuation-settings[open] summary {
  border-bottom: 1px solid #eadca8;
}

.cpv-valuation-settings-inner {
  padding: 14px 15px 16px;
}

.cpv-valuation-settings-intro {
  margin: 0 0 12px;
  color: #3d3525;
  font-size: 13px;
  line-height: 1.45;
}

.cpv-valuation-group {
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #eadca8;
  border-radius: 10px;
  background: linear-gradient(135deg, #FDFBE7 0%, #FFF8D8 100%);
}

.cpv-valuation-group:last-child {
  margin-bottom: 0;
}

.cpv-valuation-group h3 {
  margin: 0 0 9px;
  color: #111;
  font-size: 17px;
  line-height: 1.2;
}

.cpv-valuation-row {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 190px auto auto;
  gap: 8px;
  align-items: center;
  padding: 8px 0;
  border-top: 1px solid rgba(222,207,145,.75);
}

.cpv-valuation-row:first-of-type {
  border-top: 0;
}

.cpv-valuation-question {
  color: #241b0c;
  font-size: 13px;
  line-height: 1.35;
}

.cpv-valuation-row select,
.cpv-valuation-row input {
  box-sizing: border-box;
  min-height: 34px;
  border: 2px solid #f1cf57;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 13px;
}

.cpv-valuation-row select {
  width: 100%;
  padding: 6px 8px;
}

.cpv-valuation-field {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.cpv-valuation-field[hidden] {
  display: none;
}

.cpv-valuation-field input {
  width: 74px;
  padding: 5px 7px;
  text-align: right;
}

.cpv-valuation-note {
  margin: 10px 0 0;
  color: #5f4b18;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4;
}

@media screen and (max-width: 760px) {
  .cpv-valuation-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cpv-valuation-field {
    justify-content: flex-start;
  }
}



/* Noteworthy Sales landing page */
.cpv-sales-page {
  font-family: Georgia, "Times New Roman", serif;
  color: #241b0c;
}
.cpv-sales-hero,
.cpv-sales-panel {
  max-width: 1000px;
  margin: 0 auto 16px;
  background: #fffff9;
  border: 1px solid #e5d9a6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.cpv-sales-hero {
  padding: 24px 26px;
}
.cpv-sales-hero h1 {
  margin: 0 0 10px;
  color: #111;
  font-size: 32px;
  line-height: 1.1;
}
.cpv-sales-hero p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
}
.cpv-sales-note {
  color: #5f4b18;
  font-size: 13px !important;
  font-style: italic;
}
.cpv-sales-panel {
  padding: 16px;
}
.cpv-sales-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 12px;
  border-bottom: 2px solid #f1cf57;
  padding-bottom: 8px;
}
.cpv-sales-panel-head h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.15;
}
.cpv-sales-panel-head span {
  display: block;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}
.cpv-sales-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  margin: 0 0 14px;
}
.cpv-sales-control {
  display: grid;
  gap: 5px;
}
.cpv-sales-control label {
  display: block;
  color: #5f4b18;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1.1;
  text-transform: uppercase;
}
.cpv-sales-control select,
.cpv-sales-control input {
  box-sizing: border-box;
  min-height: 38px;
  padding: 7px 10px;
  border: 2px solid #f1cf57;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 14px;
}
.cpv-sales-filter {
  min-width: min(360px, 100%);
}
.cpv-sales-sort {
  min-width: 190px;
}
.cpv-sales-load-error {
  margin: 12px 0 0;
  padding: 12px 13px;
  background: #fff0f0;
  border: 1px solid #d98383;
  border-left: 5px solid #b22222;
  border-radius: 9px;
  color: #621515;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}
.cpv-sales-load-error[hidden] { display: none; }
.cpv-sales-seo-copy {
  max-width: 1000px;
  margin: 0 auto 16px;
  color: #4a3a15;
  font-size: 13px;
  line-height: 1.45;
}
@media screen and (max-width: 620px) {
  .cpv-sales-hero { padding: 18px 15px; }
  .cpv-sales-hero h1 { font-size: 26px; }
  .cpv-sales-panel-head { display: block; }
  .cpv-sales-panel-head span { margin-top: 4px; }
  .cpv-sales-controls { display: grid; }
  .cpv-sales-control, .cpv-sales-filter, .cpv-sales-sort { min-width: 0; width: 100%; }
}

.cpv-collection-summary div.cpv-summary-top100-complete {
  background: linear-gradient(135deg, #EDFFE8 0%, #E4FBDE 100%);
  border-color: #b8dea9;
  box-shadow: 0 2px 8px rgba(22,122,58,.13);
}

.cpv-collection-summary div.cpv-summary-top100-complete span {
  color: #167a3a;
}

.cpv-collection-summary div.cpv-summary-top100-complete strong {
  color: #167a3a;
}

.cpv-collection-summary div.cpv-summary-top100-complete::after {
  content: "\2713 Complete";
  display: block;
  margin-top: 5px;
  color: #167a3a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}
