.scd-hero {
    background-color: var(--heptacom-primary);
    color: #fff;
}

.scd-hero h1,
.scd-hero h2,
.scd-hero p {
    color: #fff;
}

.scd-eyebrow {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--heptacom-accent);
    margin-bottom: 1rem;
}

.scd-card {
    height: 100%;
    background: #fff;
}

.scd-card h3,
.scd-card .h3 {
    font-size: 1.333rem;
    line-height: 1.4rem;
    padding-bottom: 0.6rem;
}

.scd-term {
    font-family: "jaf-domus-titling-web", sans-serif;
    color: var(--heptacom-secondary);
}

.scd-glossary dt {
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: 400;
    color: var(--heptacom-primary);
    font-size: 1.111rem;
    margin-top: 1.25rem;
}

.scd-glossary dt .scd-abbr {
    color: var(--heptacom-secondary);
}

.scd-glossary dd {
    font-family: "din-2014", sans-serif;
    font-weight: 300;
    color: var(--heptacom-primary);
    margin-bottom: 0.25rem;
}

.scd-pill {
    display: inline-block;
    border-radius: 50rem;
    padding: 0.2rem 0.9rem;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    background-color: var(--heptacom-light);
    color: var(--heptacom-primary);
    margin: 0 0.35rem 0.5rem 0;
}

.scd-pill.is--accent {
    background-color: var(--heptacom-accent);
    color: var(--heptacom-primary);
}

.scd-compare-card {
    border-top: 4px solid var(--heptacom-grey);
}

.scd-compare-card.is--oidc {
    border-top-color: var(--heptacom-secondary);
}

.scd-isnt {
    border-left: 4px solid var(--heptacom-accent);
    background-color: var(--heptacom-light);
}

.scd-icon-dot {
    display: block;
    font-family: "jaf-domus-titling-web", sans-serif;
    font-weight: 500;
    font-size: 1.111rem;
    line-height: 1;
    color: var(--heptacom-primary);
    margin-bottom: 0.75rem;
}

.scd-byline {
    font-family: "din-2014", sans-serif;
    font-weight: 300;
}

/* Make inline text links clearly recognisable as links */
.scd-link,
.scd-glossary a,
.scd-isnt a {
    color: var(--heptacom-secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.scd-link:hover,
.scd-glossary a:hover,
.scd-isnt a:hover {
    color: var(--heptacom-secondary);
    text-decoration: underline;
    font-weight: 600;
}
