.post-info {
  flex-wrap: wrap;
  align-items: center;
}

.copy-url-sharing {
  align-self: center;
}

@media (max-width: 768px) {
  .copy-url-sharing {
    flex-basis: 100%;
    width: 100%;
    margin-top: 0.75rem;
  }
}

.copy-url-sharing-btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  padding: 8px 14px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease;
}

.copy-url-sharing-btn:hover,
.copy-url-sharing-btn:focus-visible {
  background: #f5f5f5;
  outline: none;
}

.copy-url-sharing-btn.is-copied {
  border-color: #000;
  background: #fff;
}