.ai-box{
border:1px solid #ddd;
padding:15px;
max-width:300px;
text-align:center;
border-radius:8px;
background:#fff;
}

.ai-image{
max-width:200px;
margin-bottom:10px;
}

.ai-title{
font-size:16px;
margin-bottom:8px;
}

.ai-price{
font-size:18px;
font-weight:bold;
color:#B12704;
margin-bottom:10px;
}

.ai-button{
display:inline-block;
background:#ff9900;
color:#fff;
padding:10px 15px;
border-radius:5px;
text-decoration:none;
}

.ai-button:hover{
background:#e68900;
}
