.vsp-dp-flow {
  --vsp-blue: #24306b;
  --vsp-blue-soft: #5b6aa6;
  --vsp-primary: #b83b6f;
  --vsp-border: #e7ebf4;
  --vsp-bg: #f4f6fb;
  --vsp-shadow: none;
  --vsp-radius: 20px;
  --vsp-breadcrumb-home-icon: url('icons/home-dark.svg');
  --vsp-breadcrumb-active: #00ACE2;
  --vsp-back-link-color: #253272;
  --vsp-back-arrow-icon: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%2215%22%20viewBox%3D%220%200%209%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.67103%200.305097C7.08497%20-0.101699%207.75609%20-0.101699%208.17002%200.305097C8.58395%200.711893%208.58395%201.37144%208.17002%201.77824L2.55986%207.29166L8.17002%2012.8051C8.58395%2013.2119%208.58395%2013.8714%208.17002%2014.2782C7.75609%2014.685%207.08497%2014.685%206.67103%2014.2782L0.311389%208.02823C-0.102539%207.62143%20-0.102539%206.96189%200.311389%206.55509L6.67103%200.305097Z%22%20fill%3D%22%23253272%22%2F%3E%3C%2Fsvg%3E");
  --vsp-flow-gap: 48px;
  --vsp-flow-space-sm: 12px;
  --vsp-flow-space-md: 16px;
  --vsp-flow-space-lg: 24px;
  --vsp-flow-card-pad: 18px;

  display: flex;
  gap: var(--vsp-flow-gap);
  align-items: flex-start;
  color: var(--vsp-blue);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.vsp-dp-flow,
.vsp-dp-flow * {
  box-sizing: border-box;
}

.vsp-dp-flow__left {
  flex: 1 1 62%;
  min-width: 0;
  max-width: 100%;
}

.vsp-dp-flow__right {
  flex: 1 1 38%;
  min-width: 0;
  max-width: 100%;
}

.vsp-dp-flow--selection .vsp-dp-flow__left {
  flex: 1 1 55%;
}

.vsp-dp-flow--selection .vsp-dp-flow__right {
  flex: 1 1 45%;
}

.vsp-dp-title {
  margin: 6px 0 var(--vsp-flow-space-md);
  font-size: 34px;
  line-height: 1.2;
  color: var(--vsp-blue);
  font-weight: 700;
}

.vsp-dp-back-link {
  display: inline-block;
  margin-bottom: var(--vsp-flow-space-sm);
  color: var(--vsp-back-link-color);
  text-decoration: none;
  font-weight: 500;
}

.vsp-dp-back-link::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: -1px;
  background-image: var(--vsp-back-arrow-icon, url('icons/backarrow.svg'));
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vsp-dp-breadcrumb {
  margin: 4px 0 var(--vsp-flow-space-md);
  color: var(--vsp-blue);
  font-size: 14px;
  line-height: 1.4;
}

.vsp-dp-breadcrumb ul,
.vsp-dp-breadcrumb ol,
.vsp-dp-breadcrumb .breadcrumb,
.vsp-dp-breadcrumb .pf-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* pf_breadcrumb: keep single line + ellipsis on long items */
.vsp-dp-breadcrumb .pf-breadcrumb {
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  white-space: nowrap;
  overflow-x: auto;
}

.vsp-dp-breadcrumb .pf-breadcrumb > * {
  display: inline-flex !important;
  align-items: center;
  min-width: 0;
}

.vsp-dp-breadcrumb .pf-breadcrumb br {
  display: none !important;
}

/* pf_breadcrumb specific classes */
.vsp-dp-breadcrumb .pf-breadcrumb ul {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.vsp-dp-breadcrumb .pf-bc-item,
.vsp-dp-breadcrumb .pf-bc-current {
  display: inline-flex !important;
  align-items: center;
  flex: 0 1 auto !important;
  min-width: 0;
  max-width: clamp(140px, 22vw, 240px);
}

.vsp-dp-breadcrumb .pf-bc-item a,
.vsp-dp-breadcrumb .pf-bc-item span,
.vsp-dp-breadcrumb .pf-bc-current {
  display: inline-block !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.vsp-dp-breadcrumb .pf-bc-home,
.vsp-dp-breadcrumb .pf-bc-sep {
  flex: 0 0 auto !important;
  overflow: visible;
}


.vsp-dp-breadcrumb,
.vsp-dp-breadcrumb * {
  color: var(--vsp-blue) !important;
}

.vsp-dp-breadcrumb a {
  text-decoration: none;
}

.vsp-dp-breadcrumb a:hover {
  text-decoration: underline;
}

.vsp-dp-breadcrumb i,
.vsp-dp-breadcrumb svg,
.vsp-dp-breadcrumb .icon,
.vsp-dp-breadcrumb [class*="icon"] {
  color: var(--vsp-blue) !important;
  fill: currentColor;
  stroke: currentColor;
  opacity: 1;
}

.vsp-dp-breadcrumb *::before,
.vsp-dp-breadcrumb *::after {
  color: var(--vsp-blue) !important;
  opacity: 1;
}

.vsp-dp-breadcrumb [aria-current="page"],
.vsp-dp-breadcrumb .current,
.vsp-dp-breadcrumb .active,
.vsp-dp-breadcrumb .is-active,
.vsp-dp-breadcrumb .trail-end,
.vsp-dp-breadcrumb .breadcrumb_last,
.vsp-dp-breadcrumb li.current > a,
.vsp-dp-breadcrumb li.active > a,
.vsp-dp-breadcrumb li.trail-end > a,
.vsp-dp-breadcrumb li:last-child > a,
.vsp-dp-breadcrumb span[aria-current="page"] {
  color: var(--vsp-breadcrumb-active) !important;
}

/* Force active breadcrumb styling regardless of plugin markup variant */
.vsp-dp-breadcrumb li:last-child,
.vsp-dp-breadcrumb li:last-child *,
.vsp-dp-breadcrumb .breadcrumb_last,
.vsp-dp-breadcrumb .breadcrumb_last *,
.vsp-dp-breadcrumb [aria-current="page"],
.vsp-dp-breadcrumb [aria-current="page"] * {
  color: var(--vsp-breadcrumb-active) !important;
}

.vsp-dp-select-row {
  display: flex;
  gap: var(--vsp-flow-space-lg);
  align-items: center;
  margin: var(--vsp-flow-space-sm) 0 var(--vsp-flow-space-md);
  flex-wrap: nowrap;
}

.vsp-dp-select,
.vsp-dp-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--vsp-border);
  border-radius: 11px;
  background: var(--Grey-bg, #F3F5F6);
  font-size: 14px;
  color: var(--vsp-blue);
  min-height: 58px;
}

.vsp-dp-input.vsp-dp-input--error {
  background: #fff1f4;
  border-color: #e0336e;
  box-shadow: 0 0 0 1px rgba(224, 51, 110, 0.15);
}

.vsp-dp-select-ui {
  position: relative;
  width: 100%;
}

.vsp-dp-select--native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.vsp-dp-select-ui__control {
  width: 100%;
  border: 0 !important;
  border-radius: 11px;
  background: var(--Grey-bg, #F3F5F6);
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 36px;
  min-height: 58px;
}

.vsp-dp-select-ui__control:focus-within {
  border: 0 !important;
  box-shadow: none !important;
}

.vsp-dp-select-ui__input {
  width: 100%;
  padding: 10px 12px;
  border: 0 !important;
  background: transparent;
  font-size: 16px;
  color: var(--vsp-blue);
  outline: none;
  box-shadow: none !important;
}

.vsp-dp-select-ui__input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.vsp-dp-select-ui__input::placeholder {
  color: #6b7280;
}

.vsp-dp-select-ui__chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%2324306b' d='M1 0l4 4 4-4 1 1-5 5L0 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.8;
  pointer-events: none;
}

.vsp-dp-select-ui.is-open .vsp-dp-select-ui__chevron {
  transform: translateY(-50%) rotate(180deg);
}

.vsp-dp-select-ui.is-disabled .vsp-dp-select-ui__control {
  cursor: not-allowed;
  opacity: 0.6;
}

.vsp-dp-select-ui__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  background: var(--Grey-bg, #F3F5F6);
  border: 1px solid var(--vsp-border);
  border-radius: 14px;
  box-shadow: none;
  max-height: 240px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  display: none;
  z-index: 20;
  padding: 6px 0;
}

.vsp-dp-select-ui.is-open .vsp-dp-select-ui__list {
  display: block;
}

.vsp-dp-select-ui__option {
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  background: none;
  border: 0;
  border-top: 1px solid rgba(36, 48, 107, 0.08);
  cursor: pointer;
  font-size: 16px;
  color: var(--vsp-blue);
}

.vsp-dp-select-ui__option:first-child {
  border-top: 0;
}

.vsp-dp-select-ui__option:hover {
  background: transparent;
  color: inherit;
}

.vsp-dp-select-ui__option.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.vsp-dp-select-ui__empty {
  padding: 12px 14px;
  font-size: 16px;
  color: #6b7280;
}

.vsp-dp-input--locked {
  background: #eaf4ff;
  border-color: #b7daf9;
  color: #2a4e7a;
  cursor: not-allowed;
}

.vsp-dp-button,
.vsp-dp-cta {
  padding: 12px 18px;
  border-radius: 14px;
  border: 0;
  background: var(--vsp-primary);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  box-shadow: none;
}

.vsp-dp-button {
  white-space: nowrap;
}

.vsp-dp-button:disabled,
.vsp-dp-button[disabled] {
  background: #BEBEBE !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 1;
  box-shadow: none !important;
}

.vsp-dp-cta {
  margin-top: 18px;
  width: 100%;
}

.vsp-dp-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.vsp-dp-download-button__spinner {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  opacity: 0;
  animation: vsp-dp-spin 0.9s linear infinite;
  transition: opacity 0.2s ease;
}

.vsp-dp-download-button.is-loading .vsp-dp-download-button__spinner {
  opacity: 1;
}

html.vsp-dp-download-pending .vsp-dp-download-cta::after {
  content: none;
}

html.vsp-dp-download-pending .vsp-dp-download-cta.elementor-button,
html.vsp-dp-download-pending .vsp-dp-download-cta .elementor-button,
html.vsp-dp-download-pending .vsp-dp-download-cta.vsp-dp-download-button,
html.vsp-dp-download-pending .vsp-dp-download-cta .vsp-dp-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  cursor: progress;
  pointer-events: none;
  opacity: 0.9;
}

html.vsp-dp-download-pending .vsp-dp-download-cta.elementor-button::after,
html.vsp-dp-download-pending .vsp-dp-download-cta .elementor-button::after,
html.vsp-dp-download-pending .vsp-dp-download-cta.vsp-dp-download-button::after,
html.vsp-dp-download-pending .vsp-dp-download-cta .vsp-dp-download-button::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: vsp-dp-spin 0.9s linear infinite;
}

