.mcp-banner-cta{
  display: none;
}
.mcp-genre-filters {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;     /* IE y Edge */
  scrollbar-width: none;        /* Firefox */
}

.mcp-genre-filters::-webkit-scrollbar {
  display: none;                /* Chrome, Safari, Opera */
}


.mcp-home-container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0px 20px;
}

.mcp-genre-filters {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  /*margin-bottom: 30px;*/
}

.mcp-genre-filters button {
  padding: 8px 16px;
  background: #eee;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
}

.mcp-genre-filters button.active {
  background: #0073aa;
  color: #fff;
}

.mcp-hero-banner {
  position: relative;
  margin-bottom: 30px;
}

.mcp-hero-banner img {
  width: 100%;
  border-radius: 12px;
}

.mcp-banner-cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #ff6600;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
}

.mcp-top-songs h2,
.mcp-featured-artists h2 {
  font-size: 22px;
  margin-bottom: 16px;
}



.mcp-contribute-section {
  background: #fff8e1;
  padding: 30px;
  margin-top: 40px;
  border-radius: 16px;
  text-align: center;
}

.contr-btn {
  display: flex;
  align-items: center;
  background: #ff6600;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
 
 max-width: 400px;
}

.contr-btn{

  
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
  
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.mcp-contribute-section .mcp-btn {
  background: #ff6600;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}


/*Artistas destacados*/
.mcp-artistas-destacados {
  margin-top: 50px;
}

.mcp-artist-highlight-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.mcp-artist-highlight-card {
  display: flex;
  align-items: center;
  gap: 15px;
  /*min-width: 250px;*/
}

.mcp-artist-avatar {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.mcp-artist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mcp-artist-rank {
  position: absolute;
  bottom: 9px;
  left: 4px;
  background: #f60;
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
}

.mcp-artist-text {
  display: flex;
  flex-direction: column;
}

.mcp-artist-highlight-name {
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}

.mcp-artist-highlight-views {
  font-size: 14px;
  color: #555;
}


/*Artistas destacados final*/


/*Banner*/
.mcp-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*padding: 20px 20px;*/
  color: white;
  text-align: center;
  position: relative;
  border-radius: 12px;
  margin-bottom: 40px;
  height: 360px;
}

.mcp-banner::before {
  content: "";
 /* background: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  inset: 0;
  border-radius: 12px;
}

.mcp-banner-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

.mcp-banner h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.mcp-banner p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.mcp-banner-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #ff6600;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
}

/*Canciones mas gustadas para frontpage*/

.mcp-mas-vistas {
 /* margin-top: 40px;*/
  padding: 20px 10px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.mcp-top-songs-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.mcp-top-songs-column {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.mcp-top-songs-column li {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.rank-number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  font-weight: 700;
  color: #ccc;
  line-height: 1;
}

.song-title {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #222;
  display: inline-block;
}

.song-title:hover {
  color: #ff6600;
}

.song-artist {
  font-size: 14px;
  color: #666;
  margin-top: 2px;
}

.verified-icon {
  vertical-align: middle;
  margin-left: 6px;
}


/* Responsive */
@media (max-width: 768px) {
  .mcp-top-songs {
    grid-template-columns: 2fr;
  }
  .mcp-top-songs-container{
      gap:0;
  }
}

@media (max-width: 550px) {
.mcp-banner{
  height: 200px;
}
}

/*Canciones mas gustadas para frontpage final*/