/*
Theme Name: MDEQUIP
Theme URI: #
Author: Sitnic Victor
Author URI: https://sitnic.com
Text Domain: mdequip
*/
/* Wide and full width blocks */
.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
  height: 0;
  overflow: hidden;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.school-list-item {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  transition: background 0.13s;
}

.school-list-item.active, .school-list-item:hover {
  background: #e3f0fa;
  font-weight: bold;
}

.school-list-thumb {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  background: #eee;
}

.school-list-info {
  min-width: 0;
  flex: 1 1 auto;
}

#map {
  width: 100%;
  min-height: 350px;
  transition: height 0.15s;
}

@media (max-width: 767.98px) {
  #map {
    height: 60vh !important;
    min-height: 300px;
  }
}
.resource-document-link:hover {
  background-color: #32E096;
}

.nav-item .nav-link {
  color: #fff;
}
.nav-item .nav-link:hover {
  color: #32E096 !important;
}

.language-switcher {
  justify-content: end;
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
}
.language-switcher .lang-item.current-lang a {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.language-switcher .lang-item a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-size: 0.85rem;
}
.language-switcher .lang-item a:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}/*# sourceMappingURL=style.css.map */