.joy-bibel-suche-link {
    background: var(--joy-bibel-suche-bg, #fff3b0);
    border: 0;
    border-radius: .28em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: var(--joy-bibel-suche-text, #4a2b00);
    cursor: help;
    display: inline;
    padding: .08em .22em;
    text-decoration: none;
    transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.joy-bibel-suche-link:hover,
.joy-bibel-suche-link:focus,
.joy-bibel-suche-link.is-active {
    background: var(--joy-bibel-suche-hover-bg, #ffe17d);
    color: var(--joy-bibel-suche-text, #4a2b00);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,0,0,.12);
}

.joy-bibel-suche-popup {
    background: var(--joy-bibel-suche-popup-bg, #ffffff);
    border: 1px solid var(--joy-bibel-suche-popup-border, rgba(0,0,0,.16));
    border-radius: var(--joy-bibel-suche-popup-radius, 12px);
    box-shadow: var(--joy-bibel-suche-popup-shadow, 0 14px 34px rgba(15, 23, 42, .18));
    box-sizing: border-box;
    color: var(--joy-bibel-suche-popup-text, #1f2933);
    display: block;
    font-size: 14px;
    left: 0;
    line-height: 1.55;
    max-width: min(var(--joy-bibel-suche-popup-width, 360px), calc(100vw - 20px));
    opacity: 0;
    padding: var(--joy-bibel-suche-popup-padding, 14px);
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 0;
    transform: translateY(4px);
    transition: opacity .12s ease, transform .12s ease;
    visibility: hidden;
    white-space: normal;
    width: max-content;
    z-index: 999999;
}

.joy-bibel-suche-popup.is-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.joy-bibel-suche-popup::before {
    background: var(--joy-bibel-suche-popup-bg, #ffffff);
    border-left: 1px solid var(--joy-bibel-suche-popup-border, rgba(0,0,0,.16));
    border-top: 1px solid var(--joy-bibel-suche-popup-border, rgba(0,0,0,.16));
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
}

.joy-bibel-suche-popup.is-above::before {
    border: 0;
    border-bottom: 1px solid var(--joy-bibel-suche-popup-border, rgba(0,0,0,.16));
    border-right: 1px solid var(--joy-bibel-suche-popup-border, rgba(0,0,0,.16));
    bottom: -6px;
    top: auto;
}

.joy-bibel-suche-popup-header {
    align-items: center;
    display: flex;
    gap: 9px;
    justify-content: space-between;
}

.joy-bibel-suche-popup-header-left {
    justify-content: flex-start;
}

.joy-bibel-suche-popup-header-right {
    justify-content: space-between;
}

.joy-bibel-suche-popup-header-no-icon {
    justify-content: flex-start;
}

.joy-bibel-suche-popup-icon {
    align-items: center;
    color: var(--joy-bibel-suche-header-icon-color, #1F3A60);
    display: inline-flex;
    flex: 0 0 auto;
    height: var(--joy-bibel-suche-header-icon-size, 18px);
    justify-content: center;
    width: var(--joy-bibel-suche-header-icon-size, 18px);
}

.joy-bibel-suche-popup-icon svg {
    display: block;
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 100%;
}

.joy-bibel-suche-popup-title {
    color: var(--joy-bibel-suche-popup-title, #1F3A60);
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.joy-bibel-suche-popup-divider {
    background: var(--joy-bibel-suche-popup-divider, #E5E7EB);
    height: 1px;
    margin: 9px 0 10px;
    width: 100%;
}

.joy-bibel-suche-popup-body p {
    margin: 0 0 8px;
}

.joy-bibel-suche-popup-body p:last-child {
    margin-bottom: 0;
}

.joy-bibel-suche-verse-number {
    color: var(--joy-bibel-suche-popup-title, #1F3A60);
    font-weight: 700;
    margin-right: .25em;
}

.joy-bibel-suche-popup-note {
    border-top: 1px solid var(--joy-bibel-suche-popup-divider, #E5E7EB);
    color: #667085;
    font-size: 12px;
    margin-top: 9px;
    padding-top: 8px;
}

@media (hover: none) {
    .joy-bibel-suche-link { cursor: pointer; }
}

.joy-bibel-suche-link.joy-bibel-suche-no-highlight {
    background: transparent;
    border-radius: 0;
    color: inherit;
    padding: 0;
    text-decoration: none;
    box-shadow: none;
}

.joy-bibel-suche-link.joy-bibel-suche-no-highlight:hover,
.joy-bibel-suche-link.joy-bibel-suche-no-highlight:focus,
.joy-bibel-suche-link.joy-bibel-suche-no-highlight.is-active {
    background: transparent;
    color: inherit;
    box-shadow: none;
    outline: none;
}
