@media screen and (min-width: 768px) and (max-width: 991px) {
  /* .view-list-calender > .view-header a {
    width: 30px;
    height: 30px;
    background-size: 16px !important;
  } */
  /* a.btn-list-view::before {
    height: 30px;
  } */
  .path-community-events .views-infinite-scroll-content-wrapper {
    margin-bottom: 30px;
  }
  .event_additional_wrapper {
    width: calc(100% - 48px);
    bottom: 24px;
  }
  .views-element-container:has(.view-list-calender) {
    top: 225px;
  }
  body.enhanced_listing_page.path-community-events:not(.group_listing_page) .view-filters {
    margin-bottom: 90px;
  }
  .views-element-container:has(.view-list-calender) {
    right: 42px;
  }
}

@media screen and (max-width: 767px) {
  .card .event_date_loc,
  .like-comment-wrapper > *:not(:last-child) {
    font-size: 10px;
    line-height: 12px;
  }

  .like-comment-wrapper > * {
    font-size: 10px;
    line-height: 12px;
  }
  /* .view-list-calender > .view-header a {
    width: 24px;
    height: 24px;
    background-size: 13px !important;
  } */
  /* a.btn-list-view::before {
    height: 24px;
  } */

  /* Task #383337 27-11-224 */
  .enhanced_listing_page .enhanced-card-view .view-filters input[type="text"] {
    text-align: center;
  }
  .community-events-view .card .teaser__title a {
    min-height: 15px;
  }
  .block-views-blockupcoming-events-block-5 .form-group {
    margin-bottom: 0px;
  }
  .community-events-view .card .teaser__body .grp_desc,
  .card .teaser__body .card__link a {
    font-size: 14px;
    line-height: 17px;
  }

  .path-community-events .event_additional_wrapper .like-comment-wrapper a,
  .path-community-events .event_additional_wrapper .comment_count,
  .event_additional_wrapper .field_content_visibility-public {
    font-size: 10px;
    font-size: 12px;
  }

  .path-community-events .card .event_interest_wrapper .btn-normal {
    min-width: 84px;
  }
  .event_additional_wrapper {
    width: calc(100% - 24px);
    bottom: 12px;
  }
  /* .path-community-events.enhanced_listing_page .card.teaser {
  padding-bottom: 120px;
} */
  a.btn-list-view::before {
    width: 1px;
  }
  .create-new-content-button a:hover {
    background: url(../../../icons/pink/ADD_ICON_hover.svg) no-repeat center;
  }
  .view-list-calender > .view-header a {
    font-size: 12px;
  }
  /* a.btn-list-view {
    border: 1px solid var(--primary-color);
  } */
  /* a.btn-calendar-view {
    border: 1px solid var(--primary-color);
  } */
  body.enhanced_listing_page.path-community-events:not(.group_listing_page) .view-filters {
    margin-bottom: 60px !important;
  }
  .views-element-container:has(.view-list-calender) {
    /* top: 85px; */
    top: 88px;
  }
  .views-element-container:has(.view-list-calender) {
    right: 36px;
  }
}
