.ads-CloseButton {
  @apply flex
    items-center
    justify-center
    text-gray-600
    w-6
    h-6
    text-h3
    rounded;

  transition: box-shadow 0.2s ease, color 0.2s ease;
}

.ads-CloseButton:hover,
.ads-CloseButton:active {
  @apply text-gray-700;
}

.ads-CloseButton:focus {
  @apply outline-none
    shadow-focus;
}
