/* Shared primary CTA button style. Matches the 404 "Go home" button. */
.site-button-primary {
  box-sizing: border-box;
  min-height: 50px;
  padding: 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #ff4b1f, #ff6a2a) !important;
  font-size: 16px;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(255, 75, 31, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.site-button-primary:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 38px rgba(255, 75, 31, 0.42);
}

.site-button-primary table {
  width: 100% !important;
  height: 100% !important;
  border-collapse: collapse;
}

.site-button-primary td {
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
}

.t-btn.site-button-primary,
.t-submit.site-button-primary {
  max-width: 100%;
}

.t-submit.site-button-primary {
  min-height: 50px;
}

.t-rec[data-record-type="456"] .instalab-nav-cta.site-button-primary {
  height: 36px;
  min-height: 36px;
  padding: 0 18px !important;
  font-size: inherit;
  font-weight: 700 !important;
  box-shadow: 0 8px 22px rgba(255, 75, 31, 0.28);
}

.t-rec[data-record-type="456"] .instalab-nav-cta.site-button-primary:hover {
  box-shadow: 0 10px 26px rgba(255, 75, 31, 0.36);
}

.t-rec[data-record-type="456"] .instalab-mobile-cta.site-button-primary {
  width: 100%;
  max-width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 14px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  overflow: hidden;
}

@media screen and (max-width: 1120px) and (min-width: 981px) {
  .t-rec[data-record-type="456"] .instalab-nav-cta.site-button-primary {
    height: 34px;
    min-height: 34px;
    padding: 0 14px !important;
    font-size: 13px !important;
  }
}

@media screen and (max-width: 420px) {
  .t-rec[data-record-type="456"] .instalab-mobile-cta.site-button-primary {
    padding: 0 12px !important;
    font-size: 14px !important;
  }
}
