/* Layout: Featured Events */

#featured-events .event-item {
    @apply border-b border-blue-dark/10 pb-6 last:border-0 last:pb-0;
}

#featured-events .event-item:last-child {
    @apply border-0;
}

#featured-events .linkedin-block {
    @apply sticky top-8;
}

#featured-events .linkedin-embed {
    @apply mt-6;
}

#featured-events .linkedin-embed iframe {
    @apply w-full;
}



