/* Astropraxis — Apple-Podcast */

.apx-podcast {
	inline-size: 100%;
	margin-inline: auto;
}

.apx-podcast__rahmen {
	display: block;
	inline-size: 100%;
	border: 0;
	border-radius: 10px;
	overflow: hidden;
}

/* Flaeche vor dem Laden — nachempfunden, aber ohne Anfrage an Apple */
.apx-podcast__hinweis {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	block-size: 100%;
	padding: 1.25rem;
	border-radius: 10px;
	background: #1c1c1e;
	color: #f2f2f7;
	box-sizing: border-box;
}

.apx-podcast__bild {
	flex: none;
	inline-size: 110px;
	block-size: 110px;
	object-fit: cover;
	border-radius: 6px;
}

.apx-podcast__text { min-inline-size: 0; }

.apx-podcast__titel {
	margin: 0 0 .25rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.apx-podcast__erklaerung {
	margin: 0 0 .75rem;
	font-size: .8125rem;
	line-height: 1.45;
	color: #b8b8bd;
}

.apx-podcast__knopf {
	display: inline-block;
	padding: .5rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: #8a4fd8;
	color: #fff;
	font: inherit;
	font-size: .875rem;
	font-weight: 700;
	cursor: pointer;
}
.apx-podcast__knopf:hover,
.apx-podcast__knopf:focus-visible { background: #7a3fd0; }

@media (max-width: 575px) {
	.apx-podcast__hinweis { flex-direction: column; align-items: flex-start; gap: .875rem; }
	.apx-podcast__bild { inline-size: 76px; block-size: 76px; }
}
