/* Local task links: View / Edit / Outline / Translate, etc. */
body .block-local-tasks-block,
body [id$="-local-tasks"] {
  margin: 0 0 1.25rem;
}

body .block-local-tasks-block ul.tabs,
body [id$="-local-tasks"] ul.tabs {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0;
  list-style: none !important;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cdd9d8 !important;
}

body .block-local-tasks-block .tabs__tab,
body [id$="-local-tasks"] .tabs__tab {
  display: block !important;
  margin: 0 !important;
  list-style: none !important;
}

body .block-local-tasks-block .tabs__link,
body .block-local-tasks-block .tabs__tab > a,
body [id$="-local-tasks"] .tabs__link,
body [id$="-local-tasks"] .tabs__tab > a {
  display: block !important;
  margin: 0 3px -1px 0 !important;
  padding: 8px 14px !important;
  border: 1px solid #cdd9d8 !important;
  border-radius: 4px 4px 0 0 !important;
  background: #f7fbfa !important;
  color: #006c67 !important;
  text-decoration: none !important;
}

body .block-local-tasks-block .tabs__link:hover,
body .block-local-tasks-block .tabs__link:focus,
body .block-local-tasks-block .tabs__tab > a:hover,
body .block-local-tasks-block .tabs__tab > a:focus,
body [id$="-local-tasks"] .tabs__link:hover,
body [id$="-local-tasks"] .tabs__link:focus,
body [id$="-local-tasks"] .tabs__tab > a:hover,
body [id$="-local-tasks"] .tabs__tab > a:focus {
  background: #eef5f4 !important;
}

body .block-local-tasks-block .tabs__link.is-active,
body .block-local-tasks-block .tabs__tab.is-active > a,
body [id$="-local-tasks"] .tabs__link.is-active,
body [id$="-local-tasks"] .tabs__tab.is-active > a {
  background: #006c67 !important;
  border-color: #006c67 !important;
  color: #fff !important;
  font-weight: 700;
}

body .block-local-tasks-block .tabs__trigger,
body [id$="-local-tasks"] .tabs__trigger {
  display: none !important;
}
