/* Frontend Styles - Ebook Audio Việt */

:root {
    --primary-color: #2563eb;
    --text-main: #0f0f0f;
    --text-muted: #606060;
}

body { font-family: 'Roboto', sans-serif; }

.status-free { background-color: #d1fae5; color: #065f46; } 

/* Custom Scrollbar */
.scrollbar-hide::-webkit-scrollbar { display: none; } 

@keyframes pulse-glow {
    0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37, 99, 235, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

.edu-course-card {
    border: 1px solid #f1f5f9;
}