.gsi_featured_uni_ads_placements_section{
  display: none;
}
/* .gsi-featured-uni-ads-container{
  display: none;
} */
 .gsi-featured-courses-ads-wrapper h2{
  font-weight: 600;
  margin-bottom: 36px;
}
.gsi-fc-ads-single-inst{
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid var(--lavender);
  margin-bottom: 24px;
}
.gsi-fc-ads-single-inst:last-of-type{
  margin-bottom:0;
}
.gsi-fc-ads-header-name h4{
  font-size: 28px;
}
.gsi-fc-ads-single-header{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gsi-fc-ads-single-header strong{
  font-weight: 600;
}
.gsi-fc-header-column{
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.gsi-fc-ads-single-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
}
.gsi-fc-ads-header-ranking{
  margin-right: 136px;
  line-height: 1.3em;
}
.gsi-fc-ads-logo{
  max-width: 167px;
  width: 100%;
  background-color: var(--cool-grey-2);
  border-radius: 4px;
}
.gsi-fc-ads-logo img{
  padding: 12px 25px;
  mix-blend-mode: multiply;
}
.gsi-fc-ads-header-name h4{
  color: var(--cobalt);
  font-weight: 500;
}
.gsi-fc-ads-single-header{
  padding: 32px;
}
.gsi-fc-ads-body-wrapper-expandable{
  margin: 0 32px;
  padding: 32px 0;
  border-top: 1px solid var(--cool-grey-4);
}
.gsi-fc-ads-courses-wrapper{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}
.gsi-fc-ads-single-data h4{
  color: var(--white);
  font-size: 28px;
  line-height: 36px;
  font-weight: 500px;
  margin-bottom: 16px;
}
.gsi-fc-ads-single-course{
  background-color: var(--cobalt);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-image: url('/wp-content/plugins/studyin-featured-universities/assets/img/logo-pattern-green-small.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.gsi-fc-ads-single-meta{
  margin-top: auto;
}
.gsi-fc-ads-single-meta span{
  display: block;
  line-height: 32px;
  color: var(--white);
}
.gsi-fc-ads-single-meta strong{
  font-weight: 600;
}
.gsi-fc-ads-single-data{
  margin-bottom: 16px;
}
.gsi-fc-ads-learnmore{
  margin-top: 16px;
  display: inline-block;
  background-color: var(--mint);
  padding: 12px 24px;
  color: var(--deep-navy);
  border-radius: 8px;
  font-weight: 600;
}
.gsi-fc-ads-learnmore:hover{
  background-color: #cafaa5;
}
.gsi-fc-ads-courses-wrapper{
  margin-bottom: 40px;
}
.gsi-fc-ads-button-wrapper{
 text-align: center;
}
.gsi-fc-ads-all-button{
  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-fc-ads-single-header{
  position: relative;
}
.gsi-fc-ads-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;
}
.gsi-fc-ads-single-header.gsi-fc-ads-single-active::after{
  transform: rotate(0);
  filter: brightness(1);
}
@media (max-width: 1366px){
  .gsi-fc-ads-courses-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 980px){
  .gsi-fc-ads-courses-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .gsi-fc-ads-header-name h4{
    line-height: 1.3em;
  }
}
@media (max-width: 768px){
  .gsi-fc-ads-single-inst{
    margin-bottom: 16px;
  }
  .gsi-fc-ads-header-name h4{
    width: 80%;
  }
  .gsi-fc-ads-logo{
    display: none;
  }
  .gsi-fc-ads-single-header{
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 22.5px;
  }
  .gsi-fc-ads-single-header::after{
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .gsi-fc-ads-single-header.gsi-fc-ads-single-active::after{
    transform: translate(-50%, -50%) rotate(0);
  }
  .gsi-fc-ads-single-header {
    padding: 20px 16px;
  }
  .gsi-fc-ads-body-wrapper-expandable {
    margin: 0 16px;
    padding: 20px 0;
  }
}
@media (max-width: 600px){
  .gsi-fc-ads-courses-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
}