/* ===== CONTACT PAGE FINAL CLEAN FIX ===== */

/* Desktop + mobile: Contact Emails clean text */
.contact-email-box .email-group {
  margin-bottom: 16px !important;
}

.contact-email-box .email-label {
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin: 0 0 3px 0 !important;
  color: #071327 !important;
}

.contact-email-box .email-group p {
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin: 0 0 2px 0 !important;
  color: #071327 !important;
}

/* Phone link clickable look */
.phone-click-link {
  color: #071327 !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

/* Tablet: stop Elmar/Schalk breaking */
@media screen and (min-width: 701px) and (max-width: 900px) {
  body.contact-page .team-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
  }

  body.contact-page .team-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.contact-page .team-card img,
  body.contact-page img.elmar-mobile-photo,
  body.contact-page img.schalk-mobile-photo {
    width: 100% !important;
    height: 245px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
  }
}

/* Mobile phones only */
@media screen and (max-width: 700px) {
  body.contact-page .team-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }

  body.contact-page .team-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body.contact-page .team-card img {
    width: 100% !important;
    height: clamp(130px, 42vw, 215px) !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
  }

  body.contact-page img.elmar-mobile-photo {
    object-position: center top !important;
  }

  body.contact-page img.schalk-mobile-photo,
  body.contact-page img[src*="schalk"] {
    object-position: center 50% !important;
  }

  body.contact-page .contact-email-box .email-label,
  body.contact-page .contact-email-box .email-group p {
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
  }

  /* Single grey separator lines only */
  body.contact-page .detail-box {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-top: 1px solid #cfdbe7 !important;
  }

  body.contact-page .detail-box:last-child {
    border-bottom: 1px solid #cfdbe7 !important;
  }
}

/* ===== TABLET PHOTO POSITION FIX - ADRI + ROCHELLE ===== */
@media screen and (min-width: 701px) and (max-width: 900px) {
  body.contact-page img[src*="adri"],
  body.contact-page img[alt*="Adri"] {
    object-position: center 35% !important;
  }

  body.contact-page img[src*="rochelle"],
  body.contact-page img[alt*="Rochelle"] {
    object-position: center 35% !important;
  }
}


/* ===== TABLET PHOTO POSITION FIX - ADRI + ROCHELLE MORE DOWN ===== */
@media screen and (min-width: 701px) and (max-width: 900px) {
  body.contact-page img[src*="adri"],
  body.contact-page img[alt*="Adri"] {
    object-position: center 55% !important;
  }

  body.contact-page img[src*="rochelle"],
  body.contact-page img[alt*="Rochelle"] {
    object-position: center 55% !important;
  }
}




/* ===== TABLET PHOTO POSITION FIX - ADRI + ROCHELLE ===== */

@media screen and (min-width: 701px) and (max-width: 900px) {

  body.contact-page img[src*="adri"],

  body.contact-page img[alt*="Adri"] {

    object-position: center 20% !important; 

  }



  body.contact-page img[src*="rochelle"],

  body.contact-page img[alt*="Rochelle"] {

    object-position: center 20% !important; 

  }

}






/* ===== TABLET PHOTO POSITION FIX - ADRI + ROCHELLE ===== */

@media screen and (min-width: 701px) and (max-width: 900px) {

  body.contact-page img[src*="adri"],

  body.contact-page img[alt*="Adri"] {

    object-position: center 20% !important; 

  }



  body.contact-page img[src*="rochelle"],

  body.contact-page img[alt*="Rochelle"] {

    object-position: center 20% !important; 

  }

}



