/* Hand-written fixes layered on top of the Webflow export.
   Loaded after artdsp1.webflow.css on canvas.html and canvas/before-you-buy.html. */

/* Intro-price countdown box (see js/price-timer.js) */
.price-timer {
  background-color: #020b1fd4;
  border: 1px solid #ffffff1c;
  border-radius: 20px;
  color: #fff;
  display: block;
  width: fit-content;
  margin: 22px auto -8px;
  padding: 14px 26px;
  font-family: "Arial Rounded Mt Helvetica", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.price-timer-count {
  display: block;
  margin-top: 4px;
  font-size: 38px;
  line-height: 42px;
}

/* Compact single-line version inside the sticky buy-header pill */
.price-timer-header {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 15px;
}

.price-timer-header .price-timer-count {
  display: inline;
  margin: 0 0 0 5px;
  font-size: 13px;
  line-height: 15px;
}

@media screen and (max-width: 479px) {
  .price-timer {
    margin-top: 16px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .price-timer-count {
    font-size: 30px;
    line-height: 34px;
  }
}

/* Hero sits under the absolutely-positioned nav bar; give its content room
   to clear it at every breakpoint (overrides the per-breakpoint 38/76/96px). */
.div-block-7 {
  padding-top: 100px;
}

