.school-full-width-card{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  background-color: white;
  box-shadow: 2px 2px 3px #0000000A;
  border-radius: 16px;
  min-height: 138px;
  padding: 20px 10px;
  margin-bottom: 20px;
  width: 100%;
}

.seal-image{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.school-content{
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.first-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.title{
  font-size: 18px;
  font-weight: bolder;
}

.campus{
  margin-left: auto;
  color: #85868D;
}

.second-row{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.visa-f1{
  margin-left: 15px;
  margin-right: 15px;
}

.third-row{
  margin-top: 10px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist{
  margin-left: auto;
}

.fav-button{
  cursor: pointer;
  min-width: 150px;
  padding-left: 10px;
  padding-right: 10px;
  height: 24px;
  background: #FFFFFF 0 0 no-repeat padding-box;
  border: 1px solid #1565C0;
  border-radius: 3px;
  color: #1565C0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.search-banner-image{
  background-size: cover;
  margin-left: auto;
  width: 100vw;
  margin-right: 0;
  padding: 0;
  height: 80px;
  background: linear-gradient(90deg, rgba(56, 142, 60, 1.0), rgba(254,254,254,0.1)), url('/images/school-search-banner-02.png');
  background-size:cover;
}
