[class*="-block-wrap"] {
  font-family: "SF Pro Text", "Helvetica", sans-serif;
  font-size: 13px; }

[class*="-block-wrap"] .head {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  [class*="-block-wrap"] .head p {
    font-weight: bold; }

[class*="-block-wrap"] input,
[class*="-block-wrap"] select,
[class*="-block-wrap"] textarea {
  display: block;
  width: 100%;
  padding: 5px;
  height: 42px;
  border: 1px solid #e2e4e7; }

[class*="-block-wrap"] code {
  display: block;
  width: 100%;
  padding: 5px;
  height: 42px; }

[class*="-block-wrap"] textarea {
  height: 64px; }

.swp-dashicon.dashicons-arrow-up,
.swp-dashicon.dashicons-arrow-down {
  margin-right: 14px;
  cursor: pointer; }

.social-warfare-block-wrap input,
.social-warfare-block-wrap select {
  width: 100%; }

/* Common styles for SWP Gutenberg blocks. */
[class^="wp-block-social-warfare"] .head {
  min-height: 55px; }

[class^="wp-block-social-warfare"] svg {
  width: 24px;
  height: 24px; }

.swp-block-icon {
  margin: 0 28px 0 14px;
  font-size: 18px;
  width: 32px;
  height: 32px; }

[class^="wp-block-social-warfare"] .head {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }

.is-selected [class^="wp-block-social-warfare"].swp-active-block .head {
  border-bottom: 1px solid #e2e4e7; }

.swp-active-block {
  height: 100%; }
  .swp-active-block .swp-inner-block-50 {
    width: 50%;
    display: inline-block;
    padding: 0 1px; }
  .swp-active-block .head > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row no-wrap;
        flex-flow: row no-wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .swp-active-block .head .swp-block-icon,
  .swp-active-block .head .swp-block-title {
    display: inline-block; }
  .swp-active-block p {
    margin: 25px 0 5px 0; }
  .swp-active-block .head p {
    margin: initial; }

.swp-inactive-block {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  /* The preview displayed when the block is not active. */ }
  .swp-inactive-block .swp-preview {
    background: #F5F5F5;
    width: 100%;
    display: block;
    font-family: 'SF Pro Text', 'Helvetica', sans-sans-serif;
    font-size: 13px;
    padding: 15px;
    border-radius: 4px; }
  .swp-inactive-block .swp-dashicon {
    margin: 0 14px; }

.click-to-tweet-block-wrap textarea[name="tweetText"] {
  border-top-right-radius: 0px; }

.click-to-tweet-block-wrap .block-characters-remaining {
  font-size: 16px;
  font-weight: normal;
  color: white;
  padding: 5px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background: #30394F;
  margin: 0;
  float: right;
  max-width: 200px;
  padding: 5px 15px;
  position: relative;
  font-size: 13px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.click-to-tweet-block-wrap .block-characters-remaining.over-limit {
  background: #EE464F;
  color: #fff; }