/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2025 | 04:40:58 */
/* Center mobile header logo */
@media (max-width: 768px) {
  .lp-logo-container {
    text-align: center !important;
    float: none !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .lp-logo img {
    display: inline-block;
    max-width: 180px; /* adjust if you want smaller/bigger */
  }
}
