/* Add shared design overrides here. Original Webflow CSS is in public/assets. */

/* Keep the original button treatment, with the studio contact action first. */
.g_flex--buttons:has(.studio-contact) {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.studio-platform .g_button_primary--btn {
  background: transparent;
  color: #04191d;
  border: 0;
  box-shadow: inset 0 0 0 1px #04191d;
}
.studio-platform {
  color: #04191d;
}
.studio-platform:hover .g_button_primary--btn,
.studio-platform:focus-visible .g_button_primary--btn {
  background: #04191d;
  color: #fff;
}
.studio-platform:focus-visible {
  outline: 2px solid #04191d;
  outline-offset: 4px;
}

.one-legal-content { overflow-wrap: anywhere; }
.one-table-scroll { overflow-x: auto; margin-block: 24px; }
.one-table-scroll table { border-collapse: collapse; min-width: 760px; width: 100%; }
.one-table-scroll th, .one-table-scroll td { border: 1px solid #b9c2c1; padding: 12px; text-align: left; vertical-align: top; }
.one-table-scroll th { background: #edf3f1; color: #04191d; }
