.search-container {
max-width: 600px;
margin: 0 auto;
}
.logo {
width: 65px;
height: 65px;
margin: 0.5rem auto;
}
.radio-group {
margin: 1rem 0;
}
.search-results {
margin-top: 2rem;
}
.result-item {
padding: 1rem;
border-bottom: 1px solid #eee;
}
.whatsapp-share {
position: fixed;
bottom: 20px;
right: 20px;
padding: 10px;
border-radius: 50%;
background: #25D366;
color: white;
text-decoration: none;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.whatsapp-share:hover {
background: #128C7E;
color: white;
}
.detail-card {
background: #f8f9fa;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
