/* Product Styles */
.product-image,
.product-media {
  display: table-cell;
  width: 300px;
  padding: 0 20px 0 0;
  vertical-align: top;
}

.product-image .cover {
  width: 100%;
}

.product-image .cover img {
  width: 100%;
  height: auto;
}

/* Download Scripts Styles */
.download-scripts,
.download-songs {
  margin: 10px auto;
  display: flex;
  align-items: center;
}

.download-scripts h3,
.download-songs h3 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.pdf-download,
.mp3-download {
  margin-right: 8px;
}

.pdf-download img,
.mp3-download img {
  border: 0;
  vertical-align: middle;
}

.script-download a,
.music-download a {
  font-weight: bold;
  text-decoration: none;
  color: #2f417d;
  font-size: 14px;
}

/* Product Description Styles */
.product-description,
.product-purchase-section {
  display: table-cell;
  width: 560px;
  padding: 0 0 0 20px;
  vertical-align: top;
  color: #333;
}

.product-description p {
  font-size: 16px;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.product-scripts {
  padding: 15px;
  vertical-align: top;
}

.product-scripts p {
  margin: 0 0 10px 0;
  font-size: 11px;
  line-height: 1.4;
}

/* Song List Styles */
.song-list {
  margin: auto;
  padding: 15px;
  background-color: #d2d8eb;
}

.song-list h2 {
  text-transform: uppercase;
  color: #2f417d;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.song-list p {
  margin: 0;
  font-size: 11px;
}

.song-list p em {
  font-style: italic;
  color: #333;
  line-height: 2.3;
}

.album-tracklist {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

.album-title {
  text-align: center;
  color: #2563eb;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

.columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 1.5rem;
}

@media (min-width: 600px) {
  .columns {
    grid-template-columns: 1fr 1fr;
  }
}

.col {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col li {
  font-size: 11px;
  color: #222;
  padding: 0.4rem 0;
  border-bottom: 1px solid #e5e7eb;
  break-inside: avoid;
}

.col li:last-child {
  border-bottom: none;
}

.num {
  color: #6b7280;
  margin-right: 0.3rem;
}

/* Player Styles */
.product-media .player h3 {
  color: #333;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.product-media .player {
  width: 210px;
  padding: 0 15px 15px 15px;
}

/** Audio Player **/
.mejs-controls div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container {
  width: 100% !important;
}

/* Keep some responsiveness for modern browsers */
@media (max-width: 1000px) {
  .product-image,
  .product-description,
  .product-media {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .product-image img {
    width: 100%;
    height: auto;
  }
}
