.cat-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 224px;
  border-radius: 7px;
  position: relative; }
  .cat-img:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 7px; }

.articles-wrapper a {
  width: calc(50% - 11px) !important; }

.articles-wrapper article.a-item {
  width: 100%;
  box-sizing: border-box;
  min-height: 180px !important;
  position: relative;
  cursor: pointer;
  background-position: center !important;
  background-size: cover !important; }
  .articles-wrapper article.a-item h3 {
    z-index: 2;
    position: absolute;
    font-size: 14px;
    font-weight: normal;
    padding: 0 28px 0 0;
    color: var(--color-white); }
  .articles-wrapper article.a-item:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #262626e6 20%, #26262600 98%);
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    border-radius: 7px;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 0 24px 0 var(--light-shadow);
    border: 0.5px solid var(--border-color); }
  .articles-wrapper article.a-item:hover {
    text-decoration: none;
    opacity: 1; }
    .articles-wrapper article.a-item:hover:before {
      box-shadow: 0 0 14px 0 rgba(59, 161, 255, 0.28), inset 0 0 0 0.5px rgba(59, 161, 255, 0.28); }
  .articles-wrapper article.a-item .lock {
    display: none; }
  .articles-wrapper article.a-item.locked .lock {
    display: flex;
    position: absolute;
    z-index: 3;
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px); }
    .articles-wrapper article.a-item.locked .lock h3 {
      color: var(--text-color); }
    .articles-wrapper article.a-item.locked .lock svg {
      fill: var(--color-white); }

.dark-theme .cat-img:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 14px; }

.dark-theme .articles-wrapper article.a-item:before {
  background: linear-gradient(180deg, #262626e6 20%, #26262600 200%); }

/*Tablet-landscape*/
@media only screen and (min-width: 481px) {
  .articles-wrapper a {
    width: calc(50% - 11px) !important; } }

/*Tablet-landscape*/
@media only screen and (min-width: 950px) {
  .cat-img {
    height: 320px;
    border-radius: 14px; }
    .cat-img:before {
      border-radius: 7px; }
  .articles-wrapper a {
    width: calc(33% - 13px) !important; } }

/*Small-Desktop*/
@media only screen and (min-width: 1200px) {
  .articles-wrapper a {
    width: calc(25% - 16px) !important; } }

/*Desktop*/
