.catalog-modal-summary--full {
    width: 100%;
}

.catalog-payment-result {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.catalog-payment-result__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.catalog-payment-status {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: #fff3d8;
    color: #8a6200;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.catalog-payment-result__meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.catalog-payment-meta-item {
    border: 1px solid #d9e7de;
    border-radius: 0.95rem;
    background: #f8fbf9;
    padding: 0.8rem 0.9rem;
}

.catalog-payment-meta-item small {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c8277;
}

.catalog-payment-meta-item strong {
    display: block;
    font-size: 0.92rem;
    color: #163d2c;
    word-break: break-word;
}

.catalog-payment-pdf-shell {
    border: 1px solid #d6e4db;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
}

.catalog-payment-pdf-frame {
    width: 100%;
    height: 68vh;
    min-height: 520px;
    border: 0;
    background: #fff;
}

.catalog-results-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem;
}

.catalog-count-badge--muted {
    background: #eef4f0;
    color: #48695a;
}

.catalog-card-head-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
}

.catalog-ws-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.catalog-ws-badge.is-available {
    background: #e7f5ec;
    color: #13713f;
}

.catalog-ws-badge.is-pending {
    background: #fff4df;
    color: #a45d00;
}

.catalog-card--disabled {
    border-color: #dbe3de !important;
}

.catalog-card--disabled .catalog-item-title,
.catalog-card--disabled .catalog-item-text,
.catalog-card--disabled .catalog-duration {
    color: #62756b;
}

.catalog-cta-btn.is-disabled {
    background: #f0f4f2;
    border-color: #d3ddd6;
    color: #64796d;
}

.catalog-cta-btn.is-disabled:hover,
.catalog-cta-btn.is-disabled:focus {
    background: #f0f4f2;
    border-color: #d3ddd6;
    color: #64796d;
}

@media (max-width: 991.98px) {
    .catalog-results-meta {
        justify-content: flex-start;
    }

    .catalog-card-head-right {
        align-items: flex-start;
    }

    .catalog-payment-result__head {
        flex-direction: column;
    }

    .catalog-payment-result__meta {
        grid-template-columns: 1fr;
    }

    .catalog-payment-pdf-frame {
        min-height: 420px;
        height: 58vh;
    }
}
