.tbdc-widget {
  --tbdc-blue: #2c5d7f;
  --tbdc-orange: #ef5938;
  --tbdc-navy: #0c1c42;
  --tbdc-deep: #07142d;
  --tbdc-white: #ffffff;
  --tbdc-muted: #c7d5e2;
  --tbdc-viewport-width: 100vw;
  --tbdc-viewport-offset: 0px;
  position: relative;
  z-index: 1;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: clamp(24px, 4vw, 46px) 0;
  padding: 0 !important;
  border: 0 !important;
  float: none !important;
  clear: both;
  color: var(--tbdc-white);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.45;
  isolation: isolate;
  container-name: tbdc;
  container-type: inline-size;
}

/*
 * Article-column mode is the production default. It remains inside the
 * shortcode's containing block, so adjacent table-of-contents and related
 * content sidebars retain their own space.
 */
.tbdc-widget--width-article {
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: none !important;
}

/*
 * Optional full-viewport placement. JavaScript upgrades this to an exact
 * documentElement.clientWidth measurement so theme padding, sidebars and the
 * browser scrollbar cannot push either edge beyond the visible viewport.
 */
.tbdc-widget--full-bleed {
  right: auto !important;
  left: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: calc(50% - 50vw) !important;
}

.tbdc-widget--full-bleed.tbdc-widget--viewport-managed {
  right: auto !important;
  left: auto !important;
  width: var(--tbdc-viewport-width) !important;
  max-width: var(--tbdc-viewport-width) !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: translate3d(var(--tbdc-viewport-offset), 0, 0) !important;
}

.tbdc-widget *,
.tbdc-widget *::before,
.tbdc-widget *::after {
  box-sizing: border-box;
}

.tbdc-widget h2,
.tbdc-widget p,
.tbdc-widget form,
.tbdc-widget label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tbdc-widget img,
.tbdc-widget svg {
  display: block;
}

.tbdc-widget img {
  max-width: 100% !important;
  height: auto;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tbdc-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  overflow: clip;
  background:
    radial-gradient(circle at 72% -70%, rgba(44, 93, 127, 0.88), transparent 49%),
    linear-gradient(108deg, var(--tbdc-navy) 0%, var(--tbdc-deep) 70%, #102851 100%);
}

.tbdc-widget:not(.tbdc-widget--full-bleed) .tbdc-stage {
  border-radius: clamp(15px, 2vw, 22px);
  box-shadow: 0 18px 52px rgba(4, 15, 36, 0.2);
}

.tbdc-stage::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--tbdc-orange) 22%, #ff8b6e 48%, var(--tbdc-orange) 76%, transparent);
  content: "";
  transform: scaleX(0.84);
  transform-origin: center;
}

.tbdc-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(116px, 150px);
  grid-template-areas: "views visual";
  align-items: center;
  gap: clamp(24px, 3vw, 42px);
  width: min(1280px, calc(100% - clamp(38px, 7vw, 96px)));
  min-height: 154px;
  margin: 0 auto;
  padding: 21px 0;
}

.tbdc-widget--image-left .tbdc-inner {
  grid-template-columns: minmax(116px, 150px) minmax(0, 1fr);
  grid-template-areas: "visual views";
}

.tbdc-view-stack {
  grid-area: views;
  display: grid;
  min-width: 0;
}

.tbdc-view {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
  align-items: center;
  gap: clamp(24px, 3.5vw, 50px);
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 0s linear 260ms,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tbdc-view--capture {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition-delay: 0s;
}

.tbdc-widget.is-complete .tbdc-view--capture {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  pointer-events: none;
  transition-delay: 0s, 260ms, 0s;
}

.tbdc-widget.is-complete .tbdc-view--success {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition-delay: 90ms, 90ms, 90ms;
}

.tbdc-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  max-width: 660px;
}

.tbdc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: inherit !important;
  font-size: 0.67rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.115em !important;
  line-height: 1.3 !important;
  text-overflow: ellipsis;
  text-transform: uppercase !important;
  white-space: nowrap;
}

