/**
 * Price
 */

.no-js .PlatformCalculator__priceDisplay p {
    opacity: 0;
}

.PlatformCalculator__priceDisplay {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    margin-bottom: 1em;
    padding: 2.2em 0.3em;
    border-radius: 5px;
    color: var(--white);
    text-align: center;
    background-color: var(--sapphire);
}

.PlatformCalculator__priceDisplayTitle {
    display: none;
}

.PlatformCalculator__price {
    display: block;
    font-family: var(--fam-headings);
    font-size: var(--size-h-large);
    line-height: var(--lineHeight-headings);
}

.PlatformCalculator__price--main {
    font-size: var(--size-h-xhuge);
    line-height: var(--lineHeight-headings-huge);
}

.PlatformCalculator__priceMonthLabel {
    display: block;
}

.PlatformCalculator__pricePlus {
    display: block;
    margin: 0.5em auto 0.5em;
    font-family: var(--fam-headings);
    font-weight: bold;
    color: var(--tropical);
}

.PlatformCalculator__vat {
    margin-bottom: 0;
    font-size: var(--size-small);
    color: var(--white);
}

.PlatformCalculator__priceApp {
    display: none;
}

.PlatformCalculator__priceApp--visible {
    display: block;
}

.PlatformCalculator__priceOneOff--app {
    display: block;
}
