/* WordPress-specific overrides */

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.lang a,
.lang span {
  color: var(--text-subtle);
  font-size: 13px;
  font-weight: 600;
}

.lang a.is-active,
.lang span.is-active {
  color: var(--text);
}

.nav-main .menu,
.nav-main ul {
  display: contents;
}

.carousel__track {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.carousel__track::-webkit-scrollbar {
  display: none;
}

.tabs .tab {
  text-decoration: none;
}

.search form,
.dropdown__menu form {
  margin: 0;
}

.dropdown__menu form button {
  width: 100%;
  text-align: left;
}

.wp-block-image img {
  border-radius: var(--radius-lg);
}
