.genei-wrap {
    max-width: 1000px;
    margin: 40px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial;
}

.fila {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.box {
    background: #e9edf2;
    padding: 15px;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box.small {
    flex: 1;
    min-width: 120px;
}

.box select {
    width: 100%;
    padding: 8px;
}

label {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.inline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.inline select { flex: 2; }
.inline input { flex: 1; }

input, select {
    width: 100%;
    border: none;
    padding: 12px;
    font-size: 14px;
}  

.unit {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 6px;
}

.unit input {
    border: none;
    flex: 1;
}

.unit span {
    padding: 0 8px;
    color: #777;
}

.arrow {
    font-size: 20px;
}

.acciones {
    text-align: right;
}

button {
    background: #ff6a00;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
}
.titulo-seccion {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #444;
}
.acciones-bultos {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.acciones-bultos button {
    background: #e6e8ec;
    color: #333;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

.acciones-bultos button:hover {
    background: #dcdfe4;
}
.box {
    padding: 8px;
}
.box select {
    background: #ffffff;
    border-radius: 6px;
}
.inline input {
    min-width: 90px;
}

.inline label {
    white-space: nowrap;
    font-size: 13px;
}
.btn-buscar {
    border-radius: 12px;
}
.btn-buscar {
    background: #ff6b00;
    color: #fff;
    border: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.btn-buscar:hover {
    background: #e65c00;
}
.box select {
    width: 100%;
}

.inline input {
    min-width: 100px;
}

.inline {
    display: flex;
    gap: 10px;
    align-items: center;
}
.boton-buscar {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.btn-buscar {
    border-radius: 10px;
}
.fila-superior .box {
    flex: 1;
}
.box.tipo {
    flex: 0.7;
}
.bloque-bulto {
    margin-bottom: 25px;
}

.bloque-bulto h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.boton-buscar {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.acciones-bulto {
    display: flex;
    gap: 10px;
    align-items: center;
}

.acciones-bulto button {
    border: none;
    background: transparent;
    color: #2d7ef7;
    font-size: 18px;
    cursor: pointer;
}
.bloque-bulto {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}
.box input {
    cursor: text;
}
.box input:focus {
    outline: none;
    border-bottom: 2px solid #2d7ef7;
}
.acciones-bulto {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
#add-bulto {
    background-color: #00b5b8; /* color tema */
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
#add-bulto:hover {
    background-color: #ff7a00; /* naranja */
}
.fila-bulto {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.btn-del {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-left: auto;
}
#add-bulto {
    margin-top: 20px;
    display: inline-block;
}
#buscar-precios {
    background-color: #00b5b8;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 12px; /* 🔥 bordes redondeados */
    cursor: pointer;
    float: right; /* 🔥 lo manda a la derecha */
    margin-top: 20px;
}


#add-bulto {
    background-color: #00b5b8;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

#buscar-precios {
    background-color: #00b5b8;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.zona-botones {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 100%;
}

#buscar-precios {
    margin-left: auto;
    background-color: #00b5b8;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}