@keyframes vsp-dp-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsp-dp-download-button__spinner {
    animation: none;
  }
}

.vsp-dp-selected__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--vsp-flow-card-pad);
  border: 1px solid var(--vsp-border);
  border-radius: 16px;
  margin-bottom: var(--vsp-flow-space-sm);
  background: #fff;
  box-shadow: none;
  min-height: 92px;
}

.vsp-dp-selected__row.is-editing {
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.vsp-dp-selected__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.vsp-dp-selected__header > span {
  flex: 1 1 auto;
}

.vsp-dp-selected__actions {
  flex: 0 0 auto;
}

.vsp-dp-selected__header .vsp-dp-selected__actions {
  margin-left: auto;
}

.vsp-dp-selected__editor {
  display: flex;
  gap: var(--vsp-flow-space-lg);
  align-items: center;
  margin: 0;
  flex-wrap: nowrap;
}

.vsp-dp-select--inline {
  width: 100%;
}

.vsp-dp-button--inline {
  white-space: nowrap;
}

.vsp-dp-selected__editor .vsp-dp-select-ui {
  flex: 1 1 auto;
}

.vsp-dp-select-row .vsp-dp-select-ui,
.vsp-dp-select-row .vsp-dp-select,
.vsp-dp-selected__editor .vsp-dp-select,
.vsp-dp-selected__editor .vsp-dp-select-ui {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.vsp-dp-select-row .vsp-dp-button,
.vsp-dp-selected__editor .vsp-dp-button {
  flex: 0 0 auto;
}

.vsp-dp-button-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.vsp-dp-select-row .vsp-dp-button-wrap {
  margin-left: var(--vsp-flow-space-lg);
}

.vsp-dp-select-card .vsp-dp-button-wrap {
  margin-top: var(--vsp-flow-space-lg);
}

/* Force spacing/widths if theme/Elementor overrides later */
.vsp-dp-flow .vsp-dp-select-row {
  column-gap: var(--vsp-flow-space-lg) !important;
}

.vsp-dp-flow .vsp-dp-select-row .vsp-dp-button,
.vsp-dp-flow .vsp-dp-select-row .vsp-dp-button-wrap {
  width: auto !important;
}

.vsp-dp-flow .vsp-dp-select-row .vsp-dp-select-ui,
.vsp-dp-flow .vsp-dp-select-row .vsp-dp-select {
  width: auto !important;
  flex: 1 1 auto !important;
}

.vsp-dp-flow .vsp-dp-select-row .vsp-dp-button,
.vsp-dp-flow .vsp-dp-select-row .vsp-dp-select-ui {
  min-width: 0 !important;
}

.vsp-dp-selected__row span {
  font-weight: 600;
  color: var(--vsp-blue);
}

.vsp-dp-select-card {
  border: 1px solid var(--vsp-border);
  border-radius: var(--vsp-radius);
  padding: var(--vsp-flow-card-pad);
  margin: var(--vsp-flow-space-sm) 0 var(--vsp-flow-space-md);
  background: #fff;
  box-shadow: none;
}

.vsp-dp-select-card p {
  margin: 0 0 var(--vsp-flow-space-sm);
  color: var(--vsp-blue);
  font-weight: 600;
}

.vsp-dp-select-card .vsp-dp-select {
  margin-bottom: var(--vsp-flow-space-sm);
}

.vsp-dp-select-card .vsp-dp-button {
  width: 100%;
  background: #cfd6e6;
  color: #5c699a;
  box-shadow: none;
}

.vsp-dp-select-row .vsp-dp-button {
  width: auto;
  flex: 0 0 auto;
}

.vsp-dp-selected__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vsp-dp-edit,
.vsp-dp-remove {
  width: 28px;
  height: 28px;
  border: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  cursor: pointer;
  transition: background-color 0.2s ease, filter 0.2s ease, opacity 0.2s ease, background-size 0.2s ease;
}

.vsp-dp-edit:hover,
.vsp-dp-edit:focus,
.vsp-dp-edit:focus-visible,
.vsp-dp-remove:hover,
.vsp-dp-remove:focus,
.vsp-dp-remove:focus-visible {
  box-shadow: none;
  background-color: transparent;
  opacity: 1;
}

.vsp-dp-edit {
  background-image: url('icons/pencil.svg');
}

.vsp-dp-edit:hover,
.vsp-dp-edit:focus,
.vsp-dp-edit:focus-visible,
.vsp-dp-edit:active {
  background-image: url('icons/pencil-blue.svg');
  background-size: 20px 20px;
}

.vsp-dp-selected__row.is-editing .vsp-dp-edit {
  background-image: url('icons/pencil-blue.svg');
  background-size: 20px 20px;
}

.vsp-dp-remove {
  background-image: url('icons/trash.svg');
}

.vsp-dp-remove:hover,
.vsp-dp-remove:focus,
.vsp-dp-remove:focus-visible {
  background-size: 20px 20px;
  opacity: 0.7;
}

.vsp-dp-summary {
  border: 1px solid var(--vsp-border);
  border-radius: 22px;
  padding: var(--vsp-flow-card-pad);
  background: #fff;
  box-shadow: 0 39px 11px 0 rgba(0, 0, 0, 0.00),
    0 25px 10px 0 rgba(0, 0, 0, 0.01),
    0 14px 8px 0 rgba(0, 0, 0, 0.03),
    0 6px 6px 0 rgba(0, 0, 0, 0.05),
    0 2px 3px 0 rgba(0, 0, 0, 0.06);
  color: #071632;
}

.vsp-dp-flow--summary-only {
  display: block;
}

.vsp-dp-flow--summary-only .vsp-dp-summary {
  width: 100%;
}

.vsp-dp-summary h3 {
  margin: 0 0 var(--vsp-flow-space-sm);
  font-size: 32px;
  color: #071632;
}

.vsp-dp-summary__row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 20px;
}

.vsp-dp-summary__row--subtotal {
  border-top: 1px solid #D1D5DC;
  padding-top: 12px;
  margin-top: 8px;
}

.vsp-dp-summary__row--total {
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid #D1D5DC;
  margin-top: 8px;
}

.vsp-dp-summary__sub {
  color: #4A5565;
  font-size: 20px;
  margin-left: 6px;
  padding-left: 10px;
  border-left: 1px solid #D1D5DC;
}

.vsp-dp-price-hint {
  margin-top: var(--vsp-flow-space-sm);
  color: var(--vsp-blue);
  font-size: 14px;
  font-weight: 500;
}

.vsp-dp-note {
  margin-top: var(--vsp-flow-space-sm);
  padding: var(--vsp-flow-space-sm) var(--vsp-flow-space-md);
  border: 1px solid var(--vsp-border);
  border-radius: 14px;
  color: var(--vsp-blue);
  font-size: 13px;
  background: #fff;
}

.vsp-dp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--vsp-flow-space-sm);
  margin-bottom: var(--vsp-flow-space-sm);
}

