#sseo_title_pattern {
  width: 100%;
  max-width: 666px;
}

.sseo-input-placeholder {
  cursor: pointer;
  font-size: 11px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 6px;
  border-radius: 3px;
  line-height: 1;
}

.sseo-input-placeholder + .sseo-input-placeholder {
  margin-left: 3px;
}

.sseo-form-table li label,
.sitemap__content li label {
  min-width: 200px;
  width: 200px;
  display: inline-block;
}
.sseo-form-table label.header,
.sitemap__content label.header {
  font-weight: 600;
}

.sitemap-exclude {
  display: flex;
}

.sitemap-exclude__wrapper {
  margin-top: 2em;
}

.sseo-btn {
  background: rgba(0, 0, 0, 0.04);
  margin: auto;
  padding: 1em;
  border: 1px solid;
  margin-left: 1em;
  margin-right: 1em;
}

.length-info {
  display: inline-block;
  float: right;
  width: 15%;
  text-align: right;
  font-size: 12px;
}

#sseo-meta-editor {
  float: left;
  width: 50%;
}

.sseo-plugin-editor {
  display: inline-block;
  padding: 1em;
  background-color: #fff;
}

#sseo-preview {
  float: right;
  width: 48%;
}

#sseo-title,
#sseo-metadescription {
  width: 100%;
  padding: 5px;
  line-height: 1.5;
  resize: none;
}

#sseo-google-preview-wrapper {
  border: 1px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 37px 20px;
  max-width: 600px;
}

#sseo-preview-title,
#sseo-preview-url,
#sseo-preview-metadescription {
  display: block;
  color: #1a0dab;
  font-family: arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-decoration: none;
}

#sseo-preview-url {
  color: #006621;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  margin: 2px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

#sseo-preview-metadescription {
  color: #545454;
  font-size: 13px;
  line-height: 18.2px;
}

#sseo-preview-url-arrow {
  position: relative;
  top: 11px;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #006621;
}

pre code {
  background-color: #eee;
  border: 1px solid #999;
  display: block;
  padding: 20px;
}