.tbdc-eyebrow > span {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--tbdc-orange);
  box-shadow: 0 0 0 4px rgba(239, 89, 56, 0.14);
}

.tbdc-title {
  display: -webkit-box;
  max-width: 660px;
  margin-top: 6px !important;
  overflow: hidden;
  outline: none;
  color: var(--tbdc-white) !important;
  font-family: inherit !important;
  font-size: clamp(1.42rem, 2.05vw, 1.95rem) !important;
  font-style: normal !important;
  font-weight: 760 !important;
  letter-spacing: -0.033em !important;
  line-height: 1.08 !important;
  text-wrap: balance;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tbdc-body {
  display: -webkit-box;
  max-width: 620px;
  margin-top: 7px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.69);
  font-family: inherit;
  font-size: 0.84rem;
  line-height: 1.43;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tbdc-body p,
.tbdc-body li {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.tbdc-body p + p {
  margin-top: 0.4em !important;
}

.tbdc-body a {
  color: var(--tbdc-white) !important;
}

.tbdc-visual {
  grid-area: visual;
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
  height: 96px;
  transform: translateZ(0);
}

.tbdc-image-frame,
.tbdc-data-card {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 14px 31px rgba(1, 10, 28, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tbdc-image-frame {
  padding: 5px;
}

.tbdc-image-frame::after,
.tbdc-data-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  content: "";
  pointer-events: none;
}

.tbdc-image-frame img {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  border-radius: 10px !important;
  object-position: center;
}

.tbdc-widget--fit-cover .tbdc-image-frame img {
  object-fit: cover !important;
}

.tbdc-widget--fit-contain .tbdc-image-frame {
  background: rgba(255, 255, 255, 0.97);
}

.tbdc-widget--fit-contain .tbdc-image-frame img {
  padding: 7px !important;
  object-fit: contain !important;
}

.tbdc-image-frame__shine {
  position: absolute;
  inset: -30% auto -30% -38%;
  width: 24%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(4px);
  transform: rotate(14deg) translateX(-250%);
  pointer-events: none;
}

.tbdc-data-card {
  padding: 12px 13px 9px;
  color: var(--tbdc-white);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055));
}

.tbdc-data-card__top {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 8px;
}

.tbdc-data-card__top i,
.tbdc-data-card__top span {
  display: block;
  border-radius: 999px;
}

.tbdc-data-card__top i {
  width: 7px;
  height: 7px;
  background: var(--tbdc-orange);
  box-shadow: 0 0 0 4px rgba(239, 89, 56, 0.12);
}

.tbdc-data-card__top span {
  width: 21px;
  height: 3px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.38);
}

.tbdc-data-card__top span + span {
  width: 12px;
  margin-left: 0;
  opacity: 0.62;
}

.tbdc-data-card svg {
  width: 100%;
  height: 49px;
  margin-top: 3px;
  overflow: visible;
}

.tbdc-data-card__area {
  fill: rgba(239, 89, 56, 0.09);
}

.tbdc-data-card__line {
  fill: none;
  stroke: var(--tbdc-orange);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 210;
  stroke-dashoffset: 0;
  filter: drop-shadow(0 0 5px rgba(239, 89, 56, 0.3));
}

.tbdc-data-card__bars {
  position: absolute;
  right: 12px;
  bottom: 10px;
  display: flex;
  align-items: end;
  gap: 3px;
  height: 21px;
}

