.cdd-panel,
.cdd-panel * {
  box-sizing: border-box;
}
html:has(body.cdd-panel-app-shell),
body.cdd-panel-app-shell {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: #eef3f8;
  overflow-x: hidden;
}
body.cdd-panel-app-shell {
  min-height: 100vh;
}
.cdd-panel-app-shell .cdd-app-canvas {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 16px;
  box-sizing: border-box;
  overflow-x: clip;
}
.cdd-panel-app-shell .cdd-panel {
  width: 100% !important;
  min-height: calc(100vh - 32px);
  margin: 0 auto !important;
}
.cdd-panel {
  width: calc(100% - 32px) !important;
  max-width: 1600px !important;
  min-height: 560px;
  margin: 16px auto !important;
  position: relative;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr);
  background: #f4f7fb;
  color: #152033;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
}
.cdd-panel__nav {
  background: var(--cdd-primary);
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cdd-panel__brand {
  color: #fff;
  font-weight: 750;
  font-size: 16px;
  line-height: 1.35;
  width: 100%;
  padding: 4px 8px 16px;
  overflow-wrap: anywhere;
}
.cdd-panel__brand.has-logo {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
}
.cdd-panel__nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  padding: 9px 11px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 650;
}
.cdd-panel__nav a:hover,
.cdd-panel__nav a.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.cdd-panel__nav a:last-child {
  margin-top: auto;
}
.cdd-panel__main {
  padding: 24px;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}
.cdd-panel h1 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.cdd-panel h2 {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 14px;
}
.cdd-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.cdd-button {
  display: inline-block;
  border: 0;
  border-radius: 7px;
  padding: 9px 14px;
  background: var(--cdd-primary);
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.2;
}
.cdd-button--ghost {
  background: #fff;
  color: var(--cdd-primary) !important;
  border: 1px solid #cfd8e3;
}
.cdd-button--whatsapp {
  background: #148a50;
  color: #fff !important;
}
.cdd-button--whatsapp:hover,
.cdd-button--whatsapp:focus-visible {
  background: #107542;
}
.cdd-button--pdf {
  background: #b42318;
  color: #fff !important;
}
.cdd-button--pdf:hover,
.cdd-button--pdf:focus-visible {
  background: #8f1c13;
}
.cdd-button:disabled {
  cursor: wait;
  opacity: .68;
}
.cdd-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.cdd-alert {
  padding: 11px 13px;
  border-radius: 7px;
  margin-bottom: 18px;
}
.cdd-alert--success {
  background: #e9f8ef;
  color: #17663b;
}
.cdd-alert--warning {
  background: #fff5dc;
  color: #795300;
}
.cdd-import-report > strong {
  display: block;
  margin-bottom: 7px;
}
.cdd-import-report ul {
  margin: 0;
  padding-left: 21px;
}
.cdd-import-report li + li {
  margin-top: 4px;
}
.cdd-import-report small {
  display: block;
  margin-top: 8px;
}
.cdd-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cdd-stats > div {
  min-width: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}
.cdd-stats strong {
  display: block;
  font-size: 22px;
  line-height: 1.25;
  color: var(--cdd-primary);
  overflow-wrap: anywhere;
}
.cdd-stats span {
  color: #607086;
  font-size: 13px;
}
.cdd-analytics {
  margin-top: 28px;
}
.cdd-analytics__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.cdd-analytics__heading h2,
.cdd-analytics__heading p {
  margin-bottom: 3px;
}
.cdd-analytics__heading p,
.cdd-analytics__heading small {
  color: #607086;
}
.cdd-stats--contacts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cdd-analytics__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.cdd-analytics__lists > section {
  min-width: 0;
}
.cdd-table--analytics th:last-child,
.cdd-table--analytics td:last-child {
  text-align: right;
}
.cdd-table--analytics td:first-child {
  white-space: normal;
}
.cdd-table--analytics td small {
  display: block;
  color: #718096;
  font-size: 11px;
}
.cdd-empty-state {
  min-height: 82px;
  margin: 0;
  padding: 20px;
  color: #607086;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.cdd-transfer-heading p {
  margin: -10px 0 18px;
  color: #607086;
}
.cdd-transfer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cdd-transfer-card,
.cdd-transfer-import,
.cdd-transfer-guide {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}
.cdd-transfer-card {
  padding: 22px;
}
.cdd-transfer-card p,
.cdd-transfer-import p,
.cdd-transfer-guide li {
  color: #607086;
}
.cdd-transfer-card__number,
.cdd-transfer-card__icon {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #edf4fb;
  color: var(--cdd-primary);
  font-size: 21px;
  font-weight: 800;
}
.cdd-transfer-card form {
  margin-top: 18px;
}
.cdd-transfer-import {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: 28px;
  margin-top: 18px;
  padding: 22px;
}
.cdd-transfer-import form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
}
.cdd-transfer-import label,
.cdd-transfer-import label > span {
  display: block;
}
.cdd-transfer-import label > span {
  margin-bottom: 6px;
  color: #34475b;
  font-size: 12px;
  font-weight: 750;
}
.cdd-transfer-import input[type="file"] {
  width: 100%;
  min-height: 42px;
  padding: 8px;
  border: 1px solid #cfd8e3;
  border-radius: 7px;
  background: #fff;
}
.cdd-transfer-guide {
  margin-top: 18px;
  padding: 22px;
}
.cdd-transfer-guide ul {
  margin: 0;
  padding-left: 20px;
}
.cdd-transfer-guide li + li {
  margin-top: 7px;
}
.cdd-table-wrap {
  overflow: auto;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}
