.gsi-cfrs-institution-block{
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--lavender);
  margin-bottom: 24px;
}
.gsi-cfrs-institution-block:last-of-type{
  margin-bottom:0;
}
.gsi-results-insts-single-header{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gsi-results-insts-single-header strong{
  font-weight: 600;
}
.gsi-fc-header-column{
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.gsi-results-insts-single-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
  padding: 32px;
  position: relative;
}
.gsi-results-insts-single-header::after{
  content: url('/wp-content/plugins/studyin-featured-universities/assets/img/arrow-expand.svg');
  transform: rotate(180deg);
  filter: brightness(0);
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 32px;
}
.single-results-course-card{
  border-radius: 12px;
  border: 1px solid var(--lavender);
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.gsi_exp_details{
  margin-top: auto;
}
.gsi_exp_details span{
  line-height: 32px;
}
.single-results-course-card .gsi_explore_btn{
  margin-top: 18px;
}
.gsi-fc-ads-start-date{
  display: block;
}
.gsi_exp_details_header{
  margin-bottom: 19px;
}
.gsi-results-insts-single-header.gsi-fc-ads-single-active::after{
  transform: rotate(0);
  filter: brightness(1);
}
.gsi_cards_explore_results_wrapper{
  margin: 0 32px;
  padding: 32px 0;
  border-top: 1px solid var(--cool-grey-4);
}
.gsi_cards_explore_results_inner{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 16px;
  column-gap: 16px;
  margin-bottom: 40px;
}
.gsi_cards_explore_results_wrapper{
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.gsi_cards_explore_results_inner h4{
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
.gsi-cfrs-institution-actions{
    text-align: center;
}
.gsi-cfrs-view-university-btn{
  display: inline-block;
  background-color: var(--cobalt);
  color: var(--white);
  padding: 16px 56px 16px 24px;
  border-radius: 12px;
  font-weight: 600;
  background-image: url('/wp-content/plugins/studyin-featured-universities/assets/img/slider-next.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
}
.gsi-results-insts-single-header h4{
    color: var(--cobalt);
    font-weight: 500;
    font-size: 28px;
}
.gsi_search_summary {
    line-height: 1.3em;
}
.gsi_result_sorting_row{
    column-gap: 24px;
}
.gsi_exp_details, .gsi-fc-ads-header-ranking{
  font-size: 18px !important;
}
@media (max-width: 1366px){
  .gsi_cards_explore_results_inner{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 980px){
  .gsi_cards_explore_results_inner{
    grid-template-columns: repeat(2, 1fr);
  }
  .gsi-results-insts-single-header h4{
    line-height: 1.3em;
  }
   .gsi-fc-result-header-name h4{
    line-height: 1.3em;
  }
}
@media (max-width: 768px){
    .gsi-fc-result-header-name h4{
        width: 80%;
    }
    .gsi-results-insts-single-header{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        row-gap: 22.5px;
    }
    .gsi-results-insts-single-header::after{
        top: 50%;
        transform: translate(-50%, -50%) rotate(180deg);
    }
    .gsi-results-insts-single-header.gsi-fc-ads-single-active::after{
        transform: translate(-50%, -50%) rotate(0);
    }
    .gsi-results-insts-single-header {
        padding: 20px 16px;
    }
    .gsi_cards_explore_results_wrapper {
        margin: 0 16px;
        padding: 20px 0;
    }
    .gsi_sort_form .select2.select2-container{
        width: 100% !important;
    }
}
@media (max-width: 600px){
  .gsi_cards_explore_results_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}