.melhorenvio-product-quote {
  margin-top: 1rem;
  width: 100%;
  clear: both;
}

.melhorenvio-product-quote__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.melhorenvio-product-quote__form {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.melhorenvio-product-quote__form .form-control {
  flex: 1 1 auto;
  min-width: 0;
}

.melhorenvio-product-quote__title {
  font-weight: 600;
  margin: 0;
}

.melhorenvio-product-quote__status {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.melhorenvio-product-quote__results {
  margin-top: 0.5rem;
}

.melhorenvio-product-quote__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.melhorenvio-product-quote__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.melhorenvio-product-quote__item:first-child {
  border-top: none;
}

.melhorenvio-product-quote__logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}

.melhorenvio-product-quote__label {
  font-weight: 600;
  line-height: 1.2;
}

.melhorenvio-product-quote__delivery {
  color: #6c757d;
  font-size: 0.875rem;
  margin-left: 0.25rem;
}

.melhorenvio-product-quote__price {
  margin-left: auto;
  font-weight: 600;
  white-space: nowrap;
}

.melhorenvio-product-quote__btn[disabled] {
  cursor: not-allowed;
  opacity: 0.8;
}
