.pr-firm {
  margin: 0 0 1.5rem;
  padding: 8px 0;
  border-top: 3px solid #444;
  font-size: 1.0625rem;
  color: #444;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Work Sans", "Open Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.buttonlabel {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.buttonlabel + label {
  cursor: pointer;
  display: inline-block;
  background: #f6f7f7;
  color: #2271b1;
  border: 1px solid #2271b1;
  border-radius: 3px;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
}
.buttonlabel:checked + label {
  color: white;
  background: #2271b1;
}

.pr_choices {
  display: flex;
  gap: 0 clamp(1em, 2.5vw, 5em);
  align-items: baseline;
  transition: 0.2s all;
}
@media (max-width: 782px) {
  .pr_choices {
    flex-wrap: wrap;
    overflow: auto;
    max-height: 100vh;
  }
  .pr_choices.disabled {
    max-height: 0;
  }
}
.pr_choices.disabled {
  opacity: 0;
  pointer-events: none;
}
.pr_choices h2 {
  margin-bottom: 10px;
}
.pr_choices h2 + p {
  margin-top: 0;
}
.pr_choices .sgb-wrap-field {
  display: flex;
  gap: inherit;
  flex-wrap: inherit;
}
.pr_choices .description {
  margin: 0.5em 0 1em;
  line-height: 1;
  display: grid;
  grid-template-columns: 1.5em auto;
}
.submitbox .pr_choices {
  gap: 0.5em 1em;
  position: relative;
  padding: 0.5em 0;
  align-items: center;
}
.submitbox .pr_choices.show-info {
  padding-bottom: 3.5em;
}
.pr_choices .tier-choice {
  width: 11em;
}
.pr_choices .tier-choice .button-primary {
  width: 100%;
  font-weight: bold;
  color: white;
  background: #2271b1;
  font-size: 1.25em;
  text-align: center;
  text-decoration: none;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
.pr_choices .tier-choice.disabled a {
  border-color: #ccc;
  background: #ccc;
  pointer-events: none;
}
.pr_choices .tier-choice.disabled label {
  color: #aaa;
  border-color: transparent;
  pointer-events: none;
}
.submitbox .pr_choices .tier-choice {
  width: auto;
}
.pr_count .pr_choices {
  display: none;
}

.js .hide-if-js, .no-js .hide-if-no-js {
  display: none;
}

#wp-admin-bar-new-pressrelease {
  display: none;
}

.single-pressrelease .entry-content img {
  max-width: min(300px, 100%);
}