.tbdc-data-card__bars i {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.tbdc-data-card__bars i:nth-child(1) { height: 34%; opacity: 0.45; }
.tbdc-data-card__bars i:nth-child(2) { height: 56%; opacity: 0.58; }
.tbdc-data-card__bars i:nth-child(3) { height: 43%; opacity: 0.7; }
.tbdc-data-card__bars i:nth-child(4) { height: 76%; opacity: 0.84; }
.tbdc-data-card__bars i:nth-child(5) { height: 100%; background: var(--tbdc-orange); }

.tbdc-form,
.tbdc-success-action {
  position: relative;
  z-index: 3;
  width: 100%;
  min-width: 0;
}

.tbdc-form {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tbdc-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 9px;
  width: 100%;
  min-width: 0;
}

.tbdc-email-control {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 9px 25px rgba(2, 12, 30, 0.17);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tbdc-email-control:focus-within {
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 3px rgba(239, 89, 56, 0.24), 0 11px 28px rgba(2, 12, 30, 0.2);
  transform: translateY(-1px);
}

.tbdc-email-control__icon {
  display: grid;
  width: 38px;
  height: 100%;
  place-items: center;
  color: var(--tbdc-blue);
  pointer-events: none;
}

.tbdc-email-control__icon svg {
  width: 17px;
  height: 17px;
}

.tbdc-widget input.tbdc-email {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 12px 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  color: var(--tbdc-navy) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 0.91rem !important;
  font-style: normal !important;
  font-weight: 550 !important;
  letter-spacing: normal !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.tbdc-widget input.tbdc-email::placeholder {
  color: #6c7d8e !important;
  opacity: 1 !important;
}

.tbdc-widget input.tbdc-email:-webkit-autofill,
.tbdc-widget input.tbdc-email:-webkit-autofill:hover,
.tbdc-widget input.tbdc-email:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--tbdc-navy) !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 9999s ease-out;
}

.tbdc-widget .tbdc-button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: auto !important;
  min-width: 124px !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 8px 9px 8px 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 11px !important;
  outline: 0 !important;
  color: var(--tbdc-white) !important;
  background: var(--tbdc-orange) !important;
  box-shadow: 0 10px 25px rgba(239, 89, 56, 0.27) !important;
  font-family: inherit !important;
  font-size: 0.82rem !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.005em !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease !important;
}

.tbdc-widget .tbdc-button::before {
  position: absolute;
  inset: -45% auto -45% -38%;
  width: 20%;
  background: rgba(255, 255, 255, 0.22);
  content: "";
  filter: blur(2px);
  transform: rotate(17deg) translateX(-350%);
  pointer-events: none;
}

.tbdc-widget .tbdc-button:hover:not(:disabled),
.tbdc-widget .tbdc-button:focus-visible:not(:disabled) {
  color: var(--tbdc-white) !important;
  background: #f06445 !important;
  box-shadow: 0 13px 29px rgba(239, 89, 56, 0.34) !important;
  transform: translateY(-2px);
}

.tbdc-widget .tbdc-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9) !important;
  outline-offset: 3px !important;
}

.tbdc-widget .tbdc-button:disabled {
  cursor: default !important;
  filter: saturate(0.75);
  opacity: 0.78;
}

.tbdc-button__label {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.tbdc-button__icon {
  position: relative;
  z-index: 2;
  display: inline-grid;
  flex: 0 0 auto;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: var(--tbdc-orange);
  background: var(--tbdc-white);
  transition: transform 170ms ease;
}

.tbdc-button__icon svg {
  width: 16px;
  height: 16px;
}

.tbdc-button:hover:not(:disabled) .tbdc-button__icon,
.tbdc-button:focus-visible:not(:disabled) .tbdc-button__icon {
  transform: translateX(2px);
}

.tbdc-form__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 7px 12px;
  min-height: 17px;
  margin-top: 6px;
}

.tbdc-note,
.tbdc-status,
.tbdc-success-note {
  color: rgba(255, 255, 255, 0.57) !important;
  font-family: inherit !important;
  font-size: 0.7rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}

.tbdc-note {
  flex: 0 1 auto;
}

.tbdc-status {
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}

.tbdc-status.is-error {
  color: #ffd0c6 !important;
}

