.mrp-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.2;
}

.mrp-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 35px;
  padding: 7px 15px;
  border: 1px solid #e4e9fb;
  border-radius: 999px;
  background: #f8faff;
  color: #175bd8;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.03);
  box-sizing: border-box;
}

.mrp-author-pill {
  padding-left: 9px;
}

.mrp-author-avatar {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  border-radius: 50% !important;
  object-fit: cover;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.mrp-author-link,
.mrp-author-link:visited {
  color: #175bd8;
  text-decoration: none;
  font-weight: 600;
}

.mrp-author-link:hover,
.mrp-author-link:focus {
  color: #0f42a8;
  text-decoration: underline;
}

.mrp-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d3445;
}

.mrp-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
}

@media (max-width: 767px) {
  .mrp-meta-bar {
    gap: 8px;
    margin-bottom: 20px;
  }

  .mrp-pill {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 13px;
  }

  .mrp-author-pill {
    padding-left: 8px;
  }
}

@media (max-width: 480px) {
  .mrp-meta-bar {
    align-items: flex-start;
  }

  .mrp-pill {
    white-space: normal;
    max-width: 100%;
  }
}
