/* 1. Reset da Borda de Teste */
body { border: none !important; }

/* 2. Mudar a Cor dos Bot천es (Pesquisa e Adicionar) */
#order-standard_cart .btn-primary, 
#order-standard_cart .btn-info,
.btn-primary,
.input-group-append .btn-primary {
    background-color: #2fb5d2 !important;
    border-color: #2fb5d2 !important;
    color: #fff !important;
    box-shadow: none !important;
}

/* 3. Transformar as Caixas da Esquerda no estilo Miztec */
.list-group .list-group-item {
    border: none !important;
    border-left: 3px solid transparent !important;
    background-color: #fff !important;
    color: #555 !important;
}

.list-group .list-group-item.active {
    background-color: #f0faff !important;
    color: #2fb5d2 !important;
    border-left: 3px solid #2fb5d2 !important;
}

/* 4. Mudar o Banner Amarelo para algo mais limpo (Opcional) */
.domain-checker-bg {
    background: #f8f9fa !important;
    border: 1px solid #eee !important;
}

#btnCheckAvailability.domain-check-availability {
    width: auto !important;
    min-width: 120px !important; /* Ajuste este valor se precisar de mais espaço */
    padding-left: 15px !important;
    padding-right: 15px !important;
    white-space: nowrap !important; /* Impede que o texto quebre ou saia do botão */
    display: inline-block !important;
}