/*
Theme Name: PELICE
Description: Child Theme For Divi
Author: Christy Sparks
Version: 1.0.0
Template: Divi
*/
.wauki-submenu-back-button div {
    padding: 1rem; /* Makes it easier to tap */
    display: block;
    width: 100%;
    cursor: pointer;
    touch-action: manipulation; /* Helps prevent mobile issues */
    z-index: 9999;
    position: relative;
  }
  .sponsor-bar {
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 4px 0;
    margin-top: 10px;
    border-radius: 4px;
}
.exhibitor-card img {
    margin: 0 auto;
    display: block;
}