.ck-editor__editable .coh-color-white {
    cursor: text;
    background: #121212;
}

.ck-editor__editable .coh-color-alcon-floral-white {
    cursor: text;
    background: #121212;
}

.cke_editable .coh-style-tick-list---white {
    cursor: text;
    background: #121212;
}
.coh-style-a-recent-resources-with-filter-view-style .views-row {
	/* Prevent breaking mid-word */
word-break: keep-all;  

/* Ensure text respects container width */
white-space: normal;
	
}

.coh-style-a-recent-resources-with-filter-view-style .views-row .views-field.views-field-title a{
	
/* Prevent breaking mid-word */
word-break: keep-all;  

/* Ensure text respects container width */
white-space: normal;
}

.coh-style-a-recent-resources-with-filter-view-style .form-item-sort-order select.form-select {
  width: 11.25rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-color: rgb(206, 224, 253);
  background-color: rgb(243, 247, 252);
  height: 3.125rem;
  margin-top: -12px !important;
  padding-left: 0.625rem;
}


.coh-style-a-recent-resources-with-filter-view-style .views-row .resource_content_wrapper .summary p{
	/* Prevent breaking mid-word */
word-break: keep-all;  

/* Ensure text respects container width */
white-space: normal;
	
}
#views-exposed-form-recent-resources-view-block-1 .filter-by-title:not(:first-of-type) {
  display: none;
}