﻿[data-component-id="avchildcare:quick_link"] {
  color: var(--quick-link-color, currentColor);
  aspect-ratio: 169/172;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  height: fit-content;

  & .quick-link__deco {
    flex-shrink: 0;
  }

  & .quick-link__body {
    position: absolute;
    gap: 16px;
    font-weight: 800;
    text-align: center;
    max-width: 129px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
