.component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 767.98px) {
  .component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, transparent 100%);
    background: linear-gradient(0deg, #FFFFFF 0%, transparent 100%);
    pointer-events: none;
    opacity: 0;
  }
  .component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide.collapsed {
    max-height: 180px;
  }
  .component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide.collapsed::after {
    opacity: 1;
  }
}

.component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide .keywords-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  -webkit-column-count: 6;
  column-count: 6;
}

@media (max-width: 991.98px) {
  .component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide .keywords-list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide .keywords-list .keyword a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .component-popular-keywords .component-content .container .row:nth-child(2) .mobile-hide .keywords-list .keyword a {
    font-size: 16px;
    line-height: 41px;
  }
}

.component-popular-keywords .component-content .container .row:nth-child(2) .mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 0px;
}

.component-popular-keywords .component-content .container .row:nth-child(2) .mobile-button .button {
  margin-bottom: 0px;
}
