.wdb-post-cover {
    position: relative;
    overflow: hidden;
}

.wdb-post-cover-default {
    box-shadow: 0 22px 42px rgba(156,160,185,.4);
    border-radius: 8px;
    width: 640px;
    height: 360px;
}

.wdb-post-cover-preview {
    border-radius: 0;
    width: 100%;
    height: 180px;
}

.wdb-post-cover-background {
    border-radius: 8px;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.wdb-post-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.wdb-cover-caption {
    position: absolute;
    bottom: 8%;
    left: 5%;
    right: 0;
    text-align: center;
    width: 22%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wdb-cover-caption .wdb-cover-initial {
    font-weight: bold;
    display: block;
}

.wdb-cover-caption .wdb-cover-manufacturer,
.wdb-cover-caption .wdb-cover-program {
    display: block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.wdb-cover-caption .wdb-cover-program {
    text-transform: uppercase;
    font-weight: bold;
}

/* Spezifische Styles für den Preview-Zustand */
.wdb-post-cover-preview .wdb-cover-caption {
    /* Hier spezifische Styles für Preview, falls nötig */
}

/* Spezifische Styles für den Default-Zustand */
.wdb-post-cover-default .wdb-cover-caption {
    /* Hier spezifische Styles für Default, falls nötig */
}

.wdb-post-cover-default .wdb-cover-caption .wdb-cover-manufacturer,
.wdb-post-cover-default .wdb-cover-caption .wdb-cover-program {
    font-size: 24px;
    line-height: 1;
}

.wdb-post-cover-preview .wdb-cover-caption .wdb-cover-manufacturer,
.wdb-post-cover-preview .wdb-cover-caption .wdb-cover-program {
    font-size: 13px;
    line-height: 100%;
}

.wdb-post-cover-default .wdb-cover-caption .wdb-cover-initial {
    font-size: 150px;
    margin-bottom: 45px;
    line-height: 0.3;
}

.wdb-post-cover-preview .wdb-cover-caption .wdb-cover-initial {
    font-size: 80px;
    margin-bottom: 25%;
}

.wdb-cover-logo-container {
    background-color: rgba(255,255,255,.875);
    border-radius: 22px;
    margin-bottom: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    transform: scale(75%);
}

.wdb-cover-logo-container .wdb-cover-logo {
    width: 100%;
    height: 100%;
}

.wdb-cover-logo-container .wdb-cover-initial {
    line-height: 1;
    margin-bottom: 0 !important;
    font-size: 130px;
}