


/*lista de canciones y dropdown */




.mcp-instrument-icon,
.mcp-transcription-icon {
    width: 24px;
    height: 24px;
    margin: 0 4px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.mcp-instrument-icon:hover,
.mcp-transcription-icon:hover {
    transform: scale(1.25);
}


.mcp-song-entry {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
}

.mcp-song-index {
    font-weight: bold;
    color: #999;
    min-width: 20px;
    text-align: right;
    font-size: 14px;
}

.mcp-song-title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    flex-grow: 1;
}

.mcp-version-icons {
    display: flex;
    gap: 6px;
    align-items: center;
}

.mcp-version-icons img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}



.mcp-song-entry {
    margin-bottom: 10px;
   /* padding: 10px 0;*/
    border-bottom: 1px solid #ddd;
}

.mcp-song-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.mcp-version-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

/*.mcp-version-icons img.mcp-instrument-icon img.mcp-transcription-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

*/
.mcp-version-icons img.mcp-instrument-icon,
.mcp-version-icons img.mcp-transcription-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}




.mcp-artist-songs-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mcp-song-row {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap:20px;
 /*border-bottom: 1px solid #eee;*/
}
.mcp-song-row:hover {
    background-color: #f9f9f9;
}
.mcp-song-index {
  width: 30px;
  text-align: right;
  font-weight: bold;
  color: #999;
  margin-right: 15px;
  font-size: 18px;
}

.mcp-song-title-column {
  flex: 1;
  font-size: 16px;
}

.mcp-song-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.instrument-icon img,
.transcription-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.mcp-song-title a{
    color:black;
    text-decoration: none;
}




/* Estilos para el buscador y lista de canciones de la pagina del artista */
.transcription-icon {
    width: 26px;
    
    margin-left: 6px;
    vertical-align: middle;
}
.transcription-icon:hover{
    transform: scale(1.2);
}

.mcp-instrument-icon {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.transcription-icon {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.mcp-instrument-icon:hover {
    transform: scale(1.2);
}

.mcp-artist-songs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e0e0e0;
}

.mcp-song-item {
    padding: 12px 10px;
   /* border-bottom: 1px solid #e0e0e0;*/
    align-items: center;
    transition: background-color 0.2s ease;
}

.mcp-song-item:hover {
    background-color: #f9f9f9;
}

.mcp-song-item a {
   
    color: black;
    text-decoration: none;
}

.mcp-song-item a:hover {
    text-decoration: none;
}

.transcription-type {
    font-size: 0.85em;
    color: #666;
}

/* Input de bÃºsqueda */
#mcp-song-search{
padding: 12px 40px 12px 15px;
    font-size: 16px;
    border: 2px solid #5959592e;
    border-radius: 8px;
    background: #ffffff;
    background-size: 16px;
    width: 50%;
    
}
/*#mcp-transcription-filter {
background: #f1f1f1;
    border: none;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
    min-width:200px;
}
*/

#mcp-transcription-filter {
  padding: 12px 40px 12px 15px; /* TOP RIGHT BOTTOM LEFT */
   font-size: 16px;
   border: 2px solid #5959592e;
   border-radius: 8px;
   background: #ffffff;
  appearance: none;
   background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
   background-repeat: no-repeat;
   background-position: right 14px center;
   background-size: 16px;
   width:20%;
 }
#mcp-instrument-filter{
  padding: 12px 40px 12px 15px; /* TOP RIGHT BOTTOM LEFT */
   font-size: 16px;
   border: 2px solid #5959592e;
   border-radius: 8px;
   background: #ffffff;
  appearance: none;
   background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='12' viewBox='0 0 24 24' width='12' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
   background-repeat: no-repeat;
   background-position: right 14px center;
   background-size: 14px;
   width:20%;
}



.search-container-song{
    display:flex;
    gap:5px;
   margin-bottom: 20px;;
}




/* Responsive */
@media (max-width: 600px) {
   #mcp-instrument-filter,#mcp-transcription-filter {
        width: 60%;
    }
    
    #mcp-song-search{
        width: 100%;
    }
    .mcp-song-item {
        display:flex;
        align-items: left;
    }

    .transcription-type {
        margin-top: 5px;
    }
}
/* Final Estilos para el buscador y lista de canciones de la pagina del artista */

.mcp-artist-container{
     display: flex;
    justify-content: space-between;
    
    
    margin: 0 auto;
   
}
/*
.mcp-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
*/
.mcp-sidebar {
    width: 25%;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 8px;
    height:100vh;
}


.left-sidebar {
    margin-right: 20px;
}

.right-sidebar {
    margin-left: 20px;
}
.artist-songs ul li {
    list-style-type:none;
    border-bottom:1px solid #00000033;
    
}

.mcp-artist-songs{
    padding:0;
}
/* Responsivo para pantallas pequenas */
@media (max-width: 768px) {
    /*.mcp-container {
        flex-direction: column;
        align-items: center;
       
    }*/
    
.mcp-artist-container{
    
    
    padding: 0;
}
.mcp-main-content {
    
    background: #fff;
    
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
}
    .mcp-sidebar {
        width: 100%;
        margin: 0 0 20px 0;
        display:none;
    }
}




/* ===== Estilos Generales de P谩gina del Artista ===== */



/* ===== Encabezado del Artista ===== */
.mcp-artist-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.mcp-artist-header-left {
  display: flex;
  align-items: end;
  flex: 1 1 60%;
  gap:20px;
}

.mcp-artist-avatar {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 38px 40px 41px 5px;
  border: 2px solid #eee;
}

.mcp-artist-meta {
  display: flex;
  flex-direction: column;
}

.mcp-artist-name {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.mcp-fan-btn {
  background-color: #e91e63;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.mcp-fan-btn .heart-icon {
  margin-left: 8px;
}

.mcp-fan-btn:hover {
  background-color: #c2185b;
}

/* ===== Parte derecha del encabezado ===== */
.mcp-artist-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* gap: 12px; */
  /* margin-top: 10px; */
}
.mcp-social-icons a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/*.facebook-icon {
  background-image: url('/ruta/a/facebook-icon.svg');
}

.twitter-icon {
  background-image: url('/ruta/a/twitter-icon.svg');
}*/


.mcp-artist-views {
  font-size: 14px;
  color: #555;
}

/* ===== Filtros ===== */
.mcp-artist-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.filter-btn {
  background: #f1f1f1;
  border: none;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #333;
  color: white;
}

.dropdown-arrow {
  margin-left: 5px;
}

.mcp-search-box {
  margin-left: auto;
  flex: 1 1 200px;
}

.mcp-search-box input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* ===== Secci贸n de Canciones ===== */
.mcp-artist-top-songs {
  margin-top: 40px;
}

.section-heading {
  font-size: 1.6rem;
  margin-bottom: 20px;
  color: #222;
}

/* ===== Responsivo ===== */
@media (max-width: 768px) {

  .mcp-artist-header-right {
    align-items: center;
    margin-top: 20px;
  }

  .mcp-artist-header-left {
    justify-content: left;
    text-align: left;
  }

.mcp-artist-avatar {
    width: 70px;
    height: 70px;
    object-fit: cover;
    /* border-radius: 36px 48px 36px 12px; */
    border-radius: 46px 53px 46px 21px;
    margin-right: 20px;
    border: 3px solid #0000000f;
}

.mcp-artist-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

}



