.gt-blog-hero{
    padding: 40px 0 10px;
}

.gt-blog-card{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.gt-blog-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.gt-blog-card__img{
    height: 210px;
    object-fit: cover;
}

.gt-blog-card__meta{
    font-size: 13px;
    opacity: .8;
}

.gt-sidebar-card{
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
}

.gt-tag{
    display: inline-block;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 999px;
    padding: 6px 10px;
    margin: 0 6px 8px 0;
    font-size: 13px;
    text-decoration: none;
    opacity: .9;
}

.gt-tag:hover{
    opacity: 1;
}

.gt-pagination .page-link{
    border-radius: 10px;
}

/* Comments */
.gt-comment-form{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px){
    .gt-comment-form{
        grid-template-columns: 1fr 1fr;
    }

    .gt-comment-form .gt-comment-form__message,
    .gt-comment-form .gt-comment-form__actions{
        grid-column: 1 / -1;
    }
}

.gt-comment-form__actions{
    display: flex;
    justify-content: flex-end;
}

.gt-comment-item__meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.gt-replies{
    margin-top: 14px;
    padding-inline-start: 14px;
    border-inline-start: 2px solid rgba(0,0,0,.08);
}

.gt-reply-toggle summary{
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    opacity: .85;
}

.gt-reply-toggle summary:hover{
    opacity: 1;
}

.gt-reply-form{
    margin-top: 10px;
}

.gt-comment-form__actions{
    display: flex;
    justify-content: flex-end;
}

.gt-comment{
    border: 1px solid rgba(0,0,0,.06);
}

.gt-comment__meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.gt-replies{
    margin-top: 14px;
    padding-inline-start: 16px;
    border-inline-start: 2px solid rgba(0,0,0,.08);
}

.gt-reply-toggle{
    margin-top: 10px;
}

.gt-reply-toggle summary{
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.gt-reply-toggle summary::-webkit-details-marker{
    display: none;
}

.gt-reply-card{
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 14px;
    margin-top: 12px;
}

/* Blog Post (Details) */
.gt-post-hero{
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    padding: 22px 22px 18px;
}

.gt-post-hero__meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    opacity: .85;
    margin-bottom: 8px;
}

.gt-dot{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0,0,0,.25);
    display: inline-block;
}

.gt-post-hero__title{
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.gt-post-hero__excerpt{
    font-size: 16px;
    opacity: .85;
    margin: 0 0 14px;
}

.gt-post-hero__cover{
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
}

.gt-post-hero__cover img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px){
    .gt-post-hero__title{ font-size: 28px; }
    .gt-post-hero__cover img{ height: 260px; }
}

.gt-post-body{
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
    padding: 22px;
    margin-top: 18px;
}

.gt-post-body img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.gt-post-tags{
    margin-top: 18px;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    padding: 16px;
}

.gt-post-tags__title{
    font-weight: 600;
    margin-bottom: 10px;
}

.gt-post-actions{
    margin-top: 18px;
}

.gt-post-related{
    margin-top: 32px;
}

.gt-post-related__title{
    margin-bottom: 14px;
}

.gt-mini-title{
    font-size: 15px;
    line-height: 1.35;
}

.gt-link{
    text-decoration: none;
    opacity: .9;
}

.gt-link:hover{
    opacity: 1;
    text-decoration: underline;
}

.gt-latest-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gt-latest-item{
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.gt-latest-item__img{
    width: 74px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    flex: 0 0 auto;
}

.gt-latest-item__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gt-latest-item__title{
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 4px;
    opacity: .95;
}

.gt-latest-item__meta{
    font-size: 12px;
    opacity: .65;
}

.gt-latest-item:hover .gt-latest-item__title{
    text-decoration: underline;
}
