/* Car Valuation Plugin Styles - Motorway Inspired */

/*New CSS for hero section - Applied to all steps*/
.valuation-step {
  display: grid;
  margin-bottom: 0;
  grid-template-columns: 720px 1fr;
  max-width: 1152px;
}

.valuation-step .left_side {
  position: relative;
  z-index: 1;
  background: linear-gradient(220deg, #0FA4E9 0%, #1D40AF 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding-left: 48px;
  padding-right: 96px;
  border-radius: 16px 0 0 16px;
  clip-path: polygon(0% 0%, calc(100% - 96px) 0%, 100% 50%, calc(100% - 96px) 100%, 0% 100%);
}

.valuation-step .right_side {
  border-radius: 16px;
  margin: 4px 0 0;
  padding: 0 16px 64px;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  filter: none;
  flex-direction: column;
}

.valuation-step .right_side .car_image_section {
  height: auto;
  max-width: 600px;
  position: relative;
  z-index: 1;
  left: auto;
  margin: auto;
  max-width: 784px;
  transform: translateX(-22%);
  width: 260%;
}

.valuation-step .right_side .Hero__desktopArrow {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.valuation-step .right_side .Hero__desktopArrow.Hero__animating {
  overflow: visible;
}

.valuation-step .right_side .Hero__desktopArrow.Hero__animating path:first-child {
  animation-delay: 0.2s;
}

.valuation-step .right_side .Hero__desktopArrow.Hero__animating path {
  animation: desktopArrowAnimation 1s;
  transform-origin: 0 0;
}

@keyframes desktopArrowAnimation {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50vw);
  }

  50.001% {
    transform: translateX(-600px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Car Movement Animation */
@keyframes carMoveForward {
  0% {
    transform: translateX(-22%) scale(1) rotate(0deg);
    filter: brightness(1);
  }
  15% {
    transform: translateX(-15%) scale(1.02) rotate(0.5deg);
    filter: brightness(1.05);
  }
  30% {
    transform: translateX(-5%) scale(1.04) rotate(1deg);
    filter: brightness(1.1);
  }
  50% {
    transform: translateX(8%) scale(1.06) rotate(0.5deg);
    filter: brightness(1.15);
  }
  70% {
    transform: translateX(2%) scale(1.04) rotate(0deg);
    filter: brightness(1.1);
  }
  85% {
    transform: translateX(-10%) scale(1.02) rotate(-0.5deg);
    filter: brightness(1.05);
  }
  100% {
    transform: translateX(-22%) scale(1) rotate(0deg);
    filter: brightness(1);
  }
}

.car-moving {
  animation: carMoveForward 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, filter;
}
body {
  overflow-x: hidden;
}

/* Responsive adjustments for all steps */
@media (min-width: 1040px) {
  .valuation-step .right_side {
    align-items: flex-start;
    display: flex !important;
    filter: none;
    flex-direction: column;
  }
  .valuation-step .right_side .car_image_section {
    left: auto;
    margin: auto;
    max-width: 800px;
    transform: translateX(-25%);
    width: 260%;
  }
  .valuation-step .right_side .Hero__desktopArrow {
    display: block !important;
  }
}

@media (min-width: 745px) {
  .valuation-step .right_side {
    display: none;
  }
  .valuation-step .left_side {
    --hero-input-max-width: 100%;
    border-radius: 16px 0 0 16px;
    clip-path: polygon(0% 0%, calc(100% - 96px) 0%, 100% 50%, calc(100% - 96px) 100%, 0% 100%);
    justify-content: center;
    min-height: 520px;
    padding-left: 48px;
    padding-right: 96px;
  }
}

@media (max-width: 744px) {
  .valuation-step {
    grid-template-columns: 1fr;
    display: block;
  }
  .valuation-step .left_side {
    background-color: #1e40af;
    padding: 40px 20px;
    border-radius: 16px;
    clip-path: none;
    min-height: auto;
  }
  /* .valuation-step .right_side {
    display: none;
  } */

  .valuation-step .right_side .car_image_section {
    max-width: 100% !important;
    transform: translateX(0) !important;
  }
  .vehicle-info,
  .mileage-section .inner-section {
    flex-direction: column;
  }
}

/**/
.car-valuation-container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.valuation-step {
  display: none;
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  gap: 30px;
}

.valuation-step.active {
  display: grid;
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hero Section - Step 1 */
.hero-section {
  text-align: center;
  padding: 60px 20px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  margin-bottom: 0;
}

.hero-title {
  font-size: 65px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -3.5px;
  max-width: 450px;
  color: #fff;
}

.hero-subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  opacity: 0.9;
  color: #fff;
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 400px;
  font-weight: 400;
  color: #fff;
}

/* Registration Form */
/* .registration-form {
    padding: 40px 20px;
    background: #fff;
    text-align: center;
} */

.form-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
  text-transform: capitalize;
}

.registration-input {
  width: 100%;
  text-transform: uppercase;
}

.registration-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.registration-input.valid {
  border-color: #27ae60;
  background-color: #f8fff9;
  background-image: url(../images/tick.svg);
  background-size: 24px;
  background-position: 94% center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.dealer_forecourt_input, .trade_retail_input, .private_clean_input, .mileage-input {
  background-image: url(../images/car.svg);
  background-size: 30px;
  background-position: 7% center;
  background-repeat: no-repeat;
}

.registration-input.invalid {
  border-color: #e74c3c;
  background: #fff8f8;
}

/* Trust Indicators */
.trust-indicators {
  padding: 20px;
  text-align: center;
  background: #f8f9fa;
}

.reviews-badge {
  display: inline-block;
  background: #27ae60;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

/* Step Headers */
.step-header {
  text-align: center;
  padding: 40px 20px 30px;
  background: transparent;
}

.step-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.step-header p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.input-group {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  align-items: flex-end;
  max-width: 520px;
}

.input-group input {
  flex: 1;
  padding: 0px 16px !important;
  border-radius: 12px !important;
  font-size: 18px;
  transition: all 0.3s ease;
  background: #fff;
  min-height: 62px;
}

.input-group input:focus {
  outline: none;
  border-color: #667eea;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.input-group input.valid {
  border-color: #27ae60;
  background-color: #f8fff9;
  background-image: url(../images/tick.svg);
  background-size: 24px;
  background-position: 94% center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.input-group input.invalid {
  border-color: #e74c3c;
  background: #fff8f8;
}

.btn-primary {
  background: #1f1f1f;
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 140px;
  min-height: 62px;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.btn-primary:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

a.affiliate_button {
  text-decoration: none !important;
  display: block;
  text-align: center;
}

a.affiliate_button:hover {
  color: #fff;
}

.error-message {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 10px;
  padding: 8px 12px;
  background: #fdf2f2;
  border-radius: 6px;
  border-left: 4px solid #e74c3c;
  display: none;
}

/* Vehicle Details Styles */
/* .vehicle-details {
    background: #fff;
    border: 2px solid #e1e8ed;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
} */

.vehicle-info {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.vehicle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f4;
}

.vehicle-row:last-child {
  border-bottom: none;
}

.vehicle-row .label {
  font-weight: 600;
  color: #2c3e50;
  font-size: 16px;
}

.vehicle-row .value {
  color: #34495e;
  font-weight: 500;
  font-size: 16px;
}

/* New vehicle details layout */
.registration-number-section {
  background: #fff;
  max-width: 170px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  padding: 8px 0px;
  margin: 20px 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  justify-content: center;
}

/* .vehicle-info {
    background: #fff;
    border: 2px solid #e1e8ed;
    border-radius: 12px;
    padding: 20px;
    margin: 0 20px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
} */

.vehicle-info .vehicle-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  border-bottom: 0px solid #f1f3f4;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.vehicle-info .vehicle-row:last-child {
  border-bottom: none;
}

/* Mileage Section */
.mileage-section {
  margin: 16px 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mileage-section .inner-section {
  display: flex;
  gap: 16px;
}

button#confirm-mileage-btn {
  max-height: 62px;
  margin-top: 0px;
}

#not-your-car {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

/* .mileage-section .inner-section {
    background: #fff;
    border: 2px solid #e1e8ed;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
} */

.mileage-section label {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.help-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #2c3e50;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 8px;
  cursor: help;
}

.mileage-input,
.dealer_forecourt_input,
.trade_retail_input,
.private_clean_input {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e1e8ed;
  border-radius: 12px !important;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 500;
  min-height: 62px;
}

.mileage-input:focus,
.dealer_forecourt_input:focus,
.trade_retail_input:focus,
.private_clean_input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.mileage-source {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  font-style: italic;
  text-align: left;
}

.mileage-validation {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  font-style: italic;
  transition: all 0.3s ease;
  text-align: left;
}

.mileage-validation.error {
  color: #e74c3c;
  font-weight: 600;
}

.mileage-input.invalid,
.dealer_forecourt_input.invalid,
.trade_retail_input.invalid,
.private_clean_input.invalid {
  border-color: #e74c3c;
  background: #fff8f8;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.action-links {
  text-align: center;
  padding: 0px;
}

.link-secondary {
  color: #667eea;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.link-secondary:hover {
  color: #5a6fd8;
  text-decoration: underline;
}

/* Email Form */
.email-form {
  padding: 40px 20px;
  text-align: center;
}

.email-input {
  font-size: 18px;
  padding: 16px 20px;
  border: 2px solid #e1e8ed;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.email-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Products Grid */
.products-grid {
  padding: 24px 20px;
}

.products-grid .product-card {
  display: block;
}

.products-grid:not(:has(.success-message)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.products-grid:has(.success-message) {
  display: block;
}

.products-grid:has(.success-message) .product-card {
  display: inline-block;
  width: calc(50% - 8px);
  margin-right: 0px;
  margin-bottom: 16px;
  vertical-align: top;
}

.products-grid:has(.success-message) .product-card:nth-child(2n) {
  margin-right: 0;
}

.product-card {
  background: #fff;
  border: 2px solid #e1e8ed;
  border-radius: 16px;
  padding: 40px 16px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(102, 126, 234, 0.15);
  border-color: #667eea;
}

.product-card h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.product-card p {
  color: #7f8c8d;
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 16px;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  color: #27ae60;
  margin-bottom: 30px;
  text-align: center;
}

.add-to-cart-btn {
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
}

.add-to-cart-btn.success {
  background: linear-gradient(135deg, #27ae60, #229954);
}

.add-to-cart-btn.error {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.add-to-cart-btn.pay-now {
  background: linear-gradient(135deg, #27ae60, #229954) !important;
  font-weight: 700;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* No Products Message */
.no-products-message {
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 20px;
}

.no-products-message p {
  color: #7f8c8d;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Success Message */
.success-message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  display: block !important;
  width: 100%;
  clear: both;
}

/* Affiliate Section Styles */
.affiliate-section {
  margin-top: 30px;
}

.affiliate-card {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.affiliate-card:hover {
  border-color: #007bff;
  box-shadow: 0 6px 25px rgba(0, 123, 255, 0.15);
}

.affiliate-card h3 {
  color: #2c3e50;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.affiliate-card p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.affiliate-btn {
  display: inline-block;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

/* .affiliate_button a {
  color: #fff;
  text-decoration: none !important;
} */

.affiliate-btn:hover {
  background: linear-gradient(135deg, #0056b3, #004085);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .car-valuation-container {
    padding: 0;
  }

  .hero-section {
    padding: 40px 20px 30px;
  }

  .hero-title {
    font-size: 36px;
    text-align: center;
    padding: 0 20px;
    max-width: 100%;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .hero-description {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
  }

  .registration-form {
    padding: 30px 20px;
  }

  .step-header {
    padding: 30px 20px 20px;
  }

  .step-header h2 {
    font-size: 28px;
  }

  .input-group {
    flex-direction: column;
    gap: 15px;
  }

  .input-group input,
  .btn-primary {
    width: 100%;
  }

  .products-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .products-grid:has(.success-message) .product-card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .product-card {
    padding: 30px 20px;
  }

  .vehicle-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .vehicle-row.registration-number-section {
      align-items: center;
  }

  .vehicle-details {
    margin: 0px;
    padding: 10px;
  }

  .mileage-section {
    margin: 20px 15px;
  }

  .main_mot_section {
    flex-direction: column;
    gap: 16px;
  }
}

@media (min-width: 769px) {
  .main_mot_section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  .main_mot_section .mileage-section {
    max-width: 31%;
  }
}

/* Loading States */
.loading {
  position: relative;
  pointer-events: none;
}

.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Per-step top loader (responsive) */
.step-loader {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  padding: 12px 0;
  display: none;
  /* becomes flex when shown via jQuery */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 5;
  /* transparent background so it sits on the step header */
  background: transparent;
}

.step-loader .spinner {
  width: clamp(18px, 2.8vw, 28px);
  height: clamp(18px, 2.8vw, 28px);
  border: clamp(2px, 0.35vw, 3px) solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Slight dim while loading to indicate progress */
.valuation-step.is-loading .left_side {
  filter: brightness(0.96);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Success/Error States */
.success-message {
  color: #27ae60;
  background: #f8fff9;
  border: 1px solid #27ae60;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 10px;
}

.error-message {
  color: #e74c3c;
  background: #fdf2f2;
  border: 1px solid #e74c3c;
  padding: 10px 15px;
  border-radius: 6px;
  margin-top: 10px;
}

/* Image Upload Styles */
.image-upload-section {
  margin: 20px 0;
}

.upload-area {
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f8fafc;
  margin-bottom: 20px;
}

.upload-area:hover,
.upload-area.drag-over {
  border-color: #1e40af;
  background: #eff6ff;
}

.upload-icon {
  color: #64748b;
  margin-bottom: 16px;
}

.upload-area p {
  margin: 8px 0;
  color: #475569;
  font-size: 16px;
}

.upload-hint {
  font-size: 14px !important;
  color: #94a3b8 !important;
}

.image-preview-container {
  margin-top: 20px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.image-preview-container h4 {
  margin: 0 0 16px 0;
  color: #1e293b;
  font-size: 18px;
}

.image-preview-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.image-preview-item {
  position: relative;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.image-preview-item:hover {
  transform: translateY(-2px);
}

.image-preview-item img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.image-info {
  padding: 12px;
  background: white;
}

.image-name {
  display: block;
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-size {
  display: block;
  font-size: 12px;
  color: #6b7280;
}

.remove-image {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.9);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.remove-image:hover {
  background: rgba(239, 68, 68, 1);
}

#upload-images-btn {
  margin-top: 20px;
  width: 100%;
}

/* Mobile responsive for image upload */
@media (max-width: 768px) {
  .image-preview-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }

  .image-preview-item img {
    height: 120px;
  }

  .upload-area {
    padding: 30px 15px;
  }

  .upload-area p {
    font-size: 14px;
  }

  .upload-hint {
    font-size: 12px !important;
  }
}
