/* Restrained article footer; theme type, familiar account navigation. */
.nhf-interactions { clear: both; margin: 2rem 0; padding: 1.5rem 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; }
.nhf-interaction-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.nhf-interactions .nhf-interaction-button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 44px; padding: .6rem 1rem; margin: 0; border: 1px solid #b8b8b8; border-radius: 4px; background: #fff; color: #252525; font: inherit; font-weight: 600; line-height: 1.4; cursor: pointer; box-shadow: none; }
.nhf-interactions .nhf-interaction-button:hover { border-color: #252525; background: #f5f5f3; }
.nhf-interactions .nhf-interaction-button[aria-pressed=true] { border-color: #22772b; background: #eff8ef; color: #1c6424; }
.nhf-interactions .nhf-interaction-button:disabled { cursor: default; opacity: .6; }
.nhf-interactions svg { width: 19px; height: 19px; flex: 0 0 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.nhf-interactions [aria-pressed=true] svg { fill: currentColor; }
.nhf-like-count { border-left: 1px solid currentColor; padding-left: .6rem; font-variant-numeric: tabular-nums; }
.nhf-interactions .nhf-interaction-status { margin: .6rem 0 0; color: #565656; font-size: .875rem; }
.nhf-interactions .nhf-interaction-status:empty { display: none; }
.nhf-interactions .nhf-interaction-refresh { display: inline-block; margin-top: .4rem; text-decoration: underline; }
.nhf-interactions [hidden] { display: none !important; }
.nhf-interactions button:focus-visible, .nhf-interactions a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--liked-articles a::before {
    --nhf-like-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1.1-1.1a5.5 5.5 0 0 0-7.8 7.8L12 21l8.8-8.6a5.5 5.5 0 0 0 0-7.8Z' stroke='%23030819' stroke-width='1.5'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--nhf-like-icon); mask-image: var(--nhf-like-icon);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--saved-articles a::before {
    --nhf-save-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 3h12v18l-6-4-6 4Z' stroke='%23030819' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: var(--nhf-save-icon); mask-image: var(--nhf-save-icon);
}
