.catalogs-page {
    background: #fff;
}

.catalogs-hero {
    position: relative;
    display: grid;
    min-height: 390px;
    align-items: end;
    overflow: hidden;
    padding: 170px 0 72px;
    color: #fff;
    background-color: #171717;
    background-image: linear-gradient(90deg, rgba(9, 9, 9, .86), rgba(9, 9, 9, .52) 58%, rgba(9, 9, 9, .66)), var(--catalogs-hero-bg);
    background-position: center;
    background-size: cover;
}

.catalogs-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: rgba(255, 255, 255, .18);
}

.catalogs-hero__inner {
    position: relative;
    z-index: 1;
}

.catalogs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 21px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
}

.catalogs-breadcrumb a {
    transition: color .2s ease;
}

.catalogs-breadcrumb a:hover,
.catalogs-breadcrumb a:focus-visible {
    color: var(--brand);
}

.catalogs-breadcrumb svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalogs-hero h1 {
    max-width: 840px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(54px, 7vw, 86px);
    line-height: .92;
    text-shadow: 0 8px 30px rgba(0, 0, 0, .22);
}

.catalogs-hero p {
    max-width: 735px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
}

.catalogs-listing {
    padding: 92px 0 118px;
}

.catalogs-listing__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.catalogs-listing__head > div {
    max-width: 720px;
}

.catalogs-listing__head h2 {
    margin: 0 0 10px;
    font-size: clamp(40px, 4vw, 58px);
}

.catalogs-listing__head > div > p:last-child {
    max-width: 630px;
    margin: 0;
    color: var(--muted);
}

.catalogs-results-count {
    flex: 0 0 auto;
    margin: 0 0 4px;
    color: #777770;
    font-size: 12px;
    font-weight: 700;
}

.catalogs-filter {
    display: grid;
    grid-template-columns: minmax(230px, .8fr) minmax(230px, .8fr) auto;
    gap: 12px;
    align-items: end;
    max-width: 850px;
    margin-bottom: 38px;
    padding: 16px;
    border: 1px solid rgba(17, 17, 17, .09);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 15px 44px rgba(17, 17, 17, .045);
}

.catalogs-filter__field {
    display: grid;
    min-width: 0;
    gap: 7px;
}

.catalogs-filter__label {
    padding-left: 2px;
    color: #666660;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.catalogs-filter__control {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    gap: 11px;
    padding: 0 44px 0 15px;
    border: 1px solid rgba(17, 17, 17, .11);
    border-radius: 13px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.catalogs-filter__field:focus-within .catalogs-filter__control {
    border-color: rgba(17, 17, 17, .46);
    box-shadow: 0 0 0 3px rgba(17, 17, 17, .045);
}

.catalogs-filter__control > svg:not(.catalogs-filter__chevron) {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #666660;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalogs-filter__control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    color: var(--ink);
    background: transparent;
    font-family: var(--font-body);
    font-size: 13px;
    cursor: pointer;
}

.catalogs-filter__chevron {
    position: absolute;
    right: 15px;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #777770;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.catalogs-filter__clear {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid rgba(17, 17, 17, .11);
    border-radius: 13px;
    color: var(--ink);
    background: #fff;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .25s var(--ease), opacity .2s ease;
}

.catalogs-filter__clear:hover:not(:disabled),
.catalogs-filter__clear:focus-visible:not(:disabled) {
    color: #fff;
    border-color: var(--ink);
    background: var(--ink);
    transform: translateY(-2px);
}

.catalogs-filter__clear:disabled {
    opacity: .38;
    cursor: default;
}

.catalogs-filter__clear svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.catalogs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.catalog-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, .09);
    border-radius: 23px;
    background: #fff;
    transition: border-color .25s ease, box-shadow .35s var(--ease), transform .35s var(--ease);
}

.catalog-card[hidden] {
    display: none !important;
}

.catalog-card:hover {
    border-color: rgba(17, 17, 17, .16);
    box-shadow: 0 22px 55px rgba(17, 17, 17, .1);
    transform: translateY(-6px);
}

.catalog-card__cover {
    position: relative;
    display: grid;
    aspect-ratio: 4 / 4.65;
    place-items: center;
    overflow: hidden;
    padding: 22px;
    background: #f7f7f4;
}

.catalog-card__cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 16px 24px rgba(17, 17, 17, .12));
    transition: transform .55s var(--ease);
}

.catalog-card:hover .catalog-card__cover img {
    transform: scale(1.025);
}

.catalog-card__month {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 999px;
    color: #fff;
    background: rgba(17, 17, 17, .88);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    backdrop-filter: blur(8px);
}

.catalog-card__body {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 24px;
}

