/**
 * plugins/generic/crossmarkBadge/styles/crossmark.css
 *
 * Copyright (c) 2026 OJSBR - STNT Tecnologia da Informacao LTDA
 * Distributed under the GNU GPL v3. For full terms see the file LICENSE.
 *
 * Kept deliberately small: the badge must inherit the theme's spacing instead of
 * imposing its own, so only the image sizing and the policy link are styled here.
 */
.crossmark_badge {
	margin: 1.5rem 0;
}

.crossmark_badge a {
	display: inline-block;
	border: 0;
	line-height: 0;
}

.crossmark_badge img {
	max-width: 100%;
	height: auto;
}

.crossmark_badge__policy {
	margin-top: 0.4rem;
	font-size: 0.85em;
	line-height: 1.3;
}

/* Themes that render the article details items as cards zero out their padding with
   selectors a class-based rule here cannot outweigh, which leaves the logo glued to
   the card border. The id is the plugin's own, so it is the honest way to win. */
#crossmarkBadge {
	padding: 1rem;
}
