/* ThinkForge Frontend Styles */
/* Frontend-specific styles that complement the main Tailwind styles */

/* This file provides additional frontend styling for ThinkForge components
that aren't covered in the main Tailwind build */

.lms-frontend-container {
    /* Frontend specific container styles */
}

p.workshop-excerpt {
    font-size: 1rem;
}

/* Workshop card meta styles */
.instructor-row span, .details-row span {
    font-size: 12px;
    padding: 3.5px 15px;
}

/* Certificate detail item styles */
.thinkforge-detail-item span {
    line-height: 1.2;
}

/* Additional frontend component styles can be added here as needed */

