.vern-og-card {
    border-radius: 0.75rem;
    font-family: system-ui, sans-serif;
	background-color: white;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
}

.vern-og-card img {
	border-top-left-radius: 0.75rem;
	border-top-right-radius: 0.75rem;
}

.vern-og-card-body {
    padding: 12px;
}

.vern-og-card-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.vern-og-card-desc {
    color: #555;
    font-size: 0.8em;
    margin-bottom: 8px;
}

.vern-og-card-url {
    font-size: 0.6em;
    color: #888;
}
