/*! clickbank.css
 *
 *  Styles for clickbank page
 *
 */

.page-pre-selection .content__wrapper {
  transition: all 200ms cubic-bezier(.17, .67, .83, .67);
}
.page__title {
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.7617924528301887rem + 3.0660377358490565vw, 3rem);
  margin-bottom: 1.125rem;
  font-style: italic;
  font-weight: 400;
  max-width: 12.5em;
}
.page__subtitle {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.4056603773584906rem + 0.4716981132075472vw, 1.75rem);
}
.section+.section {
  margin-top: 1rem;
}
p {
  text-align: left;
}
.hr--dotted {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.link {
  text-align: left;
  margin-bottom: 1.5rem;
}
.link__label {
  font-weight: 400;
  font-size: .88888rem;
  text-align: left;
  padding-left: 1rem;
}
.link__field.form-control {
  font-size: 12px;
  height: 3em;
  padding: .5em 1.25em;
  border-width: 2px;
}
#form-generate-links {
  max-width: 555px;
}
.generate-input {
  padding-bottom: 0;
  /*  width: max-content;*/
}
label[for='clickbank-id__input'] {
  margin-bottom: 0;
  margin-right: .5rem;
}
.clickbank-id__body {
  width: 100%;
  max-width: 340px;
}
.clickbank-id__cta {
  padding: 1em;
}
.form-control[readonly] {
  /*  border-color: black;*/
  opacity: 1;
  background-color: #fafafa;
}
.pill {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "Roboto", sans-serif;
  border-radius: 4px;
  padding: .25em .5em;
}
.pill--red {
  color: white;
  background-color: #E41748;
  font-weight: 500;
}
.pill--yellow {
  color: black;
  background-color: #FFE500;
  font-weight: 400;
}
.title-box {
  border-width: 0.2em;
  border-style: solid;
  padding: .5em .5em 0.75em;
}
.link__copy.inline-field {
  padding-left: .5em;
  padding-right: .5em;
  right: .35em;
  top: .35em;
  bottom: .35em;
}
img.clippy {
  position: relative;
  top: 1px;
  width: 13px;
  filter: invert(100%);
}
.section-intro {
  margin-bottom: 2rem;
  text-align: left;
}
.page__subtitle {
  text-align: left;
}
.pointers__item {
  font-weight: 600;
}
.show-on-modal {
  display: none;
}
.hide-on-modal {
  display: inline;
}
.optin__cta {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 59em) {
  .product__figure {
    max-width: none
  }
  .generate-input.v-center {
    -webkit-align-items: center!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  }
}
@media screen and (max-width: 48em) {
  .section-intro {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 42em) {
  .generate-input.flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .generate-input {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }
  label[for=clickbank-id__input] {
    margin-bottom: .5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 33em) {
  .access-copy__cta {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 31em) {
  .cb__actions .ddl {
    display: none;
  }
}
@media screen and (max-width: 27em) {
  .clickbank-id__input.form-control {
    padding: .25em 1em;
    height: 2.75em;
  }
  .clickbank-id__cta.inline-field {
    font-size: 12px;
    top: .3em;
    right: .35em;
    bottom: .325em;
  }
  .link__label {
    padding-left: 0;
  }
}
@media screen and (max-width: 25em) {
  .wrapper {
    width: 100%;
  }
}
@media (prefers-color-scheme: dark) {
  .box--gray {
    background-color: hsl(0, 0%, 11%);
  }
  label {
    color: #999;
  }
  .page__subtitle {
    color: hsl(0, 0%, 85%);
  }
  .form-control[readonly] {
    border-color: #999;
    background-color: #1a1a1a;
  }
  img.clippy {
    filter: invert(0);
  }
}