.busca-box{

display:flex;

gap:10px;

padding:20px;

}

.busca-box input{

flex:1;

padding:15px;

border-radius:10px;

border:1px solid #ccc;

}

.busca-box button{

padding:15px 25px;

background:#1d3557;

color:#fff;

border:none;

border-radius:10px;

cursor:pointer;

}