.single .breadcrumbs__wrapper {
    margin-top: 100px;
}

.single .post-author {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.single .post-author-avatar {
    flex-shrink: 0;
}

.single .post-author-avatar img {
    border-radius: 50%;
}

.single .post-author-avatar-info {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.single .post-author-description {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 155%;
}

.single .post-author-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding-left: 1.25rem;
    width: 100%;
}

.single .post-author-header .post-author-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.single .post-author-header .post-author-info .post-author-label {
    color: var(--color-brand-blue);
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.single .post-author-header .post-author-info .post-author-name {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.single .post-author-header .post-author-info .post-author-role {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    padding: 0;
}

.single .post-author-header .post-author-linkedin a {
    border: none;
    box-shadow: none;
}

.single .post-author-header .post-author-linkedin a img {
    height: 24px;
    margin: 0;
    transition: transform 0.3s ease;
    width: 24px;
}

.single .post-author-header .post-author-linkedin a img:hover {
    transform: scale(1.1);
}

.single .post-content .content {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
} 

.single .post-content .content h2 {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
} 

.single .post-content .content h3 {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
} 

.single .post-content .content img {
    margin: 40px 0 56px;
} 

.single .site-content {
    padding-bottom: 0;
}

.single .site-content .container {
    background-color: var(--color-white);
}

.single .site-header .header-middle,
.single .site-header .header-bottom {
    display: none;
}

.single .single-header {
    background-color: var(--color-light-blue);
    margin-bottom: 90px;
    position: relative;
}

.single .single-header .container {
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(12, 1fr);
    justify-content: center;
}

.single .single-header .container .single-header-text {
    padding: 52px 15px;
}

.single .single-header .single-category {
    background-color: var(--color-white);
    border-radius: 15px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    color: var(--color-dark-grey);
    display: inline-block;
    margin: 0 0 12px;
    max-width: 90%;
    padding: 2px 10px;
    text-align: left;
    transition: background-color 0.3s ease;
}

.single .single-header .single-category a {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.single .single-header .single-category:hover {
    background-color: var(--color-green);
    color: inherit;
}

.single .single-header .single-description {
    color: var(--color-dark-grey);
}

.single .single-header .single-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.single .single-header .single-meta {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 18px 0 0;
    padding: 0;
    position: relative;
    transition: color 0.3s ease;
}

.single .single-header .single-meta .single-author {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
    padding: 0; 
}

.single .single-header .single-meta .single-author .avatar {
    margin-right: 5px;
}

.single .single-header .single-meta .single-author::before {
    background: none;
}

.single .single-header .single-meta .single-date {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.single .single-header .single-meta .single-reading-time {
    align-items: center;
    color: var(--color-canvas-text);
    display: flex;
    font-family: 'Poppins';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 100%;
    transition: color 0.3s ease;
}

.single .single-header .single-meta .single-reading-time .icon-eye {
    content: '\f06e';
    font-family: 'icons';
    font-size: 1em;
    margin-right: 5px;
    vertical-align: middle;
}

.single .single-header .single-views {
    display: none;
}

.single .single-header .single-meta span {
    color: var(--color-canvas-text);
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.single .single-header .single-meta span:not(:last-child)::after {
    background-color: var(--color-canvas-text);
    content: '';
    display: inline-block;
    height: 1em;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.single .single-header .single-title {
    color: var(--color-canvas-text);
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.single .single-header .single-title a {
    color: inherit;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-decoration: none;
}

.single .single-header-image {
    grid-column: 9 / span 4;
}

.single .single-header-text {
    grid-column: 1 / span 7;
    padding: 50px 0;
}

@media (min-width: 1025px) {
    .single .page-content .main .post-wrap {
        display: grid;
        grid-template-columns: 3fr 7fr 2fr;
        gap: 0;
        align-items: start;
    }

    .single .page-content .main .post-wrap .post-sidebar {
        grid-column: 1 / span 1;
        max-width: none;
    }

    .single .page-content .main .post-wrap .post-content {
        grid-column: 2 / span 1;
    }

    .single .page-content .main .post-wrap .right-empty {
        grid-column: 3 / span 1;
    }
}

/* Media Queries */
@media (max-width: 768px) {
    .single .breadcrumbs__wrapper {
        margin-top: 90px;
    }

    .single .single-header {
        height: auto;
        margin-bottom: 30px;
    }

    .single .single-header .container {
        flex-direction: column;
        padding: 0;
    }

    .single .single-header .container .single-header-text {
        padding: 32px 15px 40px;
    }

    .single .single-header .single-title {
        font-size: 28px;
    }

    .single .single-header-image {
        display: block;
        min-height: 250px;
    }

    .single .single-header .single-meta {
        flex-wrap: wrap;
    }

    .single .single-header .single-meta .single-author {
        width: 100%;
    }

    .single .single-header .single-meta span.single-author::after {
        display: none;
    }

    .single .post-content .content .post-author-avatar img {
        margin: 0;
    }

    .single .post-author-description {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .single .single-header .container {
        grid-template-columns: 1fr;
    }

    .single .single-header-text,
    .single .single-header-image {
        grid-column: 1 / -1;
    }
}