.dsk_demo__section {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid #4B1E78;
}

.dsk_demo__example_paragraph {
    color: #fff;
    font-size: 1rem;
    margin: 1rem 0;
}

.dsk_demo__heading-section-parent {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.dsk_demo__heading-sub {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.dsk_demo__parent_wrapper {
    margin: .5rem 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
    border: 1px solid #191d20;
    color: #fff;
    background-color: #3a3a3a;
}


.dsk_demo__example_wrapper {}

.dsk_demo__example_spacer-blue {
    background-image: repeating-linear-gradient(789grad, #1C00DF 0px 2px, #979797 0 4%);
    border-radius: .5rem;
    /* background-size: 15%; */
}

.dsk_demo__example_spacer-red {
    background-image: repeating-linear-gradient(789grad, #df0047 0px 2px, #979797 0 4%);
    border-radius: .5rem;
    /* background-size: 15%; */
}

.dsk_demo__example_space-grad{
    background: #250fd1;
    background: linear-gradient(90deg, rgba(37, 15, 209, 1) 0%, rgba(37, 9, 121, 1) 35%, rgba(255, 0, 225, 1) 100%);
}

.dsk_demo__example_space-checker {
    background-color: white;
    background-image: linear-gradient(45deg, #CED3D6 25%, transparent 25%), linear-gradient(-45deg, #CED3D6 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.dsk_demo__example_content {
    padding: .5rem .5rem;
    border: 1px solid #191d20;
    color: #000;
    background-color: #e3e3e3;
}


.dsk_demo__example__visual {
    border-bottom: 1px solid #000;
    /* margin: 1rem 0; */
    padding: 1rem;
}

.dsk_demo__example__code {
    /* margin: 1rem 0; */
    padding: 1rem;
    font-weight: 300;

    .dsk_div {
        color: #1D42F2;
    }

    .dsk_class {
        color: #FB157E;
    }

    .dsk_cont {
        font-style: italic;
    }
}