/* =========================================================
   plan-your-expo.css
   Page-specific styles for /plan-your-expo
   Split out of the old monolithic style.css. Rule order is
   unchanged from the original file.
   ========================================================= */

.premium-logo-section .title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.tab-container {
  width: 97%;
  margin: 40px auto;
  margin-top: 0;
  margin-bottom: 0;
}
.tab {
  flex: 1;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 12px;
  transition: 0.35s ease-in-out;
  background: rgba(255,255,255,0.12);
  margin: 0 8px;
}
.tab i {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.tab:hover {
  transform: scale(1.13);
  background: rgba(255,255,255,0.25);
}
@media(max-width: 768px) {
  .tab {
    flex: 48%;
    margin-bottom: 10px;
  }
}
.stall-designers-h {
  padding-left: 15px;
  height: 320px;
}
@media (max-width: 768px) {
  .stall-designers-h {
    padding-left: 15px;
    height: auto;
  }
}
.stall-designers-h02 {
  padding-left: 15px;
  height: 380px;
}
@media (max-width: 768px) {
  .stall-designers-h02 {
    padding-left: 15px;
    height: auto;
  }
}
.stall-designers-h01 {
  padding-left: 15px;
  height: 320px;
}
@media (max-width: 768px) {
  .stall-designers-h01 {
    padding-left: 15px;
    height: auto;
  }
}

/* ---------------------------------------------------------
   Moved out of plan-your-expo.php (was an inline <style> block)
   --------------------------------------------------------- */

                            .small-alert {
                                padding: 8px 12px !important;
                                font-size: 14px !important;
                                margin-top: 10px;
                            }
                        
