/* Custom styles for Blu3r Store API */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.btn-google {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: white;
}

.btn-google:hover {
    background-color: #c23321;
    border-color: #c23321;
    color: white;
}

.card {
    border-radius: 10px;
}

.btn {
    border-radius: 5px;
}

.footer {
    margin-top: auto;
}