/* User Provided Stylesheet */

.myst-fm-downloads-dropdown {
  display: none !important;
}

table td:first-child,
table th:first-child {
  white-space: nowrap;
}

#giscus-comments {
  max-width: 100% !important;
  padding: 0 !important;
}

.giscus,
.giscus-frame {
  width: 100% !important;
}

.myst-grid .myst-card-footer,
.myst-grid .myst-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: center !important;
}

.myst-grid .myst-card-footer > *,
.myst-grid .myst-card-title > * {
  text-align: center !important;
}

.myst-grid .myst-card-footer p,
.myst-grid .myst-card-footer strong {
  margin: 0 auto;
}

#featured-projects + .myst-grid .myst-card-footer,
#featured-projects + .myst-grid .myst-card-title {
  white-space: nowrap;
}

.myst-grid .myst-card-header,
.myst-grid .myst-card-body {
  padding: 0.5rem !important;
  border-bottom: none !important;
  background: transparent !important;
}

.myst-grid .myst-card-header img,
.myst-grid .myst-card-body img {
  display: block;
  width: 100%;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
  border: none !important;
  border-radius: 4px;
}

.myst-grid .myst-card-header p,
.myst-grid .myst-card-body p {
  margin: 0 !important;
}
