.completed-cut-feed-page-main {
    align-items: flex-start;
}

.completed-cut-feed-shell {
    display: grid;
    width: min(100%, 1120px);
    min-width: 0;
    gap: 32px;
    margin-inline: auto;
}

.completed-cut-feed-heading {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.completed-cut-feed-heading h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.completed-cut-feed-heading p {
    margin: 0;
    color: var(--muted-dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

body.light-mode .completed-cut-feed-heading p {
    color: var(--muted-light);
}

.completed-cut-feed-filter {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) max-content;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--border-dark);
    border-radius: 12px;
    background: var(--surface-dark);
    box-shadow: none;
}

body.light-mode .completed-cut-feed-filter {
    border-color: var(--border-light);
    background: var(--surface-light);
}

.completed-cut-feed-filter > img {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.completed-cut-feed-filter p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    margin: 0;
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    overflow-wrap: anywhere;
}

body.light-mode .completed-cut-feed-filter p {
    color: var(--text-light);
}

.completed-cut-feed-list {
    display: grid;
    gap: 24px;
    min-width: 0;
}

.completed-cut-feed-entry {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.completed-cut-feed-credit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    color: var(--muted-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

body.light-mode .completed-cut-feed-credit {
    color: var(--muted-light);
}

.completed-cut-feed-cutter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow-wrap: anywhere;
}

.completed-cut-feed-avatar {
    display: block;
    flex: none;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.completed-cut-feed-cutter,
.completed-cut-feed-filter a,
.completed-cut-feed-load-more {
    min-width: 44px;
    min-height: 44px;
}

.completed-cut-feed-filter a,
.completed-cut-feed-load-more {
    display: inline-flex;
    align-items: center;
}

.completed-cut-feed-show-all,
.completed-cut-feed-load-more {
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid var(--border-dark);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

body.light-mode :is(.completed-cut-feed-show-all, .completed-cut-feed-load-more) {
    border-color: var(--border-light);
}

.completed-cut-feed-shell a:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

body.light-mode .completed-cut-feed-shell a:focus-visible {
    outline-color: var(--accent-light);
}

.completed-cut-feed-empty {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    color: var(--text-dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    overflow-wrap: anywhere;
}

body.light-mode .completed-cut-feed-empty {
    color: var(--text-light);
}

.completed-cut-feed-empty h2,
.completed-cut-feed-empty p {
    margin: 0;
    text-align: left;
}

.completed-cut-feed-empty h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.completed-cut-feed-continuation {
    display: grid;
    justify-items: start;
    gap: 8px;
    min-width: 0;
}

.completed-cut-feed-continuation-status {
    margin: 0;
    color: var(--error-dark);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

body.light-mode .completed-cut-feed-continuation-status {
    color: var(--error-light);
}
