/* =========================================================
   GEMEINSAME KÜCHENLINKS
   ========================================================= */

.rb-cuisine-link {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;

    transition:
        border-color 0.15s ease,
        opacity 0.15s ease;
}

.rb-cuisine-link:hover {
    border-bottom-color: currentColor;
}

.rb-cuisine-link:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 3px;
}

.rb-cuisine-separator {
    margin: 0 4px;
    opacity: 0.55;
}

/* =========================================================
   RESTAURANTSEITEN – GEMEINSAME THEME-OVERRIDES
   ========================================================= */

/* Links innerhalb der Restaurantseite nicht unterstreichen. */
.rb-restaurant-page a,
.rb-restaurant-page a:hover,
.rb-restaurant-page a:visited {
    text-decoration: none !important;
}

/* Vom Theme ausgegebenes Beitragsbild auf Restaurantseiten ausblenden. */
.single-restaurant .post-thumbnail,
.single-restaurant .entry-thumbnail,
.single-restaurant .featured-image,
.single-restaurant .wp-post-image {
    display: none !important;
}
