.elementor-136 .elementor-element.elementor-element-c8cbc3a{--spacer-size:90px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-1b366ae *//* === Remix Grid Wrapper === */
.remix-preview-wrapper {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* === First remix full width === */
.remix-preview-first {
  width: 100%;
}

/* === Grid for other remixes === */
.remix-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .remix-preview-grid {
    grid-template-columns: 1fr;
  }
}

/* === Main Player Container === */
.remix-preview-player {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .remix-preview-player {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
  }
}

/* === Thumbnail === */
.remix-preview-thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: #eee;
  border-radius: 6px;
}

.remix-preview-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Content Right === */
.remix-preview-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}

/* === Header (artist, title, download) === */
.remix-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.remix-text-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.remix-preview-artist {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.remix-preview-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.remix-preview-actions {
  margin-left: auto;
}

.remix-btn {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}

.remix-btn:hover {
  background: #333;
}

/* === Audio Player === */
.remix-audio-wrapper {
  margin-top: 10px;
}

.remix-audio-wrapper audio {
  width: 100%;
  height: 38px;
}

/* === Divider Line === */
.remix-divider {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* === Mobile Overrides === */
@media screen and (max-width: 768px) {
  .remix-top-section {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .remix-preview-thumbnail {
    width: 90px;
    height: 90px;
  }

  .remix-preview-content {
    flex-direction: column;
    gap: 8px;
  }

  .remix-preview-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .remix-preview-actions {
    margin-left: 0;
    margin-top: 6px;
  }
}/* End custom CSS */