
/* Final family section fix: white block, circular photo with yellow outline only */
.ge-family-white-circle-section,
.ge-family-white-circle-section .u-sheet,
.ge-family-white-circle-section .u-layout-wrap,
.ge-family-white-circle-section .u-layout,
.ge-family-white-circle-section .u-layout-row,
.ge-family-white-circle-section .u-layout-cell,
.ge-family-white-circle-section .u-container-layout {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
.ge-family-white-circle-section {
  padding: 45px 0 !important;
}
.ge-family-white-circle-section .u-layout-cell-1,
.ge-family-white-circle-section .u-layout-cell-2 {
  min-height: auto !important;
}
.ge-family-white-circle-section h2,
.ge-family-white-circle-section p {
  color: #071c38 !important;
}
.ge-family-white-circle-section .u-image-circle,
.ge-family-white-circle-section img.u-image-circle {
  border: 10px solid #f7b500 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: transparent !important;
  box-shadow: none !important;
  max-width: 100% !important;
}
.ge-family-white-circle-section .u-image-circle::before,
.ge-family-white-circle-section .u-image-circle::after {
  display: none !important;
}
@media (max-width: 767px) {
  .ge-family-white-circle-section { padding: 30px 0 !important; }
  .ge-family-white-circle-section .u-image-circle,
  .ge-family-white-circle-section img.u-image-circle {
    width: 320px !important;
    height: 320px !important;
    margin: 20px auto !important;
  }
}


/* Strong override: family section stays white; only the circle photo has a yellow outline */
section.ge-family-white-circle-section,
section.ge-family-white-circle-section *,
.ge-family-white-circle-section .u-sheet,
.ge-family-white-circle-section .u-layout-wrap,
.ge-family-white-circle-section .u-layout,
.ge-family-white-circle-section .u-layout-row,
.ge-family-white-circle-section .u-layout-cell,
.ge-family-white-circle-section .u-container-layout {
  background-color: #ffffff !important;
  background-image: none !important;
}
.ge-family-white-circle-section img.u-image-circle {
  border: 10px solid #f6b300 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ge-family-white-circle-section .u-layout-cell-2,
.ge-family-white-circle-section .u-container-layout-2 {
  background: #ffffff !important;
}

/* ===== Force the WHOLE family/circle section full-width white ===== */
section.ge-family-white-circle-section,
.ge-family-white-circle-section,
.ge-family-white-circle-section > .u-sheet,
.ge-family-white-circle-section .u-sheet-1 {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
section.ge-family-white-circle-section::before,
section.ge-family-white-circle-section::after {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
