/* Guest login-to-see-price link — match "Ver produto" style, smaller */
.price-login-link,
.single-product .price-login-link,
.list-unstyled.price .price-login-link,
.product-page .price-login-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2da3a2;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 10px;
}

.price-login-link:hover,
.single-product .price-login-link:hover,
.list-unstyled.price .price-login-link:hover,
.product-page .price-login-link:hover {
  color: #248887;
  text-decoration: underline;
}

/* Space below orçamento submit so it does not stick to footer */
.orcamento-form .buttons {
  margin-bottom: 48px;
  padding-bottom: 16px;
  overflow: hidden;
}
