/* 管理会社デスク — 右ペイン1行（タイトル + ログイン）· 連絡先直下 */
.br-plugin-manager-post.mp-compact {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.br-plugin-manager-post .mp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
}
.br-plugin-manager-post .mp-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #1a2744;
  min-width: 0;
}
.br-plugin-manager-post .mp-ico {
  font-size: 14px;
  line-height: 1;
}
.br-plugin-manager-post .mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: #1d4ed8;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
}
.br-plugin-manager-post .mp-btn:hover { background: #1e40af; }
.br-plugin-manager-post .mp-btn-warn {
  background: #b45309;
}
.br-plugin-manager-post .mp-btn-warn:hover { background: #92400e; }
