#va-match-me :is(.absolute) {
  position: absolute
}

#va-match-me :is(.relative) {
  position: relative
}

#va-match-me :is(.bottom-0) {
  bottom: 0px
}

#va-match-me :is(.top-0) {
  top: 0px
}

#va-match-me :is(.z-10) {
  z-index: 10
}

#va-match-me :is(.z-20) {
  z-index: 20
}

#va-match-me :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto
}

#va-match-me :is(.my-9) {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem
}

#va-match-me :is(.my-16) {
  margin-top: 4rem;
  margin-bottom: 4rem
}

#va-match-me :is(.mb-1) {
  margin-bottom: 0.25rem
}

#va-match-me :is(.mb-2) {
  margin-bottom: 0.5rem
}

#va-match-me :is(.mb-3) {
  margin-bottom: 0.75rem
}

#va-match-me :is(.mb-4) {
  margin-bottom: 1rem
}

#va-match-me :is(.mb-5) {
  margin-bottom: 1.25rem
}

#va-match-me :is(.mb-6) {
  margin-bottom: 1.5rem
}

#va-match-me :is(.mr-4) {
  margin-right: 1rem
}

#va-match-me :is(.mt-2) {
  margin-top: 0.5rem
}

#va-match-me :is(.mt-3) {
  margin-top: 0.75rem
}

#va-match-me :is(.block) {
  display: block
}

#va-match-me :is(.flex) {
  display: flex
}

#va-match-me :is(.grid) {
  display: grid
}

#va-match-me :is(.hidden) {
  display: none
}

#va-match-me :is(.h-full) {
  height: 100%
}

#va-match-me :is(.h-52) {
  height: 13rem
}

#va-match-me :is(.w-full) {
  width: 100%
}

#va-match-me :is(.list-decimal) {
  list-style-type: decimal
}

#va-match-me :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

#va-match-me :is(.flex-row) {
  flex-direction: row
}

#va-match-me :is(.items-center) {
  align-items: center
}

#va-match-me :is(.justify-center) {
  justify-content: center
}

#va-match-me :is(.gap-3) {
  gap: 0.75rem
}

#va-match-me :is(.rounded-full) {
  border-radius: 9999px
}

#va-match-me :is(.rounded-md) {
  border-radius: 0.375rem
}

#va-match-me :is(.border) {
  border-width: 1px
}

#va-match-me :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

#va-match-me :is(.bg-yellow-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity))
}

#va-match-me :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

#va-match-me :is(.bg-cover) {
  background-size: cover
}

#va-match-me :is(.p-3) {
  padding: 0.75rem
}

#va-match-me :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

#va-match-me :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem
}

#va-match-me :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

#va-match-me :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

#va-match-me :is(.pl-5) {
  padding-left: 1.25rem
}

#va-match-me :is(.pb-3) {
  padding-bottom: 0.75rem
}

#va-match-me :is(.pb-7) {
  padding-bottom: 1.75rem
}

#va-match-me :is(.pr-6) {
  padding-right: 1.5rem
}

#va-match-me :is(.pt-3) {
  padding-top: 0.75rem
}

#va-match-me :is(.pt-40) {
  padding-top: 10rem
}

#va-match-me :is(.text-center) {
  text-align: center
}

#va-match-me :is(.text-right) {
  text-align: right
}

#va-match-me :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem
}

#va-match-me :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem
}

#va-match-me :is(.font-bold) {
  font-weight: 700
}

#va-match-me :is(.font-semibold) {
  font-weight: 600
}

#va-match-me :is(.\!text-white) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

#va-match-me :is(.text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity))
}

#va-match-me :is(.text-blue-700) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity))
}

#va-match-me :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

#va-match-me :is(.opacity-20) {
  opacity: 0.2
}

@media (min-width: 768px) {
  #va-match-me :is(.md\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}