.radio-block {
  background-color: var(--cb-white);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 220px!important;
  border-radius: 5px;
  box-shadow: 0 5px 45px 5px rgba(0, 0, 0, 0.13);
  text-decoration: none;
  transition: 0.25s ease-in-out;
  justify-content: space-between !important;
}

.radio-block:hover, .radio-block:focus {
  transform: translateY(-5px);
}

.radio-block .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}

.radio-block .top .views {
  display: inline-block;
  background-color: var(--cb-green_dark);
  padding: 10px;
  color: var(--cb-white);
  font-size: 14px;
  line-height: 18px;
}

.radio-block .top .duration {
  background-color: var(--cb-red_dark);
  padding: 10px;
  color: var(--cb-white);
  font-size: 14px;
  line-height: 18px;
}

.radio-block .bottom {
  background-color: var(--cb-fg_color);
  padding: 8px;
  color: var(--cb-white);
}

.radio-block .bottom .bottom-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.radio-block .bottom .bottom-top .date {
  font-size: 14px;
  line-height: 18px;
}

.radio-block .bottom .bottom-top .date .ion-calendar {
  margin-right: 5px;
}

.radio-block .bottom .bottom-bottom .title {
  display: block;
}