/* Aura Archives Devic presentation layer. Load after phosphor-bold.css. */
.devic-inscription {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #69edf4;
}

.devic-cell {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(105, 237, 244, .65);
  background: rgba(5, 14, 20, .82);
  clip-path: polygon(50% 0, 92% 23%, 92% 77%, 50% 100%, 8% 77%, 8% 23%);
  filter: drop-shadow(0 0 6px rgba(105, 237, 244, .24));
}

.devic-cell .ph-bold {
  font-size: 22px;
}

.devic-cell::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  right: 7px;
  bottom: 7px;
  background: currentColor;
  box-shadow: 0 0 5px currentColor;
}

.devic-inscription[data-language="alchemic"] { color: #65a9ff; }
.devic-inscription[data-language="hybrid"] { color: #c5a7ff; }
.devic-inscription[data-forbidden="true"] { color: #ef4545; }

