/* Style for the main container */
.media-posts-container {
    padding: 20px;
}

/* Style for the container of search results */
.media-posts-results-container {
    margin-top: 20px;
}

/* Style for individual post */
.media-post {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

/* Style for post title */
.media-post h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

/* Style for post excerpt */
.media-post p {
    margin-bottom: 10px;
}

/* Style for the link to view post */
.view-post {
    float: right;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
