.card-symbol.ancient-symbol {
  font-size: inherit;
}

.ancient-icon {
  display: block;
  width: 100px;
  height: 100px;
  overflow: visible;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.ancient-icon .symbol-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ancient-icon .symbol-fill {
  fill: currentColor;
}

.ancient-icon .symbol-cutout {
  fill: #061725;
}

.beer-card:hover .ancient-icon .symbol-cutout {
  fill: #0d2e47;
}
