#wsdot-content-cleaner-container {
    position: relative;
    max-width: 90vw;
    font: 400 1rem "Lato", sans-serif;
    color: #222;
    line-height: 1.66;
}

#wsdot-content-cleaner-copy-button {
    -webkit-appearance: button;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100px;
    margin: 16px 0 32px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    font: 400 16px "Lato", sans-serif;
    letter-spacing: 1.6px;
    line-height: 1.66;
    border: none;
    border-radius: 32px;
    background-color: #383a40;
    cursor: pointer;
}

#wsdot-content-cleaner-copy-button.hidden {
    display: none;
}

#wsdot-content-cleaner-copy-button-image {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}

#wsdot-content-cleaner-copy-paste-message {
    font: 400 1rem "Lato", sans-serif;
    color: #595959;
    line-height: 1.66;
    pointer-events: none;
}

#wsdot-content-cleaner-description {
    max-width: 900px;
    margin: 16px 0;
    font: 400 1rem "Lato", sans-serif;
    color: #222;
    line-height: 1.66;
    overflow-x: hidden;
}

#wsdot-content-cleaner-editor {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: 320px;
    margin: 24px 0 16px;
    padding: 24px;
    overflow: auto;
    border: 1px solid #bbb;
    background-color: #fff;
    outline-color: #abcdff !important;
    z-index: 0;
}

#wsdot-content-cleaner-editor > :first-child {
    margin-top: 0;
}

#wsdot-content-cleaner-editor p,#wsdot-content-cleaner-editor ol,#wsdot-content-cleaner-editor ul {
    max-width: 60rem;
    margin: 1rem 0;
    line-height: 1.66;
    overflow-x: hidden;
}

#wsdot-content-cleaner-editor ol,#wsdot-content-cleaner-editor ul {
    padding: 0 0 0 1.25rem;
}

#wsdot-content-cleaner-editor ol li,#wsdot-content-cleaner-editor ul li {
    padding-bottom: 0.33rem;
}

#wsdot-content-cleaner-editor ol li > h3,#wsdot-content-cleaner-editor ul li > h3 {
    margin: 0;
}

#wsdot-content-cleaner-tag-options {
    margin: 0;
}

#wsdot-content-cleaner-tag-options .checkbox-container {
    display: block;
    position: relative;
    max-width: 900px;
    padding-left: 30px;
    margin: 12px 0;
    font: 400 1rem "Lato", sans-serif;
    color: #222;
    line-height: 1.66;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wsdot-content-cleaner-tag-options .checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#wsdot-content-cleaner-tag-options .checkbox-container input[type=checkbox]:checked~span.checkbox-checked {
    background-color: #303030;
}

#wsdot-content-cleaner-tag-options .checkbox-container span.checkbox-checked {
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #444;
    border-radius: 2px;
}

#wsdot-content-cleaner-tag-options .checkbox-container input[type=checkbox]:checked~span.checkbox-checked::after {
    display: block;
}

#wsdot-content-cleaner-tag-options .checkbox-container span.checkbox-checked::after {
    display: none;
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 900px) {
    #wsdot-content-cleaner-editor > ol,#wsdot-content-cleaner-editor >  ul {
        padding-left: 2.5rem;
    }
}