/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* Botão ORÇAMENTO - Desktop */
.menu-item.btn-orcamento,
.menu-item.btn-orcamento a {
  background-color: #083d67 !important;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0px 12px !important;
  height: auto !important;
  line-height: 1 !important;
  min-width: 80px;
  transition: background-color 0.3s ease;
}

/* Hover - Desktop */
.menu-item.btn-orcamento a:hover {
  background-color: #0a4f85 !important;
  color: #fff !important;
}

/* Ajuste do botão para menu lateral (mobile) */
@media (max-width: 768px) {
  .menu-item.btn-orcamento,
  .menu-item.btn-orcamento a {
    padding: 6px 10px !important; /* mais compacto */
    width: auto !important;       /* largura se ajusta ao conteúdo */
    min-width: 0 !important;      /* remove largura mínima grande */
    text-align: center;
    font-size: 14px;
  }
}

