
#rec1694763251 .tilda-clamp-wrap {
  overflow: hidden;
  transition: max-height 0.35s ease;
}

#rec1694763251 .tilda-clamp-btn {
  margin-top: 8px;
  padding: 0;
  background: none;
  border: none;
  color: #000;
  font-size: 14px;
  cursor: pointer;

  /* 👉 ВАЖНОЕ */
  font-weight: 700;   /* жирный */
  font-style: italic; /* курсив */
}

#rec1694763251 .tilda-clamp-btn:focus {
  outline: none;
}

