.popular {
    position: relative;
    z-index: 4;
    margin-top: 45px;
    overflow: hidden;
}

main.popular-results {
    flex: 1;
    padding: 0px 70px;
}

.popular-title {
    color: rgb(255, 255, 255);
    padding: 0px 77px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.show-more-btn {
    width: 100%;
    padding: 0 77px;
    margin-bottom: 176px;
    height: 54px;
    margin-top: 25px;
    padding: 14px 24px;
    background-color: #FFFFFF;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center; 
    align-items: center; 
    border: none; 
    outline: none; 
    transition: background-color 0.3s ease;
  }
  
  .get-started {
    color: rgb(18, 18, 18);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
    margin: 0; 
    padding: 0; 
  }
  

  .anime-list {
   display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    max-width: -webkit-fill-available;
    margin: 0 auto;
}
  }

  .show-more-btn:hover {
    background-color: rgb(230, 230, 230);
}

/* Классы для активных состояний */
.list-bet.selected-want_to_watch {
    background-color: rgb(45, 85, 170); /* Синий для кнопки "Посмотрю" */
    
}

.list-bet.selected-watching {
    background-color: rgb(65, 135, 45); /* Зелёный для кнопки "Смотрю" */
}

.list-bet.selected-watched {
    background-color: rgb(180, 50, 50); /* Красный для кнопки "Смотрел" */
}

/* Классы для активных состояний */
.list-bet.selected-want_to_watch img {
    filter: brightness(0) invert(1);   
}

.list-bet.selected-watching img{
     filter: brightness(0) invert(1);
}

.list-bet.selected-watched img {
     filter: brightness(0) invert(1);
}
