.rh-feature[data-astro-cid-auveqdz7]{
  gap:var(--space-6);
  grid-template-columns:1fr;
  align-items:center;
  display:grid;
}
@media (width>=820px){
  .rh-feature[data-astro-cid-auveqdz7]{
    gap:var(--space-12);
    grid-template-columns:1fr 1fr;
  }
  .rh-feature--reverse[data-astro-cid-auveqdz7] .rh-feature__visual[data-astro-cid-auveqdz7]{order:2}
  .rh-feature--reverse[data-astro-cid-auveqdz7] .rh-feature__content[data-astro-cid-auveqdz7]{order:1}
}

.rh-yhteys-tuki__who {
  position: absolute;
  left: 14px;
  right: auto;
  bottom: 14px;
  z-index: 2;
  width: max-content;
  max-width: calc(100% - 28px);
  color: #fff;
  background: #4f55e2;
  padding: 8px 12px;
  border-radius: 8px;
}
.rh-yhteys-tuki__who strong {
  display: block;
  font: 800 16px/1.2 Manrope, sans-serif;
}
.rh-yhteys-tuki__who span {
  display: block;
  margin-top: 3px;
  font: 600 12px/1.3 Manrope, sans-serif;
  opacity: 0.9;
}
@media (max-width: 759.98px) {
  .rh-yhteys-tuki__who {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 6px 10px;
  }
}

/* some-ikonit omalle riville, vasemmalle sähköpostin alle */
.rh-team-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.rh-team-line > a[href^="mailto"] {
  min-width: 0;
  overflow-wrap: anywhere;
}
.rh-team-socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.rh-team-grid a[aria-label] {
  min-width: 28px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 6px 0 0;
}
@media (max-width: 560px) {
  .rh-team-grid a[aria-label] {
    min-width: 44px;
    min-height: 44px;
  }
}
.rh-team-join {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  width: 100%;
  box-sizing: border-box;
  padding: 28px 22px;
  border-radius: 24px;
  background: #4f55e2;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.rh-team-join__title {
  font: var(--text-h3);
  color: #fff;
  display: block;
}
.rh-team-join__text {
  font: var(--text-body);
  color: rgba(255,255,255,0.92);
  margin-top: 12px;
  display: block;
  max-width: 16rem;
  line-height: 1.45;
}
.rh-team-join:hover { filter: brightness(1.06); }
