.inline-style-03{
  padding-top: 36px !important;
}

/* Hero CTAs: reduce size + match site aesthetic */
.inline-style-03 .inline-style-23,
.inline-style-03 .btn--outline-blue{
  padding: 12px 26px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
}
.inline-style-03 .btn--outline-blue{
  border-color: rgba(255,255,255,0.35) !important;
  color: #ffffff !important;
}
.inline-style-03 .btn--outline-blue:hover{
  border-color: rgba(255,255,255,0.6) !important;
}

/* Tiles capsule label: move away from solid blue to a softer gradient */
.ttd-card__pill{
  padding: 8px 14px !important;
  font-size: 13px !important;
  letter-spacing: .05em !important;
  background: #082a55 !important; /* plain dark blue */
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.30) !important;
}

/* Detail sections: spacing between each expanded block */
.ttd-detail{
  margin-top: 28px !important;
}
.ttd-detail + .ttd-detail{
  margin-top: 46px !important;
}
