.crp-related-posts {
    background: #fff;
    border: 1px solid #eff0f6;
    padding: 0;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    max-width: 100%;
    margin: 20px auto;
}

.crp-related-posts .crp-heading {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #eff0f6;
    background: #f5f5f5;
    display: block;
}

.crp-related-posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.crp-related-posts ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #eff0f6;
}

.crp-related-posts ul li:last-child {
    border-bottom: none;
}

.crp-related-posts .widget-content {
    flex: 1;
}

.crp-related-posts .crp-link {
    text-decoration: none;
    color: #007bff;
    transition: color 0.3s, transform 0.3s;
}

.crp-related-posts .crp-link:hover {
    color: #0056b3;
    transform: translateX(5px);
}

.crp-related-posts .crp-title-link {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

@media (max-width: 600px) {
    .crp-related-posts {
        max-width: 100%;
    }

    .crp-related-posts .crp-heading {
        font-size: 20px;
    }

    .crp-related-posts .crp-title-link {
        font-size: 17px;
    }
}
