/*
 * Homepage partner-links heading mark.
 *
 * This is an isolated visual layer for the exact partner section generated by
 * home-addon.js. It replaces only the visible leading arrow with a restrained
 * chain-link mark; it does not alter the partner grid, destination links,
 * HOT entry, route, or any other page.
 */
.sgc-home-shell[data-home-module="homepage"] > .sgc-home-links[data-home-module="partners"] > .sgc-home-links-head > h2 {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin: 0;
  color: transparent;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}

.sgc-home-shell[data-home-module="homepage"] > .sgc-home-links[data-home-module="partners"] > .sgc-home-links-head > h2::before {
  content: '';
  display: block;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  box-sizing: border-box;
  border: 1px solid #f1d8a6;
  border-radius: 7px;
  background-color: #fffaf0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.15 14.85 7.2 16.8a3.25 3.25 0 0 1-4.6-4.6l3.15-3.15a3.25 3.25 0 0 1 4.6 0' stroke='%232f5874' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m14.85 9.15 1.95-1.95a3.25 3.25 0 1 1 4.6 4.6l-3.15 3.15a3.25 3.25 0 0 1-4.6 0' stroke='%232f5874' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='m8.6 15.4 6.8-6.8' stroke='%23e79243' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  box-shadow: 0 3px 7px rgba(117, 85, 39, .10);
}

.sgc-home-shell[data-home-module="homepage"] > .sgc-home-links[data-home-module="partners"] > .sgc-home-links-head > h2::after {
  content: '\53cb\60c5\94fe\63a5';
  color: #172d46;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: .2px;
}
