.nnweb-catalog-page {
    max-width: 960px;
}

.nnweb-catalog-page__title {
    margin: 0 0 8px;
    font-size: var(--nnweb-app-page-title-size, 28px);
    line-height: 1.2;
    color: var(--nnweb-app-heading-color, #0f172a);
}

.nnweb-catalog-page__lead {
    margin: 0 0 24px;
    max-width: 42rem;
    font-size: var(--nnweb-app-lead-font-size, 15px);
    line-height: 1.6;
    color: var(--nnweb-app-muted-color, #64748b);
}

.nnweb-catalog-notice {
    margin: 0 0 24px;
    padding: 14px 16px;
    border-radius: 12px;
}

.nnweb-catalog-page .nnweb-catalog-notice.nnweb-catalog-notice--error {
    background: #fef2f2 !important;
    border: 1px solid #dc2626 !important;
    box-shadow: none !important;
    color: #991b1b !important;
}

.nnweb-catalog-notice__text {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #991b1b;
}

.nnweb-catalog-card__excerpt {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

.nnweb-catalog-page__empty {
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}

.nnweb-catalog-page__empty p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #64748b;
}

.nnweb-catalog-card .nnweb-renew-card__submit {
    text-decoration: none;
}

@media (max-width: 720px) {
    .nnweb-catalog-card.nnweb-renew-card {
        grid-template-columns: 1fr;
    }
}
