.periodicity {
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--e-global-color-129cfcf);
}

.price_container {
    display: flex;
    flex-direction: row;
    width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    height: 100%;
    flex-grow: 1;
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0em;
    margin-bottom: -1em;
    margin-left: 0em;
    margin-right: 0em;
    color: var(--e-global-color-e0a0360);
}

.price-top-container {
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-radius: 8px 8px 8px 8px;
    padding-top: 15em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

.price-description {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-8cd6167);
}

.price-description-container {
    
    display: flex;
    margin-top: 0em;
    margin-bottom: -1em;
    margin-left: 0em;
    margin-right: 0em;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;

}

.price-feature-li {
    display: inline;
}

.price-feature-li-content {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-8cd6167);
    transition: color 0.3s;
}

.price-feature-li-icon {
    text-align: var(--e-icon-list-icon-align);
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial);
}

.price-feature-top-container {
    display: flex;
    flex-direction: row;
    width: initial;
    height: 100%;
    flex-grow: 1;
    align-self: stretch;
    justify-content: center;
    flex-basis: auto;
    flex-shrink: 1;
}

.price-feature-ul {
    padding: 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}