.ct-activity {
  padding: 0 1.25rem 3rem;
  background: #f8f7f2;
}

.ct-activity-inner {
  max-width: 780px;
  margin: 0 auto;
  border-top: 1px solid rgba(31, 42, 34, 0.14);
  padding-top: 2rem;
}

.ct-activity-head h2 {
  margin: 0.15rem 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  color: #1f2a22;
}

.ct-reactions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
}

.ct-reactions button,
.ct-comment-form button {
  min-height: 40px;
  border: 1px solid rgba(82, 96, 68, 0.28);
  border-radius: 6px;
  padding: 0.55rem 0.85rem;
  background: #fff;
  color: #1f2a22;
  font: inherit;
  cursor: pointer;
}

.ct-reactions button:hover,
.ct-reactions button.active {
  border-color: #526044;
  background: #eef1e8;
}

.ct-comment-form {
  display: grid;
  gap: 0.55rem;
}

.ct-comment-form label {
  font-family: "Jost", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #526044;
}

.ct-comment-form input,
.ct-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(82, 96, 68, 0.24);
  border-radius: 6px;
  padding: 0.72rem 0.8rem;
  background: #fff;
  color: #1f2a22;
  font: inherit;
}

.ct-comment-form textarea {
  resize: vertical;
}

.ct-comment-form button {
  justify-self: start;
  border-color: #526044;
  background: #526044;
  color: #fff;
}

.ct-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ct-activity-status {
  min-height: 1.25rem;
  margin: 0;
  color: #6f766d;
  font-family: "Jost", Arial, sans-serif;
  font-size: 0.9rem;
}

.ct-activity-status.error {
  color: #a93d3d;
}

.ct-activity-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.ct-activity-item {
  border: 1px solid rgba(82, 96, 68, 0.16);
  border-radius: 6px;
  padding: 0.85rem;
  background: #fff;
}

.ct-activity-meta {
  margin-bottom: 0.3rem;
  color: #6f766d;
  font-family: "Jost", Arial, sans-serif;
  font-size: 0.82rem;
}

.ct-activity-body {
  white-space: pre-wrap;
  color: #1f2a22;
  line-height: 1.55;
}
