/* Document Cards Grid — brochure / whitepaper cards, all classes dcg-29c3a005-* */

.dcg-29c3a005-wrapper {
	font-family: inherit;
	width: 100%;
}

@supports (appearance: base-select) {
	.dcg-29c3a005-select {
		appearance: base-select;
	}
}

@media (max-width: 860px) {
	.dcg-29c3a005-header {
		flex-direction: column;
		align-items: stretch;
	}
}

[class^="dcg-"][class$="-grid"] {
	display: grid;
	grid-template-columns: repeat(var(--dcg-cols, 3), minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	align-items: start;
}

@media (max-width: 1024px) {
	[class^="dcg-"][class$="-grid"] {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 767px) {
	[class^="dcg-"][class$="-grid"] {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
	}
}
.dcg-29c3a005-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
/* Let display:none naturally pull items out of flow so they stack cleanly left-to-right */
.dcg-29c3a005-card.hidden-by-filter {
    display: none !important;
}

.dcg-29c3a005-card-image {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	aspect-ratio: 16 / 9; /* scales with card width at every breakpoint */
	background-size: cover;
	background-position: center;
	position: relative;
}
.dcg-29c3a005-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	z-index: 2;            /* stays above the hover overlay */
	pointer-events: none;  /* clicks pass through to the overlay link */
}

/* "View PDF" hover overlay */
.dcg-29c3a005-card-image {
	overflow: hidden;
}
.dcg-29c3a005-view {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.dcg-29c3a005-view:hover,
.dcg-29c3a005-view:focus {
	color: #fff;
	text-decoration: none;
}
.dcg-29c3a005-view i,
.dcg-29c3a005-view svg {
	transform: scale(0.8);
	transition: transform 0.3s ease;
}
.dcg-29c3a005-view svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.dcg-29c3a005-card-image:hover .dcg-29c3a005-view,
.dcg-29c3a005-view:focus-visible {
	opacity: 1;
}
.dcg-29c3a005-card-image:hover .dcg-29c3a005-view i,
.dcg-29c3a005-card-image:hover .dcg-29c3a005-view svg,
.dcg-29c3a005-view:focus-visible i,
.dcg-29c3a005-view:focus-visible svg {
	transform: scale(1);
}
.dcg-29c3a005-view:focus-visible {
	outline: 3px solid #fff;
	outline-offset: -6px;
}
@media (prefers-reduced-motion: reduce) {
	.dcg-29c3a005-view,
	.dcg-29c3a005-view i,
	.dcg-29c3a005-view svg {
		transition: none;
	}
}
.dcg-29c3a005-card-content {
	padding: 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}
.dcg-29c3a005-title {
	margin: 0 0 10px;
	font-size: 18px;
	word-break: break-word;
}
.dcg-29c3a005-desc {
	margin: 0 0 20px;
	color: #666;
	flex-grow: 1;
}
.dcg-29c3a005-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #CE2840;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* not outline, so focus rings appear instantly */
	border: 0px solid transparent;
	margin-top: auto;
}
.dcg-29c3a005-btn:hover {
	background: #0D675E;
}
.dcg-29c3a005-wrapper {
	--dcg-focus-ring: #1a1a1a;
}

/* Keyboard focus: visible ring on the download button and filter buttons.
   Mouse clicks don't show it (:focus-visible), keyboard/tab navigation does. */
.dcg-29c3a005-btn:focus {
	outline: none;
}
.dcg-29c3a005-btn:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* No PDF selected yet */
.dcg-29c3a005-btn.is-disabled,
.dcg-29c3a005-btn.is-disabled:hover {
	opacity: 0.55;
	cursor: not-allowed;
	background: #CE2840;
}

.dcg-29c3a005-empty {
	text-align: center;
	margin: 20px 0 0;
	color: #666;
}
.dcg-29c3a005-empty[hidden] {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.dcg-29c3a005-select,
	.dcg-29c3a005-chevron,
	.dcg-29c3a005-btn {
		transition: none;
	}
}
.dcg-29c3a005-btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Screen-reader-only text (the "Category:" prefix on a badge, "(not available
 * yet)" on a disabled button). The shared .tcg-sr-only class does this job for
 * every widget; this alias keeps the older dcg- class working on its own, so a
 * page still served from cache with the previous markup does not suddenly show
 * the hidden words on screen.
 */
.dcg-29c3a005-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
