.la-new-blog-badge-slot {
  display: inline-block;
  min-height: 82px;
  min-width: 82px;
}

.la-new-blog-badge {
  align-items: center;
  background: #b7a9a1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex;
  font-family: Karla, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  height: 82px;
  justify-content: center;
  letter-spacing: .75px;
  line-height: 1.25;
  padding: 12px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease;
  width: 82px;
}

.la-new-blog-badge:hover,
.la-new-blog-badge:focus {
  background: #1b1a18;
  color: #fff !important;
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .la-new-blog-badge-slot {
    min-height: 66px;
    min-width: 66px;
  }

  .la-new-blog-badge {
    font-size: 8px;
    height: 66px;
    letter-spacing: .55px;
    width: 66px;
  }
}
