/* Path: /css/group/public.css — Public group pages */

@charset "UTF-8";

.group-page .member_page {
    max-width: 720px;
    margin: 0 auto;
}

.group_page_books_card {
    margin-top: 8px;
}

.group_page_book_list,
.group_page_work_list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.group_page_book_row,
.group_page_work_row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid #e8ecf0;
    border-radius: 10px;
    background: #fafbfc;
    color: #222;
    text-decoration: none;
    font-weight: 600;
}

.group_page_book_row:hover,
.group_page_work_row:hover {
    background: #f0f4f8;
}

.group_page_book_icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.group_page_book_body {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
}

.group_page_book_title,
.group_page_book_count {
    font-size: 0.92rem;
}

.group_page_book_count {
    color: #5c6b7a;
    font-weight: 500;
}

.group_page_book_meta {
    margin: 0 0 12px;
    color: #333;
    font-size: 0.9rem;
}

.group_page_book_card {
    margin-top: 8px;
}

.group_page_book_header {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8ecf0;
}

.group_page_book_title {
    margin: 0 0 10px;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    word-break: break-word;
}

.group_page_book_owner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 8px 10px;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    background: #fafbfc;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.group_page_book_owner:hover {
    background: #f0f4f8;
    border-color: #d5dde6;
}

.group_page_book_owner_icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 999px;
    object-fit: cover;
}

.group_page_book_owner_body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.group_page_book_owner_label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.3;
}

.group_page_book_owner_name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f3f72;
    line-height: 1.4;
    word-break: break-word;
}

.group_page_books_card .user_section_title {
    margin-top: 0;
}

.group_page_group_identity {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.group_page_group_identity .group_page_book_title {
    margin: 0;
    flex: 1;
    min-width: 0;
}

.group_page_work_suffix {
    color: #5c6b7a;
    font-size: 0.82rem;
    font-weight: 500;
}
