	.mb-single{
		margin-bottom: 1rem;
	}

.post-title-container {
    width: 100%;
/*     margin-bottom: 1rem; */
}

.post-title-input {
    display: block;
    width: 100%;
	
    
    /* 1. Tighten structural bounds */
    height: auto;
    min-height: 40px; 
    
    /* 2. CRITICAL: Force padding and margins to absolutely zero */
    padding: 0 !important;
    margin: 0 !important;
    
    /* Layout Typography Alignment */
    font-family: 'Outfit', 'Lora', serif; 
    font-size: 4.25rem;
    font-weight: 700;
    
    /* 3. CRITICAL: A tight line-height prevents the font engine from adding ghost space */
    line-height: 1.1; 
    
    color: #111;
    text-align: center;
    
    /* Input Reset */
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    overflow: hidden; 
}

.post-title-input::placeholder {
    color: #ccc;
    font-weight: 400;
}

.post-title-input:focus{
	
	box-shadow:none;
}
