.mpc-posts {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

.mpc-category-title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.mpc-toggle-button {
    margin-bottom: 10px;
    padding: 8px 15px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.mpc-toggle-button:hover {
    background-color: #e0e0e0;
}

.mpc-post-list {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    background-color: #fff;
}

.mpc-post-list ul {
    list-style-type: none;
    padding: 0;
}

.mpc-post-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.mpc-post-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mpc-post-list a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: bold;
}

.mpc-post-list a:hover {
    text-decoration: underline;
}

.mpc-date {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.mpc-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}