.vsp-dp-grid .vsp-dp-input:nth-child(5) {
  grid-column: span 2;
}

.vsp-dp-message {
  margin-top: var(--vsp-flow-space-sm);
  padding: var(--vsp-flow-space-sm) var(--vsp-flow-space-md);
  border-radius: 10px;
  font-size: 13px;
}

.vsp-dp-discount-hint {
  display: flex;
  padding: var(--vsp-flow-space-md);
  align-items: center;
  gap: var(--vsp-flow-space-sm);
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Lichtgrijs, #F0EEED);
  margin-top: var(--vsp-flow-space-sm);
  margin-bottom: var(--vsp-flow-space-sm);
  font-size: 16px;
  font-weight: 600;
  color: #071632;
  position: relative;
}

.vsp-dp-discount-hint::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-image: url('icons/uitroepteken-blue.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vsp-dp-message--warn,
.vsp-dp-message--error {
  background: #fff1f4;
  color: #b42318;
}

.vsp-dp-message--warn {
  display: flex;
  padding: var(--vsp-flow-space-md);
  align-items: center;
  gap: var(--vsp-flow-space-sm);
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--Lichtgrijs, #F0EEED);
  background: #fff;
  color: var(--Magenta, #E0336E);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.vsp-dp-message--warn::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background-image: url('icons/uitroepteken-pink.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.vsp-dp-kvk-results {
  margin: 10px 0 20px;
  border: 1px solid var(--vsp-border);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  color: #253272;
}

.vsp-dp-kvk-selected {
  padding: 10px 12px;
  border: 1px solid #b7daf9;
  border-radius: 12px;
  background: #eaf4ff;
  color: #253272;
  font-weight: 600;
}

.vsp-dp-kvk-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 14px;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  gap: 6px;
}

.vsp-dp-kvk-row:not(:first-child) {
  border-top: 1px solid var(--vsp-border);
}

.vsp-dp-kvk-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vsp-dp-kvk-row__main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}