.catalog-card__body h3 {
    margin: 0 0 9px;
    font-size: 25px;
    line-height: 1.08;
}

.catalog-card__body > p {
    margin: 0 0 24px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.catalog-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: auto;
}

.catalog-card__action {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 11px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .25s var(--ease);
}

.catalog-card__action svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-card__action--view {
    color: var(--ink);
    background: #fff;
}

.catalog-card__action--view:hover,
.catalog-card__action--view:focus-visible {
    border-color: var(--ink);
    background: #f5f5f2;
    transform: translateY(-2px);
}

.catalog-card__action--download {
    color: var(--ink);
    border-color: var(--brand);
    background: var(--brand);
}

.catalog-card__action--download:hover,
.catalog-card__action--download:focus-visible {
    color: #fff;
    border-color: var(--ink);
    background: var(--ink);
    transform: translateY(-2px);
}

.catalog-card__unavailable {
    grid-column: 1 / -1;
    display: grid;
    min-height: 46px;
    place-items: center;
    border: 1px dashed rgba(17, 17, 17, .14);
    border-radius: 11px;
    color: #85857e;
    font-size: 11px;
    font-weight: 700;
}

.catalogs-empty {
    display: none;
    max-width: 620px;
    margin: 52px auto 0;
    padding: 38px;
    border: 1px solid rgba(17, 17, 17, .1);
    border-radius: 22px;
    text-align: center;
}

.catalogs-empty.is-visible {
    display: block;
}

.catalogs-empty svg {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    fill: none;
    stroke: var(--ink);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalogs-empty h3 {
    margin: 0 0 7px;
    font-size: 26px;
}

.catalogs-empty p {
    margin: 0;
    color: var(--muted);
}

.catalogs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 58px;
}

.catalogs-pagination[hidden] {
    display: none !important;
}

.catalogs-pagination__pages {
    display: flex;
    align-items: center;
    gap: 6px;
}

.catalogs-pagination__nav,
.catalogs-pagination__page {
    display: inline-flex;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(17, 17, 17, .12);
    border-radius: 11px;
    color: var(--ink);
    background: #fff;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease, opacity .2s ease;
}

.catalogs-pagination__nav {
    min-width: 112px;
    gap: 7px;
    padding: 0 15px;
}

.catalogs-pagination__nav svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalogs-pagination__page {
    width: 42px;
    padding: 0;
}

.catalogs-pagination__nav:hover:not(:disabled),
.catalogs-pagination__page:hover,
.catalogs-pagination__page:focus-visible {
    border-color: var(--ink);
    transform: translateY(-2px);
}

.catalogs-pagination__page.is-active {
    border-color: var(--brand);
    background: var(--brand);
}

.catalogs-pagination__nav:disabled {
    opacity: .34;
    cursor: default;
}

.catalogs-pagination__ellipsis {
    display: grid;
    width: 28px;
    height: 42px;
    place-items: center;
    color: #777770;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .catalogs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .catalogs-hero {
        min-height: 350px;
        padding: 150px 0 58px;
    }

    .catalogs-listing {
        padding: 72px 0 92px;
    }

    .catalogs-listing__head {
        display: grid;
        gap: 15px;
    }

    .catalogs-results-count {
        margin: 0;
    }

    .catalogs-filter {
        grid-template-columns: 1fr 1fr;
        max-width: none;
    }

    .catalogs-filter__clear {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .catalogs-hero {
        min-height: 320px;
        padding: 138px 0 48px;
    }

    .catalogs-hero h1 {
        font-size: 48px;
    }

    .catalogs-hero p {
        font-size: 14px;
    }

    .catalogs-listing {
        padding: 62px 0 78px;
    }

    .catalogs-listing__head h2 {
        font-size: 38px;
    }

    .catalogs-filter {
        grid-template-columns: 1fr;
        padding: 13px;
        border-radius: 16px;
    }

    .catalogs-filter__clear {
        grid-column: auto;
    }

    .catalogs-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .catalog-card__cover {
        aspect-ratio: 4 / 4.45;
    }

    .catalog-card__body {
        min-height: 215px;
        padding: 21px;
    }

    .catalogs-pagination {
        gap: 7px;
        margin-top: 42px;
    }

    .catalogs-pagination__nav {
        min-width: 42px;
        width: 42px;
        padding: 0;
    }

    .catalogs-pagination__nav span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .catalogs-pagination__pages {
        gap: 4px;
    }

    .catalogs-pagination__page {
        width: 38px;
        height: 40px;
    }
}

/* Catalogs v1.25 - wide listing and product-style filters */
.catalogs-listing__container {
    width: min(1580px, calc(100% - 48px));
}

