.blog-badge-cat{
  position:absolute;
  top:12px;
  left:22px;
  z-index:3;
  display:inline-block;
  background:linear-gradient(135deg,#8a2cff,#d946ef);
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1;
  padding:8px 12px;
  border-radius:999px;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
}

.tour-classic-media{
  position:relative;
}


.blog-date{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  color:#8a2cff;
  margin-top:10px;
  margin-bottom:6px;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.blog-sidebar-box{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  padding:18px;
  box-shadow:0 8px 26px rgba(0,0,0,.04);
  margin-bottom:22px;
}

.blog-sidebar-title{
  font-size:15px;
  font-weight:800;
  color:#444;
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.4px;
}

.blog-search-form{
  display:flex;
  gap:10px;
  align-items:center;
}

.blog-search-input{
  flex:1;
  height:46px;
  border:1px solid #ddd;
  border-radius:12px;
  padding:0 14px;
  font-size:14px;
  color:#333;
  outline:none;
  transition:.2s ease;
  background:#fff;
}

.blog-search-input:focus{
  border-color:#b02cff;
  box-shadow:0 0 0 4px rgba(176,44,255,.10);
}

.blog-search-btn{
  height:46px;
  padding:0 18px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg,#8a2cff,#d946ef);
  color:#fff;
  font-size:13px;
  font-weight:700;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:0 8px 20px rgba(138,44,255,.18);
}

.blog-search-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(138,44,255,.22);
}

.blog-cat-list{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.blog-cat-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  background:#fff;
  text-decoration:none;
  transition:.2s ease;
}

.blog-cat-item:hover{
  border-color:#d9b2ff;
  background:linear-gradient(180deg,#fff,#fcf8ff);
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(138,44,255,.08);
}

.blog-cat-name{
  font-size:14px;
  font-weight:600;
  color:#333;
}

.blog-cat-count{
  min-width:28px;
  height:28px;
  padding:0 8px;
  border-radius:999px;
  background:#f3e8ff;
  color:#8a2cff;
  font-size:12px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.blog-featured-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.blog-featured-item{
  display:block;
  text-decoration:none;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  transition:.2s ease;
}

.blog-featured-item:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(0,0,0,.10);
}

.blog-featured-image{
  width:100%;
  height:140px !important;
  object-fit:cover;
  display:block;
}

.blog-featured-content{
  padding:12px 14px;
}

.blog-featured-title{
  font-size:14px;
  font-weight:700;
  line-height:1.4;
  color:#333;
  margin-bottom:6px;
}

.blog-featured-date{
  font-size:12px;
  color:#8a2cff;
  font-weight:700;
}


.pagination {
 
  border-top-width: 0px !important;
  text-align: center !important;
  width: 100% !important;
}

 
.blog-post-wrap{
  text-align:left;
  padding-top:20px;
}

.blog-post-badge{
  display:inline-block;
  background:linear-gradient(135deg,#8a2cff,#d946ef);
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1;
  padding:8px 12px;
  border-radius:999px;
  box-shadow:0 6px 18px rgba(0,0,0,.15);
  margin-bottom:14px;
}

.blog-post-title{
  font-size:36px; 
  font-weight:800;
  color:#111;
  margin:0 0 12px;
}

.blog-post-chamada{
  font-size:20px;
  line-height:1.6;
  color:#555;
  margin:0 0 22px;
}

.blog-post-media{
  margin:0 0 18px;
}

.blog-post-cover{
 
  object-fit:cover;
  border-radius:14px;
  display:block;
  box-shadow:0 16px 42px rgba(0,0,0,.10);
}

.blog-post-legenda{
  font-size:13px;
  color:#777;
  margin-top:8px;
  line-height:1.5;
}

.blog-post-meta{
  display:flex;
  flex-wrap:wrap;
  gap:14px 20px;
  align-items:center;
  border-top:1px solid rgba(0,0,0,.08);
  border-bottom:1px solid rgba(0,0,0,.08);
  padding:14px 0;
  margin:18px 0 26px;
  list-style:none;
}

.blog-post-meta li{
  display:flex;
  align-items:center;
  gap:8px;
  color:#666;
  font-size:14px;
}

.blog-post-date{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  color:#8a2cff;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.blog-post-content{
  font-size:18px;
  line-height:1.9;
  color:#222;
  padding-top:8px;
  padding-bottom:10px;
}

.blog-post-content p{
  margin:0 0 18px;
}

.blog-post-content img{
  max-width:100%;
  height:auto;
  border-radius:12px;
}

.blog-post-share{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.blog-post-share-label{
  font-size:13px;
  color:#666;
  font-weight:700;
}

.blog-post-share a{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#f6f6f8;
  transition:.2s ease;
  text-decoration:none;
}

.blog-post-share a:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.blog-inline-image{
  margin:26px 0;
}

.blog-inline-image img{
  width:100%;
  
  object-fit:cover;
  border-radius:18px;
  display:block;
}

.blog-bottom-meta{
  margin-top:26px;
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,.08);
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  font-size:14px;
  color:#666;
}

.blog-bottom-meta a{
  color:#8a2cff;
  text-decoration:none;
  font-weight:600;
}

.blog-gallery{
  margin-top:28px;
}

.blog-gallery-title{
  font-size:26px;
  font-weight:800;
  color:#111;
  margin:0 0 16px;
}

.blog-gallery-item{
  padding:5px !important;
}

.blog-gallery-thumb{
  display:block;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.blog-gallery-thumb img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}

.blog-gallery-thumb:hover img{
  transform:scale(1.03);
}

@media (max-width: 767px){
  .blog-post-title{
    font-size:26px;
  }

  .blog-post-chamada{
    font-size:17px;
  }

  .blog-post-content{
    font-size:16px;
    line-height:1.8;
  }
}

.blog-tags{
margin-bottom:15px;
}

.blog-tag{
display:inline-block;
background:#f4f4f4;
color:#444;
font-size:12px;
font-weight:600;
padding:6px 10px;
border-radius:8px;
margin:4px 4px 4px 0;
text-decoration:none;
transition:all .2s;
}

.blog-tag:hover{
background:#8a2cff;
color:#fff;
}







.blog-post-content ul{
  margin:18px 0;
  padding-left:22px;
}

.blog-post-content ul li{
  margin:6px 0;
  line-height:1.7;
}

.blog-post-content ul li p{
  margin:0;
  display:inline;
}

.blog-post-content p{
  margin-bottom:16px;
  line-height:1.8;
  font-size:16px;
  color:#444;
}

.blog-post-content h2{
  margin-top:28px;
  margin-bottom:12px;
  font-size:26px;
  font-weight:700;
}

.blog-post-content h3{
  margin-top:24px;
  margin-bottom:10px;
  font-size:22px;
  font-weight:700;
}
 