/* Просто добавьте это в ваш style.css */
#block-sf74-vkladki ul:not(.contextual-links) {
  border-bottom: 1px solid #0071b8 !important;
  display: flex !important;
  list-style: none !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

#block-sf74-vkladki ul:not(.contextual-links) li {
  margin-right: 5px !important;
}

#block-sf74-vkladki ul:not(.contextual-links) a,
#block-sf74-vkladki ul:not(.contextual-links) span {
  background: #f5f5f5 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-radius: 4px 4px 0 0 !important;
  color: #333 !important;
  display: block !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
}

#block-sf74-vkladki ul:not(.contextual-links) a:hover {
  background: #e9e9e9 !important;
}

#block-sf74-vkladki ul:not(.contextual-links) li:first-child span {
  background: white !important;
  border-bottom: 1px solid white !important;
  color: black !important;
  font-weight: bold !important;
  margin-bottom: -1px !important;
}