.hasepost-google-bevorzugt {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    gap: 8px;
    margin: 0 0 24px;
    max-width: 100%;
    position: relative;
    vertical-align: middle;
}

.hasepost-google-bevorzugt *,
.hasepost-google-bevorzugt *::before,
.hasepost-google-bevorzugt *::after {
    box-sizing: border-box;
}

.hasepost-google-bevorzugt .hasepost-google-bevorzugt__link,
.hasepost-google-bevorzugt .hasepost-google-bevorzugt__link:link,
.hasepost-google-bevorzugt .hasepost-google-bevorzugt__link:visited {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    display: inline-flex;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    gap: 4px;
    line-height: 22px;
    min-height: 32px;
    min-width: 0;
    max-width: 100%;
    padding: 4px 8px;
    text-decoration: none !important;
    transition: border-color 160ms ease, box-shadow 160ms ease;
    white-space: nowrap;
}

.hasepost-google-bevorzugt .hasepost-google-bevorzugt__link:hover,
.hasepost-google-bevorzugt .hasepost-google-bevorzugt__link:focus-visible {
    border-color: #e30613;
    box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.1);
    color: #333;
    text-decoration: none !important;
}

.hasepost-google-bevorzugt__link:focus-visible,
.hasepost-google-bevorzugt__info-button:focus-visible {
    outline: 3px solid rgba(0, 70, 120, 0.28);
    outline-offset: 3px;
}

.hasepost-google-bevorzugt__logo {
    display: block;
    flex: 0 0 18px;
    height: 18px;
    object-fit: contain;
    width: 18px;
}

.hasepost-google-bevorzugt__text {
    display: block;
    min-width: 0;
}

.hasepost-google-bevorzugt__info {
    display: inline-flex;
    flex: 0 0 auto;
    position: static;
}

.hasepost-google-bevorzugt__info-button {
    align-items: center;
    background: #fff;
    border: 1px solid #6d7074;
    border-radius: 50%;
    color: #5a5f64;
    cursor: help;
    display: inline-flex;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    height: 17px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-transform: none;
    width: 17px;
}

.hasepost-google-bevorzugt__tooltip {
    background: #fff;
    border: 1px solid #d7dde6;
    border-radius: 2px;
    bottom: calc(100% + 11px);
    box-shadow: 0 12px 30px rgba(5, 35, 62, 0.18);
    color: #043b66;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    opacity: 0;
    overflow-wrap: break-word;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    left: 0;
    transform: translateY(4px);
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
    visibility: hidden;
    width: 100%;
    z-index: 30;
}

.hasepost-google-bevorzugt__tooltip::before,
.hasepost-google-bevorzugt__tooltip::after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    position: absolute;
    right: 11px;
    top: 100%;
}

.hasepost-google-bevorzugt__tooltip::before {
    border-top: 13px solid #d7dde6;
}

.hasepost-google-bevorzugt__tooltip::after {
    border-top: 12px solid #fff;
    margin-top: -1px;
}

.hasepost-google-bevorzugt__info:hover .hasepost-google-bevorzugt__tooltip,
.hasepost-google-bevorzugt__info:focus-within .hasepost-google-bevorzugt__tooltip {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

@media (max-width: 767px) {
    .hasepost-google-bevorzugt__tooltip {
        font-size: 13px;
        padding: 10px 12px;
    }
}