.cdd-table {
  width: 100%;
  border-collapse: collapse;
}
.cdd-table th,
.cdd-table td {
  text-align: left;
  padding: 11px 13px;
  border-bottom: 1px solid #e8edf3;
  white-space: nowrap;
}
.cdd-table th {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #66758a;
}
.cdd-table a {
  color: var(--cdd-primary);
  font-weight: 700;
}
.cdd-row-actions {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cdd-row-actions form {
  display: inline;
  margin: 0;
}
.cdd-action-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--cdd-primary);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.cdd-action-link:hover,
.cdd-action-link:focus-visible {
  color: #092f59;
}
.cdd-delete-link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #b42318;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.cdd-delete-link:hover,
.cdd-delete-link:focus-visible {
  color: #7a271a;
}
.cdd-table-vehicle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cdd-table-vehicle img {
  width: 60px;
  height: 43px;
  object-fit: cover;
  border-radius: 8px;
}
.cdd-table-vehicle span,
.cdd-table-vehicle small {
  display: block;
}
.cdd-table-vehicle small {
  color: #6f7c8d;
}
.cdd-form section,
.cdd-form--compact {
  width: 100%;
  background: #fff;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  margin: 0 0 16px;
}
.cdd-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 14px;
}
.cdd-form label {
  display: block;
  min-width: 0;
}
.cdd-form label > span {
  display: block;
  font-size: 13px;
  font-weight: 750;
  margin: 0 0 7px;
  color: #435168;
}
.cdd-vehicle-form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.cdd-vehicle-form-heading h1 {
  margin-bottom: 4px;
}
.cdd-vehicle-form-heading p {
  margin: 0;
  color: #65758a;
}
.cdd-vehicle-form-heading .cdd-required-legend {
  margin-top: 7px;
  color: #596a80;
  font-size: 12px;
  font-weight: 650;
}
.cdd-required-legend > span,
.cdd-required-mark {
  color: #c62828;
  font-weight: 900;
}
.cdd-required-mark {
  margin-left: 2px;
  border: 0;
  text-decoration: none;
}
.cdd-fixed-price-note .cdd-required-mark {
  margin-left: 0;
}
.cdd-step-counter {
  flex: 0 0 auto;
  padding: 7px 11px;
  color: var(--cdd-primary);
  background: #fff;
  border: 1px solid #d8e1eb;
  border-radius: 999px;
  font-size: 13px;
}
.cdd-stepper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 5px;
  gap: 4px;
  background: #e6ecf3;
  border-radius: 10px;
  overflow: hidden;
}
.cdd-stepper button {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 8px;
  border: 0;
  border-radius: 7px;
  color: #728095;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.cdd-stepper button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.62;
}
.cdd-stepper button b {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #b9c6d5;
  border-radius: 50%;
  background: #f5f7fa;
  font-size: 12px;
}
.cdd-stepper button.is-active {
  color: var(--cdd-primary);
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.07);
}
.cdd-stepper button.is-active b {
  color: #fff;
  border-color: var(--cdd-primary);
  background: var(--cdd-primary);
}
.cdd-stepper button.is-complete b {
  color: #fff;
  border-color: #168454;
  background: #168454;
}
.cdd-vehicle-wizard {
  width: 100%;
  max-width: 100%;
}
.cdd-wizard-step[hidden] {
  display: none !important;
}
.cdd-wizard-step.is-active {
  animation: cdd-step-in 0.18s ease-out;
}
@keyframes cdd-step-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.cdd-step-heading {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 18px;
}
.cdd-step-heading > span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--cdd-primary);
  border-radius: 50%;
  font-weight: 800;
}
.cdd-step-heading h2 {
  margin-bottom: 2px;
}
.cdd-step-heading p {
  margin: 0;
  color: #68778b;
  font-size: 13px;
}
.cdd-fixed-price-note {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0 0 16px;
  padding: 11px 13px;
  color: #174b75;
  background: #edf7ff;
  border: 1px solid #cee6f7;
  border-radius: 8px;
  font-size: 13px;
}
.cdd-price-fields {
  margin-bottom: 16px;
}
.cdd-financing-selector {
  max-width: calc(50% - 7px);
  margin-bottom: 16px;
}
.cdd-financing-fields[hidden] {
  display: none !important;
}
.cdd-financing-fields {
  padding: 16px;
  border: 1px solid #dce4ed;
  border-radius: 9px;
  background: #f8fafc;
}
.cdd-financing-fields__heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 14px;
  color: #26364a;
}
.cdd-financing-fields__heading span {
  color: #68778b;
  font-size: 13px;
}
.cdd-auto-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 16px;
  padding: 11px 13px;
  color: #174b75;
  background: #edf7ff;
  border: 1px solid #cee6f7;
  border-radius: 8px;
  font-size: 13px;
}
.cdd-auto-title span {
  color: #5f7185;
  font-weight: 700;
}
.cdd-auto-title strong {
  font-size: 14px;
}
.cdd-current-image {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 11px;
  background: #f5f7fa;
  border-radius: 8px;
  color: #435168;
  font-weight: 700;
}
.cdd-current-image > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.cdd-current-image > div > strong {
  color: #2a394d;
}
.cdd-current-image > div > small {
  color: #65758a;
  font-size: 11px;
}
.cdd-current-image img {
  width: 112px;
  height: 76px;
  object-fit: cover;
  border-radius: 7px;
}
.cdd-image-state {
  display: inline-flex !important;
  width: fit-content;
  margin: 0 !important;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1.2;
}
.cdd-image-state.is-protected {
  color: #17663b;
  background: #dff5e8;
}
.cdd-image-state.is-legacy {
  color: #795300;
  background: #fff0c8;
}
.cdd-image-state--gallery {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  max-width: calc(100% - 82px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cdd-gallery-manager {
  margin-top: 16px;
}
.cdd-current-gallery-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.cdd-current-gallery-heading strong,
.cdd-current-gallery-heading span {
  display: block;
}
.cdd-current-gallery-heading span {
  margin-top: 2px;
  color: #68778b;
  font-size: 12px;
}
.cdd-current-gallery-heading b {
  flex: 0 0 auto;
  padding: 5px 9px;
  color: var(--cdd-primary);
  background: #edf4fa;
  border-radius: 999px;
  font-size: 12px;
}
.cdd-current-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.cdd-current-gallery figure {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e8edf3;
  border: 2px solid transparent;
  border-radius: 9px;
  cursor: grab;
  transition: opacity .15s ease, border-color .15s ease, transform .15s ease;
}
.cdd-current-gallery figure:active {
  cursor: grabbing;
}
.cdd-current-gallery figure.is-dragging {
  opacity: .55;
  border-color: var(--cdd-accent);
  transform: scale(.97);
}
.cdd-current-gallery figure > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cdd-current-gallery figure.is-marked-for-removal {
  opacity: .52;
  border-color: #c62828;
}
.cdd-gallery-drag-handle {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block !important;
  margin: 0 !important;
  padding: 4px 7px;
  color: #fff !important;
  background: rgba(18, 59, 102, .88);
  border-radius: 6px;
  font-size: 10px !important;
  font-weight: 750;
  line-height: 1.1;
  pointer-events: none;
}
.cdd-gallery-order-actions {
  position: absolute;
  left: 6px;
  bottom: 6px;
  display: flex;
  gap: 3px;
}
.cdd-gallery-order-actions button {
  width: 27px;
  min-height: 25px;
  padding: 0;
  color: #fff;
  background: rgba(18, 59, 102, .92);
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.cdd-gallery-order-actions button:disabled {
  opacity: .38;
  cursor: default;
}
.cdd-gallery-remove {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: block;
  cursor: pointer;
}
.cdd-gallery-remove input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
}
.cdd-gallery-remove span {
  display: block !important;
  margin: 0 !important;
  padding: 5px 8px;
  color: #fff !important;
  background: rgba(18, 59, 102, .92);
  border-radius: 6px;
  font-size: 11px !important;
  line-height: 1.1;
}
.is-marked-for-removal .cdd-gallery-remove span {
  background: #fff;
  color: #8d1b1b !important;
}
.cdd-gallery-safety {
  margin: 9px 0 15px;
  color: #68778b;
  font-size: 12px;
}
.cdd-photo-inputs small {
  color: #68778b;
  font-weight: 650;
}
.cdd-description-field {
  margin-top: 16px;
}
.cdd-publish-options {
  margin-bottom: 16px;
}
.cdd-contact-mode-help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}
.cdd-contact-mode-help p {
  margin: 0;
  padding: 11px 12px;
  color: #526176;
  background: #f7f9fc;
  border: 1px solid #dce4ed;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.45;
}
.cdd-contact-mode-help strong {
  display: block;
  margin-bottom: 2px;
  color: #17233a;
}
.cdd-review {
  padding: 18px;
  background: #f7f9fc;
  border: 1px solid #dce4ed;
  border-radius: 9px;
}
.cdd-review h3 {
  margin: 0 0 14px;
  font-size: 16px;
}
.cdd-review dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}
.cdd-review dl > div {
  min-width: 0;
  padding: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}
