/**
 * Mail-Archiver Page – Page-specific Styles
 * /mail-archiver/mail-archiver.css
 */

/* Hero accent: subtle mail-themed tint for any page-specific overrides */
.mail-archiver-highlight {
	color: #a50065;
}

/* Badge or tag used to mark open-source status */
.mail-archiver-badge {
	display: inline-block;
	background-color: #00cd40;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	padding: 0.2em 0.6em;
	border-radius: 3px;
}

/* Ensure the MailStore logo in the alternatives grid renders cleanly */
.service-grid img[src*="mailstore"] {
	filter: brightness(0) invert(1);
	opacity: 0.85;
}

/* Sponsor notice banner */
.sponsor-notice {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	background: linear-gradient(90deg, #a50065 0%, #7a004c 100%);
	color: #fff;
	text-align: center;
	justify-content: center;
	padding: 0.85rem 1.5rem;
	margin: 0;
}

.sponsor-notice__star {
	font-size: 1.4rem;
	flex-shrink: 0;
	line-height: 1;
}

.sponsor-notice p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}

.sponsor-notice strong {
	font-weight: 700;
}

/* Screenshot images: sharp, no border/background, clean shadow */
.image-teaser:not(.image-teaser--transparent) img {
	background-color: transparent;
	border: none;
	padding: 0;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), 0 2px 10px rgba(0, 0, 0, 0.14);
}
