.c-appList--addOns {
    margin-top: 0;
}

.c-appList__listTitle {
    margin-bottom: 0.5em;
    font-size: var(--size-medium);
    color: var(--indigo);
}

.c-appList__listSubTitle {
    font-family: var(--fam-text);
    font-size: 0.8077em;
}

.c-appList__item {
    position: relative;
}

.c-appList__container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px 5px 5px 2.7em;
    border-radius: 5px;
    overflow: hidden;
}

.c-appList__icon {
    position: absolute;
    left: 5px;
    width: 2em;
    height: 1.6em;
}

.c-appList__title {
    display: inline-block;
    margin-top: 0.05em;
    margin-bottom: 0;
    font-size: var(--size-medium);
}

.c-appList__title--hasLink {
    color: var(--indigo);
}

.c-appList__container:hover .c-appList__title--hasLink {
    text-decoration: underline;
    color: var(--sapphire);
}

.c-appList__addon {
    display: inline-block;
    margin-top: .5em;
    font-size: .6em;
    text-transform: uppercase;
}

.c-appList__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}

.c-appList__description {
    font-size: var(--size-small);
    margin: .5em 0 1em;
}

.c-appList__pricingContainer {
    padding-top: 0;
    text-align: right;
}
