/* ========================================
   RELATED POSTS
======================================== */

.ti-related-posts-widget {

    background: #fff;

    border: 1px solid #eee;

    border-radius: 10px;

    padding: 10px;

    margin-bottom: 18px;
}

/* Heading */

.ti-related-heading {

    font-size: 18px;

    font-weight: 700;

    margin-bottom: 12px;

    color: #111;

    border-left: 4px solid #0073aa;

    padding-left: 8px;

    line-height: 1.2;
}

/* List */

.ti-related-posts-list {

    display: flex;

    flex-direction: column;

    gap: 12px;
}

/* Item */

.ti-related-post {

    border-bottom: 1px solid #eee;

    padding-bottom: 10px;
}

.ti-related-post:last-child {

    border-bottom: none;

    padding-bottom: 0;
}

/* Link */

.ti-related-post a {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    text-decoration: none;

    color: inherit;
}

/* Thumbnail */

.ti-related-thumb {

    width: 65px;

    flex-shrink: 0;
}

.ti-related-thumb img {

    width: 100%;

    height: 65px;

    object-fit: cover;

    border-radius: 6px;

    display: block;
}

/* Content */

.ti-related-content {

    flex: 1;

    min-width: 0;
}

/* Title */

.ti-related-title {

    font-size: 14px;

    line-height: 1.45;

    font-weight: 600;

    margin: 0;

    color: #222;

    transition: 0.2s ease;
}

.ti-related-post a:hover .ti-related-title {

    color: #0073aa;
}

/* Mobile */

@media(max-width: 768px){

    .ti-related-thumb {

        width: 65px;
    }

    .ti-related-thumb img {

        height: 65px;
    }

    .ti-related-title {

        font-size: 13px;

        line-height: 1.4;
    }
}






.ti-related-post a {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    text-decoration: none;

    color: inherit;

    min-width: 0;
}

.ti-related-content {

    flex: 1;

    min-width: 0;

    overflow: hidden;
}