/*
Theme Name: Tema Filho - MICE Brasil
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; }
}














/* ================================
   MICE CHILD - BUSCA TAINACAN
================================ */

.mice_ch_container {
  padding-top: 40px;
  padding-bottom: 70px;
}

.mice_ch_filters {
  background: #f3f3f3;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 32px;
}

.mice_ch_title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 22px;
  color: #111;
}

.mice_ch_form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}

.mice_ch_field label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  color: #222;
}

.mice_ch_field input,
.mice_ch_field select {
  width: 100%;
  height: 44px;
  border-radius: 24px;
  border: 1px solid #ddd;
  padding: 0 18px;
  background: #fff;
  font-size: 14px;
}

.mice_ch_buttons {
  display: flex;
  gap: 10px;
}

.mice_ch_btn {
  height: 44px;
  border-radius: 24px;
  padding: 0 26px;
  font-weight: 800;
  border: 1px solid #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

.mice_ch_btn_clear {
  background: #fff;
  color: #333;
}

.mice_ch_btn_search {
  background: #d9002f;
  color: #fff;
  border-color: #d9002f;
}

.mice_ch_total {
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
}

.mice_ch_card {
  display: grid;
  grid-template-columns: 170px 1fr 150px;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 16px;
  box-shadow: 0 3px 10px rgba(0,0,0,.05);
}

.mice_ch_thumb {
  width: 170px;
  height: 115px;
  background: #f1f1f1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9c9c9;
  font-size: 26px;
  font-weight: 900;
}

.mice_ch_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mice_ch_content h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 14px;
  color: #111;
  line-height: 1.25;
}

.mice_ch_content p {
  margin: 0 0 7px;
  font-size: 14px;
  color: #333;
}

.mice_ch_content strong {
  font-weight: 900;
  color: #111;
}

.mice_ch_site {
  display: inline-flex;
  margin-top: 10px;
  border-radius: 24px;
  padding: 9px 22px;
  border: 1px solid #ddd;
  color: #555;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.mice_ch_site:hover {
  background: #f5f5f5;
  color: #111;
}

.mice_ch_actions {
  text-align: right;
}

.mice_ch_add {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #333;
}

.mice_ch_add input {
  margin-right: 6px;
}

.mice_ch_info {
  display: inline-flex;
  border-radius: 24px;
  padding: 11px 24px;
  background: #f1f1f1;
  color: #111;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.mice_ch_info:hover {
  background: #e4e4e4;
  color: #111;
}

.mice_ch_empty {
  padding: 24px;
  background: #f7f7f7;
  border-radius: 12px;
}

.mice_ch_pagination {
  margin-top: 30px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mice_ch_pagination .page-numbers {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f1f1;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
}

.mice_ch_pagination .page-numbers.current {
  background: #d9002f;
  color: #fff;
}

/* Responsivo */
@media (max-width: 980px) {
  .mice_ch_form,
  .mice_ch_card {
    grid-template-columns: 1fr;
  }

  .mice_ch_buttons {
    justify-content: flex-start;
  }

  .mice_ch_actions {
    text-align: left;
  }

  .mice_ch_thumb {
    width: 100%;
    height: 180px;
  }
}

@media (max-width: 560px) {
  .mice_ch_filters {
    padding: 22px;
  }

  .mice_ch_buttons {
    flex-direction: column;
  }

  .mice_ch_btn {
    width: 100%;
  }

  .mice_ch_card {
    padding: 18px;
  }
}