.slides {
  font-family: "Inter", sans-serif;
}

/* Slide 2 (#73) */
.rotated {
  transform: rotate(20deg);
}

/** Override the <li> formatting via class="list" on the <ul> or <ol> */
ul.list,
ul.list > li,
ol.list,
ol.list > li {
  list-style: outside;
}

/* desktop and bigger */
@media (min-width: 1024px) {
  img.banner {
    width: 50%;
  }
}
/* tablet landscape and smaller */
@media (max-width: 1023px) {
  img.banner {
    width: 75%;
  }
}
/* tablet portrait and smaller */
@media (max-width: 768px) {
  img.banner {
    width: 100%;
  }
}

.inline-icon {
  width: 1em;
  height: 1em;
  vertical-align: center;
}

/* Careers page: tighten spacing above open positions */
#openings .wrap {
  padding-top: 0px;
  padding-bottom: 200px;
}

/* Workable job widget */
#whr_embed_hook {
  text-align: left;
}
#whr_embed_hook .whr-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
#whr_embed_hook .whr-item {
  padding: 1.2em 1.5em;
  margin-bottom: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  touch-action: manipulation;
}
#whr_embed_hook .whr-item:hover,
#whr_embed_hook .whr-item:active {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
#whr_embed_hook .whr-item a {
  text-decoration: none;
  color: inherit;
}
#whr_embed_hook .whr-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.3em;
}
#whr_embed_hook .whr-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
  opacity: 0.6;
  font-size: 0.9em;
}
#whr_embed_hook .whr-info span {
  font-weight: 500;
}
