.txmy-related-posts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.txmy-related-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 8px;
    align-items: center;
    background-color: #ffffff;
}

.txmy-related-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.txmy-related-left .txmy-cat a {
    font-size: 13px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    text-decoration: none;
}

.txmy-related-left .txmy-cat a:hover {
    text-decoration: underline;
}

.txmy-related-left .txmy-title a {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.txmy-related-left .txmy-title a:hover {
    text-decoration: underline;
}

.txmy-related-left .txmy-title {
    margin-bottom: 12px;
}

.txmy-related-left .txmy-meta {
    font-size: 13px;
    color: #999;
}

.txmy-related-right .txmy-thumb {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .txmy-related-item {
        grid-template-columns: 1fr;
    }

    .txmy-related-right .txmy-thumb {
        height: 200px;
    }
}
