/* Catalog styles. Generated from main.css by tools/split-discovery-css.php. */

.landing-fiction-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin-top: 8px;
}

.landing-chapter-updates {
    display: grid;
    gap: 6px;
    margin-top: 8px;
}

.landing-chapter-update {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
    padding: 7px 10px;
    border: 1px solid rgba(122, 40, 72, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}

.landing-chapter-update span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.landing-chapter-update:hover {
    border-color: rgba(122, 40, 72, 0.24);
    background: rgba(255, 255, 255, 0.92);
}

.fiction-row--recent .landing-fiction-meta {
    margin-top: 10px;
}

.fiction-row--shelf .landing-chapter-update {
    display: inline-flex;
    margin-top: 8px;
}

.fiction-update-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
}

.fiction-update-list--scroll {
    flex: 1 1 auto;
    min-height: 0;
    padding-right: 6px;
    overflow-y: auto;
    scrollbar-color: rgba(45, 120, 96, 0.48) rgba(239, 230, 210, 0.55);
}

.fiction-row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    min-height: 68px;
    padding: 8px;
    border: 1px solid rgba(222, 216, 202, 0.72);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
}

.fiction-row > div {
    min-width: 0;
}

.fiction-update-list--scroll .fiction-row {
    flex-shrink: 0;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 6px;
}

.fiction-update-list--scroll .fiction-row > div {
    min-width: 0;
}

.fiction-update-list--scroll .fiction-row img {
    width: 44px;
    height: 62px;
}

.fiction-update-list--scroll .fiction-row h3 {
    font-size: 1rem;
}

.fiction-update-list--scroll .landing-chapter-update {
    padding: 5px 8px;
    font-size: 0.8rem;
}

.fiction-update-list--scroll .landing-fiction-meta {
    margin-top: 6px;
}

.fiction-row img {
    width: 54px;
    height: 76px;
    border-radius: 5px;
    object-fit: cover;
    background: #e7dfd0;
    align-self: center;
}

.fiction-row > small {
    align-self: center;
}

.fiction-row p {
    margin: 3px 0;
    color: var(--wine);
    font-size: 0.9rem;
    font-weight: 750;
}

.fiction-row__author {
    margin: 3px 0 0;
}

.fiction-row__synopsis {
    margin: 6px 0 0;
    color: #4f5960;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fiction-row > div > span {
    display: inline-block;
    margin-top: 6px;
}

.rise-list__body .landing-fiction-meta {
    margin-top: 0;
}

@media (max-width: 760px) {
.fiction-row {
        grid-template-columns: 48px minmax(0, 1fr);
    }

.fiction-row > small {
        grid-column: 2;
    }
}
