.rt-home-latest {
	--rt-home-text-read: rgba(0, 0, 0, 0.4);
	width: 100%;
}

.rt-home-latest a[data-rt-document-srl].is-read {
	color: var(--rt-home-text-read);
}

.rt-home-latest .rt-home-latest__head-link {
	color: inherit;
	text-decoration: none;
}

.rt-home-latest .rt-home-latest__head-link:hover,
.rt-home-latest .rt-home-latest__head-link:focus-visible {
	color: var(--rt-color-primary, #2f6664);
	text-decoration: none;
}

.rt-home-latest .rt-home-latest__head-link:focus-visible {
	outline: 2px solid var(--rt-color-primary, #2f6664);
	outline-offset: 2px;
}

.rt-home-latest .rt-home-latest__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 32px;
	height: 32px;
}

.rt-home-latest .rt-home-latest__more svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

/* 짧은 게시판명에도 같은 공간을 확보해 제목 시작점을 맞춥니다. */
.rt-home-latest .rt-latest-item__board {
	display: block;
	flex: 0 0 90px;
	min-width: 0;
	margin-right: 8px;
	overflow: hidden;
	color: var(--rt-color-text-light, #6e6e73);
	font-weight: 400;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rt-home-latest .rt-latest-item__board:hover,
.rt-home-latest .rt-latest-item__board:focus-visible {
	color: var(--rt-color-primary, #2f6664);
}

.rt-home-latest .rt-latest-item__icons {
	display: inline-flex;
	align-items: center;
	flex: none;
	gap: 1px;
	margin-left: 3px;
}

.rt-home-latest .rt-latest-item__icons > img {
	display: block;
	flex: none;
	width: 16px;
	height: 16px;
	max-width: none;
}

.rt-home-latest .rt-latest-item__icons > .rt-latest-item__youtube-icon {
	width: 18px;
}

.rt-home-latest .rt-board-card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

@media (max-width: 767.99px) {
	.rt-home-latest .rt-latest-item__board {
		flex-basis: 76px;
	}

	.rt-home-latest .rt-home-latest__more svg {
		width: 22px;
		height: 22px;
	}

	.rt-home-latest .rt-board-card:last-child:nth-child(odd) {
		grid-column: auto;
	}
}
