.cta-container {
    display: flex;
    justify-content: center;
    margin: 0;
}

.whatsapp-cta {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    padding: 1em 2em;
    transition: all .25s ease;
}

.whatsapp-cta .icon {
    display: inline-block;
    max-width: 4em;
}

.whatsapp-cta .icon svg {
    fill: currentColor;
    height: auto;
    width: 100%;
}

.whatsapp-cta .cta-text {
    font-size: 1.5em;
    margin-top: -0.25em;
    padding-left: 1em;
}

.star-rating {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 10rem;
}

.star-bg,
.star-fg {
    flex-wrap: wrap;
    overflow: hidden;
}

.star-bg {
    aspect-ratio: 5/1;
    display: flex;
}

.star-rating .star-fg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    white-space: nowrap;
}

.star-rating .star {
    aspect-ratio: 1/1;
    width: auto;
    height: 100%;
}

.star-fg .star {
    color: var(--e-global-color-secondary);
}

.rating-headline {
    margin-bottom: 1em;
}

.rating-headline strong {
    font-size: 1.5rem;
}

/** moon calender **/
.mondkalender__date,
.mondpausen .subtitle,
.mondkalender__keywords {
    border-bottom: 1px solid #979797;
}

.mondkalender__date,
.mondkalender__phase,
.mondkalender__keywords {
    padding: 0.3em 0;
    font-weight: 300;
}

.mondkalender__phase,
.mondkalender__keywords {
    padding-left: 0.5em;
    padding-right: 0.5em;
}


.mondkalender__date {
    font-size: 1rem;
    line-height: 1rem;
    padding: 1rem;
    font-weight: bold;
}

.mondkalender__phase {
    background-color: rgba(101, 78, 163, 0.1);
}

.mondkalender__keywords {
    text-align: left;
    padding-bottom: .125rem;
    margin-bottom: 1rem;
}

.tip {
    display: flex;
    gap: 1rem;
    padding: 0.2rem 0;
}

.tip__name {
    min-width: 6em;
    font-weight: bold;
    text-align-last: right;
}

.mondpausen {
    margin-top: 3rem;
}

.mondpausen .subtitle {
    margin-bottom: 1em;
}