/**
 * ========================================
 * EDIT.CSS - STANDALONE CUSTOM CSS FILE
 * ========================================
 * 
 * This file is NOT processed by any build system.
 * Add your custom CSS directly here for live/production edits.
 * This file will NOT be overwritten by the build process.
 * 
 * Perfect for quick fixes, custom styles, or overrides
 * that need to be added without rebuilding.
 * 
 * ========================================
 */

/* Add your custom CSS below this line */
.btn.btn-accent {
    background-color: var(--color-accent);
}

.bg-green {
    background-color: var(--color-accent);
}

@media (min-width: 768px) {
  .md\:\!hidden {
    display: none !important;
  }
}