.tbdc-success-action {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.tbdc-button--destination {
  min-width: 180px !important;
}

.tbdc-success-note {
  max-width: 100%;
  margin-top: 7px !important;
  text-align: right;
}

.tbdc-widget.is-submitting .tbdc-button--capture .tbdc-button__icon svg {
  animation: tbdc-arrow-pulse 700ms ease-in-out infinite alternate;
}

.tbdc-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.tbdc-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tbdc-ambient {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.tbdc-ambient__grid {
  position: absolute;
  inset: -85% -10%;
  opacity: 0.067;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 34px 34px;
  transform: perspective(650px) rotateX(58deg) rotateZ(-12deg) translate3d(3%, -5%, 0);
}

.tbdc-ambient__stream {
  position: absolute;
  top: -105%;
  left: 66%;
  width: 7px;
  height: 310%;
  border-radius: 999px;
  opacity: 0.31;
  background: linear-gradient(to bottom, transparent, var(--tbdc-orange), transparent);
  box-shadow: 0 0 35px rgba(239, 89, 56, 0.32);
  transform: rotate(24deg);
}

.tbdc-ambient__glow {
  position: absolute;
  top: -170%;
  right: 4%;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 93, 127, 0.52), rgba(44, 93, 127, 0));
}

.tbdc-ambient__dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tbdc-orange);
  box-shadow: 0 0 0 6px rgba(239, 89, 56, 0.1);
}

.tbdc-ambient__dot--one {
  top: 27%;
  left: 3%;
}

.tbdc-ambient__dot--two {
  right: 4%;
  bottom: 24%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.06);
}

.tbdc-widget--motion.is-visible .tbdc-view-stack,
.tbdc-widget--motion.is-visible .tbdc-visual {
  animation: tbdc-rise-in 540ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.tbdc-widget--motion.is-visible .tbdc-visual {
  animation-delay: 70ms;
}

.tbdc-widget--motion .tbdc-stage::before {
  animation: tbdc-topline 5.8s ease-in-out infinite;
}

.tbdc-widget--motion .tbdc-ambient__grid {
  animation: tbdc-grid-drift 22s linear infinite;
}

.tbdc-widget--motion .tbdc-ambient__stream {
  animation: tbdc-stream 8s ease-in-out infinite alternate;
}

.tbdc-widget--motion .tbdc-ambient__dot--one,
.tbdc-widget--motion .tbdc-eyebrow > span {
  animation: tbdc-dot-pulse 3s ease-out infinite;
}

.tbdc-widget--motion .tbdc-image-frame,
.tbdc-widget--motion .tbdc-data-card {
  animation: tbdc-visual-float 5.8s ease-in-out infinite;
}

.tbdc-widget--motion .tbdc-image-frame__shine {
  animation: tbdc-image-shine 7s 1.4s ease-in-out infinite;
}

.tbdc-widget--motion .tbdc-data-card__line {
  animation: tbdc-line-draw 6.4s ease-in-out infinite;
}

.tbdc-widget--motion .tbdc-data-card__bars i {
  transform-origin: center bottom;
  animation: tbdc-bar-breathe 2.8s ease-in-out infinite alternate;
}

.tbdc-widget--motion .tbdc-data-card__bars i:nth-child(2) { animation-delay: 180ms; }
.tbdc-widget--motion .tbdc-data-card__bars i:nth-child(3) { animation-delay: 360ms; }
.tbdc-widget--motion .tbdc-data-card__bars i:nth-child(4) { animation-delay: 540ms; }
.tbdc-widget--motion .tbdc-data-card__bars i:nth-child(5) { animation-delay: 720ms; }

.tbdc-widget--motion .tbdc-button::before {
  animation: tbdc-button-shine 5.4s 2s ease-in-out infinite;
}

@keyframes tbdc-rise-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tbdc-topline {
  0%, 100% { opacity: 0.72; transform: scaleX(0.78); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes tbdc-grid-drift {
  from { transform: perspective(650px) rotateX(58deg) rotateZ(-12deg) translate3d(3%, -5%, 0); }
  to { transform: perspective(650px) rotateX(58deg) rotateZ(-12deg) translate3d(8%, 0, 0); }
}

@keyframes tbdc-stream {
  from { opacity: 0.16; transform: rotate(24deg) translateX(-12px); }
  to { opacity: 0.4; transform: rotate(24deg) translateX(14px); }
}

@keyframes tbdc-dot-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 89, 56, 0.38); }
  58%, 100% { box-shadow: 0 0 0 10px rgba(239, 89, 56, 0); }
}

