body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card-form {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.card-header-custom {
    background-color: #0d6efd;
    color: white;
    border-radius: 10px 10px 0 0 !important;
    font-weight: bold;
    padding: 15px 20px;
}

.form-label {
    font-weight: 500;
    color: #495057;
}

/* Estilo para a tabela de orçamento que faremos depois */
.table-orcamento th {
    background-color: #f8f9fa;
}

.total-destaque {
    font-size: 1.2rem;
    font-weight: bold;
}