.ebms-crc {
  --koble-forest: #183f34;
  --koble-forest-dark: #102f28;
  --koble-sage: #94ad61;
  --koble-sage-light: #f1f6e6;
  --koble-soft: #f6f3ed;
  --koble-surface: #ffffff;
  --koble-border: #dce3df;
  --koble-text: #17362e;
  --koble-muted: #60716b;
  --koble-blue: #dceef2;
  --koble-radius: 8px;
  --koble-max-width: 1332px;

  color: var(--koble-text);
  font-family: Basetica, Arial, Helvetica, sans-serif;
  line-height: 1.45;
  width: 100%;
}

.ebms-crc *,
.ebms-crc *::before,
.ebms-crc *::after {
  box-sizing: border-box;
}


.ebms-crc button,
.ebms-crc input,
.ebms-crc select,
.ebms-crc textarea {
 /* font: inherit;*/
}

.ebms-crc button,
.ebms-crc a {
  -webkit-tap-highlight-color: transparent;
}

.ebms-crc button:focus-visible,
.ebms-crc a:focus-visible,
.ebms-crc input:focus-visible,
.ebms-crc select:focus-visible,
.ebms-crc textarea:focus-visible {
  outline: 3px solid rgba(24, 63, 52, 0.25);
  outline-offset: 3px;
}

