/* GO443 Related Block 1.3.0 */
.go443-related{
    --go443-columns:2;
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    box-sizing:border-box;
    direction:rtl;
    font-family:Assistant,Arial,sans-serif;
    color:#111827;
}
.go443-related *,
.go443-related *::before,
.go443-related *::after{
    box-sizing:border-box;
    font-family:Assistant,Arial,sans-serif;
}
.go443-related .go443-heading{
    display:block;
    margin:0 0 14px;
    padding:0;
    color:#0877bd;
    font-size:22px;
    line-height:1.35;
    font-weight:600;
}
.go443-related .go443-chips-wrap{margin:0 0 18px;}
.go443-related .go443-chips-heading{
    margin:0 0 9px;
    color:#4b5563;
    font-size:15px;
    line-height:1.4;
    font-weight:600;
}
.go443-related .go443-chips{display:flex;flex-wrap:wrap;gap:8px;}
.go443-related .go443-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:6px 13px;
    border:1px solid #dce3ea;
    border-radius:999px;
    background:#fff;
    color:#0877bd;
    font-size:14px;
    line-height:1.25;
    font-weight:400;
    text-decoration:none;
}
.go443-related .go443-rel-grid{
    display:grid;
    grid-template-columns:repeat(var(--go443-columns),minmax(0,1fr));
    gap:16px;
    width:100%;
}
.go443-related .go443-rel-item{
    width:100%;
    min-width:0;
    max-width:none;
    margin:0;
    padding:0;
    overflow:hidden;
    border:1px solid #dfe3e8;
    border-radius:16px;
    background:#fff;
}
.go443-related .go443-rel-link{
    display:block;
    width:100%;
    color:inherit;
    text-decoration:none;
}
.go443-related .go443-thumb-wrap{
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    background:#f5f6f8;
}
.go443-related.go443-image-natural .go443-thumb{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
    margin:0;
    object-fit:unset;
}
.go443-related.go443-image-contain .go443-thumb-wrap{
    aspect-ratio:16 / 9;
    display:flex;
    align-items:center;
    justify-content:center;
}
.go443-related.go443-image-contain .go443-thumb{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
}
.go443-related.go443-image-cover .go443-thumb-wrap{aspect-ratio:16 / 9;}
.go443-related.go443-image-cover .go443-thumb{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.go443-related .go443-rel-content{padding:12px 12px 14px;text-align:center;}
.go443-related .go443-rel-title{
    margin:0;
    color:#0877bd;
    font-size:17px;
    line-height:1.55;
    font-weight:400;
}
.go443-related .go443-rel-date{
    display:block;
    margin-top:5px;
    color:#7b8490;
    font-size:13px;
    line-height:1.4;
    font-weight:400;
}
.go443-related .go443-keywords{
    margin-top:15px;
    color:#667085;
    font-size:14px;
    line-height:1.6;
    font-weight:400;
}
.go443-related .go443-keywords-label{color:#374151;font-weight:600;}
@media (max-width:900px){
    .go443-related .go443-rel-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:600px){
    .go443-related .go443-rel-grid{grid-template-columns:1fr;}
    .go443-related .go443-heading{font-size:20px;}
}
