.scc-settings-card-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.scc-settings-card-title .highlighted {
    font-weight: 800;
    color: #314bf8;
}

textarea.scc-textarea-field {
    overflow: auto;
    padding: 5px 6px;
    line-height: 1.4;
    resize: vertical;
    width: 100%;
}

.scc-settings-card-inner {
    padding-left: 40px;
    padding-right: 40px;
}

.scc-form-field {
    margin-bottom: 20px;
}

.scc-form-field label {
    display: block;
}

.scc-form-field .sccbutton {
    width: auto;
}

.scc-media-uploader-image {
    max-width: 200px;
    border: 1px solid #007cba;
    position: relative;
    margin-top: 10px;
}

.scc-media-uploader-image img {
    width: 100%;
    height: auto;
}

.scc-media-uploader-remove {
    position: absolute;
    right: 0;
    top: 0;
    background-color: blue;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
}