.catalogs-filter {
    grid-template-columns: minmax(320px, 1fr) minmax(230px, .54fr) minmax(195px, .46fr) auto;
    max-width: none;
    padding: 18px;
    border-color: #e7e7e3;
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(17, 17, 17, .045);
}

.catalogs-filter__control {
    padding: 0 15px;
    border-color: #deded9;
    background: #fff;
    box-shadow: none;
}

.catalogs-filter__control input,
.catalogs-filter__control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0;
    border: 0;
    outline: 0;
    color: var(--ink);
    background: #fff;
    font-family: var(--font-body);
    font-size: 13px;
}

.catalogs-filter__control input::placeholder {
    color: #8b8b85;
}

.catalogs-filter__control select {
    appearance: auto;
    cursor: pointer;
}

.catalogs-filter__field:focus-within .catalogs-filter__control {
    border-color: #242424;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, .055);
}

.catalogs-filter__chevron {
    display: none;
}

.catalogs-filter__clear {
    border-color: #deded9;
    background: #fff;
}

.catalogs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 20px;
}

.catalog-card__cover {
    aspect-ratio: 4 / 5.15;
    padding: 18px;
    background: #f8f8f6;
}

.catalog-card__body {
    min-height: 218px;
    padding: 22px;
}

.catalog-card__body h3 {
    font-size: 23px;
}

@media (max-width: 1280px) {
    .catalogs-filter {
        grid-template-columns: minmax(280px, 1fr) minmax(210px, .55fr) minmax(185px, .45fr);
    }

    .catalogs-filter__clear {
        grid-column: 1 / -1;
    }

    .catalogs-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .catalogs-listing__container {
        width: min(90%, 1580px);
    }

    .catalogs-filter {
        grid-template-columns: 1fr 1fr;
    }

    .catalogs-filter__field--search,
    .catalogs-filter__clear {
        grid-column: 1 / -1;
    }

    .catalogs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .catalogs-listing__container {
        width: min(92%, 1580px);
    }

    .catalogs-filter {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 15px;
        border-radius: 17px;
    }

    .catalogs-filter__field--search,
    .catalogs-filter__clear {
        grid-column: auto;
    }

    .catalogs-grid {
        grid-template-columns: 1fr;
    }
}

/* Catalogs v1.26 - controls, pagination and icon actions aligned with Products */
.catalogs-filter {
    grid-template-columns: minmax(320px, 1fr) minmax(230px, .54fr) minmax(195px, .46fr) auto;
    gap: 12px;
    align-items: end;
    max-width: none;
    margin-bottom: 34px;
    padding: 18px;
    border: 1px solid #ecece8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(17, 17, 17, .035);
}

.catalogs-filter__field {
    gap: 7px;
}

.catalogs-filter__label {
    padding-left: 2px;
    color: #64645e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.catalogs-filter__control {
    position: relative;
    min-height: 54px;
    gap: 11px;
    padding: 0 15px;
    border: 1px solid #e7e7e3;
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
}

.catalogs-filter__field:focus-within .catalogs-filter__control {
    border-color: rgba(184, 171, 20, .72);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(226, 210, 30, .12);
}

.catalogs-filter__control > svg:not(.catalogs-filter__chevron) {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #5f5f59;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalogs-filter__field:not(.catalogs-filter__field--search) .catalogs-filter__control::after {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    margin-left: 4px;
    border-right: 1.5px solid #777771;
    border-bottom: 1.5px solid #777771;
    pointer-events: none;
    transform: translateY(-2px) rotate(45deg);
}

.catalogs-filter__control input,
.catalogs-filter__control select {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: var(--ink);
    background: #fff;
    box-shadow: none;
    font-family: var(--font-body);
    font-size: 13px;
}

.catalogs-filter__control input::placeholder {
    color: #8b8b85;
}

