.w-32 {
  width: 32px;
  height: 32px;
}
.place-items-center {
  display: grid;
  place-items: center;
}
.mb-6 {
  margin-bottom: 4rem;
}

/* Table */
.quote-table  .table-light{
  background-color: #e95107;
  color: #fff;
  font-weight: 400 !important;
}

.table-light tr th{
  font-weight: 400 !important;
  padding: 10px 5px;
}

.quote-table tr td{
  padding: 5px 10px;
}

.quote-table input.form-control {
  border: none;
  padding: 0;
  padding-left: 5px;
  font-size: 14px;
  /*color: #848383 !important;*/
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  border-radius: 0;

}
.quote-table input:focus {
  /* border-color: #fff; */
  box-shadow: 0 0 0 0.2rem rgba(233, 81, 7, 0);
  outline: none;
}

.text-danger{
  color: white !important;
}

/* Step Item */
.step-number {
  background-color: #111;
  color: #fff;
}

/* Warehouse */
.warehouse-img img {
  transition: transform 0.3s ease;
}
.warehouse-item:hover .warehouse-img img {
  transform: scale(1.05);
}

/* Promise text */
.promise-item {
  color: #444;
}

/* invalid input tip */
.form-control.is-invalid {
  border-color: #dc3545;
}

.add-row-btn{
  padding: 5px 10px;
  font-size: 13px !important;
}

.quote-form .form-control{
  font-size: 13px;
}

.quote-form .submit-container{
  display: flex;
  justify-content: flex-end;
}
.quote-form .submit-btn{
  padding: 8px 25px !important;
  font-size: 15px !important;
  border-radius: 2px;
}

/* Responsive Adjust */
@media (max-width: 768px) {
  .guide-steps .step-item {
    margin-bottom: 1rem;
  }
  .response-promise-inline {
    flex-direction: column;
    gap: 0.5rem !important;
  }
}

/* 移动端产品卡片样式 */
.product-card-mobile {
  background: #fff;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.card-header-mobile .badge {
  font-size: 0.85rem;
  padding: 0.4rem 0.75rem;
}
.product-card-mobile .form-label {
  margin-bottom: 0.4rem;
  color: #495057;
}
.product-card-mobile .form-control {
  font-size: 0.95rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid #ced4da;
}
.product-card-mobile .form-control:focus {
  border-color: #e95107;
  box-shadow: 0 0 0 0.2rem rgba(233, 81, 7, 0.15);
}
.delete-btn-mobile {
  font-size: 0.85rem;
  padding: 0.35rem 0.75rem;
}
.delete-btn-mobile i {
  font-size: 0.75rem;
}
