/* Hopfenlager Service & Legal UI – permanent withdrawal access in Footer v1 only. */
#hlf-v1-footer .hlf-v1-legal > ul > li.hlslui-withdrawal-footer-item {
    margin-top: 6px;
}

#hlf-v1-footer .hlf-v1-legal > ul > li.hlslui-withdrawal-footer-item > a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 5px 10px;
    margin-left: -10px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 6px;
    font-weight: 800;
    text-decoration: none;
}

#hlf-v1-footer .hlf-v1-legal > ul > li.hlslui-withdrawal-footer-item > a:hover,
#hlf-v1-footer .hlf-v1-legal > ul > li.hlslui-withdrawal-footer-item > a:focus-visible {
    border-color: rgba(255,255,255,.55);
    text-decoration: underline;
    text-underline-offset: 3px;
}

#hlf-v1-footer .hlf-v1-legal > ul > li.hlslui-withdrawal-footer-item > a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
