
h3 {
    font-size: 22px !important;
    color: #cc0000 !important;
}
.c_attention {
    color:red;
    text-align:center;
    font-size:18px;
    font-weight:600;
}
.c_attention span {
    font-size:14px;
    color: #cc0000;
    font-weight: 400;
    letter-spacing: 0;
}
.c_back-btn {
    text-align: center;
    margin-top: 20px;
}
.c_back-btn a {
    display: inline-block;
    background-color: #e03131; /* same red as your alert */
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.c_back-btn a:hover {
    color: #000 !important;
}

.price-text {
    color: #666666;
}


.bpm-inline {
    font-size: 10px;
    color: #666;
    margin-left: 6px;
}

.filter-buttons {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 10px;
}

.filter-buttons .filter-btn {
    background: #4a90e2;
    color: white;
    border: none;
    padding: 4px 12px;
    margin: 3px 5px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s, transform 0.2s;
}

.filter-buttons .filter-btn:hover {
    background: #357ab8;
    transform: scale(1.05);
}


.bpm-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.bpm-column {
    flex: 0 0 48%;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .bpm-column {
        flex: 0 0 100%;
    }
}



.exclusive-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.exclusive-column {
    flex: 0 0 48%; /* Two columns, with a bit of gap */
    box-sizing: border-box;
}

.exclusive-column .beats-table {
    width: 100%; /* Make the table fill the column */
    table-layout: fixed;
}

@media (max-width: 768px) {
    .exclusive-column {
        flex: 0 0 100%;
    }
}

.back-btn {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.back-btn:hover {
    background-color: #eaeaea;
    color: #000;
}

.free-tracks-note {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}





#confirm-free-tracks {
  background-color: #f2f2f2;
  color: #474747;
  font-size: 16px;
  padding: 5px 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

#confirm-free-tracks:hover:not(:disabled) {
  background-color: #e0e0e0;
  border-color: #999;
}

#confirm-free-tracks:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}



.custom-audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 10px;
	margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.x-row-inner {
	justify-content: center !important;
}
.m1h-2 > .x-row-inner > *:nth-child(1n - 0) {
    flex-basis: auto !important;
}
#play-button {
    background: #6c5ce7;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

#progress-bar {
    flex: 1;
    -webkit-appearance: none;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

#progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #6c5ce7;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}

#current-time, #duration {
    font-size: 12px;
    color: #555;
}
li#menu-posts-beat {
    display: none !important;
}
.beats-container { 
    max-width: 800px; 
    margin: auto; 
    text-align: center; 
    font-family: Arial, sans-serif; 
}
.audio-player { 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    margin-bottom: 20px; 
}

.mbm_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 5px;
}


.mbm_total_p {
    background: #75201e;
    color: white;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 18px;
}
#play-button, .buy-now-btn, .download-free-btn { 
    background: #4a90e2; 
    color: white; 
    border: none; 
    padding: 10px 15px; 
    cursor: pointer; 
    border-radius: 5px; 
}

.download-free-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
}
.beats-table { 
    width: 100%; 
    border-collapse: collapse; 
}
.beats-table th, .beats-table td { 
    padding: 4px 0 4px 8px; 
    text-align: left; 
}
.beats-table td a {
	color: #cc0000;
    font-weight: 600;
}
.beats-table th { 
    background: #f4f4f4; 
}
.buy-now-btn { 
    background: #75201e; 
    margin-left: 5px; 
    font-weight: 600;
    font-size: 18px;
}

.purchased-track {
    opacity: 0.6;
    pointer-events: none;
}
.purchased-track em {
    color: #999;
    font-style: italic;
}

.checkout-fields {
    margin-top: 20px;
}

.checkout-fields label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.checkout-fields input[type="text"],
.checkout-fields input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 15px;
    transition: border-color 0.3s;
}

.checkout-fields input[type="text"]:focus,
.checkout-fields input[type="email"]:focus {
    border-color: #007cba;
    outline: none;
}

.checkout-fields input[type="text"]:valid,
.checkout-fields input[type="email"]:valid {
    border-color: green;
}

.checkout-fields input[type="text"]:disabled,
.checkout-fields input[type="email"]:disabled {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
}
