/* File: pages.css */

#main #content-wrap { padding-top: 10px !important; }

.page-header{
  padding: 10px 0 !important;
}

.ll-debug-file-name{
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  z-index: 9999;
}

.page-content-wrapper{
  max-width: 900px;
  width: 100%;
  margin: auto;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow-x: auto;
}

.post-header{
  text-align: center;
  margin-bottom: 20px;
}

.wrapper-container{
  background-color: #ffffff;
  padding: 15px;
}

/* NOTE:
   Gallery/carousel styling has been moved to gallery.css.
   Removed selectors:
   - .carousel-wrapper
   - .carousel (+ scrollbar rules)
   - .scroll-button (+ left/right/hover)
   - .carousel-item (+ hover/img/h2/a rules)
*/

.business-description{
  margin-bottom: 20px;
}

.post-description{
  width: 100%;
  margin-bottom: 30px;
}

.post-header-grid{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.post-info{
  flex: 1 1 300px;
}

.post-image{
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.post-image img{
  max-height: 250px;
  width: auto;
  object-fit: contain;
  border-radius: 8px;
}
