.flexible-pdf-download {
  display: flex;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.transition-all {
  transition: all 0.3s ease;
}

.duration-300 {
  transition-duration: 0.3s;
}

.w-full {
  width: 100%;
}

.sm\:w-max {
  max-width: max-content;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-white {
  color: white;
}

.rounded-full {
  border-radius: 9999px;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hover\:underline:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.h-\[18px\] {
  height: 18px;
}

.pl-4 {
  padding-left: 1rem;
}
