/**
 * Copyright (c) Facebook, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

.docTitle {
  font-family: var(--ifm-font-family-bold); /* added */
  font-size: 3rem;
  margin-bottom: calc(var(--ifm-leading-desktop) * var(--ifm-leading));
}

.docItemContainer {
  margin: 0 auto;
  padding: 0 0.5rem;
}

@media only screen and (min-width: 997px) {
  .docItemCol {
    max-width: 75% !important;
  }
}

@media (min-width: 997px) and (max-width: 1320px) {
  .docItemWrapper {
    max-width: calc(
      var(--ifm-container-width) - 360px - var(--ifm-spacing-horizontal) * 2
    ); /* changed from var(--ifm-container-width) - 360px - var(--ifm-spacing-horizontal) * 2 */
  }
}

@media only screen and (max-width: 996px) {
  .docItemContainer {
    padding: 0 0.3rem;
  }
}

.docLastUpdatedAt {
  font-weight: bold;
}
