/* OPERAÇÕES - ESTILOS */
.operacoes-painel, .operacoes-reposicao {
    padding: 20px;
}

.operacoes-painel h1, .operacoes-reposicao h1 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.entregas-hoje {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.entregas-hoje h3 {
    margin-bottom: 16px;
}

.entrega-card {
    border: 2px solid #e8ecef;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entrega-card h4 {
    margin: 0 0 8px 0;
    color: #2c3e50;
}

.entrega-card button {
    padding: 10px 16px;
    background: #27ae60;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.entrega-card button:hover {
    background: #229954;
}

.fornecedor-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.fornecedor-card h3 {
    margin-bottom: 12px;
    color: #2c3e50;
}

.item-reposicao {
    border-left: 4px solid #f39c12;
    padding: 12px;
    margin: 12px 0;
    background: #fff3cd;
    border-radius: 8px;
}

.item-reposicao.recebido {
    border-left-color: #27ae60;
    background: #f0fdf4;
}

.item-reposicao button {
    margin-top: 8px;
    padding: 8px 16px;
    background: #27ae60;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.acoes {
    margin-top: 20px;
}

.acoes button {
    padding: 12px 20px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}
