.reprinted-post {
  position: relative;
}

.reprinted-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  padding: 4px 8px;
  border: 1px dashed #e0e0e0;
  border-radius: 12px;
  background: #fafafa;
  color: #757575;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  pointer-events: none;
  white-space: nowrap;
}

.reprinted-notice {
  margin: 16px 0;
  padding: 12px 16px;
  border-left: 4px solid #007bff;
  border-radius: 4px;
  background: #f8f9fa;
  color: #495057;
  font-size: 14px;
  line-height: 1.6;
}

.reprinted-notice a {
  border-bottom: 1px dotted currentColor;
  text-decoration: none;
}

@media (max-width: 675px) {
  .reprinted-badge {
    top: 6px;
    right: 6px;
    padding: 3px 6px;
  }
}
