/* Bryzant Release Module – Frontend */

/* ==========================================================================
   Release single – same structure & design as album single (compact layout)
   ========================================================================== */

.brm-release-module.qodef-album {
	position: relative;
	margin-bottom: 20px;
	max-width: none;
}

/* Hero: full-width like album (break out of grid) */
.brm-release-module.qodef-album .qodef-banner-holder {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 2rem;
	padding: 3.5rem 2rem 2.5rem;
	background: linear-gradient(135deg, #3d4a5c 0%, #2d3748 50%, #1e2633 100%);
	border-radius: 0;
}

.brm-release-module.qodef-album .qodef-banner-content {
	padding: 0 2rem;
	max-width: 1200px;
	margin: 0 auto;
}

.brm-release-module.qodef-album .qodef-banner-title {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.brm-release-module.qodef-album .qodef-banner-breadcrumb {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.85);
}

.brm-release-module.qodef-album .qodef-banner-breadcrumb a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}

.brm-release-module.qodef-album .qodef-banner-breadcrumb a:hover {
	text-decoration: underline;
}

.brm-release-module.qodef-album .qodef-album-item {
	position: relative;
}

.brm-release-module.qodef-album .qodef-e-inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -35px;
}

.brm-release-module.qodef-album .qodef-e-inner > * {
	position: relative;
	padding: 0 35px;
	width: 50%;
	box-sizing: border-box;
}

.brm-release-module.qodef-album .qodef-e-media {
	flex-shrink: 0;
}

.brm-release-module.qodef-album .qodef-m-album-holder {
	width: 100%;
}

.brm-release-module.qodef-album .qodef-m-album-image {
	margin-bottom: 1rem;
}

.brm-release-module.qodef-album .qodef-m-album-image img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	display: block;
}

.brm-release-module.qodef-album .qodef-embed-holder {
	border-radius: 8px;
	overflow: hidden;
	margin-top: 0.5rem;
}

.brm-release-module.qodef-album .qodef-embed-holder iframe {
	display: block;
	width: 100%;
}

/* Bryzant tracklist – same design for both (simple heading, no bg image; title + subtitle; duration + download + play) */
.brm-release-module.qodef-album .brm-tracks-list {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 24px 24px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* First tracklist box: add top spacing from embed/album image above */
.brm-release-module.qodef-album .qodef-e-media .brm-tracks-list:first-of-type {
	margin-top: 24px;
}

/* Spacing between first and second tracklist boxes */
.brm-release-module.qodef-album .qodef-e-media .brm-tracks-list:not(:first-of-type) {
	margin-top: 24px;
}

/* Main heading: simple text only, no background image or gradient */
.brm-release-module.qodef-album .brm-tracks-list-heading {
	margin: 0 0 18px;
	padding: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.3;
	background: none;
	border: none;
}

.brm-release-module.qodef-album .brm-m-tracks-list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.brm-release-module.qodef-album .brm-m-tracks-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 0;
	border-bottom: 1px solid #e8e8e8;
	transition: background 0.2s ease;
	gap: 16px;
}

.brm-release-module.qodef-album .brm-m-tracks-list-item:last-child {
	border-bottom: none;
}

.brm-release-module.qodef-album .brm-e-heading {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-width: 0;
	flex: 1;
}

.brm-release-module.qodef-album .brm-e-heading-title-number {
	font-size: 1rem;
	font-weight: 600;
	color: #4a4a4a;
	flex-shrink: 0;
}