.ebms-crc .sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ebms-crc__eyebrow {
  color: var(--koble-sage);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

/* Hero */

.ebms-crc__hero {
  background: var(--koble-forest-dark);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  min-height: 390px;
  overflow: hidden;
  position: relative;
  
}

.ebms-crc__hero-content {
  align-self: center;
  max-width: 820px;
  padding: 72px max(40px, calc((100vw - var(--koble-max-width)) / 2));
  padding-right: 40px;
  position: relative;
  z-index: 2;
}

.ebms-crc__hero .ebms-crc__eyebrow {
  color: var(--koble-sage);
}

.ebms-crc__hero h1 {
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 24px;
}

.ebms-crc__hero-description {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 720px;
}

.ebms-crc__hero-pattern {
 position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  height: 100%;
  background-image: url("https://3977611.fs1.hubspotusercontent-na1.net/hubfs/3977611/Koble/Form_Quizz_bg_pattern.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  pointer-events: none;
}


.ebms-crc__hero-pattern::before {
  height: 280px;
  right: 8%;
  top: 12%;
  width: 280px;
}

.ebms-crc__hero-pattern::after {
  bottom: -80px;
  height: 220px;
  left: 8%;
  width: 220px;
}


/* Buttons */

.ebms-crc__button {
 /*background-color: #94ab67;
    border: 1px solid #94ab67;*/
    border-radius: 8px;
    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
      font-size: 16px!important;
    font-weight: 500!important;
    line-height: 1.1!important;
    height: auto;
    margin: 0;
    padding: 16px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    white-space: normal;
    width: auto;
    word-break: break-word;
  text-decoration: none;

}


.ebms-crc__button:hover {
}

.ebms-crc__button--primary {
  background: var(--koble-sage);
  color: var(--koble-forest-dark);
}

.ebms-crc__button--primary:hover {
    background: rgb(14 51 41 / 85%);
    color: #ffffff;
    border-color: #ffffff;
      transition: 0.3s ease-in-out;

}

/* Workspace */

.ebms-crc__workspace {
  background: #f5f7f6;
  padding: 64px max(24px, calc((100vw - var(--koble-max-width)) / 2)) 88px;
}

.ebms-crc__workspace-heading {
  align-items: flex-end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto 30px;
  max-width: var(--koble-max-width);
}

.ebms-crc__workspace-heading h2 {
  color: var(--koble-text);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 12px;
}

.ebms-crc__workspace-heading > div:first-child > p:last-child {
  color: var(--koble-muted);
  margin: 0;
  max-width: 640px;
      font-size: 16px;
    line-height: 26px;
}

.ebms-crc__activity {
  align-items: center;
  background: var(--koble-surface);
  border: 1px solid var(--koble-border);
  border-radius: var(--koble-radius);
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  padding: 14px 18px;
}

.ebms-crc__activity > span {
  background: #64a473;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.ebms-crc__activity strong,
.ebms-crc__activity small {
  display: block;
}

.ebms-crc__activity strong {
  font-size: 14px;
}

.ebms-crc__activity small {
  color: var(--koble-muted);
  font-size: 12px;
  margin-top: 2px;
}

/* Main shell and tabs */

.ebms-crc__shell {
  background: var(--koble-surface);
  border: 1px solid var(--koble-border);
  border-radius: 20px;
  margin: 40px auto;
  max-width: var(--koble-max-width);
  overflow: hidden;
}

.ebms-crc__tabs {
  background: var(--koble-surface);
  border-bottom: 1px solid var(--koble-border);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ebms-crc__tab {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--koble-muted);
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 88px;
  padding: 18px 22px;
  text-align: left;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.ebms-crc__tab:not(:last-child) {
}

.ebms-crc__tab:hover {
  background: #f8faf9;
  color: var(--koble-forest);
}

.ebms-crc__tab.is-active {
  background: var(--koble-sage-light);
  color: var(--koble-forest);
}

.ebms-crc__tab-icon {
  align-items: center;
  background: var(--koble-soft);
  border-radius: 6px;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 20px;
  height: 38px;
  justify-content: center;
}

.ebms-crc__tab.is-active .ebms-crc__tab-icon {
  background: var(--koble-sage);
}

.ebms-crc__tab strong,
.ebms-crc__tab small {
  display: block;
}

.ebms-crc__tab strong {
  font-size: 16px;
  line-height: 1.25;
}

.ebms-crc__tab small {
      font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.2px;
    margin-top: 4px;
  font-weight:400;
}

.ebms-crc__panel {
  animation: ebms-crc-fade-in 220ms ease;
  padding: 30px;
}

.ebms-crc__panel[hidden] {
  display: none !important;
}

@keyframes ebms-crc-fade-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Section banners */

.ebms-crc__banner {
  align-items: center;
  background: var(--koble-forest);
  border-radius: var(--koble-radius);
  color: #fff;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 28px;
  min-height: 190px;
  overflow: hidden;
  padding: 38px 42px;
  position: relative;
}

.ebms-crc__banner::after {
  border: 42px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
  height: 230px;
  position: absolute;
  right: -60px;
  top: -80px;
  width: 230px;
}

.ebms-crc__banner > * {
  position: relative;
  z-index: 1;
}

.ebms-crc__banner .ebms-crc__eyebrow {
  color: var(--koble-sage);
}

.ebms-crc__banner h2 {
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 12px;
}

.ebms-crc__banner p:last-child {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 680px;
      font-size: 15px;
}

/* Updates layout */

.ebms-crc__content-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.ebms-crc__main-column {
  min-width: 0;
}

.ebms-crc__toolbar {
  align-items: flex-end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) 210px;
  margin-bottom: 18px;
}

.ebms-crc__search input,
.ebms-crc__select select {
  background: #f7f9f8;
  border: 1px solid var(--koble-border);
  border-radius: var(--koble-radius);
  color: var(--koble-text);
  height: 48px;
  padding: 11px 14px;
  width: 100%;
  font-size:15px;
}

.ebms-crc__search input {
  padding-left: 16px;
}

.ebms-crc__select span {
  color: var(--koble-muted);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.ebms-crc__filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.ebms-crc__filters > span {
  color: var(--koble-muted);
  font-size: 12px;
  font-weight: 700;
  margin-right: 3px;
  text-transform: uppercase;
}

.ebms-crc__filters button {
  background: var(--koble-soft);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--koble-text);
  cursor: pointer;
  font-size: 14px;
  font-weight:500;
  min-height: 36px;
  padding: 8px 14px;
}

.ebms-crc__filters button:hover,
.ebms-crc__filters button.is-active {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
  color: var(--koble-forest);
}

.ebms-crc__result-line {
  align-items: center;
  border-bottom: 1px solid var(--koble-border);
  color: var(--koble-muted);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.ebms-crc__result-line strong {
    color: var(--koble-muted);
    font-weight: 400;
}

.ebms-crc__entries,
.ebms-crc__card-grid,
.ebms-crc__ideas,
.ebms-crc__forum-list {
  display: grid;
  gap: 16px;
}

/* Dynamic cards */

.ebms-crc__entry-card {
  background: #fff;
  border: 1px solid var(--koble-border);
  border-radius: var(--koble-radius);
  padding: 24px;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.ebms-crc__entry-card:hover {
  border-color: #aabdb5;
  transform: translateY(-2px);
}

.ebms-crc__entry-card.is-featured {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
}

.ebms-crc__entry-meta {
  align-items: center;
  color: var(--koble-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 14px;
}

.ebms-crc__tag {
  background: #eff5e3;
  border-radius: 999px;
  color: var(--koble-forest);
  font-size: 11px;
  font-weight: 700;
  padding: 6px 9px;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  gap: 8px;
}

.ebms-crc__entry-card.is-featured span.ebms-crc__tag {
    background: white;
}

.ebms-crc__entry-meta time {
  margin-left: auto;
  white-space: nowrap;
}


.ebms-crc__entry-card h3 {
  color: var(--koble-text);
  font-size: 24px!important;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 10px;
}

.ebms-crc__entry-card p {
  color: var(--koble-muted);
  margin: 0 0 16px;
      font-size: 15px;

}

.ebms-crc__entry-link {
    color: var(--koble-sage);
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}

.ebms-crc__entry-link:hover {

    border-bottom: 2px solid;
    padding-bottom: 4px;
      transition: 0.3s ease-in-out;
}

.ebms-crc__card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ebms-crc__empty-state {
  align-items: center;
  background: #f8faf9;
  border: 1px dashed #bdcbc5;
  border-radius: var(--koble-radius);
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 220px;
  padding: 36px;
  text-align: center;
}

.ebms-crc__empty-state h3 {
  color: var(--koble-text);
  font-size: 20px;
  margin: 0 0 8px;
}

.ebms-crc__empty-state p {
  color: var(--koble-muted);
  margin: 0;
  max-width: 490px;
}

/* Sidebar */

.ebms-crc__sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 24px;
}

.ebms-crc__side-card {
  background: var(--koble-soft);
  border-radius: var(--koble-radius);
  padding: 24px;
}

.ebms-crc__side-card--subscription {
  background: var(--koble-sage-light);
}

.ebms-crc__side-card h3 {
  color: var(--koble-text);
  font-size: 22px;
  margin: 0 0 10px;
}

.ebms-crc__side-card > p {
  color: var(--koble-muted);
  font-size: 14px;
  margin: 0 0 20px;
}

.ebms-crc__quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ebms-crc__quick-links li + li {
  border-top: 1px solid rgba(24, 63, 52, 0.12);
}

.ebms-crc__quick-links a {
  align-items: center;
  color: var(--koble-forest);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  padding: 13px 0;
  text-decoration: none;
}

.ebms-crc__quick-links a:hover {
  text-decoration: underline;
}

.ebms-crc__quick-links a:hover {
    color: var(--koble-sage);
}
/* HubSpot forms */

.ebms-crc__hubspot-form {
  width: 100%;
}

.ebms-crc__hubspot-form .hs-form {
  margin: 0;
}

.ebms-crc__hubspot-form .hs-form-field {
  margin-bottom: 16px;
}

.ebms-crc__hubspot-form label {
  color: var(--koble-text);
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.ebms-crc__hubspot-form label > span {
  display: inline;
}

.ebms-crc__hubspot-form input:not([type="checkbox"]):not([type="radio"]),
.ebms-crc__hubspot-form select,
.ebms-crc__hubspot-form textarea {
  background: #fff;
  border: 1px solid #aebbb6;
  border-radius: 5px;
  color: var(--koble-text);
  min-height: 46px;
  padding: 10px 12px;
  width: 100% !important;
}

.ebms-crc__hubspot-form textarea {
  min-height: 120px;
  resize: vertical;
}

.ebms-crc__hubspot-form input:focus,
.ebms-crc__hubspot-form select:focus,
.ebms-crc__hubspot-form textarea:focus {
  border-color: var(--koble-forest);
  outline: 3px solid rgba(24, 63, 52, 0.12);
}

.ebms-crc__hubspot-form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ebms-crc__hubspot-form .inputs-list li {
  margin-bottom: 10px;
}

.ebms-crc__hubspot-form .inputs-list label {
  align-items: flex-start;
  display: flex;
  font-weight: 400;
  gap: 9px;
}

.ebms-crc__hubspot-form input[type="checkbox"],
.ebms-crc__hubspot-form input[type="radio"] {
  accent-color: var(--koble-forest);
  flex: 0 0 auto;
  height: 18px;
  margin: 2px 0 0;
  width: 18px;
}

.ebms-crc__hubspot-form .hs-error-msg,
.ebms-crc__hubspot-form .hs-error-msgs {
  color: #a1261d;
  font-size: 12px;
}

.ebms-crc__hubspot-form .hs-richtext {
  color: var(--koble-muted);
  font-size: 13px;
  line-height: 1.45;
}

.ebms-crc__hubspot-form .hs-richtext a {
  color: var(--koble-forest);
  font-weight: 700;
}

.ebms-crc__hubspot-form .hs-button,
.ebms-crc__hubspot-form input[type="submit"] {
  background: var(--koble-forest) !important;
  border: 0 !important;
  border-radius: var(--koble-radius) !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 700;
  min-height: 46px;
  padding: 12px 20px !important;
  width: auto !important;
}

.ebms-crc__hubspot-form .hs-button:hover,
.ebms-crc__hubspot-form input[type="submit"]:hover {
  background: var(--koble-forest-dark) !important;
}

/* Dialogs */

.ebms-crc__dialog {
  background: transparent;
  border: 0;
  max-height: calc(100vh - 40px);
  max-width: 760px;
  overflow: visible;
  padding: 0;
  width: calc(100% - 32px);
}

.ebms-crc__dialog::backdrop {
  background: rgba(9, 27, 23, 0.7);
  backdrop-filter: blur(3px);
}

.ebms-crc__dialog-card {
  background: #fff;
  border-radius: var(--koble-radius);
  box-shadow: 0 24px 70px rgba(9, 27, 23, 0.28);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 30px;
}

.ebms-crc__dialog-header {
  align-items: flex-start;
  border-bottom: 1px solid var(--koble-border);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 20px;
}

.ebms-crc__dialog-header h2 {
  color: var(--koble-text);
  font-size: clamp(25px, 3vw, 34px);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

.ebms-crc__dialog-close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--koble-text);
  cursor: pointer;
  display: flex;
  flex: 0 0 40px;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  line-height: 1;
}

.ebms-crc__dialog-close:hover {
  /*background: var(--koble-sage);*/
}

h3#hs_cos_wrapper_form_937723555_title {
    display: none !important;
}
div#hs_form_target_form_937723555-2064435487791 {
    font-size: 12px;
    line-height: 1;
}
/* Loading state */

.ebms-crc__loading {
  display: grid;
  gap: 14px;
}

.ebms-crc__loading span {
  animation: ebms-crc-loading 1.3s ease-in-out infinite;
  background: linear-gradient(90deg, #eef2f0, #f8faf9, #eef2f0);
  background-size: 200% 100%;
  border-radius: var(--koble-radius);
  display: block;
  height: 150px;
}

@keyframes ebms-crc-loading {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

/* Responsive */

@media (max-width: 1100px) {
  .ebms-crc__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ebms-crc__tab:nth-child(2) {
    border-right: 0;
  }

  .ebms-crc__tab:nth-child(-n + 2) {
00  }

  .ebms-crc__tab.is-active {
  }

  .ebms-crc__content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .ebms-crc__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: static;
  }

  .ebms-crc__card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  
  .ebms-crc__hero {
    display: block;
    min-height: 0;
  }

  .ebms-crc__hero-content {
    padding: 54px 24px;
  }

  .ebms-crc__hero-pattern {
    display: none;
  }

  .ebms-crc__workspace {
    padding: 44px 16px 64px;
  }

  .ebms-crc__workspace-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
  }

  .ebms-crc__activity {
    width: 100%;
  }

  .ebms-crc__tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ebms-crc__tab {
    border-bottom: 3px solid transparent !important;
    border-right: 1px solid var(--koble-border) !important;
    flex: 0 0 245px;
    min-height: 80px;
    scroll-snap-align: start;
  }

  .ebms-crc__tab.is-active {
    border-bottom-color: none !important;
    box-shadow: none;
  }

  .ebms-crc__panel {
    padding: 24px;
  }

  .ebms-crc__banner {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    padding: 28px 24px;
  }

  .ebms-crc__toolbar {
    grid-template-columns: 1fr;
  }

  .ebms-crc__sidebar {
    grid-template-columns: 1fr;
  }

  .ebms-crc__card-grid {
    grid-template-columns: 1fr;
  }

  .ebms-crc__dialog-card {
    padding: 22px 18px;
  }
  .ebms-crc__entry-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex-wrap: wrap;
}

.ebms-crc__entry-meta time {
  margin-left: auto;
  white-space: nowrap;
  color: var(--text-muted);
  font-size: 14px;
}
}

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

.ebms-crc__side-card--subscription {
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.ebms-crc__side-card--subscription.is-highlighted {
  box-shadow: 0 0 0 4px rgba(24, 63, 52, 0.16);
  transform: translateY(-3px);
}

.ebms-crc__side-card--subscription {
  background: var(--koble-forest);
  color: #fff;
}

.ebms-crc__side-card--subscription h3 {
  color: #fff;
}

.ebms-crc__side-card--subscription > p {
  color: rgba(255, 255, 255, 0.78);
}

.ebms-crc__button--subscription {
  background: var(--koble-sage);
  color: var(--koble-forest-dark);
  justify-content: space-between;
  width: 100%;
}

.ebms-crc__button--subscription:hover {
 background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: #ffffff;
      transition: 0.3s ease-in-out;
}

.ebms-crc__subscription-note {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 11px !important;
  margin: 18px 0 0 !important;
  padding-top: 15px;
}

.ebms-crc__dialog--subscription {
  max-width: 720px;
}

.ebms-crc__dialog--subscription .ebms-crc__dialog-card {
  padding: 34px;
}

.ebms-crc__dialog-intro {
  color: var(--koble-muted);
  margin: -6px 0 26px;
  max-width: 620px;
}

.ebms-crc__dialog--subscription .ebms-crc__hubspot-form {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-color: #aebbb6 transparent;
  scrollbar-width: thin;
}

.ebms-crc__dialog--subscription
  .ebms-crc__hubspot-form::-webkit-scrollbar {
  width: 7px;
}

.ebms-crc__dialog--subscription
  .ebms-crc__hubspot-form::-webkit-scrollbar-thumb {
  background: #aebbb6;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .ebms-crc__dialog--subscription {
    max-height: calc(100vh - 20px);
    width: calc(100% - 20px);
  }

  .ebms-crc__dialog--subscription .ebms-crc__dialog-card {
    max-height: calc(100vh - 20px);
    padding: 24px 18px;
  }

  .ebms-crc__dialog--subscription .ebms-crc__hubspot-form {
    max-height: calc(100vh - 220px);
  }
}


.ebms-crc__entry-subtitle {
  color: var(--koble-sage)!important;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.ebms-crc__entry-author {
  color: var(--koble-muted);
  font-size: 12px;
  margin-top: 20px;
  padding-top: 16px;
}

.ebms-crc__entry-author strong,
.ebms-crc__entry-author small {
  color: var(--koble-text);
  display: block;
}

.ebms-crc__entry-author small {
  color: var(--koble-muted);
}

.ebms-crc__idea-card {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: 64px minmax(0, 1fr);
}

.ebms-crc__idea-votes {
  align-items: center;
  background: var(--koble-sage-light);
  border-radius: 8px;
  color: var(--koble-forest);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
}

.ebms-crc__idea-votes strong {
  font-size: 20px;
  line-height: 1;
}

.ebms-crc__idea-votes span {
  font-size: 10px;
  margin-top: 4px;
}

.ebms-crc__forum-footer {
  align-items: center;
  border-top: 1px solid var(--koble-border);
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
}

.ebms-crc__forum-footer > span {
  color: var(--koble-muted);
  font-size: 12px;
  font-weight: 700;
}

.ebms-crc__reply-button {
  background: var(--koble-forest);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  min-height: 40px;
  padding: 9px 16px;
}

.ebms-crc__reply-button:hover {
  background: var(--koble-forest-dark);
}

.ebms-crc__replies {
  background: #f7f9f8;
  border-radius: 8px;
  margin-top: 16px;
  padding: 0 18px;
}

.ebms-crc__reply {
  padding: 16px 0;
}

.ebms-crc__reply + .ebms-crc__reply {
  border-top: 1px solid var(--koble-border);
}

.ebms-crc__reply p {
  color: var(--koble-text);
  margin: 0 0 7px;
}

.ebms-crc__reply small, .ebms-crc__reply strong {
  color: var(--koble-muted); font-size:12px;
}

@media (max-width: 600px) {
  .ebms-crc__idea-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .ebms-crc__idea-votes {
    min-height: 54px;
  }
}
dialog.ebms-crc__dialog {
  box-sizing: border-box !important;
  position: fixed !important;
  inset: 0 !important;

  width: min(760px, calc(100vw - 32px)) !important;
  max-width: none !important;

  height: auto !important;
  max-height: calc(100dvh - 32px) !important;

  margin: auto !important;
  padding: 0 !important;

  overflow: hidden !important;
  border: 0 !important;
  border-radius: 8px !important;

  background: #ffffff !important;
  color: #183f35;
  
    font-family: Basetica, Arial, Helvetica, sans-serif;

}

dialog.ebms-crc__dialog::backdrop {
  background: rgba(11, 39, 32, 0.72);
}

dialog.ebms-crc__dialog .ebms-crc__dialog-card {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
 /* max-height: calc(100dvh - 32px);*/
  margin: 0 !important;
  overflow-y: ;
  background: #ffffff;
}

dialog.ebms-crc__dialog .ebms-crc__dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
}



@media (max-width: 767px) {
  dialog.ebms-crc__dialog {
    width: calc(100vw - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
  }

  dialog.ebms-crc__dialog .ebms-crc__dialog-card {
    max-height: calc(100dvh - 24px);
  }
}
.ebms-crc [data-entry-section][hidden],
.ebms-crc [data-entry-industry][hidden] {
  display: none !important;
}

.ebms-crc [data-update-card][hidden],
.ebms-crc [data-update-empty][hidden],
.ebms-crc [data-update-clear][hidden] {
  display: none !important;
}

.ebms-crc__clear-filters {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: var(--koble-forest);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.ebms-crc [data-update-search-field] mark {
  border-radius: 3px;
  background: var(--koble-sage);
  color: inherit;
  padding: 0 2px;
}

/* 2026 approved visual system ------------------------------------------------ */

.ebms-crc {
  --koble-forest: #143c31;
  --koble-forest-dark: #0d2c24;
  --koble-sage: #94ad61;
  --koble-sage-strong: #99b667;
  --koble-sage-light: #f1f6e6;
  --koble-soft: #f5f7f4;
  --koble-border: #d6ded9;
  --koble-text: #0e3329;
  --koble-muted: #53675f;
  --koble-radius: 8px;
  --koble-max-width: 1332px;
  --ebms-crc-sticky-offset: 0px;
  background: #fff;
  padding: 24px 24px 96px;
}

.ebms-crc__hero {
  border-radius: var(--koble-radius);
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .85fr);
  margin: 0 auto;
  max-width: var(--koble-max-width);
  min-height: 350px;
}

.ebms-crc__hero-content {
  max-width: 760px;
  padding: 62px 58px;
}

.ebms-crc__hero h1 {
  font-size: clamp(38px, 4vw, 58px);
  letter-spacing: -.035em;
  line-height: 1.05;
  margin-bottom: 20px;
}

.ebms-crc__hero-description {
  font-size: 17px;
  line-height: 1.55;
  max-width: 650px;
}

.ebms-crc__hero-pattern::before,
.ebms-crc__hero-pattern::after {
  display: none;
}

.ebms-crc__workspace {
  background: #fff;
  padding: 64px 0 0;
}

.ebms-crc__workspace-heading {
  align-items: start;
  margin-bottom: 30px;
}

.ebms-crc__workspace-heading h2 {
  font-size: clamp(30px, 3vw, 40px);
}

.ebms-crc__activity {
  display: none;
}

.ebms-crc__shell {
  overflow: visible;
}

.ebms-crc__tabs-sentinel {
  display: block;
  height: 0;
  pointer-events: none;
}

.ebms-crc__tabs {
  border-radius: 20px 20px 0 0;
  padding:12px;
  position: relative;
  z-index: 80;
  gap:8px;
  transition: box-shadow 180ms ease;
}

.ebms-crc__tabs.is-fixed {
  position: fixed;
  top: var(--ebms-crc-sticky-offset);
  z-index: 998;
}

.ebms-crc.has-sticky-tabs .ebms-crc__tabs {
  box-shadow: 0 14px 32px rgba(12, 44, 36, .14);
}

body.ebms-crc-tabs-stuck .koble-utility,
body.ebms-crc-tabs-stuck #topBar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  overflow: hidden;
  padding-block: 0 !important;
  pointer-events: none;
  transform: translateY(-100%);
  transition: height 180ms ease, opacity 140ms ease, transform 180ms ease;
}

.ebms-crc__idea-toolbar {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ebms-crc__idea-toolbar .ebms-crc__filters {
  margin-bottom: 0;
}

.ebms-crc__idea-tools {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
}

.ebms-crc__idea-search {
  align-items: center;
  background: #fff;
  border: 1px solid var(--koble-border);
  border-radius: 7px 0 0 7px;
  display: flex;
  min-height: 42px;
  position: relative;
  width: 48px;
}

.ebms-crc__idea-search::before {
  border: 1.5px solid var(--koble-text);
  border-radius: 50%;
  content: "";
  height: 11px;
  left: 15px;
  position: absolute;
  top: 13px;
  width: 11px;
}

.ebms-crc__idea-search::after {
  background: var(--koble-text);
  content: "";
  height: 1.5px;
  left: 26px;
  position: absolute;
  top: 25px;
  transform: rotate(45deg);
  width: 6px;
}

.ebms-crc__idea-search:focus-within {
  width: 190px;
}

.ebms-crc__idea-search input {
  background: transparent;
  border: 0;
  height: 100%;
  min-height: 40px;
  opacity: 0;
  padding: 8px 10px 8px 38px;
  width: 100%;
}

.ebms-crc__idea-search:focus-within input {
  opacity: 1;
}

.ebms-crc__idea-sort {
  align-items: center;
  border: 1px solid var(--koble-border);
  border-left: 0;
  border-radius: 0 7px 7px 0;
  display: flex;
  min-height: 42px;
}

.ebms-crc__idea-sort > span {
  border-right: 1px solid var(--koble-border);
  font-size: 11px;
  font-weight: 700;
  padding: 0 12px;
}

.ebms-crc__idea-sort select {
  background: #fff;
  border: 0;
  color: var(--koble-text);
  font-size: 11px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 30px 0 12px;
}

.ebms-crc__idea-note {
  color: var(--koble-muted);
  font-size: 11px;
  margin: 0 0 18px;
}

.ebms-crc__section-cta {
  align-items: center;
  background: #f7f9f7;
  border: 1px solid var(--koble-border);
  border-radius: var(--koble-radius);
  display: flex;
  justify-content: center;
  margin-top: 42px;
  min-height: 100px;
  padding: 20px;
}

.ebms-crc__tab {
  min-height: 74px;
  padding: 14px 18px;
}

.ebms-crc__tab-icon {
  flex-basis: 34px;
  height: 34px;
}

.ebms-crc__panel {
  padding: 40px;
}

.ebms-crc__banner {
  background: var(--koble-forest-dark);
  min-height: 180px;
  padding: 36px 40px;
}

.ebms-crc__banner::after {
    background: url(https://3977611.fs1.hubspotusercontent-na1.net/hubfs/3977611/Website%20-%202022/Partners/Partners-Hero-Pattern-01.svg) center right / cover no-repeat !important;
    border: 0;
    border-radius: 0;
    bottom: 0;
    content: "";
    height: 100%;
    opacity: 0.25;
    position: absolute;
    right: 0;
    top: 0;
    width: 42%;
    z-index: 0;
}

@media (max-width: 991px) {
  .ebms-crc__banner::after {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .ebms-crc__banner::after {
    display: none;
  }
}
.ebms-crc__banner h2 {
  font-size: clamp(29px, 3vw, 38px);
}

.ebms-crc__content-layout {
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.ebms-crc__toolbar {
  background: var(--koble-soft);
  border-radius: var(--koble-radius);
  grid-template-columns: minmax(0, 1fr) 190px;
  padding: 16px;
}

.ebms-crc__search input,
.ebms-crc__select select {
  background: #fff;
}

.ebms-crc__filters button {
  background: #fff;
  border-color: var(--koble-border);
  min-height: 34px;
}

.ebms-crc__filters button.is-active {
  background: var(--koble-forest);
  border-color: var(--koble-forest);
  color: #fff;
}

.ebms-crc__entry-card {
  padding: 26px 28px;
}

.ebms-crc__entry-card h3 {
  font-size: 20px;
}

.ebms-crc__entry-card.is-featured {
  background: var(--koble-sage-light);
}

.ebms-crc__card-grid {
  gap: 20px;
}

.ebms-crc__challenge-card {
    min-height: 260px;
    display: grid;
    grid-auto-flow: row;
    align-items: stretch;
}

.ebms-crc__forum-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ebms-crc__forum-card {
  display: flex;
  flex-direction: column;
}

.ebms-crc__forum-card .ebms-crc__forum-footer {
}

.ebms-crc__ideas {
  background: #edf1ee;
  border-radius: var(--koble-radius);
  gap: 10px;
  padding: 14px;
}

.ebms-crc__idea-table-header,
.ebms-crc__idea-card {
  display: grid;
  grid-template-columns: 92px 130px minmax(260px, 1fr) 110px 140px;
}

.ebms-crc__idea-table-header {
  color: var(--koble-text);
  font-size: 10px;
  font-weight: 700;
  gap: 0;
  letter-spacing: .05em;
  padding: 5px 16px 9px;
  text-transform: uppercase;
}

.ebms-crc__idea-card {
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.ebms-crc__idea-votes {
  align-items: center;
  align-self: center;
  background: var(--koble-forest);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-self: center;
  min-height: 42px;
  padding: 8px 12px;
  width: auto;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
}

.ebms-crc__idea-votes:hover,
.ebms-crc__idea-votes:focus-visible { border-color: var(--koble-sage); }
.ebms-crc__idea-votes:focus-visible { outline: 3px solid rgba(148,173,97,.35); outline-offset: 2px; }
.ebms-crc__idea-votes.is-loading { cursor: wait; opacity: .65; }
.ebms-crc__idea-votes.is-voted { background: var(--koble-sage); color: var(--koble-forest); cursor: default; }
.ebms-crc__idea-votes.has-error { border-color: #a63838; }

.ebms-crc__idea-votes strong {
  font-size: 14px;
}

.ebms-crc__idea-votes span {
  font-size: 10px;
  margin: 0;
}

.ebms-crc__idea-section,
.ebms-crc__idea-content,
.ebms-crc__idea-date,
.ebms-crc__idea-author {
  align-items: flex-start;
  border-left: 1px solid var(--koble-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 16px;
}

.ebms-crc__idea-content h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.ebms-crc__idea-content p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.ebms-crc__idea-date {
  color: var(--koble-muted);
  font-size: 11px;
}

.ebms-crc__idea-author strong,
.ebms-crc__idea-author small {
  display: block;
}

.ebms-crc__idea-author strong {
  font-size: 12px;
}

.ebms-crc__idea-author small {
  color: var(--koble-muted);
  font-size: 10px;
  margin-top: 4px;
}

.ebms-crc__sidebar {
  gap: 16px;
  position: static;
}

.ebms-crc__side-card {
  background: #fff;
  border: 1px solid var(--koble-border);
  padding: 20px;
}

.ebms-crc__side-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.ebms-crc__side-card--subscription {
  background: var(--koble-forest-dark);
  border-color: var(--koble-forest-dark);
}

.ebms-crc__recent-list,
.ebms-crc__browse-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ebms-crc__recent-list li {
  display: grid;
  gap: 4px;
  padding: 13px 0;
}

.ebms-crc__recent-list li + li,
.ebms-crc__browse-list li + li {
  border-top: 1px solid var(--koble-border);
}

.ebms-crc__recent-kind {
  color:var(--koble-sage);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ebms-crc__recent-list a,
.ebms-crc__recent-list strong {
  color: var(--koble-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.ebms-crc__recent-list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ebms-crc__recent-list small,
.ebms-crc__widget-placeholder {
  color: var(--koble-muted);
  font-size: 11px;
}

.ebms-crc__browse-list button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--koble-text);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 0;
  text-align: left;
  width: 100%;
}

.ebms-crc__browse-list button:hover span,
.ebms-crc__browse-list button.is-active span {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ebms-crc__browse-list button strong {
  align-items: center;
  background: var(--koble-sage-light);
  border-radius: 999px;
  display: inline-flex;
  font-size: 10px;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

@media (max-width: 1100px) {
  .ebms-crc {
    padding-inline: 20px;
  }

  .ebms-crc__sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ebms-crc__idea-table-header,
  .ebms-crc__idea-card {
    grid-template-columns: 82px 112px minmax(220px, 1fr) 94px 120px;
  }
}

@media (max-width: 767px) {
  .ebms-crc {
    padding: 12px 12px 64px;
  }

  .ebms-crc__hero-content {
    padding: 42px 26px;
  }

  .ebms-crc__workspace {
    padding-top: 44px;
  }

  .ebms-crc__tabs {
    margin-inline: -1px;
    padding: 0;
  }

  .ebms-crc__tab {
    flex-basis: 220px;
  }

  .ebms-crc__panel {
    padding: 18px;
  }

  .ebms-crc__content-layout,
  .ebms-crc__toolbar,
  .ebms-crc__forum-list {
    grid-template-columns: 1fr;
  }

  .ebms-crc__idea-table-header {
    display: none;
  }

  .ebms-crc__idea-toolbar {
    display: grid;
  }

  .ebms-crc__idea-tools {
    width: 100%;
  }

  .ebms-crc__idea-search,
  .ebms-crc__idea-search:focus-within {
    flex: 1 1 auto;
    width: auto;
  }

  .ebms-crc__idea-search input {
    opacity: 1;
  }

  .ebms-crc__idea-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .ebms-crc__idea-votes {
    grid-row: 1 / span 3;
  }

  .ebms-crc__idea-section,
  .ebms-crc__idea-content,
  .ebms-crc__idea-date,
  .ebms-crc__idea-author {
    border-left: 1px solid var(--koble-border);
    padding: 12px 14px;
  }

  .ebms-crc__idea-date,
  .ebms-crc__idea-author {
    grid-column: 2;
  }

  .ebms-crc__sidebar {
    grid-template-columns: 1fr;
  }

  .ebms-crc__challenge-card {
    min-height: 0;
  }
}

.ebms-crc__button {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}

.ebms-crc__button-icon {
  display: block;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.ebms-crc__tab-icon {
  align-items: center;
  background: #f2f5f2;
  border-radius: 8px;
  color: var(--koble-forest);
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.ebms-crc__tab-icon svg {
  height: 19px;
  stroke: currentColor;
  width: 19px;
}

.ebms-crc__tab.is-active .ebms-crc__tab-icon {
  background: var(--koble-sage);
  color: var(--koble-forest-dark);
}

.ebms-crc__banner > .ebms-crc__banner-icon {
  align-items: center;
  background: var(--koble-sage);
  border-radius: 8px;
  color: var(--koble-forest-dark);
  display: inline-flex;
  height: 56px;
  justify-content: center;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  z-index: 2;
}

.ebms-crc__banner-icon svg {
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.75;
  width: 23px;
}

@media (max-width: 767px) {
  .ebms-crc__banner > .ebms-crc__banner-icon {
    display: none;
  }
}

.ebms-crc__filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.ebms-crc__filters > .ebms-crc__filter-label {
  color: var(--koble-text);
  font-size: 12px;
  font-weight: 700;
  margin-right: 4px;
  text-transform: uppercase;
}

.ebms-crc__filters button, .ebms-crc__forum-filter  {
  align-items: center;
  background: #fff;
  border: 1px solid var(--koble-border);
  border-radius: 999px;
  color: var(--koble-text);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px 8px 14px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.ebms-crc__filters button svg,  .ebms-crc__forum-filter  svg {
  flex: 0 0 auto;
  height: 15px;
  stroke: currentColor;
  stroke-width: 1.75;
  width: 15px;
}

.ebms-crc__filter-count {
  align-items: center;
  background: var(--koble-soft);
  border-radius: 999px;
  color: var(--koble-forest-dark);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.ebms-crc__filters button:hover,  .ebms-crc__forum-filter :hover {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
  color: var(--koble-forest-dark);
}

.ebms-crc__filters button.is-active,  .ebms-crc__forum-filter .is-active {
  background: var(--koble-forest);
  border-color: var(--koble-forest);
  color: #fff;
}

.ebms-crc__filters button.is-active .ebms-crc__filter-count ,  .ebms-crc__forum-filter .is-active .ebms-crc__filter-count{
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

/* Forum discussion feed */

.ebms-crc__forum-list {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
}

.ebms-crc__forum-card {
  overflow: hidden;
  padding: 0;
  transform: none;
}

.ebms-crc__forum-card:hover {
  transform: none;
}

.ebms-crc__forum-main {
  padding: 24px 26px 0;
}

.ebms-crc__forum-summary {
 /* max-width: 72ch;*/
}

.ebms-crc__forum-card .ebms-crc__entry-author {
  color: var(--koble-muted);
  font-size: 12px;
  margin-top: 16px;
}
.ebms-crc__entry-author {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 4px;  font-size: 12px;

}
.ebms-crc__forum-card .ebms-crc__entry-author strong {
  color: var(--koble-text);  font-size: 12px;

}

.ebms-crc__forum-card .ebms-crc__entry-author small {
  color: inherit;
  font-size: 12px;
}

.ebms-crc__forum-footer {
  min-height: 68px;
  padding: 12px 26px;
}

.ebms-crc__reply-count {
  align-items: center;
  color: var(--koble-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
}

.ebms-crc__reply-count svg {
  height: 16px;
  stroke: currentColor;
  width: 16px;
}

.ebms-crc__forum-actions {
  display: flex;
  gap: 8px;
}

.ebms-crc__discussion-button,
.ebms-crc__reply-button {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 40px;
  padding: 9px 16px;
}

.ebms-crc__discussion-button {
  background: #fff;
  border: 1px solid var(--koble-border);
  color: var(--koble-forest);
}

.ebms-crc__discussion-button:hover,
.ebms-crc__discussion-button[aria-expanded="true"] {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
}

.ebms-crc__reply-button svg {
  height: 15px;
  stroke: currentColor;
  width: 15px;
}

.ebms-crc__replies {
  border-top: 1px solid var(--koble-border);
  margin-top: 0;
  padding: 6px 26px;
}

.ebms-crc__replies[hidden] {
  display: none;
}

@media (max-width: 700px) {
  .ebms-crc__forum-main {
    padding: 20px 18px 0;
  }

  .ebms-crc__forum-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px 18px;
  }

  .ebms-crc__forum-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ebms-crc__forum-actions .ebms-crc__reply-button:only-child {
    grid-column: 1 / -1;
  }

  .ebms-crc__replies {
    padding: 6px 18px;
  }
}
/* Forum section filters — append once after the existing forum styles */
.ebms-crc__forum-list {
  gap: 22px;
}

.ebms-crc__forum-toolbar {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.ebms-crc__forum-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.ebms-crc__forum-filter svg {
  height: 15px;
  stroke: currentColor;
  width: 15px;
}

.ebms-crc__forum-filter:hover {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
}

.ebms-crc__forum-filter.is-active {
  background: var(--koble-forest);
  border-color: var(--koble-forest);
  color: #fff;
}

.ebms-crc__forum-filter .ebms-crc__filter-count {
  align-items: center;
  background: var(--koble-soft);
  border-radius: 999px;
  color: var(--koble-forest-dark);
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.ebms-crc__forum-filter.is-active .ebms-crc__filter-count {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ebms-crc__forum-visible-count {
  color: var(--koble-muted);
  flex: 0 0 auto;
  font-size: 13px;
}

.ebms-crc__forum-cards {
  display: grid;
  gap: 14px;
}

@media (max-width: 700px) {
  .ebms-crc__forum-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ebms-crc__forum-filter-list {
    flex-wrap: nowrap;
    margin-inline: -18px;
    max-width: calc(100% + 36px);
    overflow-x: auto;
    padding: 2px 18px 8px;
    scrollbar-width: thin;
  }

  .ebms-crc__forum-filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

:root {
  --inventory: #c9ad4f;
  --inventory-soft: #faf4dc;
  --sales: #86a856;
  --sales-soft: #edf5df;
  --expenses: #c9898e;
  --expenses-soft: #f8e7e8;
  --labor: #74b9be;
  --labor-soft: #e3f3f4;
  --financials: #917abb;
  --financials-soft: #eee9f7;
  --app-blue: #7297b9;
  --app-blue-soft: #e7eff6;
}

.ebms-crc [data-forum-section-chip] {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.ebms-crc [data-forum-section-chip] svg {
  height: 14px;
  stroke: currentColor;
  width: 14px;
}

.ebms-crc [data-forum-section="inventory"] [data-forum-section-chip] {
  background: var(--inventory-soft);
  color: #765d08;
}

.ebms-crc [data-forum-section="sales"] [data-forum-section-chip] {
  background: var(--sales-soft);
  color: #466c16;
}

.ebms-crc [data-forum-section="expenses"] [data-forum-section-chip] {
  background: var(--expenses-soft);
  color: #8a3e44;
}

.ebms-crc [data-forum-section="labor"] [data-forum-section-chip] {
  background: var(--labor-soft);
  color: #17636a;
}

.ebms-crc [data-forum-section="financials"] [data-forum-section-chip] {
  background: var(--financials-soft);
  color: #5e4788;
}

.ebms-crc [data-forum-section="application"] [data-forum-section-chip],
.ebms-crc [data-forum-section="applications"] [data-forum-section-chip],
.ebms-crc [data-forum-section="app"] [data-forum-section-chip] {
  background: var(--app-blue-soft);
  color: #3e6485;
}

.ebms-crc__forum-like {
  align-items: center;
  background: #fff;
  border: 1px solid var(--koble-border);
  border-radius: 8px;
  color: var(--koble-forest);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  gap: 6px;
  justify-content: center;
  min-height: 40px;
  min-width: 54px;
  padding: 9px 12px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.ebms-crc__forum-like svg {
  fill: transparent;
  height: 15px;
  stroke: currentColor;
  transition: fill 160ms ease;
  width: 15px;
}

.ebms-crc__forum-like:hover,
.ebms-crc__forum-like:focus-visible,
.ebms-crc__forum-like.is-liked {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
  color: var(--koble-forest);
}

.ebms-crc__forum-like:focus-visible {
  outline: 3px solid rgba(148, 173, 97, 0.35);
  outline-offset: 2px;
}

.ebms-crc__forum-like.is-liked svg {
  fill: currentColor;
}

.ebms-crc__forum-like.is-loading {
  cursor: wait;
  opacity: 0.65;
}

.ebms-crc__forum-like.has-error {
  border-color: #a63838;
}

.ebms-crc__sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ebms-crc__forum-cta {
  align-items: center;
  background: var(--koble-soft);
  border: 1px solid var(--koble-border);
  border-radius: 12px;
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 32px;
  min-height: 116px;
  padding: 24px;
}

.ebms-crc__forum-cta p {
  color: var(--koble-text);
  margin: 0;
}

@media (max-width: 700px) {
  .ebms-crc__forum-actions {
    display: flex;
  }

  .ebms-crc__forum-actions .ebms-crc__discussion-button,
  .ebms-crc__forum-actions .ebms-crc__reply-button {
    flex: 1 1 auto;
    min-width: 0;
  }

  .ebms-crc__forum-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 22px 18px;
    text-align: center;
  }
}

.ebms-crc [data-challenge-filters] button {
  align-items: center;
  display: inline-flex;
  font-weight: 500;
    font-size: 14px;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px 8px 14px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.ebms-crc [data-challenge-filters] button svg {
  flex: 0 0 auto;
  height: 15px;
  stroke: currentColor;
  width: 15px;
}

.ebms-crc [data-challenge-filters] .ebms-crc__filter-count {
  align-items: center;
  background: var(--koble-soft);
  border-radius: 999px;
  color: var(--koble-forest-dark);
  display: inline-flex;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.ebms-crc [data-challenge-filters] button.is-active .ebms-crc__filter-count {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ebms-crc__challenge-card {
  display: flex;
  flex-direction: column;
}

.ebms-crc__challenge-footer {
  align-items: flex-end;
  border-top: 1px solid var(--koble-border);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
}

.ebms-crc__challenge-footer .ebms-crc__entry-author {
  border-top: 0;
  margin: 0;
  padding-top: 0;
      display: block !important;

}

.ebms-crc__same-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--koble-border);
  border-radius: 8px;
  color: var(--koble-forest);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font: inherit;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.ebms-crc__same-button svg {
  fill: transparent;
  height: 16px;
  stroke: currentColor;
  width: 16px;
}

.ebms-crc__same-button:hover,
.ebms-crc__same-button:focus-visible,
.ebms-crc__same-button.is-same {
  background: var(--koble-sage-light);
  border-color: var(--koble-sage);
}

.ebms-crc__same-button:focus-visible {
  outline: 3px solid rgba(148, 173, 97, 0.35);
  outline-offset: 2px;
}

.ebms-crc__same-button.is-loading {
  cursor: wait;
  opacity: 0.65;
}

.ebms-crc__same-button.has-error {
  border-color: #a63838;
}

.ebms-crc__challenge-cta {
  align-items: center;
  background: var(--koble-soft);
  border: 1px solid var(--koble-border);
  border-radius: 12px;
  display: flex;
  gap: 22px;
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: 18px;
  min-height: 116px;
  padding: 24px;
}

.ebms-crc__challenge-cta p {
  color: var(--koble-text);
  margin: 0;
}

@media (max-width: 767px) {
  .ebms-crc [data-challenge-filters] {
    flex-wrap: nowrap;
    margin-inline: -4px;
    overflow-x: auto;
    padding: 0 4px 8px;
    scrollbar-width: thin;
  }

  .ebms-crc [data-challenge-filters] button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .ebms-crc__challenge-footer {
    align-items: stretch;
  }

  .ebms-crc__same-button {
    min-width: 92px;
  }

  .ebms-crc__challenge-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 22px 18px;
    text-align: center;
  }
}
:root {
  --inventory: #c9ad4f;
  --inventory-soft: #faf4dc;
  --sales: #86a856;
  --sales-soft: #edf5df;
  --expenses: #c9898e;
  --expenses-soft: #f8e7e8;
  --labor: #74b9be;
  --labor-soft: #e3f3f4;
  --financials: #917abb;
  --financials-soft: #eee9f7;
  --app-blue: #7297b9;
  --app-blue-soft: #e7eff6;
}

.ebms-crc [data-idea-filters] button {
  align-items: center;
  display: inline-flex;
  font-weight: 500;
  gap: 8px;
  min-height: 42px;
  padding: 8px 10px 8px 14px;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.ebms-crc [data-idea-filters] button svg {
  flex: 0 0 auto;
  height: 15px;
  stroke: currentColor;
  width: 15px;
}

.ebms-crc [data-idea-filters] .ebms-crc__filter-count {
  align-items: center;
  background: var(--koble-soft);
  border-radius: 999px;
  color: var(--koble-forest-dark);
  display: inline-flex;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 6px;
}

.ebms-crc [data-idea-filters] button.is-active .ebms-crc__filter-count {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.ebms-crc__idea-sort > span {
  display: none;
}

.ebms-crc [data-idea-section-chip="inventory"] {
  background: var(--inventory-soft);
  color: #765d08;
}

.ebms-crc [data-idea-section-chip="sales"] {
  background: var(--sales-soft);
  color: #466c16;
}

.ebms-crc [data-idea-section-chip="expenses"] {
  background: var(--expenses-soft);
  color: #8a3e44;
}

.ebms-crc [data-idea-section-chip="labor"] {
  background: var(--labor-soft);
  color: #17636a;
}

.ebms-crc [data-idea-section-chip="financials"] {
  background: var(--financials-soft);
  color: #5e4788;
}

.ebms-crc [data-idea-section-chip="app"] {
  background: var(--app-blue-soft);
  color: #3e6485;
}

.ebms-crc__idea-table-header,
.ebms-crc__idea-card {
  grid-template-columns: 124px 130px minmax(260px, 1fr) 110px 140px;
}

.ebms-crc__idea-votes {
  min-width: 104px;
}

.ebms-crc__idea-votes strong {
  min-width: 4ch;
  text-align: center;
}

.ebms-crc__idea-votes span {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .ebms-crc__idea-table-header,
  .ebms-crc__idea-card {
    grid-template-columns: 116px 112px minmax(220px, 1fr) 94px 120px;
  }
}

@media (max-width: 767px) {
  .ebms-crc__idea-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .ebms-crc [data-idea-filters] {
    flex-wrap: nowrap;
    margin-inline: -4px;
    overflow-x: auto;
    padding: 0 4px 8px;
    scrollbar-width: thin;
  }

  .ebms-crc [data-idea-filters] button {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
.ebms-crc__section-cta {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: center;
  min-height: 116px;
  padding: 24px;
}

.ebms-crc__section-cta p {
  color: var(--koble-text);
  margin: 0;
}

@media (max-width: 767px) {
  .ebms-crc__section-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 22px 18px;
    text-align: center;
  }
  html body .dnd_top_area-row-0-padding {
    padding-top: 16px !important;
    padding-bottom: 0px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.ebms-crc__tab {
        flex-basis: auto!important;
    }  
 .ebms-crc__shell   {
    border: 0px !important;
}
.ebms-crc__browse-list button {
    font-size: 14px;
}
 .ebms-crc__recent-list a, .ebms-crc__recent-list strong {
    font-size: 16px;
}
.ebms-crc__entry-meta time {
        margin-right: auto;
        margin-left: 0;
}
.ebms-crc__idea-note {
    color: var(--koble-muted);
    font-size: 11px;
    line-height: 1;
    margin: 0 0 18px;
}
  .ebms-crc__idea-votes span {
    font-size: 14px;
    margin: 0;
}
  
}



.hsfc-FieldLabel, .hsfc-RichText p {
    font-family: Basetica, Arial, Helvetica, sans-serif !important;
  }

.hsfc-Step .hsfc-Step__Content { padding-top:0px!important;
}


@media (max-width: 767px) {
  .ebms-crc [data-update-filters] {
    flex-wrap: nowrap;
    margin-inline: -16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 16px 10px;
    scroll-padding-inline: 16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ebms-crc [data-update-filters]::-webkit-scrollbar {
    display: none;
  }

  .ebms-crc [data-update-filters] > span,
  .ebms-crc [data-update-filters] > button {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .ebms-crc [data-update-filters] > span {
    align-self: center;
  }

  .ebms-crc [data-update-clear] {
    margin-left: 8px;
    min-height: 42px;
    padding-inline: 8px;
  }
}

/* EBMS CRC — Product Ideas mobile vertical card layout */
@media (max-width: 767px) {
  .ebms-crc__idea-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .ebms-crc__idea-votes {
    grid-column: 1;
    grid-row: 5;
    justify-self: start;
    margin: 0 14px 14px;
    min-width: 112px;
  }

  .ebms-crc__idea-section,
  .ebms-crc__idea-content,
  .ebms-crc__idea-date,
  .ebms-crc__idea-author {
    border-left: 0;
    grid-column: 1;
    padding: 12px 14px;
  }

  .ebms-crc__idea-section {
    grid-row: 1;
    padding-bottom: 6px;
  }

  .ebms-crc__idea-content {
    grid-row: 2;
    padding-block: 8px;
  }

  .ebms-crc__idea-date {
    grid-row: 3;
    padding-block: 4px;
  }

  .ebms-crc__idea-author {
    grid-row: 4;
    padding-bottom: 14px;
    padding-top: 10px;
  }
}
/* EBMS CRC — compact mobile spacing */
@media (max-width: 767px) {
  .ebms-crc {
    padding: 6px 6px 48px;
  }

  .ebms-crc__hero-content {
    padding: 30px 16px;
  }

  .ebms-crc__workspace {
    padding-top: 28px;
  }

  .ebms-crc__workspace-heading {
    margin-bottom: 18px;
  }

  .ebms-crc__tabs {        border: 0px !important;
    padding-inline: 4px;
  }

  .ebms-crc__tab {
    padding: 10px 12px;
  }

  .ebms-crc__panel {
    padding: 12px;
  }

  .ebms-crc__banner {
    min-height: 150px;
    padding: 24px 18px;
  }

  .ebms-crc__content-layout,
  .ebms-crc__card-grid,
  .ebms-crc__forum-list,
  .ebms-crc__sidebar {
    gap: 12px;
  }

  .ebms-crc__toolbar {
    gap: 8px;
    padding: 6px;
  }

  .ebms-crc__filters {
    gap: 8px;
    margin-bottom: 14px;
  }

  .ebms-crc__entry-card {
    padding: 18px 16px;
  }

  .ebms-crc__forum-card,
  .ebms-crc__challenge-card {
    min-height: 0;
  }

  .ebms-crc__section-cta {
    margin-top: 24px;
    min-height: 84px;
    padding: 14px 12px;
  }

  .ebms-crc__ideas {
    gap: 8px;
    padding: 6px;
  }

  .ebms-crc__idea-toolbar {
    gap: 10px;
    margin-bottom: 12px;
  }

  .ebms-crc__idea-section,
  .ebms-crc__idea-content,
  .ebms-crc__idea-date,
  .ebms-crc__idea-author {
    padding-inline: 12px;
  }

  .ebms-crc__idea-votes {
    margin: 0 12px 12px;
  }

  .ebms-crc__side-card {
    padding: 16px 14px;
  }

  .ebms-crc [data-update-filters] {
    margin-inline: -4px;
    padding-inline: 4px;
    scroll-padding-inline: 4px;
  }
}


/* EBMS CRC — compact Forum cards and adaptive mobile actions */
@media (max-width: 767px) {
  .ebms-crc__forum-main {
    padding: 16px 12px 0;
  }

  .ebms-crc__forum-card .ebms-crc__entry-author {
    margin-top: 12px;
  }

  .ebms-crc__forum-footer {
    gap: 10px;
    padding: 12px;
  }

  .ebms-crc__forum-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: 58px minmax(0, 1fr);
    width: 100%;
  }

  .ebms-crc__forum-actions:has(.ebms-crc__discussion-button) {
    grid-template-columns: 58px minmax(96px, 1fr) minmax(78px, auto);
  }

  .ebms-crc__forum-like,
  .ebms-crc__discussion-button,
  .ebms-crc__reply-button {
    min-height: 44px;
    min-width: 0;
    padding-inline: 10px;
    width: 100%;
  }

  .ebms-crc__discussion-button {
    line-height: 1.15;
  }

  .ebms-crc__reply-button {
    white-space: nowrap;
  }

  .ebms-crc__replies {
    padding-inline: 12px;
  }
}

/* Extra safety for very narrow phones */
@media (max-width: 359px) {
  .ebms-crc__forum-actions:has(.ebms-crc__discussion-button) {
    grid-template-columns: 54px minmax(88px, 1fr) minmax(72px, auto);
    gap: 6px;
  }

  .ebms-crc__forum-like,
  .ebms-crc__discussion-button,
  .ebms-crc__reply-button {
    font-size: 11px;
    padding-inline: 8px;
  }
}
