#col_right .col_right_inner {
  margin-left: 0;
}

.number__wrap-right {
  flex: 3;
  position: relative;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.preview-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  order: 2;
}

.configurator-layout {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin: 20px 0;
  align-items: center;
}

.configurator-sidebar {
  flex: 0 0 350px;
  min-width: 300px;
  order: 1;
}

.canvas-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  order: 2;
}

.number__error {
  width: 100%;
  background: #E52427;
  margin-bottom: 15px;
  color: #fff;
  align-items: center;
  display: none;
  order: 1;
}

.number__error-img {
  height: 100%;
  padding: 8px;
}

.number__error-text {
  font-size: 14px;
  margin: 0;
  padding: 4px 4px 4px 10px;
  color: #fff;
}

@media only screen and (min-width: 985px) {
  #col_left {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .configurator-layout {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .configurator-sidebar {
    flex: none;
    min-width: auto;
    order: 2;
  }

  .canvas-container,
  .preview-area {
    width: 100%;
    justify-content: center;
    order: 1;
  }
}

.active {
  border-color: #004494 !important;
  background-color: #f0f8ff !important;
  font-weight: bold;
  box-shadow: 0 0 0 2px rgba(0, 68, 1480.12);
  color: #004494;
}

.theme-button {
  transition: all 0.3s ease;
}

.theme-button:hover {
  border-color: #004494 !important;
  box-shadow: 0 2px 8px rgba(0, 68, 1480.15);
  transform: translateY(-1px);
}

.theme-button.selected {
  border-color: #004494 !important;
  background-color: #f0f8ff !important;
  box-shadow: 0 0 0 3px rgba(0, 68, 1480.1);
}

input[type="radio"]:checked + div + span {
  color: #004494 !important;
  font-weight: 700;
}

#step1-content .show16 {
  display: none !important;
}

#step2-content .options_row_multi {
  display: none !important;
}

#step2-content .show16 {
  display: block !important;
}

.cart__btn {
  width: auto !important;
  min-height: 60px !important;
  padding: 10px !important;
  border: 3px solid #d8d8d8 !important;
  border-radius: 8px !important;
  background: #f8f8f8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #555 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.cart__btn.active {
  border-color: #00446E !important;
  background: #f2f8fc !important;
  color: #00446E !important;
}

.settings__one-title,
.settings__two-title,
.settings__zero-title {
  font-size: 14px !important;
  line-height: 1.15 !important;
  color: #555 !important;
  margin: 10px 0 !important;
  font-weight: 700 !important;
}

.lp-configurator-box {
  padding: 20px;
}

.lp-step-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.lp-step-content-active {
  display: block;
}

.lp-step-content-hidden {
  display: none;
}

.lp-section {
  margin-bottom: 20px;
  width: 100%;
}

.lp-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.lp-sub-label {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  color: #666;
}

.lp-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: center;
}

.lp-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.lp-select,
.lp-input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.lp-select {
  padding: 8px;
  font-size: 12px;
}

.lp-input {
  padding: 10px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}

.lp-uppercase,
.lp-input-uppercase {
  text-transform: uppercase;
}

.lp-info-text {
  margin-top: 6px;
  font-size: 10px;
  color: #666;
  text-align: center;
}

.lp-help-text {
  display: none;
  margin-top: 8px;
  font-size: 11px;
  color: #666;
  text-align: center;
}

.lp-hidden-section {
  display: none;
}

.lp-inline-options {
  display: flex;
  gap: 15px;
}

.lp-inline-option {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.lp-inline-option-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lp-radio-input {
  cursor: pointer;
}

.lp-checkbox-input {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.lp-color-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 2px;
}

.lp-color-preview-white {
  background: #E6E6E6;
}

.lp-color-preview-yellow {
  background: #FFFF00;
}

.lp-option-text {
  font-weight: 600;
  font-size: 12px;
}

.lp-btn-step {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.lp-btn-step-active,
.lp-btn-step-primary {
  background: #004494;
  color: white;
}

.lp-btn-step-inactive,
.lp-btn-step-secondary {
  background: #ccc;
  color: #666;
}

.lp-btn {
  width: 100%;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.lp-btn-primary {
  padding: 12px 15px;
  background: #004494;
  color: white;
  font-size: 13px;
  margin-bottom: 10px;
}

.lp-btn-secondary {
  padding: 10px 15px;
  background: #666;
  color: white;
  font-size: 12px;
}

.lp-btn-secondary-spaced {
  margin-bottom: 15px;
}

.lp-btn-success {
  width: 100%;
  padding: 10px 15px;
  background: #27ae60;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.lp-btn-hidden,
.lp-btn-success-hidden {
  display: none;
}

.lp-btn-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.lp-canvas {
  background: white;
  image-rendering: crisp-edges;
  max-width: 100%;
  height: auto;
}

.pd_imagebox-spaced {
  margin-top: 30px;
}

.plate-img-460x110 { transform: scale(0.88); }
.plate-img-420x110 { transform: scale(0.81); }
.plate-img-400x110 { transform: scale(0.77); }
.plate-img-360x110 { transform: scale(0.69); }
.plate-img-300x110 { transform: scale(0.58); }
.plate-img-280x200 { transform: scale(0.79); }
.plate-img-240x130 { transform: scale(0.90); }