/* Light mode */
[data-md-color-scheme="default"] {
  /* --md-code-bg-color: #5b6f803f; */
  --md-code-bg-color: #efefef;
  --md-code-hl-color: #ffff004b; 
}

/* Dark mode */
/* [data-md-color-scheme="slate"] { */
  /* --md-code-bg-color: rgb(36, 35, 35); */
  /* --md-default-fg-color:               yellow; */
/* } */


/* Extend the width */
/* AND CHANGE FONTS (FOR ANT CITY XR website NASA)*/
/* .md-typeset h1, .md-typeset h2 {
  font-weight: 600;
}
.md-typeset {
  font-size: 1rem;
  font-weight: 400;
}
.md-typeset .admonition, .md-typeset details {
  font-size: 1.1rem;
  
} */
/*
.md-grid {
  max-width: 100%; 
}
.md-typeset h1, .md-typeset h2 {
  font-weight: 600;
}
.md-typeset {
  font-size: 1.2rem;
  font-weight: 400;
}
.md-typeset .admonition, .md-typeset details {
  font-size: 1.1rem;
  
}

.md-nav {
  font-size: 1rem;
  font-weight: 400;
}
.feature-item p {
  font-size: 1.2rem !important;
  font-weight: 400;
}
*/
/* END CHANGE FONTS (FOR ANT CITY XR website NASA)*/

:root>* {
  /* Code block color shades */
  /* --md-code-bg-color: hsla(0, 0%, 96%, 1); */
  /* --md-code-fg-color: hsla(200, 18%, 26%, 1); */
  
  --md-primary-fg-color: #5b6f80;
  /* Footer */
  --md-footer-bg-color: #5b6f80;
  --md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
  --md-footer-fg-color: hsla(0, 0%, 100%, 1);
  --md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
  --md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);
}

ins.critic {
  background: rgb(23, 224, 80) !important;
  color: rgb(59, 59, 59) !important;
}

.md-typeset figure img {
  display: inline;
}



.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  flex: 0 0 calc(50% - 10px); /* Adjust this value to control the size of the cards. */
  box-sizing: border-box;
  margin-bottom: 20px; /* Space between rows */
  border: 1px solid #ddd;
  border-radius: 10px; /* Rounded corners */
  padding: 20px;
  text-align: center;
  position: relative;
}

.card hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

.card .middle {
  /* Center the icon in the card */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Rating Stars */
.stars {
  /* Add your stars style here */
}

/* Footer link */
.footer-link {
  /* Add your footer link style here */
}
