[data-cte-mfgaxis-root] {
  margin: 2.5rem 0 0;
}

.cte-mfgaxis {
  border: 1px solid rgba(30, 41, 59, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.cte-mfgaxis__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-bottom: 1px solid rgba(30, 41, 59, 0.1);
  background: #f7f8f6;
  color: #1f2933;
}

.cte-mfgaxis__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.cte-mfgaxis__brandMark {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cte-mfgaxis__brandMark img {
  width: 17px;
  height: 17px;
  display: block;
}

.cte-mfgaxis__brandMeta {
  min-width: 0;
}

.cte-mfgaxis__eyebrow {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #176b49;
  font-weight: 800;
}

.cte-mfgaxis__title {
  display: block;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 800;
}

.cte-mfgaxis__subtitle {
  display: block;
  margin-top: 0.1rem;
  color: rgba(31, 41, 51, 0.68);
  font-size: 0.84rem;
  line-height: 1.35;
}

.cte-mfgaxis__accountActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.cte-mfgaxis__accountLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  border: 1px solid #176b49;
  background: #176b49;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
}

.cte-mfgaxis__accountLink:hover {
  background: #12583c;
  color: #fff;
}

.cte-mfgaxis__accountLink--secondary {
  background: #fff;
  color: #176b49;
}

.cte-mfgaxis__accountLink--secondary:hover {
  background: #edf7f2;
  color: #12583c;
}

.cte-mfgaxis__body {
  padding: 0.85rem;
}

.cte-mfgaxis__stats {
  margin: 0 0 0.65rem;
}

.cte-mfgaxis__summary {
  color: rgba(31, 41, 51, 0.74);
  font-size: 0.88rem;
  line-height: 1.4;
}

.cte-mfgaxis__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.cte-mfgaxis__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  border: 1px solid rgba(31, 41, 51, 0.18);
  background: #fff;
  color: #1f2933;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.cte-mfgaxis__action:hover {
  border-color: rgba(23, 107, 73, 0.45);
  background: #f5faf7;
}

.cte-mfgaxis__action.is-active {
  background: #edf7f2;
  border-color: rgba(23, 107, 73, 0.55);
  color: #12583c;
}

.cte-mfgaxis__prompt,
.cte-mfgaxis__composer {
  margin-bottom: 0.75rem;
}

.cte-mfgaxis__prompt {
  display: none;
}

.cte-mfgaxis__prompt.is-visible {
  display: block;
}

.cte-mfgaxis__promptCopy {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #f7f8f6;
  color: rgba(31, 41, 51, 0.78);
  font-size: 0.86rem;
  line-height: 1.45;
}

.cte-mfgaxis__promptCopy a {
  color: #176b49;
  font-weight: 800;
}

.cte-mfgaxis__textarea {
  display: block;
  width: 100%;
  min-height: 88px;
  resize: vertical;
  border-radius: 8px;
  border: 1px solid rgba(31, 41, 51, 0.18);
  padding: 0.75rem;
  font: inherit;
  font-size: 0.92rem;
  line-height: 1.5;
  background: #fff;
}

.cte-mfgaxis__composerFoot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.cte-mfgaxis__hint {
  color: rgba(31, 41, 51, 0.58);
  font-size: 0.82rem;
  line-height: 1.35;
}

.cte-mfgaxis__submit {
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  border: 0;
  background: #1f2933;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.cte-mfgaxis__status {
  min-height: 1rem;
  margin-bottom: 0.55rem;
  color: #9a3c14;
  font-size: 0.84rem;
  line-height: 1.35;
}

.cte-mfgaxis__status:not(.has-message) {
  display: none;
}

.cte-mfgaxis__commentsTitle {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.2;
}

.cte-mfgaxis__commentsList {
  display: grid;
  gap: 0.6rem;
}

.cte-mfgaxis__comment {
  border: 1px solid rgba(31, 41, 51, 0.1);
  border-radius: 8px;
  padding: 0.7rem 0.75rem;
  background: #fff;
}

.cte-mfgaxis__commentHead {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
  align-items: baseline;
}

.cte-mfgaxis__commentAuthor {
  font-size: 0.9rem;
}

.cte-mfgaxis__commentDate {
  color: rgba(31, 41, 51, 0.5);
  font-size: 0.78rem;
  white-space: nowrap;
}

.cte-mfgaxis__commentBody {
  color: rgba(31, 41, 51, 0.88);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cte-mfgaxis__empty {
  padding: 0.65rem 0.75rem;
  border-radius: 8px;
  background: #f7f8f6;
  color: rgba(31, 41, 51, 0.64);
  font-size: 0.86rem;
}

.cte-mfgaxis.is-busy {
  opacity: 0.76;
}

.cte-mfgaxis-launcher {
  display: none;
}

@media (max-width: 700px) {
  .cte-mfgaxis__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .cte-mfgaxis__accountActions {
    justify-content: flex-start;
    width: 100%;
  }

  .cte-mfgaxis__composerFoot {
    align-items: stretch;
    flex-direction: column;
  }
}
