.granny-frete-section {
  margin: 12px 0 0;
  font-family: inherit;
}

.granny-input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.granny-cep-input {
  flex: 1;
  min-width: 0;
  height: 42px;
  border: 1px solid #d6d9de;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
  outline: none;
}

.granny-cep-input:focus {
  border-color: #141414;
}

.granny-calc-btn {
  height: 42px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #141414;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.granny-calc-btn[disabled] {
  opacity: 0.75;
  cursor: wait;
}

.granny-estado-cidade {
  display: inline-block;
  margin-top: 8px;
  color: #4f5b66;
  font-size: 12px;
}

.granny-feedback {
  margin: 8px 0 0;
  color: #c5221f;
  font-size: 12px;
}

.granny-discount-callout {
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #f3d98b;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff7d9 0%, #ffe9a4 100%);
  color: #7a5200;
  font-size: 13px;
  font-weight: 700;
}

.granny-card-frete {
  margin-top: 10px;
  border: 1px solid #e7eaef;
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}

.granny-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 10px;
}

.granny-icon-small {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.granny-options {
  display: grid;
  gap: 12px;
}

.granny-option {
  display: grid;
  grid-template-columns: 44px 1fr auto auto;
  align-items: center;
  gap: 12px;
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 14px 14px;
}

.granny-icon-medium {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.granny-service-name {
  font-size: 14px;
  color: #141414;
}

.granny-service-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.granny-discount-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 2px 7px;
  background: #ffd9d9;
  color: #9d1414;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.granny-date-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.granny-date {
  font-size: 13px;
  color: #374151;
  white-space: nowrap;
}

.granny-savings {
  font-size: 11px;
  color: #2f8c44;
  font-weight: 600;
  white-space: nowrap;
}

.granny-price-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.granny-price-original {
  font-size: 11px;
  color: #8892a0;
  text-decoration: line-through;
  white-space: nowrap;
}

.granny-price {
  font-size: 14px;
  font-weight: 700;
  color: #141414;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .granny-option {
    grid-template-columns: 40px 1fr;
    row-gap: 6px;
    gap: 10px;
    padding: 12px;
  }

  .granny-date-wrap,
  .granny-price-wrap {
    grid-column: 2;
    align-items: flex-start;
  }

  .granny-calc-btn {
    min-width: 98px;
  }
}
