/* Component Code Styling CSS */
.component-example {
    border: 1px solid var(--grey-three);
    padding: 20px 15px;
    margin: 50px 0px;
}
.screenshot--image {
    margin: 15px 0px;
}
.highlight {
    background-color: #f9f9f9;
    border: 1px solid var(--grey-three);
    margin-bottom: 20px;
}
.highlight h3 {
    padding: 30px 0px 0px 30px;
    margin-bottom: 0;
}
.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.highlight pre code {
    font-size: inherit;
    color: #000;
    word-wrap: normal;
    word-break: normal;
}
.code-text {
    margin-left: -260px;
    margin-top: -25px;
    float: left;
}

/* Design system template styling
------------------------------------ */
h1.banner--heading-designStandards {
    font-weight: 600;
    color: #fff;
}
.banner--heading-designStandards {
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: 3.5rem; /* 56px */
}
.navigation--card {
    margin-bottom: 25px;
}
.component-collapse-card {
    border-top: 4px solid #012b31; /* Scottish Dark Teal */
    border-left: 1px solid #dfdfdf; /* Grey 3 */
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.component-collapse-card h2 {
    padding-top: 8px;
}

/* Footer
------------------------------------ */
.footer--designStandards {
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 240px;
}
@media (min-width: 320px) {
    h1.banner--heading-designStandards {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 576px) {
    h1.banner--heading-designStandards {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 768px) {
    h1.banner--heading-designStandards {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}
@media (min-width: 992px) {
    h1.banner--heading-designStandards {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}
@media (min-width: 1200px) {
    h1.banner--heading-designStandards {
        font-size: 3rem;
        line-height: 5.375rem;
    }
}
