.block-content--type-panel-section-textarea .block-content__content {
  margin-bottom: 4px;
  padding: 0 18px 18px;

 
  > textarea {
      border: 1px solid #0000001A;
      box-sizing: border-box;
      color: #333;
      font: 500 18px / 1 "Mercury Text G1", serif;
      margin-block: 16px;
      padding: 18px;
      resize: none;
      width: 100%;
  }
}
