/* A dedicated, spacious sponsor layout that overrides old WordPress table sizing. */
.page-corporate-sponsors .page-body table {
  width: 100% !important;
  height: auto !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 22px;
  margin: 12px 0 34px;
}

.page-corporate-sponsors .page-body tr {
  filter: drop-shadow(0 10px 22px rgba(8, 59, 102, .09));
}

.page-corporate-sponsors .page-body td {
  vertical-align: middle;
  background: #f5fbfe;
  padding: 28px;
  overflow-wrap: anywhere;
}

.page-corporate-sponsors .page-body td:first-child {
  width: 270px;
  border-radius: 18px 0 0 18px;
  border-right: 1px solid #d6ebf5;
  text-align: center;
}

.page-corporate-sponsors .page-body td:last-child {
  border-radius: 0 18px 18px 0;
  font-size: 17px;
  line-height: 1.7;
}

.page-corporate-sponsors .page-body td:first-child img {
  display: block !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  max-width: 215px !important;
  max-height: 180px !important;
  object-fit: contain;
  margin: 0 auto 14px !important;
  padding: 8px;
  background: #fff;
  box-shadow: none;
}

.page-corporate-sponsors .page-body td:first-child img:last-child {
  margin-bottom: 0 !important;
}

/* The old Heritage logo points to a dead third-party URL; show a clean text mark. */
.page-corporate-sponsors .page-body td:first-child:has(img[alt="Heritage Funeral Homes"]) img {
  display: none !important;
}

.page-corporate-sponsors .page-body td:first-child:has(img[alt="Heritage Funeral Homes"])::before {
  content: "Heritage\A Funeral Homes";
  white-space: pre-line;
  display: grid;
  place-items: center;
  min-height: 130px;
  color: #083b66;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
}

.page-corporate-sponsors .page-body > img {
  float: none !important;
  max-width: 240px;
  margin: 28px 28px 18px 0;
}

@media (max-width: 720px) {
  .page-corporate-sponsors .page-body table,
  .page-corporate-sponsors .page-body tbody {
    display: block;
  }

  .page-corporate-sponsors .page-body tr {
    display: block;
    margin-bottom: 22px;
  }

  .page-corporate-sponsors .page-body td {
    display: block;
    width: 100% !important;
  }

  .page-corporate-sponsors .page-body td:first-child {
    border-radius: 18px 18px 0 0;
    border-right: 0;
    border-bottom: 1px solid #d6ebf5;
    padding: 22px;
  }

  .page-corporate-sponsors .page-body td:last-child {
    border-radius: 0 0 18px 18px;
    padding: 22px;
  }

  .page-corporate-sponsors .page-body td:first-child img {
    max-width: 230px !important;
    max-height: 165px !important;
  }
}
