/**
 * ========================================
 * 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 */

.divider-swiper .swiper-slide:hover {
  /* box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px; */
  transform: none !important;
}

@media (max-width: 480px) {
  /* mobile styles here */
  
  .divider-swiper .swiper-wrapper .swiper-slide .flex p {
    font-size: 14px;
    }
}

.pulse {
    background: #12e200;
}

