@charset "UTF-8";
.editor-styles-wrapper .acf-block-preview a {
  pointer-events: none;
}

.wp-toolbar .ggs-block-no-results, .wp-admin .ggs-block-no-results, .editor-styles-wrapper .ggs-block-no-results {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed currentColor;
  border-radius: 0.25em;
  color: rgba(241, 0, 0, 0.6);
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1em;
  margin-left: auto;
  margin-right: auto;
  min-height: 16px;
  min-width: 16px;
  padding: 2px 6px;
  text-align: center;
  white-space: nowrap;
}
.wp-toolbar .ggs-block-no-results:after, .wp-admin .ggs-block-no-results:after, .editor-styles-wrapper .ggs-block-no-results:after {
  content: "[    ]";
}

.acf-postbox > .postbox-header > h2 {
  font-size: 1.75em !important;
  padding-left: 16px !important;
}

#ggsEpisodeChecker .results-display {
  display: flex;
  gap: 1em;
  max-width: 100%;
}
#ggsEpisodeChecker .results-display > span {
  background-color: darkslategrey;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  white-space: nowrap;
}
#ggsEpisodeChecker .results-display > span.check {
  background-color: green;
}
#ggsEpisodeChecker .results-display > span.check:before {
  display: inline-block;
  content: "✓";
  margin-right: 0.25em;
}
#ggsEpisodeChecker .results-display > span.check:not(.is-set-1) {
  background-color: red;
}
#ggsEpisodeChecker .results-display > span.check:not(.is-set-1):before {
  content: "×";
}

.ggs-copypaste-btn.acf-field-message {
  height: 100%;
}
.ggs-copypaste-btn.acf-field-message .acf-label {
  line-height: 1em !important;
  margin-bottom: 0.5em !important;
}
.ggs-copypaste-btn.acf-field-message .acf-label label {
  font-size: 1.5em;
}
.ggs-copypaste-btn.acf-field-message .acf-input {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.ggs-copypaste-btn.acf-field-message .acf-input .ggs-copypaste-desc {
  min-width: 11em;
}
.ggs-copypaste-btn.acf-field-message .acf-input button {
  justify-content: center !important;
  margin-left: 1.5em;
  margin-top: -1em;
  min-width: 7em;
  white-space: normal;
}

#ggs-id-modal, .ggs-id-modal {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  max-height: 100vh;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
}
#ggs-id-modal.show, .ggs-id-modal.show {
  display: block;
}
#ggs-id-modal textarea, #ggs-id-modal input[type=text], .ggs-id-modal textarea, .ggs-id-modal input[type=text] {
  font-size: 0.8rem;
}
#ggs-id-modal textarea, .ggs-id-modal textarea {
  height: 8em;
  margin: 1em 0;
  max-width: 100%;
}
#ggs-id-modal .ggs-id-inner, .ggs-id-modal .ggs-id-inner {
  background-color: white;
  border-radius: 0.5rem;
  display: block;
  margin: min(10rem, 5vh) auto;
  padding: 2rem 4rem;
  position: relative;
  width: min(800px, 100vw - 4rem);
}
#ggs-id-modal .ggs-id-inner #ggs-id-input-wrapper, .ggs-id-modal .ggs-id-inner #ggs-id-input-wrapper {
  display: flex;
  flex-direction: column;
  justify-items: stretch;
  border-bottom: 1px solid #999;
  padding-bottom: 1.5rem;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form, .ggs-id-modal .ggs-id-inner table.ggs-id-form {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form td, #ggs-id-modal .ggs-id-inner table.ggs-id-form th, .ggs-id-modal .ggs-id-inner table.ggs-id-form td, .ggs-id-modal .ggs-id-inner table.ggs-id-form th {
  border-bottom: 1px #999 solid;
  border-top: 1px #999 solid;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form tr.ggs-disable, .ggs-id-modal .ggs-id-inner table.ggs-id-form tr.ggs-disable {
  background-color: #f8f8f8;
  color: #999;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form tr th, .ggs-id-modal .ggs-id-inner table.ggs-id-form tr th {
  margin: 0 -1em;
  text-align: left;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form tr th, .ggs-id-modal .ggs-id-inner table.ggs-id-form tr th {
  font-size: 0.8em;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form tr th:last-child, .ggs-id-modal .ggs-id-inner table.ggs-id-form tr th:last-child {
  width: 60%;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form tr th, #ggs-id-modal .ggs-id-inner table.ggs-id-form tr td, .ggs-id-modal .ggs-id-inner table.ggs-id-form tr th, .ggs-id-modal .ggs-id-inner table.ggs-id-form tr td {
  padding: 0.85rem;
}
#ggs-id-modal .ggs-id-inner table.ggs-id-form input[type=text], .ggs-id-modal .ggs-id-inner table.ggs-id-form input[type=text] {
  width: calc(100% - 1rem);
}
#ggs-id-modal .ggs-id-inner span.ggs-id-close, .ggs-id-modal .ggs-id-inner span.ggs-id-close {
  align-items: center;
  color: #999;
  cursor: pointer;
  display: inline-flex;
  font-size: 2rem;
  height: 1em;
  justify-content: center;
  line-height: 1em;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1em;
}
#ggs-id-modal .ggs-id-inner span.ggs-id-close:hover, .ggs-id-modal .ggs-id-inner span.ggs-id-close:hover {
  color: #000;
}
#ggs-id-modal .ggs-id-inner .ggs-id-footer, .ggs-id-modal .ggs-id-inner .ggs-id-footer {
  border-top: 1px solid #999;
  text-align: right;
  padding-top: 1rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
#ggs-id-modal[data-ggs-status] #ggs-id-no-match, .ggs-id-modal[data-ggs-status] #ggs-id-no-match {
  display: none;
}
#ggs-id-modal[data-ggs-status] .ggs-id-footer .ggs-id-clear, #ggs-id-modal[data-ggs-status] .ggs-id-footer #ggsSetValues, .ggs-id-modal[data-ggs-status] .ggs-id-footer .ggs-id-clear, .ggs-id-modal[data-ggs-status] .ggs-id-footer #ggsSetValues {
  display: none;
}
#ggs-id-modal[data-ggs-status="1"] #ggs-id-no-match, .ggs-id-modal[data-ggs-status="1"] #ggs-id-no-match {
  display: block;
}
#ggs-id-modal[data-ggs-status="2"] tfoot, .ggs-id-modal[data-ggs-status="2"] tfoot {
  display: none;
}
#ggs-id-modal[data-ggs-status="2"] .ggs-id-footer .ggs-id-clear, #ggs-id-modal[data-ggs-status="2"] .ggs-id-footer #ggsSetValues, .ggs-id-modal[data-ggs-status="2"] .ggs-id-footer .ggs-id-clear, .ggs-id-modal[data-ggs-status="2"] .ggs-id-footer #ggsSetValues {
  display: inline-flex;
}

#dashboard_right_now .post-count.post-count-episode a:before, #dashboard_right_now .post-count.post-count-episode span:before {
  content: "\f482";
}
#dashboard_right_now .post-count.post-count-sponsor a:before, #dashboard_right_now .post-count.post-count-sponsor span:before {
  content: "\f487";
}

/*# sourceMappingURL=editor-style.css.map */
