/* Mobile styles for Blue Apulia Child */
@media (max-width: 768px) {
  body {
    font-size: 1.05em;
    line-height: 1.5;
  }
  .container {
    padding: 10px;
  }
  .site-header, .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .main-navigation {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .entry-content, .gallery-slider, .availability-calendar, .booking-form {
    padding: 0 5px;
  }
  .whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
    font-size: 1.2em;
    padding: 12px 18px;
  }
  .site-footer {
    font-size: 0.95em;
    padding: 10px 0;
  }
} 