/**
 * @file
 * Styles for savoir's local tabs.
 */

.tabs a {
  color: #262b30;
}

.tabs a.is-active {
  background-color: white;
}

.tabs li {
  margin-right: -.3em;
  background-color: rgb(245, 247, 247);
  box-shadow: inset 0px -3px 7px 0px rgba(0, 0, 0, 0.07);
}

.tabs li:nth-of-type(1n+2) {
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.tabs li.is-active {
  background-color: white;
  border-radius: 6px;
  margin-top: -5px;
  padding-bottom: 0;
  padding-top: 5px;
  box-shadow: none;
}

.tabs li:last-of-type {
  border-right: 1px solid #d9d9d9;
}
