/*
Theme Name: BIO
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;
}

 /* ==============================
   Magnific Popup Form Styling
   ============================== */
.exhibitor-popup {
    background: #fff;
    padding: 30px 25px;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

.exhibitor-popup h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.8em;
    text-align: center;
}

.exhibitor-popup form p {
    margin-bottom: 15px;
}

.exhibitor-popup form input,
.exhibitor-popup form textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.exhibitor-popup form textarea {
    resize: vertical;
    min-height: 100px;
}

.exhibitor-popup form button {
    background-color: #d32f2f; /* adjust to your brand color */
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 1em;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.exhibitor-popup form button:hover {
    background-color: #b71c1c;
}

/* Responsive for smaller screens */
@media (max-width: 480px) {
    .exhibitor-popup {
        padding: 20px 15px;
    }
    
    .exhibitor-popup h2 {
        font-size: 1.5em;
    }
    
    .exhibitor-popup form button {
        padding: 10px 15px;
        font-size: 0.95em;
    }
}
