.content-components {
    font-size: 16px;
    padding: 20px;
    position: relative;
    color: #1b2e4b;
    letter-spacing: -0.2px;
}

@media (min-width: 992px) {
    .content-components {
        padding: 25px;
        margin-top: 60px;
        margin-left: 240px;
    }
}

@media (min-width: 1200px) {
    .content-components {
        padding: 30px;
        margin-right: 240px;
    }
}

.content-components .container {
    padding: 0;
    max-width: 780px;
}

.content-components pre[class*="language-"],
.content-components code[class*="language-"] {
    border-color: rgba(72, 94, 144, 0.16);
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    letter-spacing: normal;
    background-color: #f8f9fc;
}
.df-title {
    font-size: 32px;
    font-weight: 400;
    color: #001737;
    letter-spacing: -.5px;
    margin-bottom: 20px;
    text-indent: -2px;
}

@media (min-width: 576px) {
    .df-title {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .df-title {
        font-size: 40px;
        margin-bottom: 35px;
    }
}

.df-lead {
    color: #001737;
    letter-spacing: normal;
}

@media (min-width: 576px) {
    .df-lead {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 45px;
    }
}

@media (min-width: 1200px) {
    .df-lead {
        font-size: 20px;
    }
}

.df-example {
    font-size: 0.875rem;
    letter-spacing: normal;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    position: relative;
}

@media (min-width: 992px) {
    .df-example {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .df-example {
        padding: 25px;
    }
}

.df-example::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -6px;
    left: 5px;
    font-size: 8px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: inherit;
    color: #8392a5;
    padding: 0 5px;
}

.df-example.df-inverse {
    background-color: #1c273c;
    color: rgba(255, 255, 255, 0.7);
    border-width: 0;
}

    .df-example.df-inverse::before {
        background-color: #3b4863;
        top: -16px;
        left: 0;
    }
