
/* ==============================================================
   RENA V44 — copy cleanup and checkmark alignment
   ============================================================= */

.checks {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-auto-rows: minmax(62px, auto);
  column-gap: 34px !important;
  row-gap: 0 !important;
  align-items: stretch !important;
  border-top: 1px solid rgba(216,236,167,.13);
}

.checks span {
  position: relative !important;
  width: 100%;
  min-width: 0;
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  box-sizing: border-box;
  padding: 15px 12px 15px 38px !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(216,236,167,.13);
  color: #eef3eb;
  font-size: 14px;
  line-height: 1.42 !important;
  text-align: left;
}

.checks span::before {
  content: "" !important;
  position: absolute !important;
  left: 3px !important;
  top: 50% !important;
  width: 11px !important;
  height: 6px !important;
  margin: 0 !important;
  border: 0 !important;
  border-left: 2px solid #d8eca7 !important;
  border-bottom: 2px solid #d8eca7 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-65%) rotate(-45deg) !important;
  transform-origin: center !important;
}

.company-hero > p:empty {
  display: none !important;
}

.company-hero {
  padding-bottom: clamp(72px, 8vw, 120px) !important;
}

.geography > div:first-child > p {
  max-width: 650px;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.7;
}

.office-location-card-v38__info > p:empty {
  display: none !important;
}

.office-location-card-v38__info .office-location-card-v38__details {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .checks {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
  }
  .checks span {
    min-height: 56px !important;
    padding: 13px 8px 13px 36px !important;
    font-size: 13px;
  }
}
