.c-content-info-item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.c-content-info-item strong {
  color: #1A1A1A;
}
.c-content-info-item .field {
  margin-bottom: 10px;
}
.c-content-info-item .field.description {
  margin-top: 25px;
  margin-bottom: 25px;
}
.c-content-info-item .inline {
  float: left;
  margin-right: 5px;
}
.c-content-info-item .field--name-field-authors {
  display: flex;
  gap: 5px;
}
.c-content-info-item .field__item:not(:last-child)::after {
  content: ",";
}
.c-content-info-item .field.download {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #1A1A1A;
}
.c-content-info-item__copy-text {
  position: absolute;
  top: 0;
  z-index: -9999;
  opacity: 0;
}
.c-content-info-item__copy-button {
  margin-left: 0 !important;
  margin-bottom: 0.5rem !important;
  margin-right: 0 !important;
  cursor: pointer;
  border-radius: 0 !important;
  border: 0 solid transparent !important;
  padding: 0 !important;
  font-weight: 600;
  background-color: transparent !important;
  color: #1A1A1A !important;
}
.c-content-info-item__copy-button svg {
  margin-right: 6px;
  margin-right: 0.375rem;
}
.c-content-info-item__copy-button:hover, .c-content-info-item__copy-button:focus {
  color: #324DC4 !important;
}
.c-content-info-item__footer {
  display: flex;
  justify-content: space-between;
}
.c-content-info-item--alt {
  color: #FFFFFF !important;
}
.c-content-info-item--alt .field.description {
  margin: 0;
}
.c-content-info-item--alt .field.description p {
  margin: 5px 0;
}
.c-content-info-item--alt .field.title {
  font-weight: 600;
  font-size: 24px;
  color: #42D98C;
}
.c-content-info-item--alt .field.download {
  margin-top: 5px;
}
.c-content-info-item--alt .field.download strong {
  color: #FFFFFF;
}
.c-content-info-item--alt svg path {
  fill: #42D98C !important;
}