.vsp-dp-kvk-row__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-weight: 600;
  color: inherit;
}

.vsp-dp-kvk-row__meta--inline {
  font-weight: 400;
}

.vsp-dp-kvk-row__meta {
  font-size: 12px;
  color: inherit;
}

.vsp-dp-kvk-row__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.vsp-dp-kvk-row__details {
  display: none;
  border-top: 1px solid var(--vsp-border);
  padding-top: 6px;
  gap: 6px;
}

.vsp-dp-kvk-row.is-open .vsp-dp-kvk-row__details {
  display: grid;
}

.vsp-dp-kvk-row__detail {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: inherit;
  gap: 12px;
}

.vsp-dp-kvk-row__label {
  font-weight: 600;
  color: inherit;
}

.vsp-dp-link {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
}

.vsp-dp-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  margin: 10px 0 12px;
  position: relative;
}

.vsp-dp-search .vsp-dp-input {
  flex: 1 1 auto;
  padding: 15px;
  border-radius: 11px;
  border: 1px solid var(--Stroke, #E6E9EA);
  background: rgba(243, 245, 246, 0.40);
}

.vsp-dp-search .vsp-dp-input {
  padding-right: 44px;
}

.vsp-dp-search-btn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  background: transparent url('icons/search-sm.svg') no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
}