.cdd-review dt {
  margin-bottom: 3px;
  color: #718096;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.cdd-review dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #27364a;
  font-weight: 650;
}
.cdd-wizard-actions {
  position: sticky;
  z-index: 5;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 13px 0 3px;
  background: linear-gradient(to bottom, rgba(244,247,251,0), #f4f7fb 18px, #f4f7fb 100%);
}
.cdd-wizard-actions [data-cdd-next],
.cdd-wizard-actions [data-cdd-submit] {
  margin-left: auto;
}
.cdd-wizard-actions [hidden] {
  display: none !important;
}
.cdd-button--publish {
  background: #168454;
}
.cdd-form input,
.cdd-form select,
.cdd-form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 40px;
  border: 1px solid #cad4df;
  border-radius: 7px;
  padding: 8px 10px;
  background: #fff;
  color: #172033;
  font: inherit;
}
.cdd-form input[type="file"] {
  overflow: hidden;
}
.cdd-form input[type="color"] {
  padding: 4px;
}
.cdd-form input[type="checkbox"] {
  width: auto;
  min-height: 0;
}
.cdd-form textarea {
  resize: vertical;
}
.cdd-span-2 {
  grid-column: 1/-1;
}
.cdd-check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cdd-check-grid label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  background: #f5f7fa;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}
.cdd-check-grid label:hover {
  background: #edf3f8;
  border-color: #cbd8e4;
}
.cdd-check-grid label:has(input:checked) {
  background: #eaf5ef;
  border-color: #9bcdb2;
}
.cdd-check-grid input[type="checkbox"] {
  flex: 0 0 auto;
  width: 17px;
  min-height: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  accent-color: var(--cdd-primary);
  cursor: pointer;
}
.cdd-equipment-other {
  margin-top: 16px;
}
.cdd-seller-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.cdd-seller-grid article {
  padding: 15px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: center;
}
.cdd-seller-grid img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.cdd-seller-grid h3 {
  margin: 10px 0 4px;
}
.cdd-seller-grid p {
  margin: 0 0 8px;
  color: #66758a;
}
.cdd-seller-schedule-editor {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #f8fafc;
}
.cdd-seller-schedule-editor legend {
  padding: 0 7px;
  color: #152033;
  font-size: 16px;
  font-weight: 800;
}
.cdd-seller-schedule-toggle {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-weight: 750;
}
.cdd-seller-schedule-days {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}
.cdd-seller-schedule-day {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  align-items: end;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e4eaf0;
  border-radius: 8px;
  background: #fff;
}
.cdd-seller-schedule-day__name {
  display: flex !important;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  font-weight: 750;
}
.cdd-seller-schedule-day label > span {
  display: block;
  margin-bottom: 5px;
  color: #526176;
  font-size: 12px;
  font-weight: 700;
}
.cdd-seller-schedule-day__name > span {
  margin: 0 !important;
  color: #273447 !important;
  font-size: 14px !important;
}
.cdd-seller-schedule-day input[type="time"] {
  width: 100%;
  min-height: 42px;
}
.cdd-rate-current {
  background: linear-gradient(135deg, var(--cdd-primary), #266ba5);
  color: #fff;
  padding: 20px;
  border-radius: 11px;
  margin-bottom: 16px;
}
.cdd-rate-current span,
.cdd-rate-current small {
  display: block;
  opacity: 0.8;
}
.cdd-rate-current strong {
  display: block;
  font-size: 26px;
  margin: 5px 0;
}
.cdd-help {
  font-size: 13px;
  color: #65758a;
}
.cdd-image-settings {
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #f8fafc;
}
.cdd-image-settings legend {
  padding: 0 7px;
  color: #152033;
  font-size: 16px;
  font-weight: 800;
}
.cdd-image-settings .cdd-form-grid {
  margin: 14px 0;
}
.cdd-image-settings .cdd-check {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 12px 0;
  cursor: pointer;
}
.cdd-image-settings .cdd-check > span {
  margin: 0;
  color: #26364c;
}
.cdd-image-regeneration {
  padding: 10px 12px;
  border-left: 3px solid var(--cdd-primary);
  border-radius: 5px;
  background: #edf7ff;
  color: #174b75;
  font-size: 13px;
}
.cdd-image-regeneration.is-complete {
  border-left-color: #168454;
  background: #e9f8ef;
  color: #17663b;
}
.cdd-help--warning {
  padding: 9px 11px;
  border-left: 3px solid #d59a17;
  border-radius: 4px;
  background: #fff8e8;
  color: #704f08;
}
@media (max-width: 760px) {
  .cdd-contact-mode-help {
    grid-template-columns: 1fr;
  }
}
.cdd-plan {
  max-width: 650px;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 22px;
  border-radius: 10px;
}
.cdd-plan > strong {
  font-size: 21px;
}
.cdd-plan > div {
  height: 14px;
  background: #edf1f5;
  border-radius: 20px;
  margin: 18px 0;
  overflow: hidden;
}
.cdd-plan i {
  display: block;
  height: 100%;
  background: var(--cdd-accent);
  border-radius: 20px;
}
.cdd-login {
  max-width: 420px;
  margin: 32px auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.cdd-login input {
  width: 100%;
  padding: 10px;
}
.cdd-login .button {
  background: #123b66;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
}
.cdd-login .login-remember input {
  width: auto;
}
.cdd-panel-screen :where(.entry-title, .wp-block-post-title) {
  display: none !important;
}
.cdd-panel-screen main#wp--skip-link--target {
  margin-block-start: 0 !important;
}
.cdd-panel-screen main#wp--skip-link--target > .wp-block-group.alignfull {
  padding-block: 0 !important;
}
.cdd-panel-screen .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin-block-start: 0 !important;
  padding-inline: 0 !important;
}
@media (max-width: 900px) {
  .cdd-panel-app-shell .cdd-app-canvas {
    padding: 0;
  }
  .cdd-panel-app-shell .cdd-panel {
    min-height: 100vh;
  }
  .cdd-panel {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr;
    margin: 0 !important;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }
  .cdd-panel-screen main#wp--skip-link--target > .wp-block-group.alignfull {
    padding-block: 0 !important;
  }
  .cdd-panel__nav {
    flex-direction: row;
    overflow: auto;
    padding: 12px;
  }
  .cdd-panel__brand {
    display: none;
  }
  .cdd-panel__nav a {
    white-space: nowrap;
  }
  .cdd-panel__nav a:last-child {
    margin-top: 0;
    margin-left: auto;
  }
  .cdd-panel__main {
    padding: 24px;
  }
  .cdd-stats {
    grid-template-columns: 1fr;
  }
  .cdd-analytics__heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .cdd-analytics__lists {
    grid-template-columns: 1fr;
  }
  .cdd-transfer-grid,
  .cdd-transfer-import {
    grid-template-columns: 1fr;
  }
  .cdd-check-grid,
  .cdd-seller-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cdd-stepper button {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .cdd-review dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cdd-current-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .cdd-panel__main {
    padding: 18px;
  }
  .cdd-form-grid,
  .cdd-check-grid,
  .cdd-seller-grid {
    grid-template-columns: 1fr;
  }
  .cdd-financing-selector {
    max-width: 100%;
  }
  .cdd-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .cdd-transfer-import form {
    grid-template-columns: 1fr;
  }
  .cdd-transfer-import .cdd-button {
    width: 100%;
  }
  .cdd-panel h1 {
    font-size: 25px;
  }
  .cdd-form section,
  .cdd-form--compact {
    padding: 18px;
  }
  .cdd-vehicle-form-heading {
    gap: 12px;
  }
  .cdd-vehicle-form-heading p,
  .cdd-stepper button span {
    display: none;
  }
  .cdd-step-counter {
    white-space: nowrap;
  }
  .cdd-stepper button {
    min-height: 40px;
    padding: 5px 2px;
  }
  .cdd-stepper button b {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
  .cdd-review dl {
    grid-template-columns: 1fr;
  }
  .cdd-current-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cdd-seller-schedule-day {
    grid-template-columns: 1fr 1fr;
  }
  .cdd-seller-schedule-day__name {
    grid-column: 1 / -1;
  }
  .cdd-wizard-actions {
    justify-content: flex-end;
  }
}
.cdd-panel__brand img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 82px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}
.cdd-panel__brand span {
  display: block;
}
.cdd-panel__brand.has-logo span {
  display: none;
}

