.inline-form-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.inline-form-item label {
  width: 120px;
  min-width: 120px;
  margin-bottom: 0;
  font-weight: 600;
}

.inline-form-item select,
.inline-form-item input {
  max-width: 400px;
}

.transport-actions {
  margin-top: 20px;
  margin-bottom: 30px;
}

.transport-actions .button,
.transport-actions input[type="submit"] {
  margin-right: 10px;
}

.delivery-card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.delivery-card__status {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: #f6ffed;
  border-bottom: 1px solid #d9f7be;
}

.delivery-card__status-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #52c41a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
}

.delivery-card__status-text {
  color: #389e0d;
  font-size: 20px;
  font-weight: 700;
}

.delivery-card__content {
  padding: 20px;
}

.delivery-card__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.delivery-card__item:last-of-type {
  border-bottom: none;
}

.delivery-card__icon {
  font-size: 22px;
  line-height: 1;
  width: 30px;
  text-align: center;
  flex-shrink: 0;
}

.delivery-card__label {
  font-size: 13px;
  color: #8c8c8c;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.delivery-card__value {
  font-size: 16px;
  color: #262626;
  font-weight: 600;
}

.delivery-card__message {
  margin-top: 20px;
  padding: 15px;
  background: #f6ffed;
  border: 1px solid #d9f7be;
  border-radius: 8px;
  color: #389e0d;
  font-weight: 600;
  text-align: center;
}

.location-summary {
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.location-summary h3 {
  margin-bottom: 5px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}

.location-card {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 15px;
  background: #ffffff;
  transition: 0.2s;
  min-height: 110px;
}

.location-card:hover {
  transform: translateY(-2px);
  transition: all .2s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

.location-card__area {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.location-card__pincode {
  color: #666;
}

.location-card__badge {
  display: inline-block;
  margin: 8px 0;
  padding: 4px 10px;
  border-radius: 20px;
  background: #f6ffed;
  color: #389e0d;
  border: 1px solid #b7eb8f;
  font-size: 13px;
  font-weight: 600;
}


.transport-actions {
  display: block !important;
  clear: both !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.transport-results-wrapper {
  display: block !important;
  clear: both !important;
  padding-bottom: 30px;
}

.location-card__area {
  color: #e60000;
  font-weight: 700;
}

.delivery-unavailable-card {
  background: #ffffff;
  border: 1px solid #ffccc7;
  border-radius: 12px;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.delivery-unavailable-card__header {
  background: #dc3545;
  color: #ffffff;
  padding: 16px 20px;
  font-size: 20px;
  font-weight: 700;
}

.delivery-unavailable-card__body {
  padding: 20px;
  background: #fff2f0;
}

.delivery-unavailable-card__body p {
  margin: 0 0 15px;
  line-height: 1.6;
  color: #262626;
}

.delivery-unavailable-card__body p:last-child {
  margin-bottom: 0;
}

.delivery-unavailable-card strong {
  color: #cf1322;
  font-weight: 700;
}

.location-card__transporters {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0056b3;
}


.transport-summary {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.transport-summary-card {
  min-width: 120px;
  padding: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  background: #fafafa;
  text-align: center;
}

.transport-summary-value {
  font-size: 24px;
  font-weight: 700;
}

.transport-summary-label {
  color: #666;
  margin-top: 5px;
}

.transporter-details {
  margin-top: 10px;
}

.transporter-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #0056b3;
  user-select: none;
  outline: none;
}

.transporter-details summary:hover {
  color: #d60000;
}

.transporter-list {
  margin: 8px 0 0 20px;
  padding-left: 18px;
  font-size: 0.90rem;
  color: #555;
}

.transporter-list li {
  margin-bottom: 4px;
}

.transporter-details summary {
    color: #0d6efd;
    font-weight: 600;
    cursor: pointer;
}

.transporter-details summary:hover {
    color: #0a58ca;
}