.elementor-126 .elementor-element.elementor-element-f658d37{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}html{height:100vh;margin:0;overflow:hidden;}body{height:100vh;overflow:auto;scroll-snap-type:y mandatory;}:root{--page-title-display:none;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}@media(max-width:1024px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}@media(max-width:767px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}/* Start custom CSS *//* Headshot card refinement */
.dmr-headshot-card {
  max-width: 300px;              /* smaller card */
  margin-left: auto;             /* pushes it to the right */
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* Image itself */
.dmr-headshot {
  aspect-ratio: 4 / 5;           /* portrait-friendly */
  object-fit: cover;
  border-bottom: 4px solid var(--reid-yellow);
}

/* Caption styling */
.dmr-headshot-card .dmr-caption {
  text-align: center;
  font-size: 0.9em;
  color: #444;
}

/* Mobile behavior */
@media (max-width: 860px) {
  .dmr-headshot-card {
    max-width: 260px;
    margin: 0 auto;              /* center on mobile */
  }
}
/* Headshot card refinement */
.dmr-headshot-card {
  max-width: 300px;              /* smaller card */
  margin-left: auto;             /* pushes it to the right */
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* Image itself */
.dmr-headshot {
  aspect-ratio: 4 / 5;           /* portrait-friendly */
  object-fit: cover;
  border-bottom: 4px solid var(--reid-yellow);
}

/* Caption styling */
.dmr-headshot-card .dmr-caption {
  text-align: center;
  font-size: 0.9em;
  color: #444;
}

/* Mobile behavior */
@media (max-width: 860px) {
  .dmr-headshot-card {
    max-width: 260px;
    margin: 0 auto;              /* center on mobile */
  }
}/* End custom CSS */