.menu--main-buttons ul {
  display: flex;
  padding: 0;
}

.menu--main-buttons .menu__item {
  list-style: none;
  padding-inline-end: 1rem;
}

.menu--main-buttons .menu__item:last-of-type {
  padding-inline-end: 0;
}

.menu--main-buttons .menu__item .button {
  justify-content: center;
  width: 100%
}

.views-table .views-field-moderation-state span {
  background-color: grey;
  border-radius: 9999px;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  padding: 0.3em 1em;
  text-align: center;
  width: 100%;
}

nav.pager {
  grid-column: auto!important;
}

.views-table .moderation-state__new span {
  background-color: #013888;
}

.views-table .moderation-state__draft span {
  background-color: red;
}

.views-table .moderation-state__published span {
  background-color: green;
}

.views-table .moderation-state__request-archive span {
  background-color: orange;
}

.views-table .moderation-state__scheduled-for-publishing span {
  background-color: #4169E1; /* lighter blue than new */
}

.views-table .moderation-state__scheduled-for-publishing span:before {
  content: "\f017"; /* Font Awesome clock icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

.views-table .moderation-state__scheduled-for-archiving span {
  background-color: #FFA500; /* lighter orange than request-archive */
}

.views-table .moderation-state__scheduled-for-archiving span:before {
  content: "\f017"; /* Font Awesome clock icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.5em;
}

#views-exposed-form-employee-block-1 .form-item {
  display:inline;
}

#views-exposed-form-employee-block-1 .form-actions {
  display:inline;
}

.container {
  max-width: unset!important;
}

.page-wrapper {
  max-width: unset!important;
}

.menu--main-buttons .menu--level-1 {
  margin-inline-start: unset!important;
}

.text-content, .cke_editable {
  font-family: unset!important;
}

/* Dashboard margins and paddings */

#block-zinkpower-theme-page-title,
nav.menu--main-buttons,
.path-frontpage .block-field-blocknodepagebody,
.path-frontpage .layout{
  margin-block-end: 1rem;
}

.view {
  gap:0!important;
}

.view .views-table {
  margin-block: 0!important;
}

.block__title {
  margin-block: var(--sp2) 0!important;
  font-size: var(--font-size-l)!important;
}

/* Search */
.block-search-wide__wrapper,
.block-search-wide__container {
  max-width: unset!important;
}

.node_search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.node_search-results li {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
}
