body.pres-bulletins {
	color: #1f2937;
	background: linear-gradient(
		165deg,
		rgba(255, 252, 248, 0.92) 0%,
		rgba(232, 250, 255, 0.88) 45%,
		rgba(255, 245, 252, 0.9) 100%
	);
}

body.pres-bulletins > header {
	background: linear-gradient(90deg, var(--red), var(--blue));
}

body.pres-bulletins header nav a {
	color: #fff;
	opacity: 0.9;
}

body.pres-bulletins header nav a:hover {
	opacity: 1;
}

.pres-bulletins-main {
	padding: 18px 0 34px;
}

.pres-bulletins-wrap {
	max-width: 880px;
	width: calc(100% - 32px);
	margin: 0 auto;
}

.pres-bulletins-hero,
.pres-bulletins-card,
.pres-bulletins-shots {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 14px;
	box-shadow: 0 6px 22px rgba(124, 58, 237, 0.12);
	border-left: 6px solid #4ec4ff;
}

.pres-bulletins-hero {
	padding: 18px;
	margin-bottom: 14px;
}

.pres-bulletins-hero h1 {
	margin: 0 0 8px;
	color: #5b21b6;
}

.pres-bulletins-hero .lead {
	margin: 0;
	color: #334155;
}

.pres-bulletins-hero-actions {
	margin-top: 12px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

body.pres-bulletins .pres-bulletins-hero-actions a {
	text-decoration: none;
}

body.pres-bulletins .btn-primary {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	font-weight: 700;
	background: linear-gradient(135deg, #22c55e 0%, #14b8a6 100%);
	color: #fff;
	border: none;
	border-radius: 999px;
}

body.pres-bulletins .btn-primary:hover,
body.pres-bulletins .btn-primary:focus,
body.pres-bulletins .btn-primary:visited {
	color: #fff;
}

body.pres-bulletins .btn-secondary {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	font-weight: 700;
	background: #fff;
	color: #5b21b6;
	border: 2px solid #c4b5fd;
	border-radius: 999px;
}

body.pres-bulletins .btn-secondary:hover,
body.pres-bulletins .btn-secondary:focus,
body.pres-bulletins .btn-secondary:visited {
	color: #5b21b6;
}

.pres-bulletins-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	margin-bottom: 14px;
	padding: 0;
}

.pres-bulletins-card {
	padding: 14px;
}

.pres-bulletins-card h2 {
	margin: 0 0 8px;
	color: #5b21b6;
	font-size: 1.08rem;
}

.pres-bulletins-card p {
	margin: 0;
	color: #334155;
	line-height: 1.55;
}

.pres-bulletins-shots {
	padding: 14px;
	border-left-color: #a78bfa;
}

body.pres-bulletins .shot {
	margin: 0 0 16px;
	background: #fff;
	border: 2px solid #e9d5ff;
	border-radius: 12px;
	padding: 10px;
}

body.pres-bulletins .shot:last-child {
	margin-bottom: 0;
}

body.pres-bulletins .shot img {
	display: block;
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	height: auto;
	border-radius: 8px;
}

body.pres-bulletins .shot figcaption {
	margin-top: 8px;
	text-align: center;
	color: #64748b;
	font-size: 0.95rem;
}
