.bibTeX-section__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  justify-items: center;
  overflow: hidden;
  transition: all 0.3s ease;
}

.bibTeX__container {
  border-radius: 15px;
  padding: 20px;
  background-color: #f4f4f4;
}

.bibTeX {
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  word-break: break-word;
  background: transparent;
  border: none;
  font-size: 16px;
  color: #333;
}

.copy-button {
  padding: 10px;
  text-align: center;
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 18px;

  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.copy-button > p,
.copy-button > img {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.copy-button--active {
  background-color: #64bbf3;
}
.copy-button--inactive {
  background-color: #53d98a;
}

.copy-button--active:hover {
  background-color: #56a1d3;
}

.copy-button .inactive-content {
  display: none;
  pointer-events: none;
}
