/* Evitar cursor de texto en elementos interactivos */
.gsp-gallery-wrap,
.gsp-gallery-wrap * {
  user-select: none;
  -webkit-user-select: none;
}

.gms-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  background: transparent;
  color: #222;
}

.gms-wrap,
.gms-wrap * {
  box-sizing: border-box;
}

.gms-session {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 140px;
}

.gms-session:hover .gms-cover img {
  transform: scale(1.02);
}

.gms-cover {
  min-height: 360px;
}

.gms-cover img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.gms-content h2 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 14px;
  color: #222;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gms-meta {
  color: #888;
  font-size: 13px;
  margin-bottom: 18px;
}

.gms-player {
  margin-bottom: 24px;
}

.gms-player iframe {
  width: 100% !important;
  height: 110px !important;
  opacity: 0.9;
  display: block;
}

.gms-desc,
.gms-tracklist {
  margin-bottom: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: none;
  padding: 10px 0;
}

.gms-desc summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #666;
}

.gms-desc summary::-webkit-details-marker {
  display: none;
}

.gms-desc summary::after {
  content: " +";
}

.gms-desc[open] summary::after {
  content: " —";
}

.gms-desc-content {
  margin-top: 14px;
  color: #333;
  line-height: 1.7;
  font-size: 14px;
}

.gms-desc summary,
.gms-tracklist summary {
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777;
}

.gms-tracklist summary::-webkit-details-marker {
  display: none;
}

.gms-tracklist summary::after {
  content: " +";
}

.gms-tracklist[open] summary::after {
  content: " —";
}

.gms-tracklist-content {
  margin-top: 14px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
}

@media (max-width: 768px) {
  .gms-wrap,
  .gms-wrap * {
    box-sizing: border-box;
  }

  .gms-wrap {
    width: 100%;
    max-width: 100%;
    padding: 32px 16px;
    overflow-x: hidden;
  }

  .gms-session {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 72px;
  }

  .gms-cover,
  .gms-content,
  .gms-player,
  .gms-player iframe {
    width: 100%;
    max-width: 100%;
  }

  .gms-cover {
    min-height: 0;
  }

  .gms-cover img {
    width: 100%;
    height: auto;
    display: block;
  }

  .gms-content h2 {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .gms-meta {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .gms-player {
    margin-bottom: 18px;
  }

  .gms-player iframe {
    height: 166px !important;
    min-height: 166px !important;
    opacity: 1;
    display: block;
  }

  .gms-desc,
  .gms-tracklist {
    margin-bottom: 16px;
    padding: 10px 0;
  }

  .gms-desc-content,
  .gms-tracklist-content {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .gms-wrap {
    padding: 28px 18px;
  }

  .gms-session {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 64px;
  }

  .gms-cover {
    order: 2;
  }

  .gms-content {
    order: 1;
  }

  .gms-content h2 {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .gms-meta {
    margin-bottom: 12px;
  }

  .gms-player iframe {
    width: 100% !important;
    min-height: 190px !important;
    height: 190px !important;
  }
}