/** Shopify CDN: Minification failed

Line 8:9 Expected identifier but found whitespace
Line 8:10 Unexpected "12px"

**/

  margin: 12px 0;
}

.mangys-ltl-estimator__metric {
  border-radius: 10px;
  background: #f7fbf8;
  border: 1px solid #e2eee7;
  padding: 10px;
}

.mangys-ltl-estimator__metric-label {
  display: block;
  color: var(--ltl-muted);
  font-size: 11px;
  line-height: 1.2;
}

.mangys-ltl-estimator__metric-value {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.mangys-ltl-estimator__message {
  border-radius: 10px;
  background: var(--ltl-green-soft);
  color: var(--ltl-green-dark);
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.35;
}

.mangys-ltl-estimator__form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.mangys-ltl-estimator__field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mangys-ltl-estimator label {
  display: grid;
  gap: 5px;
  color: var(--ltl-muted);
  font-size: 12px;
  font-weight: 700;
}

.mangys-ltl-estimator input,
.mangys-ltl-estimator select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--ltl-border);
  border-radius: 10px;
  background: #ffffff;
  color: var(--ltl-text);
  font: inherit;
  padding: 9px 11px;
}

.mangys-ltl-estimator button {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--ltl-green);
  color: #ffffff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.mangys-ltl-estimator button:hover {
  background: var(--ltl-green-dark);
}

.mangys-ltl-estimator button:active {
  transform: translateY(1px);
}

.mangys-ltl-estimator button:disabled {
  opacity: 0.65;
  cursor: progress;
}

.mangys-ltl-estimator__rates {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.mangys-ltl-estimator__rate {
  border: 1px solid var(--ltl-border);
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}

.mangys-ltl-estimator__rate-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mangys-ltl-estimator__rate-carrier {
  font-size: 14px;
  font-weight: 800;
}

.mangys-ltl-estimator__rate-service,
.mangys-ltl-estimator__note {
  color: var(--ltl-muted);
  font-size: 12px;
  line-height: 1.35;
}

.mangys-ltl-estimator__rate-price {
  color: var(--ltl-green-dark);
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.mangys-ltl-estimator__error {
  border-radius: 10px;
  background: #fff3ed;
  color: #8a3a18;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 480px) {
  .mangys-ltl-estimator__summary,
  .mangys-ltl-estimator__field-row {
    grid-template-columns: 1fr;
  }
}
