.eh-versandhinweis {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 56px 14px 24px;
    background: var(--eh-versand-bg, #1c1c1c);
    color: var(--eh-versand-color, #ffffff);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);
}

.eh-versandhinweis__text {
    max-width: 1200px;
}

.eh-versandhinweis__close {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: inherit;
    font: inherit;
    font-size: 27px;
    line-height: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0.8;
}

.eh-versandhinweis__close:hover,
.eh-versandhinweis__close:focus-visible {
    opacity: 1;
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.eh-versandhinweis[hidden] {
    display: none;
}

@media (max-width: 600px) {
    .eh-versandhinweis {
        min-height: 62px;
        padding: 12px 48px 12px 14px;
        font-size: 13px;
    }

    .eh-versandhinweis__close {
        right: 10px;
    }
}
