.plot-list-page .container {
    padding-bottom: 48px;
}

.plot-list-banner {
    margin-bottom: 22px;
}

.plot-list-page .section-heading-with-action {
    align-items: baseline;
}

.plot-list-page .character-slider {
    gap: 14px;
}

.plot-list-page .plot-card {
    width: 176px;
    min-height: 254px;
}

.plot-list-page .plot-card .card-content {
    padding-bottom: 12px;
}

.plot-list-page .plot-card .plot-card-summary {
    -webkit-line-clamp: 4;
}

@media (max-width: 640px) {
    .plot-list-page .plot-card {
        width: 160px;
        min-height: 244px;
    }

    .plot-list-page .section-heading-with-action {
        align-items: flex-start;
    }
}
