.content-standards-options textarea {
    resize: none;
    height: 100px;
    max-height: 100px;
    overflow: auto;
    width: 500px;
}

.content-standards-options .radiogroup > label,
.content-standards-options .checkboxgroup > label {
    margin-right: 15px;
    white-space: nowrap;
}

.content-standards-options .cs_eg {
    font-family: monospace;
    font-style: normal;
    margin-left: 3px;
    background: rgba(0,0,0,.08);
    padding: 0 3px;
}

.content-standards-options .tab {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #999;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.content-standards-options .tab:first-of-type::after,
.content-standards-options .tab:last-of-type::after {
    position: absolute;
    bottom: -1px;
    display: block;
    content: '';
    height: 1px;
    border-bottom: 1px solid #999;
}

.content-standards-options .tab:first-of-type::after {
    left: -10px;
    width: 10px;
}

.content-standards-options .tab:last-of-type::after {
    right: -200px;
    width: 200px;
}

.content-standards-options .tab + .tab {
    margin-left: -1px;
}

.content-standards-options .tab.selected {
    border-bottom: none;
    padding-top: 15px;
}

.content-standards-options .tab:not(.selected) {
    color: #0073aa;
    background: rgba(0,0,0,.06);
}

.content-standards-options .tab:not(.selected):hover {
    background: rgba(0,0,0,.12);
}

.content-standards-options .input-error + p.description::before {
    display: block;
    content: 'Invalid value – please check and correct.';
    font-style: normal;
    background: #ffebe8;
    border: 1px solid #ebb7b7;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5px;
}

#content-standards-meta-box .feedbacklist > li {
    margin: 0;
    padding: 0;
    display: block;
}

#content-standards-meta-box li + li > .stats {
    margin-top: 20px;
}

#content-standards-meta-box .stats li {
    list-style-type: none;
    margin: 0;
    padding: 5px 5px 5px 15px;
    display: block;
    position: relative;
}

#content-standards-meta-box .stats li + li,
#content-standards-meta-box .feedbacklist > li + li {
    border-top: 1px solid #EEE;
}

#content-standards-meta-box .stats li b,
#content-standards-meta-box .box .title {
    font-style: normal;
    font-weight: 400;
}

#content-standards-meta-box .stats li em,
#content-standards-meta-box .box .count {
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    right: 5px;
}

#content-standards-meta-box .stats li em:not(.noformat),
#content-standards-meta-box .box .count,
#content-standards-meta-box > h2 > span::after {
    padding: 1px 3px;
    border-radius: 3px;
    background: rgba(0,0,0,.04);
    text-align: center;
    min-width: 22px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05) inset;
}

#content-standards-meta-box > h2 > span:not([data-feedback-total='0'])::after {
    content: attr(data-feedback-total);
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
    min-width: 10px;
    top: -1px;
    position: relative;
    color: #666;
}

#content-standards-meta-box > h2 > span[data-feedback-total='0']::after,
#content-standards-meta-box > h2 > span[data-feedback-total='']::after,
#content-standards-meta-box > h2 > span:not([data-feedback-total])::after {
    display: none;
}

#content-standards-meta-box .box .title {
    color: #0073aa;
    font-weight: bold;
}

#content-standards-meta-box .box > .heading {
    display: block;
    position: relative;
    padding: 5px 5px 5px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#content-standards-meta-box .box > .heading:hover {
    background: #F5F5F5;
}

#content-standards-meta-box .box > .heading::before {
    content: "\f140";
    font-family: dashicons;
    width: 15px;
    display: block;
    float: left;
    color: #72767c;
    font-weight: 400;
}

#content-standards-meta-box .box > .toggle:checked + .heading::before {
    content: "\f142";
}

#content-standards-meta-box .box > .toggle {
    display: none;
}

#content-standards-meta-box .box > .toggle:not(:checked) ~ ul.matches {
    display: none;
}

#content-standards-meta-box .box::before {
    content: attr(data-title);
}

#content-standards-meta-box .matches {
    padding: 5px 0;
}

#content-standards-meta-box .matches > li {
    padding: 1px 5px 1px 15px;
    position: relative;
    cursor: pointer;
}

#content-standards-meta-box .matches > li::before {
    content: '•';
    display: block;
    position: absolute;
    left: 5px;
    color: #92969c;
}

#content-standards-meta-box .matches > li:hover {
    background: #F5F5F5;
}

#content-standards-meta-box .matches em {
    font-style: normal;
    padding: 0 1px;
    margin: 0 -1px;
}

#content-standards-meta-box .matches em:not(.cs--check) {
    background-color: #fdf0c0;
}

#content-standards-meta-box .matches .cs_sentencelength {
    display: -webkit-box;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

