/* Custom styling for Pricing SaaS Template */

.bg-grid-white\/\[0\.02\] {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0V0zm1 1h38v38H1V1z' fill='%23ffffff' fill-opacity='0.02' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/* Base custom selection color for the template */
::selection {
  background-color: rgba(99, 102, 241, 0.3); /* indigo-500 with opacity */
  color: white;
}