.form-agro{

max-width:400px;
margin:40px auto;
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 20px rgba(0,0,0,0.08);
text-align:center;

}

.form-agro h2{

color:#1f7a3a;
margin-bottom:20px;

}

.form-agro input{

width:100%;
padding:12px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:8px;

}

.form-agro button{

width:100%;
padding:12px;
background:#1f7a3a;
color:#fff;
border:none;
border-radius:8px;
cursor:pointer;

}

.form-agro button:hover{

background:#145a2a;

}

.tabla-contenedor{

max-width:900px;
margin:30px auto;

}

.tabla-diaria{

width:100%;
border-collapse:collapse;
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 20px rgba(0,0,0,0.08);

}

.tabla-diaria th{

background:#1f7a3a;
color:#fff;
padding:12px;

}

.tabla-diaria td{

padding:10px;
text-align:center;
border-bottom:1px solid #eee;

}

.tabla-diaria tr:nth-child(even){

background:#f9f9f9;

}

.fila-reciente{

background:#e8f5e9 !important;
font-weight:bold;

}