
div.tabs {
  margin: 1em 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs > li {
  display: inline-block;
  margin-right: 0.3em; /* LTR */
}

[dir="rtl"] .tabs > li {
  margin-right: 0;
  margin-left: 0.3em;
}

.tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #fff;
}

.tabs a.is-active {
  background-color: #eee;
  color: #333;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
}

.block--clickability-local-tasks {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}
