.uth-ogg-card {
	max-width: 560px;
	border: 1px solid var(--uth-border);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

.uth-ogg-card__image {
	height: 200px;
	background: #e5e7eb;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	font-size: 0.85rem;
	background-size: cover;
	background-position: center;
}

.uth-ogg-card__image.has-image {
	color: transparent;
}

.uth-ogg-card__body {
	padding: 12px 14px;
}

.uth-ogg-card__url {
	color: #606770;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.uth-ogg-card__title {
	color: #050505;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 4px 0 2px;
}

.uth-ogg-card__description {
	color: #606770;
	font-size: 0.85rem;
	line-height: 1.45;
	margin: 0;
}