/* Custom styles for the loyalty program */

/* Mobile-friendly adjustments */
@media (max-width: 768px) {
    .navbar-nav {
        width: 100%;
    }
    
    .navbar-text {
        margin: 8px 0;
        display: block;
        text-align: center;
    }
    
    .table-responsive {
        font-size: 14px;
    }
}

/* Card styles */
.card {
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header {
    background-color: #f8f9fa;
    font-weight: bold;
}

/* Form styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-control-file {
    padding: 10px 0;
}

/* Table styles */
.table th {
    background-color: #f8f9fa;
}

/* Badge styles */
.badge {
    padding: 8px 12px;
    font-size: 0.9em;
}

/* Button styles */
.btn {
    padding: 8px 20px;
}

/* Points display in navbar */
.navbar-text {
    font-size: 1.1em;
    font-weight: bold;
}