/*
Theme Name: Seu Tema Filho - MICE
Template: Divi
Version: 1.0.0
*/

/* Layout do item (single) estilo MICE */

.venue-wrap{
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 18px 48px;
}

.venue-back{
  float: right;
  background: #f5f5f5;
  border-radius: 999px;
  padding: 10px 14px;
  text-decoration: none;
  color: #444;
  font-weight: 600;
  font-size: 13px;
}

.venue-title{
  font-size: 40px;
  line-height: 1.1;
  margin: 6px 0 18px;
  font-weight: 800;
  color: #333;
}

.venue-top{
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 26px;
  align-items: start;
}

.venue-logo{
  background: #fff;
  border-radius: 12px;
  padding: 10px;
}

.venue-logo img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.venue-logo__placeholder{
  height: 240px;
  display: grid;
  place-items: center;
  color: #999;
  font-weight: 600;
}

.venue-meta{
  font-size: 14px;
  color: #444;
}

.venue-meta__row{
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 10px;
  padding: 3px 0;
}

.venue-meta__row b{
  color: #333;
  font-weight: 700;
}

.venue-desc{
  margin-top: 10px;
  color: #666;
  line-height: 1.6;
}

.venue-section-title{
  margin: 28px 0 12px;
  font-size: 18px;
  font-weight: 800;
  color: #444;
}

.venue-table-wrap{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.venue-table{
  width: 100%;
  border-collapse: collapse;
}

.venue-table th,
.venue-table td{
  border-bottom: 1px solid #eee;
  padding: 10px 12px;
  font-size: 13px;
  color: #555;
  text-align: left;
  white-space: nowrap;
}

.venue-table th{
  background: #fafafa;
  font-weight: 700;
  color: #666;
}

.venue-footnote{
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.venue-map{
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

.venue-map__placeholder{
  height: 360px;
  display: grid;
  place-items: center;
  color: #777;
  font-weight: 600;
}

/* Responsivo */
@media(max-width: 980px){
  .venue-back{ float:none; display:inline-block; margin-bottom: 12px; }
  .venue-title{ font-size: 30px; }
  .venue-top{ grid-template-columns: 1fr; }
  .venue-meta__row{ grid-template-columns: 160px 1fr; }
  .venue-table th, .venue-table td{ white-space: normal; }
}