.sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(226, 222, 215);
  color: rgb(20, 20, 20);
}

/* In-flow reservation matching the source's 70px pre-footer spacer (dc-tpl 142),
   so the fixed bar's footprint is accounted for above the footer. */
.sticky-atc__spacer {
  height: 70px;
}

.sticky-atc__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
}

.sticky-atc__summary {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(20, 20, 20);
}

.sticky-atc__button {
  flex: 0 1 auto;
  padding: 14px 36px;
  border: 0;
  background: rgb(20, 20, 20);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.sticky-atc__button:hover {
  background: rgb(226, 249, 161);
  color: rgb(20, 20, 20);
}
