@media screen and (max-width: 1200px) {
  body.enhanced_listing_page .enhanced-card-view .view-filters ~ .small.card__block {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body .create-new-content-button a {
    top: -60px;
  }
  body .create-new-content-button a {
    width: 30px;
    height: 30px;
    background-size: 30px !important;
  }
  .download-btn + .files-field.more-link {
    right: 0;
    left: auto;
  }
  body.enhanced_listing_page div.view-filters {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .create-new-content-button a {
    background-size: 24px !important;
    width: 24px !important;
    /* height: 24px !important; */
    height: 25px !important;
  }
  body.enhanced_listing_page .enhanced-card-view .view-filters ~ .small.card__block {
    border-radius: 12px;
  }
  body .create-new-content-button a {
    top: -46px;
  }
  .create-new-content-button a:hover {
    background-size: 24px !important;
  }
  body.enhanced_listing_page .enhanced-card-view .view-filters ~ .small.card__block {
    width: auto;
  }
  body.enhanced_listing_page .main-container {
    padding-bottom: 36px;
  }
  /* body .create-new-content-button a:hover { */
  /* border: 1px solid var(--primary-color); */
  /* } */
  .download-btn + .files-field.more-link {
    right: 0;
    left: auto;
  }
  body.enhanced_listing_page div.view-filters {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 539px) and (max-width:540px) {
  .view-list-calender {
    max-width: 430px;
    margin: auto;
  }
  body .create-new-content-button a {
    right: 43px;
  }
}
