/* Position Zéro 0.5 — module podcasts. Chargé uniquement si nécessaire. */
.pz-tech-podcasts {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pz-tech-podcasts__item {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 11px;
	align-items: start;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid rgba(145, 145, 145, 0.3);
}

.pz-tech-podcasts__item:first-child {
	padding-top: 4px;
}

.pz-tech-podcasts__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.pz-tech-podcasts__monogram {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(180, 180, 180, 0.32);
	border-radius: 50%;
	background: rgba(128, 128, 128, 0.12);
	color: inherit;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}

.pz-tech-podcasts__content {
	min-width: 0;
}

.pz-tech-podcasts__source {
	display: block;
	overflow: hidden;
	margin: 0 0 4px;
	color: var(--pz-podcast-source-color, #a8a8a8);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.045em;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

a.pz-tech-podcasts__source:hover {
	color: inherit;
	text-decoration: underline;
}

.pz-tech-podcasts__title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.38;
}

.pz-tech-podcasts__title a {
	color: inherit;
	text-decoration: none;
}

.pz-tech-podcasts__title a:hover {
	text-decoration: underline;
}

.pz-tech-podcasts__date {
	display: block;
	margin-top: 5px;
	color: var(--pz-podcast-date-color, #929292);
	font-size: 11px;
	line-height: 1.3;
}

.pz-tech-podcasts__source:focus-visible,
.pz-tech-podcasts__title a:focus-visible {
	outline: 2px solid var(--pz-podcast-focus-color, #ff0055);
	outline-offset: 3px;
	border-radius: 2px;
}
