	.beat-license-grid {
    display: flex;
    gap: 16px;
    align-items: stretch;
}
.beat-license-btn {
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    background: #2C2C2C !important;
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    cursor: pointer;
	height: 180px !important;
	line-height: 1.625rem;
}
.beat-license-btn.active {
    border-color: #7b5cff;
	background-color: #ff0000 !important;
}

.beat-license-btn .license-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.beat-license-btn .license-price {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}
.beat-license-btn .license-desc {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.4;
}
		
.page-id-68903 .klb-page-title {
	display:none;
}
		.page-id-68903 .container {
		max-width:90% !important;
	}
	
    @keyframes beat-spin {
        to { transform: rotate(360deg); }
    }

.beat-table-title {
		padding-left:8px;
	}
	
	
.beat-table {
	width:100%;
	margin-top:80px;
	font-size:20px;
	text-align:center;
	border-collapse: collaps;
	border-spacing: 0 12px;
	color: #eaeaea;
	font-family: Inter, system-ui, -apple-system, sans-serif;
	background-color: #141414;
}

.beat-table thead {
	height:32px;
	font-size:24px;
	background-color:#181818;
}

.beat-table tbody tr td {
	padding-top: 20px;
	border-bottom: 1px solid #262626;
}

.beat-table thead th {
	padding: 16px;
}

   .beat-loader {
        width: 40px;
        height: 40px;
        border: 4px solid #999;
        border-top-color: transparent;
        border-radius: 50%;
        animation: beat-spin 0.7s linear infinite;
        margin: 20px auto;
    }


th#beat-image {
	width:10%;
}

	
.beat-layout {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

/* Left column */
.left-column {
    width: 250px;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 8px;
}

.left-column label {
    display: block;
    margin-bottom: 15px;
    color: #ddd;
}

.left-column input {
    width: 100%;
    padding: 6px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #444;
    background: #222;
    color: #fff;
}

/* Filter button */
.beat-filter-btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #ff0000 !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.beat-filter-btn:hover {
    background: #3d22a0;
}

/* Right column */
.right-column {
    flex: 1;
}

/* Search bar at the top */
.beat-search-wrapper {
    margin-bottom: 15px;
}

#beat_search {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #333;
    background: #111;
    color: #fff;
}

.beat-image-content {
	padding-left:20px;
}

.beat-table thead th {
font-size: 14px;
  font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #9a9a9a;
	padding: 12px 10px;
	text-align: center;
}

.beat-table tbody tr {
	background: #141414;
	border-radius: 12px;
}

.beat-table td {
	padding: 14px 10px;
	vertical-align: middle;
	font-size: 14px;
	color: #ddd;
}

.beat-image-content {
	width: 140px;
	padding-left: 16px;
}

.beat-table-title a {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff !important;
	line-height: 1.3;
}

.beat-author-link {
	display: inline-block;
	margin-top: 4px;
	font-size: 14px;
	color: #a0a0a0 !important;
}

.beat-buy-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #7047eb;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 14px;
	border-radius: 999px;
	white-space: nowrap;
}

.beat-share-icons a {
	color: #b5b5b5;
	margin-right: 10px;
	font-size: 14px;
}

.beat-share-icons a:hover {
	color: #ffffff;
}

a.beat-author-link {
	font-size:12px;
	font-weight: 300;
}


@media (max-width: 990px) {

	.beat-table thead {
		display: none;
	}

	.beat-table,
	.beat-table tbody,
	.beat-table tr {
		display: block;
		width: 100%;
	}

	.beat-table tr {
		background: #141414;
		border-radius: 14px;
		padding: 12px;
		margin-bottom: 18px;
	}

	.beat-table td {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px solid #2a2a2a;
		font-size: 14px;
	}

	.beat-table td:last-child {
		border-bottom: none;
	}

	/* Image row */
	.beat-image-content {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 12px;
	}

	/* Title row */
	.beat-table-title {
		flex-direction: column;
		align-items: flex-start;
		text-align: left !important;
	}

	/* Label simulation */
	.beat-table td:nth-of-type(3)::before { content: "BPM"; }
	.beat-table td:nth-of-type(4)::before { content: "Genre"; }
	.beat-table td:nth-of-type(5)::before { content: "Mood"; }

	.beat-table td::before {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		color: #888;
	}

	/* Buy button */
	.beat-buy-cell {
		justify-content: center;
	}

	.beat-buy-btn {
		width: 100%;
		justify-content: center;
		padding: 12px;
	}

	/* Share icons */
	.beat-share-cell {
		justify-content: center;
	}

	.beat-share-icons {
		display: flex;
		justify-content: center;
		gap: 16px;
	}
	.beat-table {
		background-color: transparent;
	}
	
	.beat-layout {
	flex-direction: column;
}	
.left-column {
	width:100%;
}
}

.page-id-74046 .woocommerce-info {
	font-size:16px
}

.alg-wc-price-offerings-modal-body {
	background:black;
}

.alg-wc-price-offerings-button-wrapper {
	display:none;
}

.beat-image-content .content-wrapper {
	display:none;
}

input[type="submit"].dokan-btn-default[disabled], a.dokan-btn-default[disabled], .dokan-btn-default[disabled] {
	color:white;
	font-weight:600;
}

	