.cdd-qr-page {
  max-width: 980px;
  margin: 0 auto;
}
.cdd-qr-page__intro p {
  margin: 5px 0 0;
  color: var(--cdd-muted);
}
.cdd-qr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}
.cdd-qr-actions .cdd-button {
  margin: 0;
}
.cdd-qr-sheet {
  overflow: hidden;
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid var(--cdd-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(18, 59, 102, 0.12);
}
.cdd-qr-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 30px;
  border-bottom: 1px solid var(--cdd-border);
}
.cdd-qr-sheet__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cdd-qr-sheet__brand img {
  display: block;
  width: 105px;
  max-height: 58px;
  object-fit: contain;
}
.cdd-qr-sheet__brand strong,
.cdd-qr-sheet__brand span {
  display: block;
}
.cdd-qr-sheet__brand strong {
  color: var(--cdd-primary);
  font-size: 21px;
}
.cdd-qr-sheet__brand span {
  margin-top: 2px;
  color: var(--cdd-muted);
  font-size: 13px;
}
.cdd-qr-sheet__status {
  padding: 7px 12px;
  border-radius: 999px;
  background: #e8f8ee;
  color: #157347;
  font-weight: 800;
}
.cdd-qr-sheet__content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: 34px;
  padding: 34px 38px 30px;
}
.cdd-qr-sheet__photo {
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 14px;
  background: #edf3f8;
}
.cdd-qr-sheet__photo img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cdd-qr-sheet__eyebrow {
  margin: 0 0 6px;
  color: var(--cdd-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cdd-qr-sheet__vehicle h2 {
  margin: 0 0 9px;
  color: var(--cdd-primary);
  font-size: 31px;
  line-height: 1.15;
}
.cdd-qr-sheet__price {
  display: block;
  color: var(--cdd-primary);
  font-size: 26px;
}
.cdd-qr-sheet__seller {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid var(--cdd-border);
  border-radius: 12px;
  background: #f5f8fb;
}
.cdd-qr-sheet__seller img {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 50%;
  object-fit: cover;
}
.cdd-qr-sheet__seller span,
.cdd-qr-sheet__seller strong,
.cdd-qr-sheet__seller small,
.cdd-qr-sheet__seller em {
  display: block;
}
.cdd-qr-sheet__seller span {
  margin-bottom: 2px;
  color: var(--cdd-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cdd-qr-sheet__seller strong {
  color: var(--cdd-primary);
  font-size: 16px;
}
.cdd-qr-sheet__seller small {
  margin-top: 1px;
  color: var(--cdd-muted);
  font-size: 12px;
}
.cdd-qr-sheet__seller em {
  margin-top: 4px;
  color: #34475b;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}
.cdd-qr-sheet__code {
  text-align: center;
}
.cdd-qr-code {
  width: min(100%, 290px);
  aspect-ratio: 1;
  margin: 0 auto 16px;
  background: #fff;
}
.cdd-qr-code svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cdd-qr-code > span,
.cdd-qr-error {
  display: grid;
  min-height: 260px;
  place-items: center;
  color: var(--cdd-muted);
}
.cdd-qr-sheet__code h3 {
  margin: 0 0 6px;
  color: var(--cdd-primary);
  font-size: 20px;
}
.cdd-qr-sheet__code p {
  margin: 0;
  color: var(--cdd-muted);
  font-size: 14px;
  line-height: 1.5;
}
.cdd-qr-sheet__notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 13px 28px;
  border-top: 1px solid var(--cdd-border);
  background: #f5f8fb;
  color: #526176;
  font-size: 11px;
  line-height: 1.45;
}
.cdd-qr-sheet__notice strong {
  color: var(--cdd-primary);
  white-space: nowrap;
}
.cdd-qr-sheet__footer {
  padding: 15px 28px;
  border-top: 1px solid var(--cdd-border);
  background: var(--cdd-primary);
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .cdd-qr-sheet__content {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }
  .cdd-qr-sheet__header {
    align-items: flex-start;
    padding: 20px 22px;
  }
  .cdd-qr-sheet__brand img {
    width: 80px;
  }
  .cdd-qr-sheet__vehicle h2 {
    font-size: 25px;
  }
  .cdd-qr-sheet__notice {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 13px 22px;
  }
}

.cdd-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.cdd-catalog-heading h1,
.cdd-catalog-heading p {
  margin-bottom: 3px;
}
.cdd-catalog-heading p,
.cdd-catalog-controls > p {
  color: #65758a;
}
.cdd-catalog-controls {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #dce4ec;
  border-radius: 10px;
  background: #fff;
}
.cdd-catalog-controls form {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.cdd-catalog-controls label > span {
  display: block;
  margin-bottom: 5px;
  color: #526176;
  font-size: 12px;
  font-weight: 750;
}
.cdd-catalog-controls select {
  min-width: 310px;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #cfd9e3;
  border-radius: 8px;
  background: #fff;
}
.cdd-catalog-controls > p {
  flex-basis: 100%;
  margin: 0;
  font-size: 12px;
}
.cdd-button--secondary {
  color: var(--cdd-primary) !important;
  border: 1px solid #bdcad7 !important;
  background: #fff !important;
}
.cdd-catalog-print {
  display: grid;
  gap: 24px;
}
.cdd-catalog-page {
  width: 100%;
  max-width: 920px;
  min-height: 1120px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #d7e0e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 37, 61, .08);
}
.cdd-catalog-cover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 74px 70px 42px;
  color: #fff;
  background: linear-gradient(145deg, var(--cdd-primary), #0b2947 72%);
}
.cdd-catalog-cover__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cdd-catalog-cover__brand img {
  width: 150px;
  max-height: 90px;
  object-fit: contain;
  padding: 8px;
  border-radius: 10px;
  background: #fff;
}
.cdd-catalog-cover__brand strong {
  font-size: 24px;
}
.cdd-catalog-cover__title span {
  color: var(--cdd-accent);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cdd-catalog-cover__title h2 {
  max-width: 690px;
  margin: 12px 0;
  color: #fff;
  font-size: 54px;
  line-height: 1.02;
}
.cdd-catalog-cover__title p {
  margin: 0;
  color: #d7e5f3;
  font-size: 20px;
}
.cdd-catalog-cover__seller {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  max-width: 620px;
  padding: 16px 20px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
}
.cdd-catalog-cover__seller img {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
}
.cdd-catalog-cover__seller span,
.cdd-catalog-cover__seller strong,
.cdd-catalog-cover__seller small {
  display: block;
}
.cdd-catalog-cover__seller span,
.cdd-catalog-cover__seller small {
  color: #d7e5f3;
}
.cdd-catalog-cover__seller strong {
  margin: 3px 0;
  font-size: 20px;
}
.cdd-catalog-cover > footer,
.cdd-catalog-inventory > footer,
.cdd-catalog-inventory > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cdd-catalog-cover > footer {
  color: #c4d5e6;
}
.cdd-catalog-cover > footer small {
  font-size: 11px;
}
.cdd-catalog-inventory {
  display: flex;
  flex-direction: column;
  padding: 34px;
}
.cdd-catalog-inventory > header {
  padding-bottom: 14px;
  border-bottom: 2px solid var(--cdd-primary);
  color: #5d6d80;
}
.cdd-catalog-inventory > header strong {
  color: var(--cdd-primary);
  font-size: 18px;
}
.cdd-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  flex: 1;
  gap: 18px;
  margin: 20px 0;
}
.cdd-catalog-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-content: start;
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-radius: 12px;
  background: #fff;
}
.cdd-catalog-card__photo {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  height: 205px;
  overflow: hidden;
  background: #edf1f5;
  color: #718096;
}
.cdd-catalog-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cdd-catalog-card__photo b {
  position: absolute;
  top: 11px;
  left: 11px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #17663b;
  background: #e4f7eb;
  font-size: 11px;
}
.cdd-catalog-card__body {
  min-width: 0;
  padding: 14px;
}
.cdd-catalog-card__body h3 {
  margin: 0 0 8px;
  color: #1e2d40;
  font-size: 17px;
  line-height: 1.15;
}
.cdd-catalog-card__price {
  display: block;
  color: var(--cdd-primary);
  font-size: 19px;
}
.cdd-catalog-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.cdd-catalog-card__specs span {
  padding: 4px 6px;
  border-radius: 5px;
  background: #f0f4f7;
  color: #536174;
  font-size: 10px;
}
.cdd-catalog-card__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  text-align: center;
}
.cdd-catalog-card__qr > div {
  width: 72px;
  height: 72px;
}
.cdd-catalog-card__qr svg {
  display: block;
  width: 100%;
  height: 100%;
}
.cdd-catalog-card__qr small {
  color: #65758a;
  font-size: 8px;
  line-height: 1.15;
}
.cdd-catalog-inventory > footer {
  padding-top: 12px;
  border-top: 1px solid #dce4ec;
  color: #65758a;
  font-size: 10px;
}
.cdd-catalog-empty {
  display: grid;
  place-items: center;
  align-content: center;
  padding: 50px;
  text-align: center;
}
@media (max-width: 760px) {
  .cdd-catalog-controls,
  .cdd-catalog-controls form {
    align-items: stretch;
    flex-direction: column;
  }
  .cdd-catalog-controls select {
    width: 100%;
    min-width: 0;
  }
  .cdd-catalog-page {
    min-height: 0;
  }
  .cdd-catalog-cover {
    gap: 70px;
    padding: 42px 28px;
  }
  .cdd-catalog-cover__title h2 {
    font-size: 38px;
  }
  .cdd-catalog-inventory {
    padding: 18px;
  }
  .cdd-catalog-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

@media print {
  @page {
    size: letter portrait;
    margin: 10mm;
  }
  html,
  body.cdd-panel-screen,
  .cdd-app-canvas,
  .cdd-panel-app-shell .cdd-app-canvas {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
  }
  .cdd-panel-app-shell .cdd-panel,
  .cdd-panel {
    display: block !important;
    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff !important;
  }
  .cdd-panel__nav,
  .cdd-qr-page__intro,
  .cdd-qr-actions,
	.cdd-catalog-heading,
	.cdd-catalog-controls,
  .cdd-alert {
    display: none !important;
  }
  .cdd-panel__main,
  .cdd-qr-page,
	.cdd-catalog-page-shell,
	.cdd-catalog-print {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
	.cdd-catalog-print {
		display: block !important;
	}
	.cdd-catalog-page {
		width: 190mm !important;
		max-width: 190mm !important;
		min-height: 250mm !important;
		margin: 0 auto !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		break-after: page;
		page-break-after: always;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
	}
	.cdd-catalog-page:last-child {
		break-after: auto;
		page-break-after: auto;
	}
	.cdd-catalog-cover {
		padding: 18mm 16mm 10mm !important;
	}
	.cdd-catalog-inventory {
		padding: 7mm !important;
	}
	.cdd-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
		gap: 4mm !important;
		margin: 5mm 0 !important;
	}
	.cdd-catalog-card__photo {
		height: 46mm !important;
	}
  .cdd-qr-sheet {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 1px solid #d8e2ec !important;
    box-shadow: none !important;
    break-inside: avoid;
  }
  .cdd-qr-sheet__content {
    grid-template-columns: minmax(0, 1.15fr) minmax(62mm, 0.85fr) !important;
    gap: 10mm !important;
    padding: 10mm !important;
  }
  .cdd-qr-sheet__photo img {
    height: 68mm !important;
  }
  .cdd-qr-code {
    width: 62mm !important;
    height: 62mm !important;
  }
  .cdd-qr-sheet__seller {
    margin-top: 4mm !important;
    padding: 3mm !important;
  }
  .cdd-qr-sheet__notice {
    padding: 3mm 7mm !important;
    font-size: 8pt !important;
  }
}
