/* PUBLIC GENERAL SETUP */
a {
    /* all: unset;
    text-decoration: underline;
    color: inherit; */
    cursor: pointer;
    border-radius: 2px;
}

.dd-bolig-shop a:not(.elementor-button, .dd-boligcard, .wp-block-button__link, .button, .dd-button) {
    text-decoration: underline;
    color: inherit;
}

.menu-container a {
    text-decoration: unset;
}

a:focus-visible {
    outline: 2px solid var(--dd-color-text);
    outline-offset: 2px;
}

/* @media screen AND (hover:hover) {
    .not-touch-device a:hover {
        color: var(--dd-color-accent);
    }
} */

.dd-wait-for-dom {
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}