/* CTA under calendar on single run club — Clubhouse signup */

.three-col-default .inner-content > .runclub-clubhouse-cta:first-child {
  margin-top: 40px;
}

.three-col-default .runclub-clubhouse-cta {
  margin: 24px 0 38px;
  padding: 22px 22px 24px;
  border-radius: 4px;
  border: 1px solid #d7dade;
  background-color: #f6faf6;
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

.three-col-default .calendar-faqs + .runclub-clubhouse-cta {
  margin-top: 8px;
}

.three-col-default .runclub-clubhouse-cta__text {
  margin: 0 0 18px;
  font-family: "roc-grotesk", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: #04132d;
}

.three-col-default .runclub-clubhouse-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 4px;
  border: none;
  background-color: #96ff94;
  font-family: "roc-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #04132d;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.three-col-default .runclub-clubhouse-cta__btn:hover {
  background-color: #c2ff42;
  color: #04132d;
}

@media (max-width: 767px) {
  .three-col-default .runclub-clubhouse-cta__text {
    font-size: 16px;
  }

  .three-col-default .runclub-clubhouse-cta__btn {
    width: 100%;
  }
}