.vsp-dp-search-btn:hover,
.vsp-dp-search-btn:focus,
.vsp-dp-search-btn:active {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.vsp-dp-flow--select .vsp-dp-select-row {
  flex-direction: column;
  align-items: stretch;
  margin: 12px 0 24px;
}

.vsp-dp-flow--select .vsp-dp-button[data-add] {
  display: none;
}

.vsp-dp-flow--select .vsp-dp-cta {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 8px 14px 8px 20px;
  border-radius: 12px;
  background: transparent;
  color: var(--vsp-blue);
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-top: 0;
}

.vsp-dp-flow--select .vsp-dp-cta::after {
  content: "";
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 12px;
  background: #e0336e url('icons/shopping-bag.svg') no-repeat center;
  background-size: 26px 26px;
}

.vsp-dp-flow--select .vsp-dp-cta:hover,
.vsp-dp-flow--select .vsp-dp-cta:focus-visible {
  background: #e0336e;
  color: #fff;
}

.vsp-dp-flow--select .vsp-dp-select-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vsp-flow-space-md);
  margin: var(--vsp-flow-space-lg) 0;
}

.vsp-dp-flow--select .vsp-dp-price-hint {
  margin: 0;
  font-size: 18px;
}

.vsp-dp-flow--select .vsp-dp-note {
  margin-top: 0;
  font-size: 18px;
}