.catalogs-filter__control select {
    padding-right: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.catalogs-filter__control select::-ms-expand {
    display: none;
}

.catalogs-filter__control select:focus,
.catalogs-filter__control select:focus-visible {
    outline: 0;
    box-shadow: none;
}

.catalogs-filter__chevron {
    display: none;
}

.catalogs-filter__clear {
    min-height: 54px;
    padding: 0 17px;
    border: 1px solid #e7e7e3;
    border-radius: 13px;
    color: #4d4d48;
    background: #fff;
}

.catalogs-filter__clear:hover:not(:disabled),
.catalogs-filter__clear:focus-visible:not(:disabled) {
    color: var(--ink);
    border-color: var(--brand);
    background: var(--brand);
    box-shadow: 0 8px 22px rgba(226, 210, 30, .2);
    transform: translateY(-2px);
}

.catalog-card__actions {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: auto;
}

.catalog-card__action {
    display: inline-grid;
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    place-items: center;
    gap: 0;
    padding: 0;
    border-radius: 12px;
}

.catalog-card__action svg {
    width: 19px;
    height: 19px;
}

.catalog-card__action--view:hover,
.catalog-card__action--view:focus-visible {
    border-color: #cfcfc8;
    background: #fafaf8;
}

.catalogs-pagination {
    gap: 14px;
    margin-top: 48px;
}

.catalogs-pagination__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.catalogs-pagination__nav {
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 42px;
    height: 42px;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid #e7e7e3;
    border-radius: 12px;
    color: var(--ink);
    background: #fff;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, transform .2s var(--ease), opacity .2s ease;
}

.catalogs-pagination__nav:hover:not(:disabled),
.catalogs-pagination__nav:focus-visible:not(:disabled) {
    border-color: #cfcfc8;
    background: #fafaf8;
    transform: translateY(-1px);
}

.catalogs-pagination__nav:disabled {
    opacity: .34;
    cursor: default;
}

.catalogs-pagination__nav svg {
    width: 18px;
    height: 18px;
}

.catalogs-pagination__page {
    display: grid;
    width: auto;
    min-width: 40px;
    height: 40px;
    place-items: center;
    padding: 0 9px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #686862;
    background: transparent;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s var(--ease);
}

.catalogs-pagination__page:hover,
.catalogs-pagination__page:focus-visible {
    color: var(--ink);
    border-color: #e7e7e3;
    background: #fafaf8;
    transform: translateY(-1px);
}

.catalogs-pagination__page.is-active {
    color: var(--ink);
    border-color: var(--brand);
    background: var(--brand);
    box-shadow: 0 7px 18px rgba(226, 210, 30, .2);
}

.catalogs-pagination__ellipsis {
    display: grid;
    width: auto;
    min-width: 24px;
    height: 40px;
    place-items: center;
    color: #999993;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .catalogs-filter {
        grid-template-columns: minmax(280px, 1fr) minmax(210px, .55fr) minmax(185px, .45fr);
    }

    .catalogs-filter__clear {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .catalogs-filter {
        grid-template-columns: 1fr 1fr;
    }

    .catalogs-filter__field--search,
    .catalogs-filter__clear {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .catalogs-filter {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 15px;
        border-radius: 17px;
    }

    .catalogs-filter__field--search,
    .catalogs-filter__clear {
        grid-column: auto;
    }

    .catalogs-pagination {
        width: 100%;
        gap: 6px;
    }

    .catalogs-pagination__nav {
        width: 40px;
        min-width: 40px;
        padding: 0;
        border-radius: 11px;
    }

    .catalogs-pagination__nav span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .catalogs-pagination__pages {
        flex: 1;
        gap: 2px;
    }

    .catalogs-pagination__page {
        min-width: 35px;
        height: 38px;
        padding: 0 7px;
        border-radius: 10px;
    }

    .catalogs-pagination__ellipsis {
        min-width: 16px;
        height: 38px;
    }

    .catalog-card__action {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }
}

/* Catalogs v1.27 - content width aligned with Products and other internal pages */
.catalogs-listing__container {
    width: min(var(--container), calc(100% - 48px));
}

@media (max-width: 1024px) {
    .catalogs-listing__container {
        width: min(90%, var(--container));
    }
}

@media (max-width: 760px) {
    .catalogs-listing__container {
        width: min(92%, var(--container));
    }
}

/* Catalogs v1.29 - compact card information area */
.catalog-card__body {
    min-height: 178px;
    padding: 18px;
}

.catalog-card__body h3 {
    margin-bottom: 6px;
    font-size: 21px;
    line-height: 1.12;
}

.catalog-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 14px;
    font-size: 12.5px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-card__action {
    width: 43px;
    min-width: 43px;
    height: 43px;
    min-height: 43px;
}

@media (max-width: 620px) {
    .catalog-card__body {
        min-height: 174px;
        padding: 18px;
    }
}

/* Catalogs v1.30 - truly compact information area */
.catalog-card__body {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "title actions"
        "description actions";
    column-gap: 14px;
    row-gap: 5px;
    align-items: end;
    padding: 15px 17px 14px;
}

.catalog-card__body h3 {
    grid-area: title;
    align-self: end;
    margin: 0;
    font-size: 20px;
    line-height: 1.12;
}

.catalog-card__body > p {
    display: -webkit-box;
    grid-area: description;
    align-self: start;
    overflow: hidden;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalog-card__actions {
    display: flex;
    grid-area: actions;
    align-self: end;
    gap: 8px;
    margin: 0;
}

.catalog-card__action {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
}

@media (max-width: 620px) {
    .catalog-card__body {
        min-height: 0;
        padding: 15px 17px 14px;
    }
}
