/*
Theme Name: UM Theme 子テーマ
Template: um-theme
Theme URI:    https://ultimatemember.com/theme/
Author:       Ultimate Member
Author URI:   https://ultimatemember.com/
*/
/* Private Message */

/* PM メッセージ削除、BANを非表示 */
/*
.um-message-header-right {
  display: none;
}
*/

.um-message-blocku,.um-message-delconv{
  display: none;
}

.um-message-ajax {
  background: #fff;
  padding: 0;
}

/* content */
.um-message-item-content {
  background: #f7f9f9;
  max-width: 640px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  text-align:left!important;
}

.um-message-item-time{
  font-style:normal!important;
}



/* スマホ最適化 */
@media (max-width: 600px) {
  .um-message-content {
    max-width: 85%;
  }
}

/* 入力欄を下固定 */
.um-message-form {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.um-message-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
