/************************************************************
 * NODE 303 BODY — QUICK LINKS LIST (BLUE CIRCLE + WHITE ARROW)
 ************************************************************/

/* Remove native bullets */
article[data-history-node-id="303"]
.block-field-blocknodehero-pagebody
.field--name-body ul {
  list-style: none !important;
  margin: 0 0 1rem 0;
  padding-left: 0 !important;
}

/* List item spacing */
article[data-history-node-id="303"]
.block-field-blocknodehero-pagebody
.field--name-body ul li {
  list-style: none !important;
  margin-bottom: 0.5rem;
}

/* Hide stubborn markers (Olivero safety) */
article[data-history-node-id="303"]
.block-field-blocknodehero-pagebody
.field--name-body ul li::marker {
  content: "" !important;
  color: transparent !important;
}

/* Arrow badge before link */
article[data-history-node-id="303"]
.block-field-blocknodehero-pagebody
.field--name-body ul li a::before {
  content: "➔";
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;
  margin-right: 8px;

  border-radius: 50%;
  background-color: rgb(5, 128, 163); /* WCYD blue */
  color: #ffffff;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  transform: translateY(-1px); /* optical alignment */
}

/* Optional hover polish */
article[data-history-node-id="303"]
.block-field-blocknodehero-pagebody
.field--name-body ul li a:hover::before {
  background-color: #034659; /* darker blue on hover */
}
