/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 20 2026 | 01:58:06 */
@media (max-width: 1024px) {
    .lang-switcher-mob .cpel-switcher__nav {
        display: flex;
        position: static !important;
        gap: 1px;
    }

  .lang-switcher-mob .cpel-switcher__toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .lang-switcher-mob .cpel-switcher__toggle a {
    pointer-events: none;
  }

  .lang-switcher-mob .cpel-switcher__list {
    display: none;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0;
    list-style: none;
    z-index: auto !important;
  }

  .lang-switcher-mob .cpel-switcher__toggle--on + .cpel-switcher__list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
	}
	
	li.cpel-switcher__lang {
    width: fit-content !important;
}
	
	.cpel-switcher--layout-dropdown .cpel-switcher__lang a {
    background-color: #3A3A3A;
    text-align: center;
		        width: fit-content;
	}

  .lang-switcher-mob .cpel-switcher__list li {
    margin: 0;
    padding: 0;
  }
}