/* course-wannabee-desktop.css — desktop-only styling for the bare
   course-wannabee-card widget (see components/course-wannabee.css).
   Loaded with a min-width media attribute so it never reaches mobile pages. */

.course-wannabee-email {
    flex: 1 1 180px;
    min-width: 0;
    padding: 5px 8px;
    box-sizing: border-box;
}
