/* common-components.css */

.mb-32{
   margin-bottom:32px!important;
}

.mt-32{
   margin-top:32px;
}

.social-side-navigation-item {
   display:flex;
   align-items:center;
   gap:8px;
}

.social-side-navigation-item span{
   text-decoration:underline;
}

#social-left-sidebar-menu li{
   border-top:1px solid #E3E6E5;
   padding:16px 0;
}

#social-left-sidebar-menu li:last-child{
   border-bottom:1px solid #E3E6E5;
}


@media (min-width: 768px) {
    .events-page .custom-section {
        padding-bottom: 0;
    }

    .single-event-page .custom-section {
        padding-bottom: 0;
    }
}


@media (min-width: 768px) and (max-width: 991px) {

    .events-page .custom-section {
        margin-bottom: 32px;
    }

    .single-event-page .custom-section {
        margin-bottom: 32px;
    }
}