.random-post-box {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #f9f9f9;
}
.random-post-box .thumb img {
    width: 120px;
    height: auto;
    border-radius: 4px;
}
.random-post-box .text a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
