.zenblocks-plus-feature-wrapper {
  position: relative;
  min-height: 90px;
}

.zenblocks-plus-feature-content {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
  filter: grayscale(30%);
}

.zenblocks-plus-feature-overlay {
  position: absolute;
  top: 0;
  left: -16px;
  right: 0;
  bottom: 0;
  width: calc(100% + 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(3, 64, 197, 0.75);
  border-radius: 0;
  z-index: 10;
}

.zenblocks-plus-feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #2563eb;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 8px;
}

.zenblocks-plus-feature-badge-text {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.zenblocks-plus-feature-message {
  margin: 0;
  font-size: 12px;
  color: white;
  text-align: center;
  padding: 0 10px;
}

.zenblocks-plus-feature-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  cursor: pointer;
}

.zenblocks-plus-feature-link:hover {
  color: white;
}

.zenblocks-plus-feature-link-icon {
  flex-shrink: 0;
}
