.blog-tabs[hidden], .blog-post[hidden] { display: none !important; }
.blog-tabs button {
  appearance: none;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #555;
  font: inherit;
  padding: 12px 16px;
  min-height: 44px;
  cursor: pointer;
  white-space: nowrap;
}
.blog-tabs button[aria-pressed="true"] { border-color: #202124; color: #202124; font-weight: 700; }
.blog-tabs button:focus-visible { outline: 2px solid #16734c; outline-offset: -2px; }
body.flex-team-layout-page .blog-tabs { display: flex !important; flex-wrap: wrap !important; height: auto !important; gap: 4px !important; }
body.flex-team-layout-page .blog-tabs button { flex: 0 0 auto; width: auto; }
@media (max-width: 767px) {
  body.flex-team-layout-page .landing-table {
    display: table !important;
    table-layout: fixed;
    width: 100% !important;
    min-width: 0 !important;
  }
  body.flex-team-layout-page .landing-table th,
  body.flex-team-layout-page .landing-table td {
    min-width: 0 !important;
    padding: 10px 6px !important;
    font-size: 13px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
}
