a.expand-link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

#link-container {
  background-color: #585858;
  border-radius: 2px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 14px;
  left: 0;
  min-width: 300px;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 1000;
}

#link-container a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

#link-input {
  display: block;
  margin: 0px;
  padding: 5px 2px;
  width: calc(100% - 8px);
}

.actions-container {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0 0;
}

#link-copy.copied::after {
  margin-left: 0.5em;
  content: "Text copied.";
  color: #ffffffcc;
  font-style: italic;
}
