/* Shared raised icon-only surfaces that visually align with paper buttons. */

.vk-paper-icon-surface {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: var(--vk-paper-lift-button-bg);
  color: var(--vk-text-primary);
  box-shadow: var(--vk-shadow-paper-hover);
  transform: translateY(calc(-1 * var(--vk-paper-lift-hover-y)));
}
