[id^="ob-premium-tag"].ob-premium-content,
.penci-grid li .item .entry-title a.ob-premium-content {
  display: inline-block !important;
  position: relative;
  z-index: 999;
}

.ob-premium-content {
  margin-left: 0.25rem;
  background-color: var(--site-premium-color);

  .ob-premium-tag {
    height: 1.25em;
    width: 1.25em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  svg {
    height: 0.75em;
    width: 0.75em;
    fill: var(--site-text-color);
  }

  &[data-access="true"] {
    background-color: var(--site-primary-color);

    svg {
      fill: #fff;
    }
  }
}

article:has(.ob-premium-content) {
  position: relative;
  z-index: 1;
}
