.home .single_mobile, .single .single_mobile, .error404 .single_mobile {
    display: none;
}
.single main {
    background: var(--new-white);
    border-radius: 25px 25px 0 0;
    margin: auto;
    height: 100%;
    z-index: -1;
    width: 92vw;
    max-width: 1760px;
    border-bottom: 1px solid var(--new-blue);
    /* padding-bottom: 60px; */
}
.single_width {
    width: 100%;
    max-width: 690px;
}
/* .single .maxgridrow {
    max-width: 1824px;
} */
.single_colored {
    position: relative;
    
}


.single_colored_main {
    margin: 0rem auto auto 10vw;
    position: relative;
    z-index: 1;
    padding: 40px;
}
.single_colored_main .top {
    display: flex;
    gap: 30px;
    margin: 30px 0;
}
.single_colored_main .top img {
    width: 100%;
    height: auto;
    max-width: 330px;
}
.single_colored_main .top .image_placeholder {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.single_colored_main .top .image_placeholder span {
    color: var(--new-blue);
    font-family: var(--font-second);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tags {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: start;
}
.tags span {
    color: var(--blue);
    font-family: var(--font-main);
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%; 
    letter-spacing: 0.48px;
    padding: 3px 15px;
    border-radius: 50px;
    border: 2px solid var(--blue);
    background: transparent;
    width: fit-content;
}

.single_title {
    color: var(--blue);
    font-family: var(--font-main);
    font-size: var(--font-size-text);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%; 
    letter-spacing: 0.6px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--blue);
    margin-bottom: 30px;
}
 
.more_posts_title {
    color: var(--blue);
    font-family: var(--font-main);
    font-size: var(--font-size-title);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%; 
    letter-spacing: 0.96px;
    margin: 100px 0 0px 0;
}

.single.posts_white {
    margin: auto auto 0px 12vw;
    width: 58%;
    border-bottom: none;
}

.single main {
    position: relative !important;
    z-index: 1;
}
.single_top_section {
    position: relative;
}
.go_back {
    position: absolute;
    left: -12vw;
    top: 25%;
    z-index: 1;
} 
.go_back a {
    color: var(--blue);
    font-family: var(--font-second);
    font-size: var(--font-size-small);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 150%; 
    letter-spacing: 0.48px;
    text-transform: uppercase;
}

.single.posts_white .line:last-of-type {
    display: none !important;
}

@media (max-width: 992px) {
/* .single main {
    margin-bottom: 100px;
} */
.single .single_mobile {
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 12px;
    height: auto;
}
.single_width {
    max-width: 100%;
}
.single_top_section {
    padding-top: 1px;
}
.single .main_title {
    line-height: 1;
}
.single_colored_main {
    margin: auto;
    padding: 0 0 16px 0;
}
.single_colored_main .top img {
    max-width: 100%;
}

.single.posts_white {
    margin: auto auto 0px auto;
    width: 100%;
}
.single_colored_main .top {
    flex-direction: column;
}
.more_posts_title {
    margin: 20px 0 0 0;
    line-height: 1;
}
.go_back {
    display: none;
    position: relative; 
    left: auto;
    top: auto;
}
.tags {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.tags span {
    padding: 2px 10px;
}
.single_title {
    font-size: 18px;
}
.more_posts_title {
    font-size: 20px;
}
.go_back {
    display: none;
}
}     





