/*
 * Theme Name:	Twenty Twenty-Five Child
 * Description: Child-Theme für das Twenty Twenty-Five-Theme
 * Template:	twentytwentyfive
 * Tags:	block-template
 * Text Domain: twentytwentyfive-child
 * Author:	Roman Rathje
 * Version:	1.3.37
 */
 
/* Gesamtes H5P-Kartenpanel etwas größer und luftiger machen */
.mm-h5p-helper-wrap {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.mm-h5p-card-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
	font-size: inherit;
}

.mm-h5p-card {
	gap: 10px;
	padding: 14px 16px;
	display: flex;
	align-items: flex-start;
	border: 1px solid #d0d7de;
	border-radius: 6px;
	background: #fdfdfd;
	cursor: pointer;
	width: 300px;
	flex: 0 0 300px;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.mm-h5p-card-title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 4px;
}

.mm-h5p-card-sub {
	font-size: 15px;
	color: #6666668c;
	margin-bottom: 3px;
}

.mm-h5p-card-desc {
	font-size: 14px;
	color: #444;
	margin-top: 4px;
}

.mm-h5p-card-title,
.mm-h5p-card-desc {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.mm-h5p-badge {
	display: inline-block;
	font-size: 12px;
	color: #1c5fa8;
	border: 1px solid #1c5fa8;
	border-radius: 4px;
	padding: 2px 6px;
	margin-top: 6px;
	background: #e9f3ff;
}

.mm-h5p-icon {
	flex: 0 0 56px;
}

.mm-h5p-icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.mm-h5p-card-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

/* Karte, wenn empfohlen */
.mm-h5p-card--recommended {
	border-color: #2271b1;
	background: #f0f6fc;
}
