/* 公開リストユーザーページ専用スタイル */

/* ユーザー情報ヘッダー */
.share-list-user-header-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.share-list-user-title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* バッジ */
.share-list-user-title svg {
    vertical-align: text-bottom;
    flex-shrink: 0;
}

.user-avatar-header {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 50%;
    object-fit: cover;
}

/* 統計情報タブ */
.user-stats-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.stat-tab {
    padding: 15px 10px;
    text-align: center;
    width: 30%;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}

.stat-label {
    font-size: 12px;
    color: #666666;
    margin-bottom: 8px;
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
    color: #FF5A00;
}

.stats_note {
    font-size: 11px;
    color: #666666;
    text-align: right;
}

/* シェアリスト作成エリア */
.more-share-list-create-area {
    padding: 16px;
    width: 83%;
    margin: 20px auto;
}

.more-share-list-create-area .text-area {
    margin-bottom: 10px;
}

.more-share-list-create-area .text-area .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

.btn-to-share-list {
    margin-top: 10px;
}

/* ボーダー */
.border {
    border-top: 1px solid #DDDDDD;
}