.brm-release-module.qodef-album .brm-e-heading-inner {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.brm-release-module.qodef-album .brm-e-heading-title-label {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.35;
}

.brm-release-module.qodef-album .brm-e-heading-subtitle {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	color: #737373;
	line-height: 1.4;
}

.brm-release-module.qodef-album .brm-e-action {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.brm-release-module.qodef-album .brm-e-action-track-length {
	font-size: 0.875rem;
	color: #737373;
}

.brm-release-module.qodef-album .brm-e-action-control {
	color: #4a4a4a;
	text-decoration: none;
	transition: color 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.brm-release-module.qodef-album .brm-e-action-control:hover {
	color: #1a1a1a;
}

.brm-release-module.qodef-album .brm-e-action-control--play:hover {
	color: #000;
}

.brm-release-module.qodef-album .brm-e-action-control-icon {
	display: block;
	width: 18px;
	height: 18px;
}

/* Right column: About, info items, lyrics */
.brm-release-module.qodef-album .qodef-e-label {
	margin: 0 0 18px;
	font-size: 1.35rem;
	font-weight: 700;
	color: #1a1a1a;
}

.brm-release-module.qodef-album .qodef-e-content-text {
	margin: 0 0 24px;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}

.brm-release-module.qodef-album .qodef-e-content-text p {
	margin: 0 0 0.75rem;
}

.brm-release-module.qodef-album .qodef-e-info-items {
	position: relative;
	margin-bottom: 1.5rem;
}

.brm-release-module.qodef-album .qodef-e-info-item {
	display: flex;
	align-items: flex-start;
	margin: 8px 0;
	gap: 4px;
}

.brm-release-module.qodef-album .qodef-e-info-item .qodef-e-label {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	/*min-width: 100px;*/
	flex-shrink: 0;
}

.brm-release-module.qodef-album .qodef-e-info-item .qodef-e-label:after {
	content: ':';
}

.brm-release-module.qodef-album .qodef-e-info-item .qodef-e-info-content {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #444;
}

.brm-release-module.qodef-album .qodef-e-info-item .qodef-e-info-content a {
	color: #1a1a1a;
	text-decoration: none;
}

.brm-release-module.qodef-album .qodef-e-info-item .qodef-e-info-content a:hover {
	text-decoration: underline;
}

.brm-release-module.qodef-album .qodef-e-lyrics {
	margin-top: 1.5rem;
}

.brm-release-module.qodef-album .qodef-e-lyrics .qodef-e-label {
	margin-bottom: 12px;
}

.brm-release-module.qodef-album .qodef-e-lyrics-content {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #444;
}

/* Socials row: Available On + Follow and Share (same as album compact) */
.brm-release-module.qodef-album .qodef-e-socials {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 70px -35px 0;
	padding-top: 0;
	border-top: none;
	gap: 0;
}

.brm-release-module.qodef-album .qodef-e-socials > * {
	position: relative;
	width: 50%;
	padding: 0 35px;
	box-sizing: border-box;
}

.brm-release-module.qodef-album .qodef-e-socials .qodef-e-label {
	flex-shrink: 0;
	margin-bottom: 18px;
}

.brm-release-module.qodef-album .qodef-e-socials .qodef-e-label:after {
	content: ':';
}

.brm-release-module.qodef-album .qodef-e-stores,
.brm-release-module.qodef-album .qodef-e-social-icons {
	position: relative;
}

.brm-release-module.qodef-album .qodef-e-stores-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 20px;
}

.brm-release-module.qodef-album .qodef-e-stores-items.qodef-layout--button .qodef-ei-item {
	display: inline-flex;
	align-items: center;
	height: 48px;
	padding: 10px 24px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #fff;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.brm-release-module.qodef-album .qodef-e-social-icons .qodef-ei-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.brm-release-module.qodef-album .qodef-e-social-icons .qodef-icon-holder a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 20px;
	background: #f0f0f0;
	border: 1px solid #e0e0e0;
	color: #1a1a1a;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
	transition: background 0.2s ease;
}

.brm-release-module.qodef-album .qodef-e-social-icons .qodef-icon-holder a:hover {
	background: #e0e0e0;
}

/* Latest Video */
.brm-release-module.qodef-album .qodef-e-latest-video {
	margin-top: 48px;
}

.brm-release-module.qodef-album .qodef-e-latest-video .qodef-e-label {
	margin-bottom: 20px;
}

.brm-release-module.qodef-album .qodef-e-video-holder {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.brm-release-module.qodef-album .qodef-e-video-holder iframe {
	max-width: 100%;
	display: block;
}

.brm-release-module.qodef-album .qodef-e-socials {
	margin: 0 0 30px 0 !important;
}

.brm-release-module.qodef-album .qodef-e-stores {
	padding: 0 !important;
	width: 100% !important;
}

@media (max-width: 1024px) {
	.brm-release-module.qodef-album .qodef-e-inner > * {
		width: 100%;
	}
	.brm-release-module.qodef-album .qodef-e-content {
		margin-top: 30px;
	}
	.brm-release-module.qodef-album .qodef-e-socials > * {
		width: 100%;
	}
	.brm-release-module.qodef-album .qodef-e-stores {
		margin-bottom: 24px;
	}
}

@media (max-width: 680px) {
	.brm-release-module.qodef-album .brm-tracks-list {
		left: 0;
		width: 100%;
		margin-top: 2rem;
		padding: 20px 20px;
	}
	.brm-release-module.qodef-album .qodef-m-tracks-list-item {
		flex-wrap: wrap;
		gap: 8px;
	}
	.brm-release-module.qodef-album .qodef-e-info-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.brm-release-module.qodef-album .qodef-e-socials {
	    margin: 0 !important;
	}
}

/* Legacy: when not using album layout (e.g. shortcode) */
.brm-release-module:not(.qodef-album) { max-width: 900px; margin: 0 auto 2rem; }

/* Breadcrumbs (§7.4) – legacy */
.brm-breadcrumbs { padding: 0.5rem 0 1rem; font-size: 0.9rem; color: #666; }
.brm-breadcrumb-list { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 0.25rem; }
.brm-breadcrumb-item { display: inline-flex; align-items: center; }
.brm-breadcrumb-sep { margin: 0 0.35rem; color: #999; }
.brm-breadcrumb-current { color: #111; font-weight: 500; }
.brm-breadcrumbs a:hover { text-decoration: underline; }

/* Hero */
.brm-hero { padding: 2rem 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.brm-hero-inner { display: flex; flex-wrap: wrap; gap: 2rem; align-items: flex-start; }
.brm-hero-artwork { flex-shrink: 0; }
.brm-hero-artwork img { width: 280px; height: 280px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
.brm-hero-meta { flex: 1; min-width: 200px; }
.brm-hero-type { display: inline-block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #666; margin-bottom: 0.5rem; }
.brm-hero-title { margin: 0 0 0.5rem; font-size: 1.75rem; line-height: 1.2; }
.brm-hero-artist { margin: 0 0 0.75rem; font-size: 1.1rem; color: #444; }
.brm-hero-release-meta { margin-bottom: 1rem; font-size: 0.9rem; color: #666; }
.brm-meta-item + .brm-meta-item::before { content: " · "; }
.brm-hero-release-meta .brm-meta-item a { color: inherit; text-decoration: none; }
.brm-hero-release-meta .brm-meta-item a:hover { text-decoration: underline; }
.brm-hero-cta { margin: 1rem 0 0; }
.brm-btn { display: inline-block; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; transition: opacity 0.2s; }
.brm-btn:hover { opacity: 0.9; }
.brm-btn-primary { background: #1db954; color: #fff; }
.brm-btn-secondary { background: #333; color: #fff; }

/* Platform buttons */
.brm-platform-buttons { padding: 2rem 0; }
.brm-section-title { margin: 0 0 1rem; font-size: 1.1rem; }
.brm-platform-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.brm-platform-btn { background: #f0f0f0; color: #111; border: 1px solid #ddd; }
.brm-platform-btn:hover { background: #e5e5e5; }
.brm-platform-btn.spotify { background: #1db954; color: #fff; border-color: #1db954; }
.brm-platform-btn.apple_music { background: #fa243c; color: #fff; border-color: #fa243c; }
.brm-platform-btn.youtube_music { background: #ff0000; color: #fff; border-color: #ff0000; }
.brm-platform-btn.deezer { background: #ff0092; color: #fff; border-color: #ff0092; }
.brm-platform-btn.tidal { background: #000; color: #fff; border-color: #000; }
.brm-platform-btn.amazon_music { background: #00a8e1; color: #fff; border-color: #00a8e1; }
.brm-platform-btn.soundcloud { background: #ff5500; color: #fff; border-color: #ff5500; }
/* Button style: minimal (outline) */
.brm-buttons-minimal .brm-platform-btn { background: transparent; border: 2px solid currentColor; }
.brm-buttons-minimal .brm-platform-btn.spotify { color: #1db954; }
.brm-buttons-minimal .brm-platform-btn.apple_music { color: #fa243c; }
.brm-buttons-minimal .brm-platform-btn.soundcloud { color: #ff5500; }
/* Button style: flat (neutral) */
.brm-buttons-flat .brm-platform-btn { background: #e8e8e8; color: #222; border-color: #ddd; }
.brm-buttons-flat .brm-platform-btn:hover { background: #ddd; }

/* Embed section (§6.1 optional) */
.brm-embed-section { padding: 2rem 0; border-bottom: 1px solid rgba(0,0,0,0.08); }
.brm-embed-wrapper { border-radius: 8px; overflow: hidden; max-width: 100%; }
.brm-embed-wrapper iframe { display: block; }

/* Content section */
.brm-content-section { padding: 2rem 0; }
.brm-content-section .brm-section-title { margin-bottom: 0.75rem; }
.brm-description { margin-bottom: 1.5rem; }
.brm-tracklist { margin-bottom: 1.5rem; }
.brm-tracklist-text { white-space: pre-wrap; font-family: inherit; font-size: 0.95rem; margin: 0; padding: 1rem; background: #f8f8f8; border-radius: 6px; }
.brm-credits { margin-bottom: 1.5rem; }
.brm-credits-text { font-size: 0.95rem; }
.brm-video { margin-bottom: 1.5rem; }
.brm-video iframe { max-width: 100%; }
.brm-press-kit { margin-top: 1rem; }
.brm-long-description { margin-bottom: 1.5rem; }

/* ==========================================================================
   Releases list shortcode [bryzant_releases] – same structure as playlist type="hover-card"
   ========================================================================== */

.brm-releases-wrapper {
	display: grid;
	gap: 2em;
	margin: 2em 0;
}

.brm-releases-wrapper.brm-releases-columns-1 { grid-template-columns: 1fr; }
.brm-releases-wrapper.brm-releases-columns-2 { grid-template-columns: repeat(2, 1fr); }
.brm-releases-wrapper.brm-releases-columns-3 { grid-template-columns: repeat(3, 1fr); }
.brm-releases-wrapper.brm-releases-columns-4 { grid-template-columns: repeat(4, 1fr); }
.brm-releases-wrapper.brm-releases-columns-5 { grid-template-columns: repeat(5, 1fr); }
.brm-releases-wrapper.brm-releases-columns-6 { grid-template-columns: repeat(6, 1fr); }

.brm-releases-empty { color: #666; font-style: italic; text-align: center; padding: 2em 0; }

/* Card base */
.brm-release-card {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.brm-release-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

/* Grid card: image + content below */
.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #f5f5f5;
	position: relative;
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-image img,
.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-placeholder {
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card:hover .brm-release-card-image img {
	transform: scale(1.05);
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-content {
	padding: 1.5em;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-title {
	margin: 0 0 0.75em 0;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.3;
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-title a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s ease;
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-title a:hover {
	color: #1db954;
}

.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	font-size: 0.9em;
	color: #666;
}

/* Hover-card type (default – same as playlist hover-card) */
.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card {
	background: transparent;
	border: none;
	overflow: visible;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 1;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-image {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 0;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-blur-target {
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	position: relative;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-blur-target img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: filter 0.3s ease-out, transform 0.3s ease-out;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder:hover .brm-release-card-blur-target img {
	filter: blur(5px);
	transform: scale(1.05);
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease-out;
	z-index: 2;
	pointer-events: none;
	border-radius: 8px;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder:hover::before {
	opacity: 1;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 28px;
	opacity: 0;
	transition: opacity 0.3s ease-out;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	pointer-events: none;
	overflow: hidden;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder:hover .brm-release-card-hover-content {
	opacity: 1;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-title {
	margin: 0 0 8px 0;
	position: relative;
	z-index: 4;
	pointer-events: auto;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-title a {
	display: block;
	max-width: 100%;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.5s ease-out 0.1s, transform 0.5s ease-out 0.1s, color 0.3s ease;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	text-decoration: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder:hover .brm-release-card-title a {
	opacity: 1;
	transform: translateY(0);
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-title a:hover {
	color: #fff;
	text-decoration: none;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-meta {
	position: relative;
	z-index: 4;
	pointer-events: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0.75em;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.5s ease-out 0.2s, transform 0.5s ease-out 0.2s;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-holder:hover .brm-release-card-meta {
	opacity: 1;
	transform: translateY(0);
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-meta .brm-release-artist,
.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-meta .brm-release-type,
.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-meta .brm-release-date {
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-decoration: none;
}

/* Responsive */
@media (max-width: 1024px) {
	.brm-releases-wrapper.brm-releases-columns-4,
	.brm-releases-wrapper.brm-releases-columns-5,
	.brm-releases-wrapper.brm-releases-columns-6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.brm-releases-wrapper.brm-releases-columns-3,
	.brm-releases-wrapper.brm-releases-columns-4,
	.brm-releases-wrapper.brm-releases-columns-5,
	.brm-releases-wrapper.brm-releases-columns-6 {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5em;
	}

	.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-hover-content {
		padding: 15px 22px;
	}

	.brm-releases-wrapper.brm-releases-type-hover-card .brm-release-card-title a {
		font-size: 16px;
	}

	.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-image {
		height: 180px;
	}

	.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-content {
		padding: 1.25em;
	}
}

@media (max-width: 480px) {
	.brm-releases-wrapper {
		grid-template-columns: 1fr !important;
		gap: 1.5em;
	}

	.brm-releases-wrapper.brm-releases-type-grid .brm-release-card-image {
		height: 200px;
	}
}

@media (max-width: 640px) {
  .brm-hero-artwork img { width: 100%; max-width: 280px; height: auto; aspect-ratio: 1; }
  .brm-platform-grid { flex-direction: column; }
  .brm-platform-btn { display: block; text-align: center; }
}
