/* app/assets/stylesheets/about/info/info.css */
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.info {
  padding-top: 30px;
  font-size: 14px;
}
.info h5 {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 4px;
}
.info p,
.info ul,
.info ol {
  margin-bottom: 10px;
}
.info hr {
  border: 0 solid #e4e4e4;
  border-bottom-width: 1px;
  margin: 25px 0;
}
.extra-padding {
  padding-bottom: 15px;
}
.img-center {
  display: block;
  margin: auto;
}
.special-note {
  color: var(--neutral-300);
  line-height: 18px;
}
.key-config__header {
  background-color: grey;
  padding: 10px;
  color: var(--neutral-000);
  text-align: left;
}
.key-config__cell {
  text-align: left;
  padding: 10px;
}
.key-config__cell--boolean {
  color: teal;
}
.key-config__cell--array {
  color: coral;
}
.key-config__cell--integer {
  color: royalblue;
}
.key-config__not-set {
  opacity: 0.5;
  font-style: italic;
}
.key-config__row:nth-child(even) {
  background: #efefef;
}
.subtitle {
  font-size: 28px;
  line-height: 25px;
}
.app-badge--height {
  height: 40px;
}
.app-badge--margin-small {
  margin: 20px 28px 25px 0;
}
.app-badge--margin-large {
  margin: 20px 85px 25px 0;
}
@media screen and (max-width: 1024px) {
  .info .sidebar {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .info .page-nav {
    display: none;
    visibility: hidden;
  }
  .info .page-nav-mobile {
    display: block;
    visibility: visible;
  }
  .info,
  .info__about-us {
    padding: 20px;
  }
}

/* swug-virtual-bundle-specifier://images.fandango.com/fandango-www/screenplay/assets/v2/stylesheets/bundles/about/info/desktop.70nc61jd.css */
/*# sourceMappingURL=desktop.css.map */
