.tinytabs .tabs {
  display: flex;
  flex-flow: row wrap;
  justify-content: end;
  gap: 25px;
  margin: 15px 0;
  border-bottom: 1px solid #eee;
}

.tinytabs .tabs .tab-close {
  position: absolute;
  right: 10px;
}

.tinytabs .tabs .tab {
  font-family: 'Nevis-Bold';
  font-weight: 400 !important;
  font-size: 11px !important;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  position: relative;
}

.tinytabs .tabs .tab:hover {
  color: #666;
}

.tinytabs .tab-section {
  overflow: hidden;
  clear: both;
  display: none;
}

.tinytabs .tab.sel {
  text-decoration: underline;
}

.tinytabs .tab.sel:focus {
  color: #000;
}