 /* 
  Octarule Project
  Author: Keith (Arc.Keith)
  Created: July 2025
  License: Creative Commons Attribution 4.0 International (CC BY 4.0)
  https://creativecommons.org/licenses/by/4.0/
*/

#quartertrio tbody tr:nth-child(4n) td:last-child{
border-right: 2px solid #478cde;
}
#doudou {
  margin-bottom: 1rem;
}
.app-card {
  cursor: default;
  transform: none !important;
}

/* Glossary definition list styling */
dl {
  background-color: #111;
  border: 2px solid #444;
  padding: 1.2rem;
  margin-top: 2rem;
  color: #eee;
  font-family: monospace;
  font-size: 0.95rem;
  line-height: 1.6;
}

dt {
  font-weight: bold;
  color: #478cde;
  margin-top: 1rem;
}

dd {
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-left: 2px solid #333;
  padding-left: 0.8rem;
}
