.ben25-random-art-posts {
	padding-top: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--50);
}

.ben25-random-art-posts__header {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	align-items: center;
}

.ben25-random-art-posts__refresh {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.ben25-random-art-posts__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30);
}

.ben25-random-art-posts__item {
	margin-bottom: 0.5rem;
}
.ben25-random-art-posts__item > div {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: var(--wp--preset--spacing--20);
}

.ben25-random-art-posts__thumbnail {
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	margin-top: 0.5rem;
}

.ben25-random-art-posts__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ben25-random-art-posts__title {
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
}

.ben25-random-art-posts__title:hover {
	text-decoration: underline;
	text-decoration-style: dashed;
}
.ben25-random-art-posts__date {
	font-style: italic;
	font-size: 0.875rem;
	color: #ffffff;
}
