.c-accordion-group {
  background-color: #ffffff;
  border: 1px solid #e9ece9;
  border-radius: 4px;
  padding: 1rem 1.375rem;
}

.c-accordion-group__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.c-accordion-group__title-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.c-accordion-group__title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #191e1a;
}

.c-accordion-group__pill {
  display: inline-flex;
  height: 18px;
  min-width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #ecfaeb;
  padding: 0 0.375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 18px;
  color: #007a0c;
}

.c-accordion-group__chevron {
  color: #607163;
  transform: rotate(-90deg);
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

.c-accordion-group__chevron--open {
  transform: rotate(0deg);
}

.c-accordion-group__body {
  margin-top: 0.75rem;
}

.c-accordion-item {
  color: #607163;
}

.c-accordion-item--selected {
  color: #191e1a;
}

.c-accordion-item__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  border: none;
  border-top: 1px solid #e9ece9;
  background: none;
  padding: 0.75rem 0;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.c-accordion-item--selected .c-accordion-item__label {
  font-weight: 500;
  color: #191e1a;
}

.c-accordion-item__label-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.c-accordion-item__icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.c-accordion-item__label {
  font-size: 0.8125rem;
  line-height: 1.23;
}

.c-accordion-item__pill {
  display: inline-flex;
  height: 18px;
  min-width: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #ecfaeb;
  padding: 0 0.375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 18px;
  color: #007a0c;
}

.c-accordion-item__chevron {
  color: currentColor;
  transform: rotate(-90deg);
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

.c-accordion-item__chevron--open {
  transform: rotate(0deg);
}

.c-accordion-item__body {
  padding-bottom: 0.75rem;
}
