/**
WIP: may be move into Fe/CSS
 */
a.cta::after {
    content: "→";
}
/* All link color */
a {
    color: #128271;
}

/**
RTE re-style
 */
div.position-relative div.frame div.right ul p {
    margin: 0;
}

/**
Content elements
 */
div.product-list div.frame-type-amapharmsite_nutritiontable {
    display: none;
}
/** content-elements */
.ce-full-width {
    width: 100%;
}

.ce-margin-auto {
    margin: auto;
}

/**
Powermail
 */
input.powermail_input.text-field.w-input {
    height: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
}

/**
Products stage
 */
div.produkt-gallery-stage div.product-card a {
    color: inherit;
    text-decoration: none;
}

.frame-layout-1 .box50.flex-center h2 {
    width: 100%;
}