.social-links-table {
  display: table;
  width: auto;
  margin-top: 20px;
}

.social-links-table .social-links-row {
  display: table-row;
}

.social-links-table .social-links-row .social-links-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.social-links-link:hover {
  text-decoration: none;
}

.social-links-table .social-links-row .social-links-cell:first-child .social-links-block {
  margin-right: 0;
}

.social-links-table .social-links-row .social-links-cell:last-child .social-links-block {
  margin-left: 0;
}

.social-links-table .social-links-row .social-links-cell .social-links-block {
  width: 180px;
  height: 100px;
  margin: 0 10px;
  font-size: 28px;
  color: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-links-table .social-links-row .social-links-cell .social-links-block .social-link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  top: 0;
}

.social-links-table .social-links-row .social-links-cell .social-links-block:hover .social-link-overlay {
  background-color: rgba(255, 255, 255, 0.2);
}

.instagram-link {
  background-color: #3f729b;
}

.facebook-f-link {
  background-color: #3b5998;
}

.linkedin-link {
  background-color: #0077B5;
}

.youtube-link {
  background-color: #cd201f;
}

.coursera-link {
  background-color: #4286f5;
}

.campus-link {
  background-color: #4286f5;
}

.tiktok-link {
  background-color: #ef2950;
}

.social-links-cell .icon-campus {
  font-size: 32px;
}


/**
* LTR Social Links
*/

html[dir="ltr"] .social-links-table .social-links-row .social-links-cell:first-child .social-links-block {
  margin-left: 0;
  margin-right: 10px;
}

html[dir="ltr"] .social-links-table .social-links-row .social-links-cell:last-child .social-links-block {
  margin-right: 0;
  margin-left: 10px;
}

html.mobile .social-links-table,
body.tau-mobile-v2 .social-links-table {
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

html.mobile .social-links-table .social-links-row,
body.tau-mobile-v2 .social-links-table .social-links-row {
  display: block;
}

html.mobile .social-links-table .social-links-row .social-links-cell,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell {
  display: inline-block;
  width: 19%;
  height: 55px;
}

html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block {
  width: 100%;
  height: 100%;
  margin: 0;
}

html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block img,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block img {
  width: 31.5px;
  height: 18px;
}

html.mobile .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block i,
body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell .social-links-link .social-links-block i {
  padding: 0;
}

@media (max-width: 340px) {
  html.mobile .social-links-table .social-links-row .social-links-cell,
  body.tau-mobile-v2 .social-links-table .social-links-row .social-links-cell {
    margin-left: -1px;
  }
}
