.stpet-card{

max-width:520px;
margin:auto;
padding:25px;
border-radius:10px;
background:#ffffff;
box-shadow:0 4px 14px rgba(0,0,0,0.12);
font-family:Arial;

}

.stpet-img{

width:100%;
border-radius:10px;
margin-bottom:15px;

}

.stpet-title{

font-size:28px;
font-weight:bold;
margin-bottom:4px;

}

.stpet-sub{

color:#666;
margin-bottom:15px;

}

.stpet-btn{

display:inline-block;
padding:12px 18px;
background:#0073aa;
color:#fff;
text-decoration:none;
border-radius:6px;
margin-top:10px;
margin-right:8px;

}

.stpet-btn-secondary{

background:#25D366;

}

.stpet-actions{

margin-top:15px;
margin-bottom:15px;

}

.stpet-card h3{

margin-top:20px;
margin-bottom:5px;

}

.stpet-card hr{

margin-top:18px;
margin-bottom:18px;
border:none;
border-top:1px solid #ddd;

}

.stpet-muted{

color:#777;
font-size:14px;

}

input,textarea{

width:100%;
padding:10px;
margin-top:6px;
margin-bottom:14px;
border-radius:6px;
border:1px solid #ccc;

}