.wm_chart_row{
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  padding: 20px;
}

.wm_chart_row+.wm_chart_row{
  margin-top: 20px;
}

.wm_chart_row:nth-child(2n+1){
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
}

.wm_chart_row_rank{
  width: 50px;
  height: 50px;
  margin-right: 100px;
  align-self: flex-start;
  line-height: 50px;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 1em;
}

.wm_chart_row_cover{
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.wm_chart_row_info{
  flex: 1;
}

.wm_chart_row_artist,
.wm_chart_row_album{
  display: block;
  font-size: 1.111em;
}

.wm_chart_row_artist{
  font-style: normal;
  font-weight: 300;
}

.wm_chart_row_album{
  font-weight: 700;
}

.wm_chart_row_vote{
  font-size: 1.6em;
  padding: 0px 20px;
}

.wm_chart_name h2{
  font-weight: 700;
}

.wm_chart_more{
  border: 2px solid #111;
  color: #fff;
  background: #111;
  margin-top: 0.4em;
  font-family: Poppins;
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
  padding: 1.4em 0.8em;
  font-size: 0.7em;
  letter-spacing: 0.111em;
}
.wm_chart_more a {
  color: #fff;
}

body[data-elementor-device-mode="mobile"] .wm_chart_row{
  padding: 0px;
  position: relative;
  flex-wrap: wrap;
}

body[data-elementor-device-mode="mobile"] .wm_chart_row_rank{
  margin-right: 0px;
  position: absolute;
}

body[data-elementor-device-mode="mobile"] .wm_chart_row_cover{
  width: 100vw;
  height: 100vw;
  margin: 0px;
}

body[data-elementor-device-mode="mobile"] .wm_chart_row_info{
  margin-top: 10px;
}

body[data-elementor-device-mode="mobile"] .wm_chart_row_vote{
  position: absolute;
  right: 0px;
  top: calc(100vw - 50px);
  background: #111;
  color: #fff;
  padding: 0px 20px;
  font-size: 1em;
  line-height: 50px;
  height: 50px;
}
