@media (min-width: 48em) {
    .tm-tile--subhome .tm-tile__body-top {
        min-height: 0;
    }

    .tm-tile--subhome .tm-tile__body-bottom {
        min-height: 0;
    }
}

.ta-price--left-aligned.ta-price--small .ta-price__top {
    font-size: 1.2rem;
}

.ta-price--left-aligned .ta-price__top {
    font-weight: 300;
}

.ta-price--left-aligned.ta-price--small .ta-price__center strong {
    font-size: 4.6rem;
}

.ta-price--left-aligned.ta-price--small .ta-price__center span {
    font-size: 1.8rem;
    font-weight: 300;
}
.ta-price--left-aligned.ta-price--small .ta-price__center div {
    font-size: 1.2rem;
    font-weight: 300;
}

.ta-price--left-aligned.ta-price--small .ta-price__bottom {
    font-size: 1.2rem;
    font-weight: 300;
    display: grid;
    justify-items: start;
}

@media (min-width: 80em) {
    .ta-tag {
        font-size: 1.2rem;
    }
}

.ta-price--left-aligned.ta-price--small .ta-tag {
    font-size: 1.2rem;
}
