/* blog titel */

.single-post h1.entry-title {
    width: var(--blog-titel-px);
    margin: 0 auto !important;
}

.nalino-button {
    background-color: #f1e4de;
    color: #000;
    border: unset;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background-color: #f1e4de;
    text-align: center;
    letter-spacing:0.18em;
    overflow: hidden;
    transition: background .2s ease 0s;
    padding: 15px 30px;
}

button.back-to-category-nalino.nalino-button {
    margin: 0 auto;
    position: relative;
    display: block;
	border-radius: 5px;
    
}

body .nalino-button a {
    margin: 0 auto;
    position: relative;
    display: block;
    text-decoration: unset;
    color:#000;
    text-transform:uppercase;
}

.nalino-button span {
     font-size: 24px;
	 padding-right: 15px;
}

.space-space {    
    border-top: solid 1px #6161612b;
    height: 1px;
    width: 100%;
    margin: 64px 0;}

.single-post .entry-content p {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 20px;
    font-weight: 400;
	color: #000;
}

.single-post .entry-content li {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 20px;
    font-weight: 400;
	color: #000;
}


.single-post .entry-content h2 {
    font-size: 31px;
}
.single-post .entry-content h3 {
    font-size: 23px;
}

.single-post .entry-content h5,
.single-post .entry-content h6,
.single-post .entry-content h3,
.single-post .entry-content h2, 
.single-post .entry-content h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 31px;
}

.single-post .entry-content h5,
.single-post .entry-content h6,
.single-post .entry-content h3
{
    font-size: 23px;
}



/* Red links inside post content */
.single-post .entry-content a {
    position: relative;
    text-decoration: none;
}

/* Underline effect */
.single-post .entry-content a::after {
    content: "";  
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0%;  
    background-color: currentColor;
    transition: width 0.5s ease;
}

/* Grow the underline when hovering */
.single-post .entry-content a:hover::after {
    width: 100%; 
}

.single-post .post-thumbnail {
    margin: 40px auto;
    width: max-content;
}

.single-post .post-thumbnail img {
    width: unset;
    height: 350px;
}