#content-standards-meta-box #cs_box_cs_rawlink .matches > li {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content-standards-meta-box #content-standards-meta-styleguide-button-container {
    text-align: right;
    padding-top: 5px;
}

#content-standards-meta-box .toggle-popout-style {
    vertical-align: bottom;
}

#content-standards-meta-box .toggle-popout-style .dashicons {
    width: 15px;
    height: 15px;
    font-size: 15px;
    float: left;
    line-height: inherit;
}

#content-standards-meta-box.popout-style { 
    position: fixed;
    top: 75px;
    left: 165px;
    z-index: 99999999;
    width: 280px;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    height: 400px;
    min-height: 200px !important;
}

#content-standards-meta-box.popout-style h2 {
    padding: 10px 15px;
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    background: #F5F5F5;
}

#content-standards-meta-box.popout-style > button.handlediv {
    display: none;
}

#content-standards-meta-box.popout-style .inside { 
    overflow-y: auto;
    margin: 0;
    height: calc(100% - 40px);
    box-sizing: border-box;
}

#content-standards-meta-box .popout-name::after {
    content: 'Pop out';
    margin-left: 2px;
}

#content-standards-meta-box.popout-style .popout-name::after {
    content: 'Pop in';
}

#content-standards-meta-box .modal-container {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0,0,0,.6);
}

#content-standards-meta-box .modal-dialog {
    background: #fefefe;
    border: #666 solid 1px;
    border-radius: 3px;
    position: absolute;
    left: 100px;
    right: 100px;
    top: 60px;
    bottom: 60px;
    z-index: 100001;
}

#content-standards-meta-box .modal-dialog h1 {
    font-size: 23px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

#content-standards-meta-box .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    line-height: 24px;
    padding: 13px 30px;
    background: #f5f5f4;
}

#content-standards-meta-box .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 24px;
    padding: 13px 20px;
    font-size: 23px;
    text-decoration: none;
}

#content-standards-meta-box .modal-header .btn-close:hover {
    background: rgba(0,0,0,.1);
}

#content-standards-meta-box .modal-body {
    overflow-y: auto;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 30px 30px 30px;
}

#content-standards-meta-box .modal-body p,
#content-standards-meta-box .modal-body li {
    font-size: 14px;
}

#content-standards-meta-box .modal-body h2 {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
}

#content-standards-meta-styleguide-modal .section {
    margin-bottom: 2em;
}

#content-standards-meta-styleguide-modal ul > li {
    padding-left: 12px;
    position: relative;
}

#content-standards-meta-styleguide-modal ul > li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #92969c;
}

#content-standards-meta-styleguide-modal ul ul,
#content-standards-meta-styleguide-modal ol ol,
#content-standards-meta-styleguide-modal ul ol,
#content-standards-meta-styleguide-modal ol ul {
    margin-top: 6px;
}

#content-standards-meta-styleguide-modal .pref {
    display: inline-block;
    margin-right: 20px;
    min-width: 80px;
}

#content-standards-meta-styleguide-modal .introduction {
    margin-bottom: 2em;
}

body.content-standards-modal-open { /* Prevent window "underneath" from scrolling */
    overflow: hidden;
}

body.content-standards-modal-open #wpbody {
    z-index: 99999;
}

body.content-standards-modal-open .components-notice-list {
    z-index: 0;
}

#content-standards-meta-checkbox {
    font-size: 12px;
    padding: 5px 5px 10px 15px;
    color: #666;
}

#content-standards-meta-checkbox input {
    float: right;
    margin: 0;
}

#content-standards-meta-box .cs--highlight {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

p.content-standards-settings-actions {
    position: relative;
}

a.content-standards-settings-upgrade {
    position: absolute;
    left: 220px;
}

a.content-standards-upgrade::before {
    content: '★';
    color: #c9491f;
    display: inline-block;
    margin-right: 2px;
}

.content-standards-meta-upgrade-container {
    padding: 0 0 15px 15px;
    clear: both;
    text-align: left;
}

a.content-standards-meta-upgrade { 
    font-size: 12px;
}

@-webkit-keyframes hvr-pulse-grow {
    to { opacity: 0; background: #000000; }
}

@keyframes hvr-pulse-grow {
    to { opacity: 0; background: #000000; }
}

/* */

.block-library-rich-text__tinymce {
    z-index: 0;
}

/* */
.ui-resizable-helper { 
    border: 1px dotted #00F;
}

.ui-resizable-handle {
  background-color: #AAA;
  width: 5px;
  height: 5px;
  position: absolute;
  font-size: 0.1px;
  z-index: 99999; 
  display: block;
}

.ui-resizable-s { 
    cursor: s-resize; 
    height: 5px; 
    width: 100%; 
    bottom: -5px; 
    left: 0;
}