.vsp-dp-flow--selection .vsp-dp-cta {
  margin-top: 22px;
}

.vsp-dp-flow--company .vsp-dp-cta,
.vsp-dp-flow--payment .vsp-dp-cta {
  margin-top: 20px;
}

.vsp-dp-order-status,
.vsp-dp-order-status p {
  color: #fff !important;
}

.elementor-shortcode .vsp-dp-order-status,
.elementor-shortcode .vsp-dp-order-status p {
  color: #fff !important;
}

a.elementor-button-link[href="https://"],
a.elementor-button-link[href="http://"],
a.elementor-button-link[href=""] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .vsp-dp-flow {
    --vsp-flow-gap: 28px;
  }
}

@media (max-width: 900px) {
  .vsp-dp-flow {
    flex-direction: column;
  }

  .vsp-dp-flow__right {
    width: 100%;
  }

  .vsp-dp-grid {
    grid-template-columns: 1fr;
  }

  .vsp-dp-flow--select .vsp-dp-cta {
    width: 100%;
    justify-content: space-between;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    background: #e0336e;
    color: #fff;
  }

  .vsp-dp-flow--select .vsp-dp-select-actions {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .vsp-dp-breadcrumb {
    overflow-x: hidden;
    max-width: 100%;
  }

  .vsp-dp-breadcrumb .pf-breadcrumb {
    overflow-x: hidden;
    max-width: 100%;
  }

  .vsp-dp-breadcrumb ul,
  .vsp-dp-breadcrumb ol,
  .vsp-dp-breadcrumb .breadcrumb {
    overflow-x: hidden;
    max-width: 100%;
  }

  .vsp-dp-search {
    flex-direction: column;
    align-items: stretch;
  }

  .vsp-dp-search .vsp-dp-button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .vsp-dp-flow--select,
  .vsp-dp-flow--select .vsp-dp-flow__left,
  .vsp-dp-flow--select .vsp-dp-select-row,
  .vsp-dp-flow--select .vsp-dp-select-ui,
  .vsp-dp-flow--select .vsp-dp-select {
    width: 100%;
    max-width: none;
  }
}
