/* Skip-link skal være focusable og synlig ved tab */
html body a.skip-link.screen-reader-text:focus,
html body a.skip-link.screen-reader-text:focus-visible,
html body a.skip-link:focus,
html body a.skip-link:focus-visible {
    position: fixed !important;
    top: 8px !important;
    left: 8px !important;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    background: #000 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    z-index: 99999 !important;
    text-decoration: underline !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    border-radius: 4px !important;
    display: block !important;
    overflow: visible !important;
    white-space: nowrap !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Online booking-knapper: pink baggrund kræver hvid tekst */
a.elementor-button.elementor-size-xs,
a.elementor-button.elementor-size-sm,
a.elementor-button.elementor-size-xs .elementor-button-text,
a.elementor-button.elementor-size-sm .elementor-button-text,
a.elementor-button.elementor-size-xs .elementor-button-content-wrapper,
a.elementor-button.elementor-size-sm .elementor-button-content-wrapper {
    color: #ffffff !important;
}
