.ownfreight-simulator {
  clear: both;
  margin: 16px 0;
  padding-top: 14px;
  border-top: 1px solid #e5e5e5;
}

.ownfreight-simulator__form {
  text-align: left;
}

.ownfreight-simulator__label {
  display: block;
  max-width: 360px;
  margin-bottom: 8px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.ownfreight-simulator__row {
  display: flex;
  max-width: 360px;
  gap: 8px;
}

.ownfreight-simulator__input {
  min-width: 0;
  flex: 1 1 auto;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  color: #222;
  font-size: 14px;
}

.ownfreight-simulator__button {
  flex: 0 0 auto;
  min-width: 96px;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 3px;
  background: #04980c;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.ownfreight-simulator__button:disabled {
  cursor: wait;
  opacity: .7;
}

.ownfreight-simulator__message {
  min-height: 20px;
  margin-top: 8px;
  color: #666;
  font-size: 13px;
}

.ownfreight-simulator__message.is-error {
  color: #b00020;
}

.ownfreight-simulator__message.is-loading,
.ownfreight-simulator__message.is-muted {
  color: #666;
}

.ownfreight-simulator__results {
  max-width: 460px;
  margin-top: 8px;
}

.ownfreight-simulator__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #eee;
}

.ownfreight-simulator__service {
  min-width: 0;
  color: #222;
  font-size: 13px;
  line-height: 1.35;
}

.ownfreight-simulator__service span {
  display: block;
  margin-top: 2px;
  color: #666;
}

.ownfreight-simulator__meta {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}

.ownfreight-simulator__price {
  color: #04980c;
  font-size: 14px;
  font-weight: 700;
}

.ownfreight-simulator__time {
  color: #666;
  font-size: 12px;
}

.ownfreight-simulator__details {
  padding: 8px 0;
  border-top: 1px solid #eee;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 480px) {
  .ownfreight-simulator__row {
    max-width: none;
  }

  .ownfreight-simulator__option {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .ownfreight-simulator__meta {
    align-items: flex-start;
    text-align: left;
  }
}
