.mehedi-it-tab-widget {
  border: 1px solid #ddd;
  padding: 10px;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.mehedi-it-tabs-nav {
  display: flex;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.mehedi-it-tab-btn {
  cursor: pointer;
  padding: 8px 15px;
  background-color: #f4f4f4;
  color: #333;
  margin-right: 5px;
  border-radius: 3px 3px 0 0;
  transition: background-color 0.3s ease;
  user-select: none;
}

.mehedi-it-tab-btn.active {
  background-color: #0073aa;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #0073aa;
}

.mehedi-it-tab-content {
  padding-top: 10px;
}

.mehedi-it-tab-pane {
  display: none;
}

.mehedi-it-tab-pane.active {
  display: block;
}

.mehedi-it-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mehedi-it-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.mehedi-it-post-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 4px;
}

.mehedi-it-post-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease;
}

.mehedi-it-post-item a:hover {
  color: #0073aa;
}
