.ct-posts-widget {
	ul {
		li {
			display: flex;
			margin-bottom: 20px;

			.ct-image-container {
				align-self: flex-start;

				@include media-breakpoint-down (md) {
					flex: 0 0 15%;
					margin-right: 3%;
				}

				@include media-breakpoint-up (lg) {
					flex: 0 0 25%;
					margin-right: 20px;
				}
			}

			.ct-entry-content {
				display: flex;
				flex-direction: column;
				justify-content: center;
				min-width: 0;

				a {
					font-size: 15px;
					font-weight: 500;
					// line-height: 1.4;
					word-wrap: break-word;
					@include lhCrop(1.65);
				}
			}

			.ct-entry-meta {
				span {
					&:not(:last-child) {
						&:after {
							content: '/';
							margin: 0 3px;
						}
					}
				}
			}
		}
	}
}
