/* Golf-inspired heading system inside long-form articles. */
.ha-single .ha-entry h2{position:relative;display:grid;grid-template-columns:23px minmax(0,1fr);align-items:center;column-gap:10px;border-bottom:1px solid #dce4df;padding:0 0 11px}
.ha-single .ha-entry h2::before{content:"\f450";position:static;display:grid;width:23px;height:23px;place-items:center;color:var(--gff-green);font-family:"Font Awesome 6 Free";font-size:20px;font-style:normal;font-weight:900;line-height:1;text-align:center;transform:none}
.ha-single .ha-entry h2:nth-of-type(4n+2)::before{content:"\f024"}
.ha-single .ha-entry h2:nth-of-type(4n+3)::before{content:"\f091"}
.ha-single .ha-entry h2:nth-of-type(4n)::before{content:"\f279"}
.ha-single .ha-entry h2::after{content:"";position:absolute;left:0;bottom:-1px;width:66px;height:2px;border-radius:2px;background:var(--gff-green)}
.ha-single .ha-entry h3{position:relative;display:grid;grid-template-columns:14px minmax(0,1fr);align-items:center;column-gap:10px;padding-left:0}
.ha-single .ha-entry h3::before{content:"";position:static;display:block;width:11px;height:11px;justify-self:center;border:3px solid var(--gff-green);border-radius:50%;background:#fff;box-shadow:3px 3px 0 #d9e9e1;transform:none}
.ha-single .ha-entry h4{position:relative;border-left:3px solid #82a997;margin:1.6em 0 .65em;padding-left:12px;color:#294137;font-size:18px}
@media(max-width:560px){.ha-single .ha-entry h2{grid-template-columns:19px minmax(0,1fr);column-gap:9px;padding-left:0}.ha-single .ha-entry h2::before{width:19px;height:19px;font-size:17px}.ha-single .ha-entry h3{grid-template-columns:12px minmax(0,1fr);column-gap:9px;padding-left:0}.ha-single .ha-entry h3::before{width:10px;height:10px}}
