#content-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#content-items img {
  width: 100%;
  max-width: 700px;
  border-radius: 6px;
  margin: 0 auto;
}
#content-items .content-file {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
#content-items .content-file .content-file-icon {
  width: 24px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#content-items .content-file .content-file-icon .file-extension {
  position: absolute;
  width: calc(100% - 2px);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 7px;
  padding: 0 1px;
  color: white;
  margin-top: 4px;
  font-weight: bold;
}
#content-items .content-file .content-file-icon svg {
  width: 24px;
  height: 32px;
}
#content-items .p-title-2 {
  font-weight: 700;
  font-size: 24px;
}
#content-items .p-text {
  white-space: pre-wrap;
  line-height: 130%;
}
#content-items .p-text font {
  color: attr(color, #000000);
}
#content-items .content-video {
  display: flex;
  justify-content: center;
}
#content-items .content-video iframe {
  width: 100%;
  height: calc((100vw - 24px) / 1.77);
  max-height: 542px;
  max-width: 960px;
  border-radius: 6px;
}

/*# sourceMappingURL=content.css.map */