@keyframes tbdc-visual-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes tbdc-image-shine {
  0%, 72% { transform: rotate(14deg) translateX(-250%); }
  86%, 100% { transform: rotate(14deg) translateX(820%); }
}

@keyframes tbdc-line-draw {
  0%, 100% { stroke-dashoffset: 0; opacity: 1; }
  50% { stroke-dashoffset: 24; opacity: 0.82; }
}

@keyframes tbdc-bar-breathe {
  from { transform: scaleY(0.82); }
  to { transform: scaleY(1.04); }
}

@keyframes tbdc-button-shine {
  0%, 72% { transform: rotate(17deg) translateX(-350%); }
  88%, 100% { transform: rotate(17deg) translateX(900%); }
}

@keyframes tbdc-arrow-pulse {
  from { transform: translateX(-1px); }
  to { transform: translateX(3px); }
}

@container tbdc (max-width: 1080px) {
  .tbdc-inner,
  .tbdc-widget--image-left .tbdc-inner {
    grid-template-columns: minmax(0, 1fr) 122px;
    gap: 25px;
  }

  .tbdc-widget--image-left .tbdc-inner {
    grid-template-columns: 122px minmax(0, 1fr);
  }

  .tbdc-view {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
    gap: 27px;
  }

  .tbdc-title {
    font-size: clamp(1.4rem, 2.55cqw, 1.82rem) !important;
  }
}

@container tbdc (max-width: 920px) {
  .tbdc-inner,
  .tbdc-widget--image-left .tbdc-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "views";
  }

  .tbdc-visual {
    display: none;
  }

  .tbdc-view {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  }
}

@container tbdc (max-width: 720px) {
  .tbdc-inner,
  .tbdc-widget--image-left .tbdc-inner {
    width: min(100% - 36px, 680px);
    min-height: 0;
    padding: 21px 0 23px;
  }

  .tbdc-view {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .tbdc-copy {
    max-width: none;
  }

  .tbdc-title {
    max-width: 640px;
    font-size: clamp(1.38rem, 5.7cqw, 1.72rem) !important;
  }

  .tbdc-body {
    max-width: 620px;
  }

  .tbdc-success-action {
    align-items: flex-start;
  }

  .tbdc-success-note,
  .tbdc-status {
    text-align: left;
  }
}

@container tbdc (max-width: 430px) {
  .tbdc-inner,
  .tbdc-widget--image-left .tbdc-inner {
    width: min(100% - 28px, 410px);
    padding: 20px 0 22px;
  }

  .tbdc-form__row {
    gap: 7px;
  }

  .tbdc-widget .tbdc-button--capture {
    min-width: 112px !important;
    padding-left: 13px !important;
  }

  .tbdc-eyebrow {
    font-size: 0.63rem !important;
    letter-spacing: 0.095em !important;
  }

  .tbdc-title {
    font-size: clamp(1.34rem, 7.2cqw, 1.62rem) !important;
  }
}

@container tbdc (max-width: 360px) {
  .tbdc-form__row {
    grid-template-columns: minmax(0, 1fr);
  }

  .tbdc-widget .tbdc-button,
  .tbdc-widget .tbdc-button--destination {
    width: 100% !important;
    min-width: 0 !important;
  }

  .tbdc-form__meta {
    display: block;
  }

  .tbdc-status:not(:empty) {
    margin-top: 4px !important;
  }
}

/* Media-query fallback for older browsers without container queries. */
@media (max-width: 760px) {
  .tbdc-widget--full-bleed .tbdc-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "views";
    width: min(100% - 36px, 680px);
    min-height: 0;
    padding: 21px 0 23px;
  }

  .tbdc-widget--full-bleed .tbdc-visual {
    display: none;
  }

  .tbdc-widget--full-bleed .tbdc-view {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbdc-widget *,
  .tbdc-widget *::before,
  .tbdc-widget *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
