/* Rocket Signs Terms of Sale M&P section
   Revision: 030605026
   Scope: classes prefixed with rs-tos to avoid site-wide bleed.
*/

.rs-tos-wrap {
  max-width: 1120px;
  margin: 0 auto 36px;
  padding: 0 12px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

.rs-tos-hero {
  margin: 0 auto 22px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #202020;
  background: #080808;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
}

.rs-tos-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.rs-tos-panel {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.rs-tos-intro {
  padding: 24px 28px 16px;
  background: linear-gradient(180deg, #fff 0%, #f8f8f8 100%);
  border-bottom: 1px solid #e2e2e2;
}

.rs-tos-intro h1 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.12;
  color: #161616;
  letter-spacing: -.02em;
}

.rs-tos-intro p {
  max-width: 880px;
  margin: 0 0 12px;
  font-size: 16px;
}

.rs-tos-friendly-note {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-left: 6px solid #c9161d;
  background: #fff7e6;
  color: #2b2b2b;
  font-size: 15px;
}

.rs-tos-jumpbox {
  padding: 18px 28px 22px;
  background: #191919;
  color: #fff;
  border-bottom: 4px solid #c9161d;
}

.rs-tos-jumpbox h2 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #fff;
}

.rs-tos-jumplinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rs-tos-jumplinks a {
  display: inline-block;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
}

.rs-tos-jumplinks a:hover,
.rs-tos-jumplinks a:focus {
  background: #c9161d;
  border-color: #c9161d;
  color: #fff;
  text-decoration: none;
}

.rs-tos-content {
  padding: 22px 28px 30px;
}

.rs-tos-content section {
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
}

.rs-tos-content section:last-child {
  border-bottom: 0;
}

.rs-tos-content h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #c9161d;
}

.rs-tos-content h3 {
  margin: 20px 0 8px;
  font-size: 18px;
  color: #222;
}

.rs-tos-content p {
  margin: 0 0 12px;
  font-size: 15px;
}

.rs-tos-content ul {
  margin: 0 0 14px 22px;
  padding: 0;
}

.rs-tos-content li {
  margin: 0 0 7px;
}

.rs-tos-summary {
  margin: 14px 0 0;
  padding: 16px 18px;
  border: 1px solid #dedede;
  border-radius: 12px;
  background: #fafafa;
}

.rs-tos-summary ul {
  margin-bottom: 0;
}

.rs-tos-table-wrap {
  overflow-x: auto;
  margin: 12px 0 18px;
}

.rs-tos-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
}

.rs-tos-table th,
.rs-tos-table td {
  padding: 11px 12px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.rs-tos-table th {
  background: #2a2a2a;
  color: #fff;
  font-weight: bold;
}

.rs-tos-table tr:nth-child(even) td {
  background: #f7f7f7;
}

.rs-tos-backtop {
  margin: 18px 0 0;
  font-size: 13px;
}

.rs-tos-backtop a {
  color: #c9161d;
  text-decoration: none;
  font-weight: bold;
}

.rs-tos-backtop a:hover,
.rs-tos-backtop a:focus {
  text-decoration: underline;
}

.rs-tos-last-updated {
  padding: 16px 0 0;
  color: #666;
  font-size: 13px;
}

@media (max-width: 700px) {
  .rs-tos-wrap {
    padding: 0 8px;
  }

  .rs-tos-intro,
  .rs-tos-jumpbox,
  .rs-tos-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rs-tos-intro h1 {
    font-size: 24px;
  }

  .rs-tos-content h2 {
    font-size: 21px;
  }

  .rs-tos-jumplinks a {
    font-size: 12px;
    padding: 7px 9px;
  }
}
