/****************************
Business licence
****************************/

/****************************
The offer
****************************/

.businessOffer {
    border: 1px solid var(--rule-strong);
    border-top: 2px solid var(--ink);
    margin-top: 48px;
    max-width: 40rem;
    padding: 24px;
}

@media (min-width: 700px) {
    .businessOffer {
        padding: 32px;
    }
}

.businessOfferHead {
}

.businessOfferHeadName {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.businessOfferHeadPrice {
    align-items: baseline;
    color: var(--claret);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.businessOfferHeadPriceAmount {
    font-family: var(--font-display);
    font-size: 44px;
    font-variant-numeric: tabular-nums lining-nums;
    font-weight: 700;
    line-height: 1;
}

.businessOfferHeadPriceInterval {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
}

.businessOfferHeadFor {
    color: var(--ink-70);
    font-family: var(--font-serif);
    font-size: 15px;
    line-height: 1.6;
    margin-top: 16px;
}

.businessOfferGrant {
    border-top: 1px solid var(--rule);
    margin-top: 24px;
    padding-top: 24px;
}

.businessOfferGrantHeading {
    color: var(--claret);
}

.businessOfferGrantList {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

/* Rule between rows rather than bullets. */
.businessOfferGrantListItem {
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 0;
}

.businessOfferGrantListItem + .businessOfferGrantListItem {
    border-top: 1px solid var(--rule);
}

.businessOfferAction {
    border-top: 1px solid var(--rule);
    margin-top: 24px;
    padding-top: 24px;
}

.businessOfferActionButton {
    width: 100%;
}

@media (min-width: 600px) {
    .businessOfferActionButton {
        width: auto;
    }
}

.businessOfferActionNote {
    color: var(--ink-45);
    font-family: var(--font-sans);
    font-size: 12px;
    margin-top: 12px;
}

/****************************
The terms
****************************/

/* The operative document, one click from the price. */
.businessTerms {
    border-bottom: 1px solid var(--rule);
    border-top: 1px solid var(--rule);
    margin-top: 48px;
}

/* The marker is the UA triangle, kept rather than replaced. */
.businessTermsSummary {
    color: var(--ink);
    cursor: pointer;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 20px 0;
}

.businessTermsSummary:hover {
    color: var(--claret);
}

.businessTermsBody {
    padding-bottom: 32px;
}

/* Set apart from the sales copy above it. */
.businessManage {
    background-color: var(--parchment);
    margin-top: 64px;
    padding: 32px 24px;
}

@media (min-width: 700px) {
    .businessManage {
        padding: 40px;
    }
}

.businessManageHeading {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
}

.businessManageText {
    color: var(--ink-70);
    font-family: var(--font-serif);
    font-size: 15px;
    line-height: 1.7;
    margin-top: 12px;
}

.businessManageLink {
    margin-top: 24px;
}

/****************************
Foot of the terms page
****************************/

@media (min-width: 600px) {
}

/* Takes its whole appearance from the .button utility. */
