h2 {
    font-size: 18px !important;
    line-height: 1.1 !important;
    margin-bottom: 8px !important;
    color: var(--foreground-primary) !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

dl {
    dt {
        font-weight: 500;
    }
    dd {
        margin-left: 20px;
        margin-bottom: 15px;
        font-style: italic;
    }
}

article {
    font-size: 16px;
    padding: 40px 50px 50px 50px;
    margin: 10px auto;
    @media screen and (max-width: 800px) {
        padding: 25px 25px 50px 25px;
    }
}
.upsell-section {
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 40px 65px 50px 65px;
    background-color: #0f84401c;
    border-radius: 1rem;
    @media screen and (max-width: 800px) {
        padding: 40px 20px 50px 20px;
    }
}

.upsell-section p {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 500;
}

.upsell-button {
    all: unset;
    background-color: var(--action-primary);
    color: var(--white);
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: var(--standard-box-shadow);
    margin-top: 40px;
    transition: 0.1s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.upsell-button:hover {
    opacity: 0.8;
    cursor: pointer;
}
