.vmd-pab {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vmd-pab__img {
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  display: inline-flex;
}

.vmd-pab__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vmd-pab__name {
  display: inline-block;
  line-height: 1.2;
}

/* Margin helper: override these values anywhere with a more specific selector */
.vmd-pab {
  margin: 0 0 0 20px; /* top right bottom left */
}

/* Optional text styling via per-post settings / shortcode overrides */
.vmd-pab.is-italic .vmd-pab__name {
  font-style: italic;
}

.vmd-pab.is-bold .vmd-pab__name {
  font-weight: 700;
}

