body {
    padding-bottom: 90px;
}

.option-card {
    transition: transform .2s, box-shadow .2s;
    border-radius: 12px;
}

.option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.option-card img {
    max-width: 120px;
}

.navbar-app {
    border-bottom: 3px solid #1996AB !important;
}

.container-form-narrow {
    max-width: 500px;
}

/* Altura da caixa */
.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Centraliza o texto */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding-left: 12px !important;
}

/* Centraliza a seta */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single.is-invalid {
    border-color: #dc3545 !important;
}

.clickable-row td {
    background-color: white !important;
    --bs-table-bg-type: white !important;
}

.clickable-row:hover td {
    background-color: #f7f7f7 !important;
    --bs-table-bg-type: #f7f7f7 !important;
}

/* Tabela de itens em orçamentos (larguras; evita estilos inline no HTML) */
.orc-cotacao-table th.orc-col-qtd,
.orc-cotacao-table td.orc-col-qtd {
    width: 7rem;
}

.orc-cotacao-table th.orc-col-valor,
.orc-cotacao-table td.orc-col-valor {
    width: 8rem;
}