/* Bestiary monster stat info v1 — explain level-derived Anti-Dodge / Anti-Crit values. */
.database-card-type-monsters .monster-stat-info-entry {
  white-space: nowrap;
}

.database-card-type-monsters .monster-stat-info-button {
  display: inline-grid;
  place-items: center;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin: 0 2px 0 4px;
  padding: 0;
  border: 1px solid rgba(97, 69, 37, 0.34);
  border-radius: 50%;
  background: rgba(255, 249, 229, 0.76);
  color: #6e4930;
  box-shadow: none;
  font: 800 10px/1 Georgia, serif;
  vertical-align: 1px;
  cursor: pointer;
}

.database-card-type-monsters .monster-stat-info-button:hover,
.database-card-type-monsters .monster-stat-info-button:focus-visible {
  border-color: rgba(122, 77, 43, 0.64);
  background: rgba(238, 222, 184, 0.92);
  color: #4f2d20;
  outline: none;
}

.monster-stat-tooltip {
  pointer-events: none;
}

.monster-stat-tooltip-section {
  border-left: 4px solid rgba(84, 133, 96, 0.7);
  background: rgba(237, 248, 232, 0.52);
}

@media (max-width: 720px) {
  .database-card-type-monsters .monster-stat-info-button {
    width: 17px;
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    min-height: 17px;
    max-height: 17px;
  }
}
