.entry-header{
        display: flex !important;
        flex-direction: column !important;
    		
    }
    
    .post-title.entry-title {
    	text-align: start !important;
    	order: 1 !important;
    }
    
    .entry-sub-title{
    	text-align: start !important;
    	order: 2 !important;
    }
    
    .new-div{
	    display: flex;
		align-items: center;
        justify-content: space-between;
        order: 3 !important;
        
    }
    .post-cat-wrap{
      
    	align-self: flex-start !important;
      margin-top: 10px !important;
    }
    
    .single-featured-image {
    height: 1000px !important; /* Ajusta la altura a tu gusto */
    overflow: hidden;
  }

  .single-featured-image img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Mantiene el recorte elegante */
    display: block;
  }
.custom-header-bar {
    background-color: #d9252c;
    color: white;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Georgia', serif;
  }

  .custom-header-bar img {
    height: 15px;
  }

  
  .more-info-button {
    order: 5 !important;
    display: inline-block;
    margin: 20px auto 0;
    padding: 10px 20px;
    font-family: 'Georgia', serif;
    background-color: #c10100;
    color: black;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    display: block;
    width: fit-content;
  }