.single_lemon {
    color: white;
}

figure {
    margin: 0;
}

.default_img_single {
     width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 3rem;
}
.single_lemon h1{
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 2rem;

}

.post_date_single {
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
     margin-bottom: 2rem;
}

.post_single_content_wrapper p{
    font-size: 14px;
    line-height: 26px;
    opacity: 0.8;
    margin-bottom: 2rem;
}
.post_single_content_wrapper a{
   
   
    font-weight: 900;
    text-decoration: underline;
    color: white;
   
}

.post_single_content_wrapper h2{
    font-size: 1.8rem;
    line-height: 26px;
    opacity: 0.8;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.post_single_content_wrapper h3{
    font-size: 1.2rem;
    line-height: 26px;
    opacity: 0.8;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.post_single_content_wrapper img {
   max-height: 400px;
    object-fit: cover;
    width: 100%;
}

.img_description {
    font-size: 12px !important;
    font-weight: 100;
    font-style: italic;
}

.post_single_content_wrapper ul{
    margin-left: 20px;
    margin-bottom: 2rem;
}
.post_single_content_wrapper ul li{
    margin-left: 12px;
    color: white;
    opacity: 0.8;
    font-size: 14px;
    margin-bottom: 10px;
}

.quote {
    display: flex;
    margin: 3rem 0;
    width: 70%;
}

.quote_bar {
    width: 14px;
    background-color: rgb(226, 43, 180);
    height: auto;
    margin-right: 2rem;
}

.post_single_content_wrapper h4{
     display: flex;
    align-items: flex-start;
    font-size: 1.6rem;
    line-height: 26px;
    opacity: 0.8;
    position: relative;
    align-items: stretch;
    width: 70%;
    margin-bottom: 3rem;
    margin-top: 1rem;
    
}

.post_single_content_wrapper h4::before {
    content: "";
    display: block;
    width: 6px;
    min-height: 26px; /* mesma altura da linha */
    background-color: rgb(226, 43, 180);
    margin-right: 2rem;
    flex-shrink: 0;
}

.video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.final_tag {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.8rem 1rem;
margin-bottom: 6rem;
}
.final_tag a{
    font-size: 12px;
    opacity: 0.8;

}

.hash {
    font-size: 3rem;
    color: #F962B6;
    font-style: italic;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
    .single_lemon img {
   
    height: auto;
    
    
}
.post_single_content_wrapper h4{
    width: 90%;
}
}