.billing-summary {
    width: 100%;
    color: #1d1d1f;
    padding-bottom: 50px;
    border-bottom: 1px solid #DEDEF9;
    margin-bottom: 25px;
}

.billing-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.5;
}

.billing-row span:last-child{
    text-align: right;
}

.billing-total {
    font-weight: bold;
    margin-top: 0.75rem;
}

.trial-info {
    margin-top: 1.5rem;
    font-size: 18px;
    margin-bottom: 10px;
}

.trial-info p {
    margin: 0;
    line-height: 1.4;
}

.trial-commitment {
    color: #A6A0BB;
    font-weight: 600;
}

.trial-start-date {
    color: #A6A0BB;
    margin-top: 0.25rem;
}
.package-note{
    font-family: "Overused Grotesk", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #8C8C8C;
}
