/* DIGIKROM Header Banner Manager */
.dkpe-hb {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    line-height: 0;
    background: transparent;
    isolation: isolate;
    animation: none !important;
    transition: none !important;
}

.dkpe-hb--full {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.dkpe-hb__link,
.dkpe-hb__picture,
.dkpe-hb__image {
    display: block;
    width: 100%;
    max-width: none;
}

.dkpe-hb__link {
    line-height: 0;
    text-decoration: none !important;
}

.dkpe-hb__image {
    height: auto;
    margin: 0;
    border: 0;
    box-shadow: none;
    animation: none !important;
    transition: none !important;
}

.dkpe-hb__close {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: clamp(8px, 1.1vw, 22px);
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .54);
    color: #fff;
    font: 400 23px/1 Arial, sans-serif;
    cursor: pointer;
    transform: translateY(-50%);
}

.dkpe-hb__close:hover,
.dkpe-hb__close:focus-visible {
    background: rgba(0, 0, 0, .78);
    color: #fff;
}

.dkpe-hb[hidden] {
    display: none !important;
}
