.brdc-page {
	background: #fafafa;
	padding: 48px 20px;
}

.brdc-page * {
	box-sizing: border-box;
}

.brdc-viewer,
.brdc-content-list {
	margin: 0 auto;
	max-width: 1100px;
}

.brdc-viewer__title,
.brdc-content-list__title {
	color: #111;
	margin: 0 0 24px;
}

.brdc-viewer-nav {
	margin: 0 auto 18px;
	max-width: 1100px;
}

.brdc-viewer-nav__back {
	color: #003da5;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.brdc-viewer-nav__back::before {
	content: "\2190";
	margin-right: 8px;
}

.brdc-viewer-nav__back:hover {
	color: #002563;
	text-decoration: underline;
}

.brdc-viewer__media {
	background: #000;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.brdc-viewer__media iframe {
	border: 0;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.brdc-viewer--audio audio {
	background: #f0f2f5;
	border-radius: 999px;
	display: block;
	width: 100%;
}

.brdc-viewer--pdf iframe {
	background: #fff;
	border: 0;
	height: 80vh;
	width: 100%;
}

.brdc-viewer__fallback {
	margin-top: 16px;
}

.brdc-content-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.brdc-content-card {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.brdc-content-card__thumb {
	background: #f8f9fa;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.brdc-content-card__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.brdc-content-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 16px;
}

.brdc-content-card__title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0 0 14px;
}

.brdc-content-card .brdc-content-card__button,
.brdc-content-empty .button {
	background: #003da5;
	border: 1px solid #003da5;
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: auto;
	min-height: 40px;
	padding: 11px 18px;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.brdc-content-card .brdc-content-card__button:hover,
.brdc-content-empty .button:hover {
	background: #002563;
	border-color: #002563;
	color: #fff !important;
}

.brdc-owned-product-link {
	background: #3f4752;
	border: 1px solid #3f4752;
	border-radius: 4px;
	color: #fff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	min-height: 40px;
	padding: 11px 18px;
	text-decoration: none !important;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.brdc-owned-product-link:hover {
	background: #252b33;
	border-color: #252b33;
	color: #fff !important;
}

.wp-block-button.wc-block-components-product-button.brdc-owned-product-button {
	align-items: stretch;
	display: flex;
	margin-bottom: 12px;
	width: 100%;
}

.wp-block-button.wc-block-components-product-button.brdc-owned-product-button .brdc-owned-product-link.wp-block-button__link {
	align-items: center !important;
	background: #3f4752 !important;
	border: 0 !important;
	border-radius: 4px !important;
	box-shadow: 0 6px 14px rgba(20, 17, 31, 0.12);
	color: #fff !important;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: var(--wp--preset--font-size--x-small) !important;
	font-style: inherit !important;
	font-weight: 500 !important;
	justify-content: center !important;
	letter-spacing: inherit !important;
	line-height: inherit !important;
	min-height: 50px;
	padding: var(--wp--preset--spacing--12) var(--wp--preset--spacing--24) !important;
	text-align: center;
	text-decoration: none !important;
	width: 100% !important;
}

.wp-block-button.wc-block-components-product-button.brdc-owned-product-button .brdc-owned-product-link.wp-block-button__link:hover {
	background: #252b33 !important;
	color: #fff !important;
}

.brdc-content-empty {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 24px;
}

.brdc-order-pointer {
	background: #e3fff2;
	border-left: 4px solid #003da5;
	margin: 24px 0;
	padding: 14px 18px;
}

.brdc-order-pointer p {
	margin: 0;
}

.brdc-owned-product-notice {
	background: #eef5ff;
	border-left: 4px solid #003da5;
	margin: 20px 0;
	padding: 18px 20px;
}

.brdc-owned-product-notice p {
	margin: 0 0 14px;
}

@media (max-width: 640px) {
	.brdc-page {
		padding: 32px 16px;
	}

	.brdc-content-grid {
		grid-template-columns: 1fr;
	}

	.brdc-viewer--pdf iframe {
		height: 70vh;
	}
}
