.avh-box{
max-width:1000px;
margin:auto;
}

.avh-box textarea{
width:100%;
height:220px;
padding:15px;
margin:15px 0;
border:1px solid #ddd;
border-radius:8px;
}

.avh-box select{
width:100%;
padding:10px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:8px;
}

.avh-box button{
background:#0b5ed7;
color:#fff;
border:none;
padding:12px 25px;
cursor:pointer;
border-radius:6px;
}

.avh-box button:hover{
opacity:0.9;
}

.avh-stats{
margin-bottom:15px;
font-weight:bold;
}