/* SCOREBOOK_PHOTO_VIEW_LAYOUT_REPAIR */
.scorebook-photo-board.scorebook-bbs {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d7e2ea;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(21, 52, 76, .04);
}

.scorebook-photo-board .sb-view {
    width: 100%;
    min-width: 0;
    padding: 0;
    background: #fff;
}

.scorebook-photo-board .sb-view-toolbar {
    min-height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 20px;
    border-bottom: 1px solid #dce6ed;
    background: #f8fafc;
}

.scorebook-photo-board .sb-view-toolbar .date {
    display: inline-flex !important;
    align-items: center;
    min-width: 0;
    color: #758896;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
}

.scorebook-photo-board .sb-view-toolbar .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    flex-wrap: wrap;
    margin-left: auto;
}

.scorebook-photo-board .sb-view-head {
    display: block;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #dce6ed;
    background: #fff;
}

.scorebook-photo-board .sb-view-head h1 {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: #173e5b;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: -.5px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.scorebook-photo-board .sb-view-meta {
    margin-top: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: #7b8d99;
}

.scorebook-photo-board .sb-view-meta .stats {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
    color: #718491;
    font-size: 12px;
}

.scorebook-photo-board #bo_v_img {
    display: grid;
    justify-items: center;
    gap: 16px;
    padding: 22px 24px 0;
}

.scorebook-photo-board #bo_v_img img,
.scorebook-photo-board #bo_v_con img,
.scorebook-photo-board .sb-view-content img {
    display: block;
    width: auto !important;
    max-width: min(100%, 920px) !important;
    height: auto !important;
    margin: 12px auto;
    border-radius: 7px;
}

.scorebook-photo-board .sb-view-files {
    margin: 18px 24px 0;
}

.scorebook-photo-board .sb-view-files ul:empty {
    display: none;
}

.scorebook-photo-board .sb-view-files:has(ul:empty) {
    display: none;
}

.scorebook-photo-board .sb-view-content,
.scorebook-photo-board #bo_v_con {
    min-height: 220px;
    padding: 26px 24px 36px;
    overflow: hidden;
    color: #344b5b;
    font-size: 14px;
    line-height: 1.85;
    word-break: break-word;
}

@media (max-width: 760px) {
    .scorebook-photo-board .sb-view-toolbar {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 9px 14px;
    }

    .scorebook-photo-board .sb-view-toolbar .date {
        width: 100%;
        font-size: 11px;
    }

    .scorebook-photo-board .sb-view-toolbar .buttons {
        width: 100%;
    }

    .scorebook-photo-board .sb-view-head {
        padding: 18px 16px 14px;
    }

    .scorebook-photo-board .sb-view-head h1 {
        font-size: 20px;
    }

    .scorebook-photo-board .sb-view-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .scorebook-photo-board .sb-view-meta .stats {
        margin-left: 0;
        gap: 8px;
    }

    .scorebook-photo-board #bo_v_img {
        padding: 16px 14px 0;
    }

    .scorebook-photo-board .sb-view-files {
        margin: 14px 16px 0;
    }

    .scorebook-photo-board .sb-view-content,
    .scorebook-photo-board #bo_v_con {
        padding: 20px 16px 28px;
    }
}
