/**
 * ========================================
 * 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 */
/* Ultra small devices (below 475px) */
@media (max-width: 441px) {
    /* Styles for <475px */
    .logo-img {
      scale: 0.8;
    }
  
    .mobile-btn a {
      padding-top: 10px;
      padding-bottom: 8px;
    }
  
    .mobile-btn span {
      font-size: 14px;
    }
  
    .site-header .container {
      padding-inline: 5px;
    }
  
    .nav-toggle {
      width: 2.8rem;
      height: 2.8rem;
    }
}

@media (max-width: 370px) {
    .mobile-btn span {
        font-size: 12px;
    }
}