.zenblocks-pro-teaser {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin: 4px 0;
}

.zenblocks-pro-teaser__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e1e1e;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  flex-shrink: 0;
}

.zenblocks-pro-teaser__badge-text {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.zenblocks-pro-teaser__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.zenblocks-pro-teaser__feature-name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #1e1e1e;
}

.zenblocks-pro-teaser__message {
  margin: 0;
  font-size: 11px;
  color: #757575;
}

.zenblocks-pro-teaser__link {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  color: #0073aa;
  text-decoration: none;
  margin-top: 2px;
}

.zenblocks-pro-teaser__link:hover {
  color: #005177;
  text-decoration: underline;
}

.zenblocks-pro-teaser__link-icon {
  flex-shrink: 0;
}
