.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;
}