

.smart-topic-header {
    font-weight: 300;
    color: #fc3752;
}

.smart-topic-subheader {
    margin-top: 1.5rem;
    font-weight: 400;
}

.smart-topic-no-pad {
    padding: 0;
}

.smart-topic-to-upper {
    text-transform: uppercase;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.smart-topic-setup-list li, .smart-topic-steps-list li {
    margin: 20px 0;
    line-height: 2;
}

.smart-topic-list li {
    margin: 20px 0;
    line-height: 1;
    list-style: circle;
}

.text-red {
    color: #fc3752;
}

.smart-topic-code {
    margin: 15px 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
    background: #f8f8f8;
    width: fit-content;
    padding-right: 10%;
    font-weight: 300;
    line-height: 1.5;
}

.smart-topic-console {
    background-color: #3F51B5;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

/* Topic specific */

.smart-topic-connections-image-wrapper {
    width: 95%;
    margin: 0 auto;
}

.smart-topic-connections-image-wrapper img {
    width: 100%;
    height: 80%;
}


@media screen and (min-width: 1200px) {
    .smart-topic-connections-image-wrapper {
        width: 75%;
    }
}

@media screen and (min-width: 1600px) {
    .smart-topic-connections-image-wrapper {
        width: 65%;
    }
}