/* CODSHIPX AI CRM R67-C2 CUSTOMER INTELLIGENCE FINAL */

.cx-r67-insight-headline-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cx-r67-insight-tools {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.cx-r67-insight-tools button {
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #dbe6ca;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #6f8062;
  font-size: 8.5px;
  font-weight: 800;
  cursor: pointer;
}

.cx-r67-insight-tools button.active {
  color: #426c08;
  border-color: #bddb88;
  background: #eaf7d5;
}

.cx-r67-insight-tools > b {
  margin-left: 4px;
}

.cx-r67-insight-summary {
  margin: 7px 0 5px !important;
  color: #354e65 !important;
  font-weight: 700;
}

.cx-r67-insight-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 9px;
  margin-top: 14px;
}

.cx-r67-insight-grid article {
  min-height: 116px;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  padding: 12px;
  border: 1px solid #dce7cf;
  border-radius: 13px;
  background: rgba(255,255,255,.72);
}

.cx-r67-insight-grid article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #659d10;
  background: #edf7dd;
}

.cx-r67-insight-grid small {
  display: block;
  margin-bottom: 5px;
  color: #66804e;
  font-size: 8.5px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.cx-r67-insight-grid p {
  margin: 0 !important;
  color: #536b5c !important;
  font-size: 10px !important;
  line-height: 1.55;
}

.cx-r67-deep-codi {
  margin-top: 12px;
  padding: 13px;
  border: 1px solid #dce7cf;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0, rgba(139,220,13,.10), transparent 36%),
    rgba(255,255,255,.78);
}

.cx-r67-deep-codi > div:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}

.cx-r67-deep-codi > div:first-child > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #639b0d;
  background: #ecf6dc;
}

.cx-r67-deep-codi > div:first-child > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cx-r67-deep-codi > div:first-child strong {
  color: #294520;
  font-size: 10.5px;
}

.cx-r67-deep-codi > div:first-child small {
  color: #819075;
  font-size: 8.5px;
}

.cx-r67-deep-codi > button {
  min-height: 36px;
  margin-top: 10px;
  padding: 0 13px;
  border: 1px solid #bddd86;
  border-radius: 10px;
  background: #8bdc0d;
  color: #173a00;
  font-size: 9.5px;
  font-weight: 900;
  cursor: pointer;
}

.cx-r67-deep-codi > button:disabled {
  opacity: .58;
  cursor: wait;
}

.cx-r67-deep-result {
  margin-top: 11px;
  padding: 12px;
  border: 1px solid #d8e5ca;
  border-radius: 12px;
  background: #fff;
}

.cx-r67-deep-result strong {
  display: block;
  margin-bottom: 6px;
  color: #52810d;
  font-size: 9px;
  text-transform: uppercase;
}

.cx-r67-deep-result p {
  margin: 0 !important;
  color: #405a50 !important;
  font-size: 10.5px !important;
  line-height: 1.65;
  white-space: pre-wrap;
}

.cx-r67-deep-error {
  margin: 9px 0 0 !important;
  color: #a64b4b !important;
  font-size: 9px !important;
}

@media (max-width: 850px) {
  .cx-r67-insight-grid {
    grid-template-columns: 1fr;
  }

  .cx-r67-insight-headline-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
