/* Track list widget css  */
.track-gallery-heading {
	color: #3B8696;
	text-align: center;
	padding-bottom: 25px;
}

.track-filters {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.track-filters button {
	background: #dfeff0;
	border: none;
	cursor: pointer;
}

.track-filters button.active {
	background: #2E4052;
	border: transparent;
}

.track-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	text-align: center;
	align-items: stretch;
}

.track-card {
	background: #FFFFFF;
	border-radius: 20px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.track-card .track-image {
	flex-shrink: 0;
}

.track-card .track-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.track-card .track-content .content {
	flex: 1;
}

.track-card .track-title {
	min-height: 3em;
}

.track-link {
	display: inline-block;
	margin-top: 12px;
	color: #2b6f73;
	font-weight: 500;
}

.track-image .image {
	border-radius: 10px;
}

.track-title {
	color: #2E4052;
}

.content,
.type {
	color: #1E1E1E;
}

/* product with filter widget css */

.guided-title {
	text-align: center;
	color: #3B8696;
}

.guided-filters {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.guided-filters select {
	padding: 8px 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 14px;
	font-family:'Graphik'!important;
}

.guided-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.guided-card {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	border: 2px solid #0000000D;
}



.guided-card a {
	justify-content: center;
	align-items: center;
	display: flex;
    flex-direction: column;
	 margin-top: 10px;

}

.guided-card .attachment-woocommerce_thumbnail {
	border-radius: 10px;
	margin-bottom: 24px;
}

.guided-card h3 {
	font-size: 16px;
	margin: 10px 0;
}

.guided-card .price {
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}

.guided-card .button {
	background: #2c3e50;
	color: #fff;
	border-radius: 6px;
	padding: 8px 14px;
}

.guided-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	gap: 8px;
}

.guided-pagination .page-btn {
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.guided-pagination .page-btn.active {
	background: #2c3e50;
	color: #fff;
}

.guided-grid.loading {
	opacity: 0.4;
	pointer-events: none;
}

.track-grid .track-image a,
.guided-grid .product-image {
	display: block;
	margin: 0;
	width: 100%;
}

.track-grid .track-image img,
.guided-grid .product-image img {
	width: 100%;
}

.track-grid .track-content {
	padding: 14px;
}

.track-grid .track-content p,
.guided-grid p {
	font-size: 16px;
}

.guided-grid .guided-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.guided-card .button {
	margin-top: auto;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.guided-card .product-title a {
	color: #2E4052;
	font-weight: 700;
}

@media(max-width: 1024px){
	.track-grid,
	.guided-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px){
	.track-grid,
	.guided-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.guided-card .button {
		margin-bottom: 10px;
	}
}

/* News & Updates widget */
.news-updates-widget {
	margin: 0 auto;
}

.news-updates-heading {
	margin: 0 0 32px;
	color: #3B8696;
	text-align: center;
	font-size: clamp(42px, 3.8vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.01em;
}

.news-left {
	display: flex;
	flex-direction: column;
}

.news-left .news-card-large {
	flex: 1;
}

.news-left .news-card-large .news-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-left .news-card-large .news-card-image {
	flex: 1;
	min-height: 0;
}

.news-left .news-card-large .news-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.news-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.news-right {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.news-card {
	background: #f6f8fa;
	border: 1px solid #c8d3dc;
	border-radius: 20px;
	overflow: hidden;
}

.news-card-link {
	display: grid;
	color: inherit;
	text-decoration: none;
}

.news-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.news-card-content {
	padding: 18px 20px 18px;
}

.news-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 100px;
	background: #dce8eb;
	color: #3c6373;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
}

.news-card-large .news-card-image {
	min-height: 330px;
}

.news-card-title {
	margin: 14px 0 14px;
	color: #24384a;
	font-size: clamp(24px, 2vw, 42px);
	line-height: 1.16;
	letter-spacing: -0.01em;
}

.news-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #203a50;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.news-card-small .news-card-link {
	grid-template-columns: 172px 1fr;
	gap: 0;
	align-items: stretch;
	padding: 8px;
}

.news-card-small .news-card-image {
	height: 100%;
	min-height: 140px;
}

.news-card-small .news-card-content {
	padding: 14px 16px 12px;
}

.news-card-small .news-card-title {
	margin: 10px 0 12px;
	font-size: clamp(16px, 1.2vw, 24px);
	line-height: 1.22;
	letter-spacing: -0.01em;
}

.news-card-large .news-card-link {
	display: block;
	padding: 10px;
}

.news-card-large .news-card-content {
	padding: 16px 14px 14px;
}

.news-card-large .news-card-image img {
	border-radius: 12px;
}

.news-card-small .news-card-image img {
	border-radius: 10px;
}

.news-empty {
	margin: 0;
	text-align: center;
}

.news-badge-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

@media (max-width: 1024px) {
	.news-layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.news-card-large .news-card-image {
		min-height: 300px;
	}

	.news-card-small .news-card-link {
		grid-template-columns: 180px 1fr;
	}

	.news-card-title,
	.news-card-small .news-card-title {
		font-size: clamp(24px, 3.2vw, 34px);
	}
}

@media (max-width: 767px) {
	.news-updates-heading {
		margin-bottom: 20px;
		font-size: clamp(36px, 11vw, 48px);
	}

	.news-layout {
		gap: 14px;
	}

	.news-card-large .news-card-image {
		min-height: 230px;
	}

	.news-card-small .news-card-link {
		grid-template-columns: 1fr;
	}

	.news-card-small .news-card-image {
		min-height: 180px;
	}

	.news-card-content {
		padding: 14px 14px 18px;
	}

	.news-card-title,
	.news-card-small .news-card-title {
		font-size: clamp(28px, 7.5vw, 36px);
		line-height: 1.14;
	}
}

/* Track list preview widget */
.track-preview-widget {
	max-width: 1060px;
	margin: 0 auto;
}

.track-preview-heading {
	margin: 0 0 34px;
	text-align: center;
	color: #2d3f55;
	font-size: clamp(46px, 4vw, 64px);
	line-height: 1.1;
}

.track-preview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
}

.track-preview-column {
	list-style: none;
	margin: 0;
	padding: 0;
}

.track-preview-item {
	border-top: 1px solid #ced6dc;
}

.track-preview-btn {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 0 14px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #5f6f7f;
	text-align: left;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	min-height: 0 !important;
	cursor: pointer;
}

.track-preview-icon {
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #d8e5ea;
	border: 1px solid #c6d7df;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
}

.track-preview-icon-inner {
	position: relative;
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 9px solid #5daab6;
	margin-left: 2px;
}

.track-preview-title {
	font-size: clamp(18px, 0.45vw, 30px);
	line-height: 1.22;
	font-weight: 600;
	color: #5f6f7f;
}

.track-preview-btn.is-playing .track-preview-icon {
	background: #61aebb;
	border-color: #61aebb;
}

.track-preview-btn.is-playing .track-preview-icon-inner {
	width: 10px;
	height: 12px;
	border: 0;
	margin-left: 0;
	background: transparent;
}

.track-preview-btn.is-playing .track-preview-icon-inner::before,
.track-preview-btn.is-playing .track-preview-icon-inner::after {
	content: "";
	position: absolute;
	top: 0;
	width: 3px;
	height: 12px;
	background: #ffffff;
	border-radius: 1px;
}

.track-preview-btn.is-playing .track-preview-icon-inner::before {
	left: 0;
}

.track-preview-btn.is-playing .track-preview-icon-inner::after {
	right: 0;
}

.track-preview-btn.is-playing .track-preview-title {
	color: #2f4154;
}

.track-preview-btn.is-disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.track-preview-empty {
	margin: 0;
	text-align: center;
}

@media (max-width: 1024px) {
	.track-preview-grid {
		gap: 24px;
	}

	.track-preview-heading {
		font-size: clamp(36px, 6vw, 50px);
	}
}

@media (max-width: 767px) {
	.track-preview-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.track-preview-heading {
		font-size: clamp(32px, 10vw, 42px);
		margin-bottom: 22px;
	}
}