@import '_content/Credentium.Shared.Web/Credentium.Shared.Web.xnnzpm32wj.bundle.scp.css';

/* _content/Credentium.Wallet.Web/Views/Account/Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-92nrfczv08] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-92nrfczv08] {
    color: #0077cc;
}

.btn-primary[b-92nrfczv08] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-92nrfczv08], .nav-pills .show > .nav-link[b-92nrfczv08] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-92nrfczv08] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-92nrfczv08] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-92nrfczv08] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-92nrfczv08] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-92nrfczv08] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
/* _content/Credentium.Wallet.Web/Views/Collections/Edit.cshtml.rz.scp.css */
/* ── Header ──────────────────────────────── */
.cr-edit-header[b-28326nk7cj] {
    margin-bottom: 1.5rem;
}

.cr-back-link[b-28326nk7cj] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.85rem;
    color: var(--cr-primary-color);
    text-decoration: none;
    margin-bottom: 0.5rem;
}

.cr-back-link:hover[b-28326nk7cj] {
    text-decoration: underline;
}

.cr-edit-header h1[b-28326nk7cj] {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

/* ── Two-column layout ──────────────────── */
.cr-edit-layout[b-28326nk7cj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .cr-edit-layout[b-28326nk7cj] {
        grid-template-columns: 1fr;
    }
}

/* ── Cards ───────────────────────────────── */
.cr-edit-details-card[b-28326nk7cj],
.cr-edit-credentials-card[b-28326nk7cj] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.cr-edit-section-title[b-28326nk7cj] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
}

/* ── Credentials list ────────────────────── */
.cr-edit-credentials-hint[b-28326nk7cj] {
    font-size: 0.8rem;
    color: #666;
    margin: -0.5rem 0 0.75rem;
}

.cr-credential-list[b-28326nk7cj] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-small-credential[b-28326nk7cj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border-radius: 8px;
    margin-bottom: 0.25rem;
    cursor: pointer;
    transition: background 0.15s;
}

.cr-small-credential:hover[b-28326nk7cj] {
    background: #f5f5f5;
}

.cr-small-credential--selected[b-28326nk7cj] {
    background: #f0f7ef;
}

.cr-small-credential--selected:hover[b-28326nk7cj] {
    background: #e5f2e3;
}

.cr-small-badge-img[b-28326nk7cj] {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
}

.cr-small-badge-img img[b-28326nk7cj] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.cr-small-credential-title[b-28326nk7cj] {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 400;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cr-check[b-28326nk7cj] {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: var(--cr-primary-color);
    cursor: pointer;
    flex-shrink: 0;
}

/* ── Bottom actions ──────────────────────── */
.cr-edit-actions[b-28326nk7cj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--cr-light-gray);
}
/* _content/Credentium.Wallet.Web/Views/Collections/Index.cshtml.rz.scp.css */
.cr-collections-header[b-dg4005krb1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.cr-collections-header h1[b-dg4005krb1] {
    margin: 0;
}

.cr-collections-list[b-dg4005krb1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cr-collection-card[b-dg4005krb1] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.cr-collection-card-top[b-dg4005krb1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.cr-collection-info[b-dg4005krb1] {
    flex: 1;
    min-width: 0;
}

.cr-collection-title[b-dg4005krb1] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--cr-font-color);
}

.cr-collection-description[b-dg4005krb1] {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cr-collection-meta[b-dg4005krb1] {
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.35rem;
}

.cr-collection-credentials[b-dg4005krb1] {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.cr-collection-credential-item[b-dg4005krb1] {
    display: flex;
    align-items: center;
}

.cr-collection-credential-badge[b-dg4005krb1] {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cr-collection-credential-badge:hover[b-dg4005krb1] {
    transform: scale(1.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cr-collection-credential-badge img[b-dg4005krb1] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.cr-collection-credential-more[b-dg4005krb1] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

.cr-collection-card-footer[b-dg4005krb1] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--cr-light-gray);
}

.cr-btn-sm[b-dg4005krb1] {
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem;
}

.cr-btn-danger[b-dg4005krb1] {
    color: #dc3545;
    border-color: #dc3545;
    margin-left: auto;
}

.cr-btn-danger:hover[b-dg4005krb1] {
    background: #dc3545;
    color: #fff;
}

.cr-sharing-toggle[b-dg4005krb1] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.cr-sharing-toggle .cr-toggle-public[b-dg4005krb1] {
    background: #e8f5e3;
    border-color: #b8dab0;
    color: #2d6a24;
}

.cr-sharing-toggle .cr-toggle-public:hover[b-dg4005krb1] {
    background: #daf0d3;
}

.cr-sharing-toggle .cr-toggle-private[b-dg4005krb1] {
    color: #999;
}

@media (max-width: 767px) {
    .cr-collection-card-top[b-dg4005krb1] {
        flex-direction: column;
    }

    .cr-collection-card-footer[b-dg4005krb1] {
        flex-wrap: wrap;
    }
}
/* _content/Credentium.Wallet.Web/Views/Credentials/Details.cshtml.rz.scp.css */
/* ── Details Page Layout ── */
.cr-details-page[b-65ajnd4u0c] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 3rem;
}

/* ── Top: Credential Card Section ── */
.cr-details-card-section[b-65ajnd4u0c] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Subtle separator between diploma and info on details page */
.cr-details-card-section[b-65ajnd4u0c]  .cr-credential-card-diploma {
    border-right: 1px solid #e9ecef;
}

/* Description inside the card (Details mode) */
.cr-details-card-section[b-65ajnd4u0c]  .cr-credential-card-description {
    border-top: 1px solid #f0f0f0;
    padding-top: 0.75rem;
    margin-top: auto;
}

.cr-details-card-section[b-65ajnd4u0c]  .cr-credential-card-description p {
    margin: 0;
    color: #495057;
    line-height: 1.65;
    font-size: 0.875rem;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

/* ── Middle: Info Grid (Issuer+Europass left | Validity right) ── */
.cr-details-info-grid[b-65ajnd4u0c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.cr-details-left-column[b-65ajnd4u0c] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cr-details-info-card[b-65ajnd4u0c] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cr-details-info-card-header[b-65ajnd4u0c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
}

.cr-details-info-card-header svg[b-65ajnd4u0c] {
    color: var(--cr-primary-color, #4B9040);
}

/* Issuer logo – large centered */
.cr-details-issuer-logo-large[b-65ajnd4u0c] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

.cr-details-issuer-logo-large img[b-65ajnd4u0c] {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

/* Issuer text below logo */
.cr-details-issuer-text[b-65ajnd4u0c] {
    text-align: center;
}

.cr-details-issuer-name[b-65ajnd4u0c] {
    font-weight: 600;
    font-size: 1.05rem;
    color: #212529;
}

.cr-details-issuer-link[b-65ajnd4u0c] {
    color: var(--cr-primary-color, #4B9040);
    font-size: 0.85rem;
    text-decoration: none;
}

.cr-details-issuer-link:hover[b-65ajnd4u0c] {
    text-decoration: underline;
}

.cr-details-issuer-desc[b-65ajnd4u0c] {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Key-value rows */
.cr-details-row[b-65ajnd4u0c] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.625rem 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 1rem;
}

.cr-details-row:last-of-type[b-65ajnd4u0c] {
    border-bottom: none;
}

.cr-details-row-label[b-65ajnd4u0c] {
    font-size: 0.85rem;
    color: #6c757d;
    flex-shrink: 0;
}

.cr-details-row-value[b-65ajnd4u0c] {
    font-size: 0.85rem;
    color: #212529;
    font-weight: 500;
    text-align: right;
}

.cr-details-mono[b-65ajnd4u0c] {
    font-family: monospace;
    font-size: 0.75rem;
    word-break: break-all;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    max-width: 60%;
}

/* Status banner */
.cr-details-status[b-65ajnd4u0c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 10px;
}

.cr-details-status-active[b-65ajnd4u0c] {
    background: #e8f5e9;
    color: #2e7d32;
}

.cr-details-status-revoked[b-65ajnd4u0c] {
    background: #fbe9e7;
    color: #c62828;
}

.cr-details-status-title[b-65ajnd4u0c] {
    font-weight: 600;
    font-size: 0.9rem;
}

.cr-details-status-sub[b-65ajnd4u0c] {
    font-size: 0.8rem;
    opacity: 0.8;
}

/* Verify button */
.cr-details-verify-row[b-65ajnd4u0c] {
    margin-top: 0.5rem;
}

.cr-details-verify-btn[b-65ajnd4u0c] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.cr-details-verify-btn svg[b-65ajnd4u0c] {
    filter: brightness(0) invert(1);
}

/* ── Europass Section (inside left column) ── */
.cr-details-europass[b-65ajnd4u0c] {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-left: 3px solid var(--cr-primary-color, #4B9040);
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.cr-details-europass-inner[b-65ajnd4u0c] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cr-details-europass-left[b-65ajnd4u0c] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cr-details-europass-logo[b-65ajnd4u0c] {
    height: 32px;
    width: auto;
    flex-shrink: 0;
}

.cr-details-europass-title[b-65ajnd4u0c] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #212529;
}

.cr-details-europass-desc[b-65ajnd4u0c] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.125rem;
}

.cr-details-europass-btn[b-65ajnd4u0c] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: white;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
    background: var(--cr-primary-color, #4B9040);
    border-radius: 8px;
    white-space: nowrap;
    transition: all 0.2s ease;
    align-self: flex-start;
}

.cr-details-europass-btn:hover[b-65ajnd4u0c] {
    background: #3d7a34;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(75, 144, 64, 0.3);
}

/* ── Breadcrumb ── */
nav[aria-label="breadcrumb"] a[b-65ajnd4u0c] {
    transition: opacity 0.2s, transform 0.2s;
    padding: 0.5rem;
    margin-left: -0.5rem;
    border-radius: 0.5rem;
}

nav[aria-label="breadcrumb"] a:hover[b-65ajnd4u0c] {
    opacity: 0.7;
    background-color: rgba(0, 0, 0, 0.05);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .cr-details-info-grid[b-65ajnd4u0c] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cr-details-europass-left[b-65ajnd4u0c] {
        flex-direction: column;
        text-align: center;
    }

    .cr-details-europass-btn[b-65ajnd4u0c] {
        align-self: center;
    }
}

/* ── Language Switcher Pills ── */
.cr-lang-switcher[b-65ajnd4u0c] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    padding: 0.25rem;
    background: #f3f4f6;
    border-radius: 10px;
    width: fit-content;
    max-width: 100%;
}

.cr-lang-pill[b-65ajnd4u0c] {
    padding: 0.375rem 0.875rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #6c757d;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cr-lang-pill:hover[b-65ajnd4u0c] {
    background: rgba(255, 255, 255, 0.6);
    color: #212529;
}

.cr-lang-pill-active[b-65ajnd4u0c] {
    background: #fff;
    color: var(--cr-primary-color, #4B9040);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cr-lang-pill-active:hover[b-65ajnd4u0c] {
    background: #fff;
    color: var(--cr-primary-color, #4B9040);
}
/* _content/Credentium.Wallet.Web/Views/Credentials/EdcClaims.cshtml.rz.scp.css */
/* ── EDC Claims — Expandable Sections ── */
.cr-edc-claims[b-ifq2do3yuv] {
    margin-top: 0.5rem;
}

.cr-edc-claims > h2[b-ifq2do3yuv] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1.25rem;
}

/* ── Section (grouped by EDC type) ── */
.cr-edc-section[b-ifq2do3yuv] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.cr-edc-section-header[b-ifq2do3yuv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1.125rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 0.15s;
}

.cr-edc-section-header:hover[b-ifq2do3yuv] {
    background: #f8f9fa;
}

.cr-edc-section-icon[b-ifq2do3yuv] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cr-edc-icon-achievement[b-ifq2do3yuv] {
    background: #fff3e0;
    color: #e65100;
}

.cr-edc-icon-assessment[b-ifq2do3yuv] {
    background: #e3f2fd;
    color: #1565c0;
}

.cr-edc-icon-activity[b-ifq2do3yuv] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.cr-edc-icon-entitlement[b-ifq2do3yuv] {
    background: #e8f5e9;
    color: #2e7d32;
}

.cr-edc-section-title[b-ifq2do3yuv] {
    flex: 1;
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
}

.cr-edc-section-count[b-ifq2do3yuv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    background: #e9ecef;
    border-radius: 11px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    padding: 0 6px;
    margin-left: 0.5rem;
}

.cr-edc-chevron[b-ifq2do3yuv] {
    flex-shrink: 0;
    color: #adb5bd;
    transition: transform 0.3s;
}

.cr-edc-section-header[aria-expanded="false"] .cr-edc-chevron[b-ifq2do3yuv] {
    transform: rotate(-90deg);
}

/* Section body — animated open/close */
.cr-edc-section-body[b-ifq2do3yuv] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.cr-edc-section-body.cr-edc-section-open[b-ifq2do3yuv] {
    max-height: none;
}

/* ── Individual Claim (accordion item) ── */
.cr-edc-claim[b-ifq2do3yuv] {
    border-top: 1px solid #f0f0f0;
}

.cr-edc-claim-toggle[b-ifq2do3yuv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: background 0.15s;
}

.cr-edc-claim-toggle:hover[b-ifq2do3yuv] {
    background: #fafbfc;
}

.cr-edc-claim-title[b-ifq2do3yuv] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #212529;
}

.cr-edc-claim-type-label[b-ifq2do3yuv] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    font-weight: 600;
    margin-bottom: 0.125rem;
}

.cr-edc-claim-desc-preview[b-ifq2do3yuv] {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
    line-height: 1.4;
}

.cr-edc-claim-chevron[b-ifq2do3yuv] {
    flex-shrink: 0;
    color: #adb5bd;
    transition: transform 0.3s;
}

.cr-edc-claim-expanded .cr-edc-claim-chevron[b-ifq2do3yuv] {
    transform: rotate(180deg);
}

/* Claim body — animated */
.cr-edc-claim-body[b-ifq2do3yuv] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.cr-edc-claim-expanded .cr-edc-claim-body[b-ifq2do3yuv] {
    /* max-height set by JS */
}

/* Hide preview text when expanded */
.cr-edc-claim-expanded .cr-edc-claim-desc-preview[b-ifq2do3yuv] {
    display: none;
}

/* Claim content */
.cr-edc-claim-description[b-ifq2do3yuv] {
    padding: 0 1.5rem 1rem;
    color: #495057;
    font-size: 0.875rem;
    line-height: 1.7;
    white-space: pre-line;
}

.cr-edc-claim-grid[b-ifq2do3yuv] {
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem 1.25rem;
}

.cr-edc-field[b-ifq2do3yuv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.625rem 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 1rem;
}

.cr-edc-field:last-child[b-ifq2do3yuv] {
    border-bottom: none;
}

.cr-edc-field-label[b-ifq2do3yuv] {
    font-size: 0.825rem;
    color: #6c757d;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 160px;
}

.cr-edc-field-value[b-ifq2do3yuv] {
    font-size: 0.825rem;
    color: #212529;
    font-weight: 400;
    text-align: right;
}

/* Block fields: open text / lists flow below label, full width, left-aligned */
.cr-edc-field-block[b-ifq2do3yuv] {
    flex-wrap: wrap;
}

.cr-edc-field-block .cr-edc-field-value[b-ifq2do3yuv],
.cr-edc-field-block .cr-preserve-newlines[b-ifq2do3yuv],
.cr-edc-field-block .cr-edc-outcomes-list[b-ifq2do3yuv],
.cr-edc-field-block .cr-edc-entitlement-list[b-ifq2do3yuv] {
    flex-basis: 100%;
    text-align: left;
}

.cr-preserve-newlines[b-ifq2do3yuv] {
    white-space: pre-line;
}

.cr-edc-credit-framework[b-ifq2do3yuv] {
    color: #6c757d;
    font-style: italic;
    font-size: 0.8rem;
}

/* Entitlement types list and Learning outcomes list */
.cr-edc-entitlement-list[b-ifq2do3yuv],
.cr-edc-outcomes-list[b-ifq2do3yuv] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.cr-edc-entitlement-list li[b-ifq2do3yuv],
.cr-edc-outcomes-list li[b-ifq2do3yuv] {
    padding: 0.125rem 0;
    font-size: 0.825rem;
    color: #212529;
}

.cr-edc-entitlement-list li[b-ifq2do3yuv]::before,
.cr-edc-outcomes-list li[b-ifq2do3yuv]::before {
    content: "\2022 ";
    color: #6c757d;
    margin-right: 0.4rem;
}

/* Additional properties */
.cr-edc-additional[b-ifq2do3yuv] {
    padding: 0.75rem 1.5rem 1.25rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.25rem;
}

.cr-edc-additional h5[b-ifq2do3yuv] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6c757d;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .cr-edc-section-header[b-ifq2do3yuv] {
        padding: 1rem;
    }

    .cr-edc-claim-toggle[b-ifq2do3yuv] {
        padding: 0.875rem 1rem;
    }

    .cr-edc-claim-description[b-ifq2do3yuv],
    .cr-edc-claim-grid[b-ifq2do3yuv],
    .cr-edc-additional[b-ifq2do3yuv] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .cr-edc-field[b-ifq2do3yuv] {
        flex-direction: column;
        gap: 0.25rem;
    }

    .cr-edc-field-value[b-ifq2do3yuv] {
        text-align: left;
    }

    .cr-preserve-newlines[b-ifq2do3yuv] {
        text-align: left;
    }

    .cr-edc-entitlement-list[b-ifq2do3yuv] {
        text-align: left;
    }
}

/* ── Print ── */
@media print {
    .cr-edc-section[b-ifq2do3yuv] {
        page-break-inside: avoid;
    }

    .cr-edc-claim-body[b-ifq2do3yuv] {
        max-height: none !important;
    }

    .cr-edc-section-body[b-ifq2do3yuv] {
        max-height: none !important;
    }

    .cr-edc-chevron[b-ifq2do3yuv],
    .cr-edc-claim-chevron[b-ifq2do3yuv] {
        display: none;
    }
}

/* Public view adjustments */
.cr-credential-page .cr-edc-claims[b-ifq2do3yuv] {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* _content/Credentium.Wallet.Web/Views/Credentials/Index.cshtml.rz.scp.css */
.cr-new-credential-issuers ul[b-pom174wqsj],
.cr-my-credentials ul[b-pom174wqsj] {
    list-style: none;
    padding: 0;
}

.cr-new-credential-issuer[b-pom174wqsj] {
    display: flex;
    border: solid 3px var(--cr-primary-color);
    border-radius: 32px;
    padding: 2rem;
    background-color: #fff;
    gap: 1rem;
}

    .cr-new-credential-issuer .cr-new-credential-issuer-badge[b-pom174wqsj] {
        flex-shrink: 0;
        aspect-ratio: 1;
        height: 18rem;
    }

    .cr-new-credential-issuer .cr-new-credential-issuer-content[b-pom174wqsj] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

        .cr-new-credential-issuer .cr-new-credential-issuer-content > div[b-pom174wqsj] {
            display: flex;
            flex-direction: row;
            gap: 3rem;
        }

            .cr-new-credential-issuer .cr-new-credential-issuer-content > div:has(.cr-new-issuer-buttons)[b-pom174wqsj] {
                justify-content: space-between;
            }

.cr-label-value[b-pom174wqsj]
{
    align-items: center;
}

.cr-credentials-list[b-pom174wqsj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Toggle alignment for medium mobile screens (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .cr-my-credentials > div:first-of-type[b-pom174wqsj] {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}

/* Toggle alignment for small mobile screens (< 576px) */
@media (max-width: 575px) {
    .cr-my-credentials > div:first-of-type[b-pom174wqsj] {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }

    .cr-my-credentials > div:first-of-type h2[b-pom174wqsj] {
        width: 100% !important;
        margin-bottom: 0.75rem !important;
    }

    .cr-my-credentials > div:first-of-type label[b-pom174wqsj] {
        width: 100% !important;
        margin-left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
    }

    .cr-my-credentials > div:first-of-type label span[b-pom174wqsj] {
        width: 100% !important;
    }

    .cr-my-credentials > div:first-of-type label input.cr-switch[b-pom174wqsj] {
        margin-left: 0 !important;
    }
}

.cr-my-credential-revoked[b-pom174wqsj] {
    opacity: 0.85;
}
/* _content/Credentium.Wallet.Web/Views/Credentials/Public.cshtml.rz.scp.css */
/* ── Public Credential Page — Standalone ── */
.cp-wrapper[b-lohkbg3p75] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f5f5f5;
}

.cp-main[b-lohkbg3p75] {
    flex: 1;
}

.cp-page[b-lohkbg3p75] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 860px;
    margin: 2rem auto;
    padding: 0 1.5rem 2rem;
}

/* ── Credential Card Section ── */
.cp-card[b-lohkbg3p75] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    overflow: hidden;
}

.cp-diploma[b-lohkbg3p75] {
    position: relative;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.cp-diploma img[b-lohkbg3p75] {
    display: block;
    width: 100%;
    height: auto;
}

.cp-diploma-revoked[b-lohkbg3p75] {
    opacity: 0.6;
}

.cp-void-stamp[b-lohkbg3p75] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    pointer-events: none;
    z-index: 10;
}

.cp-void-stamp span[b-lohkbg3p75] {
    display: inline-block;
    padding: 20px 40px;
    border: 8px solid #d32f2f;
    color: #d32f2f;
    font-size: 4rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.3);
}

.cp-card-info[b-lohkbg3p75] {
    padding: 1.5rem;
}

.cp-owner[b-lohkbg3p75] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.cp-title[b-lohkbg3p75] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    margin: 0 0 0.5rem;
}

.cp-description[b-lohkbg3p75] {
    font-size: 0.875rem;
    color: #495057;
    line-height: 1.65;
    margin: 0;
}

/* ── Info Grid: two columns, top-aligned ── */
.cp-info-grid[b-lohkbg3p75] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    align-items: start;
}

.cp-info-card[b-lohkbg3p75] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cp-info-card-header[b-lohkbg3p75] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c757d;
}

.cp-info-card-header svg[b-lohkbg3p75] {
    color: var(--cr-primary-color, #4B9040);
}

/* ── Issuer logo – large centered ── */
.cp-issuer-logo-large[b-lohkbg3p75] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
}

.cp-issuer-logo-large img[b-lohkbg3p75] {
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

.cp-issuer-text[b-lohkbg3p75] {
    text-align: center;
}

.cp-issuer-name[b-lohkbg3p75] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
}

.cp-issuer-link[b-lohkbg3p75] {
    color: var(--cr-primary-color, #4B9040);
    font-size: 0.8rem;
    text-decoration: none;
}

.cp-issuer-link:hover[b-lohkbg3p75] {
    text-decoration: underline;
}

.cp-issuer-desc[b-lohkbg3p75] {
    font-size: 0.825rem;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
}

/* ── Key-value rows ── */
.cp-row[b-lohkbg3p75] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 1rem;
}

.cp-row:last-of-type[b-lohkbg3p75] {
    border-bottom: none;
}

.cp-row-label[b-lohkbg3p75] {
    font-size: 0.825rem;
    color: #6c757d;
    flex-shrink: 0;
}

.cp-row-value[b-lohkbg3p75] {
    font-size: 0.825rem;
    color: #212529;
    font-weight: 500;
    text-align: right;
}

.cp-mono[b-lohkbg3p75] {
    font-family: monospace;
    font-size: 0.72rem;
    word-break: break-all;
    background: #f8f9fa;
    padding: 3px 6px;
    border-radius: 4px;
    max-width: 60%;
}

/* ── Status banner ── */
.cp-status[b-lohkbg3p75] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    border-radius: 8px;
}

.cp-status-active[b-lohkbg3p75] {
    background: #e8f5e9;
    color: #2e7d32;
}

.cp-status-revoked[b-lohkbg3p75] {
    background: #fbe9e7;
    color: #c62828;
}

.cp-status span[b-lohkbg3p75] {
    font-weight: 600;
    font-size: 0.85rem;
}

.cp-revoke-info[b-lohkbg3p75] {
    color: #d32f2f;
    font-weight: 600;
}

/* ── Verify button (standalone row below grid) ── */
.cp-verify-row[b-lohkbg3p75] {
    display: flex;
}

.cp-verify-btn[b-lohkbg3p75] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    padding: 0.75rem;
    border-radius: 12px;
}

.cp-verify-btn svg[b-lohkbg3p75] {
    filter: brightness(0) invert(1);
}

/* ── CTA ── */
.cp-cta[b-lohkbg3p75] {
    margin-top: 0.5rem;
}

.cp-cta-inner[b-lohkbg3p75] {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cp-cta-text[b-lohkbg3p75] {
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

.cp-cta-link[b-lohkbg3p75] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cr-primary-color, #4B9040);
    text-decoration: none;
}

.cp-cta-link:hover[b-lohkbg3p75] {
    text-decoration: underline;
}

.cp-cta-logo[b-lohkbg3p75] {
    height: 24px;
    width: auto;
    flex-shrink: 0;
}

/* ── Footer ── */
.cp-footer[b-lohkbg3p75] {
    background: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    padding: 1.5rem;
    text-align: center;
    margin-top: auto;
}

.cp-footer-links[b-lohkbg3p75] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.cp-footer-links a[b-lohkbg3p75] {
    font-size: 0.78rem;
    color: #888;
    text-decoration: none;
}

.cp-footer-links a:hover[b-lohkbg3p75] {
    color: #333;
}

.cp-footer-lang[b-lohkbg3p75] {
    font-size: 0.78rem;
    color: #555;
    font-weight: 500;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 3px 8px;
    background: #fff;
    cursor: pointer;
}

.cp-footer-sep[b-lohkbg3p75] {
    color: #ddd;
    font-size: 0.78rem;
}

.cp-footer-copyright[b-lohkbg3p75] {
    font-size: 0.72rem;
    color: #aaa;
    margin: 0;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .cp-info-grid[b-lohkbg3p75] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .cp-page[b-lohkbg3p75] {
        padding: 0 1rem 1.5rem;
        margin-top: 1rem;
    }

    .cp-void-stamp span[b-lohkbg3p75] {
        padding: 12px 24px;
        border: 5px solid #d32f2f;
        font-size: 2rem;
        letter-spacing: 0.2em;
    }

    .cp-cta-inner[b-lohkbg3p75] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/Credentium.Wallet.Web/Views/Credentials/PublicPresentation.cshtml.rz.scp.css */
/* ── Public Collection Page — 2-column layout ── */
.cr-collection-public[b-s5ac0ywgbg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 100%;
}

.cr-collection-public-info[b-s5ac0ywgbg] {
    padding: 2rem 3rem 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}

.cr-collection-public-credentials[b-s5ac0ywgbg] {
    padding: 2rem 0 3rem 3rem;
    background-color: #fff;
}

/* ── Left column: Collection info ── */
.cr-collection-public-header[b-s5ac0ywgbg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cr-collection-public-owner[b-s5ac0ywgbg] {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0.25rem 0 0;
}

.cr-collection-public-title-block[b-s5ac0ywgbg] {
    margin-top: 1.5rem;
    padding: 1.25rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.cr-collection-public-title[b-s5ac0ywgbg] {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
    color: var(--cr-font-color);
}

.cr-collection-public-count[b-s5ac0ywgbg] {
    font-size: 0.85rem;
    color: #888;
    margin-top: 0.35rem;
}

.cr-collection-public-description[b-s5ac0ywgbg] {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-top: 0.75rem;
}

/* ── CTA block ── */
.cr-collection-public-cta[b-s5ac0ywgbg] {
    padding: 1.25rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.cr-collection-public-cta-text[b-s5ac0ywgbg] {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.cr-collection-public-cta-text strong[b-s5ac0ywgbg] {
    color: var(--cr-font-color);
}

.cr-collection-public-cta-link[b-s5ac0ywgbg] {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--cr-primary-color);
    text-decoration: none;
}

.cr-collection-public-cta-link:hover[b-s5ac0ywgbg] {
    text-decoration: underline;
}

/* ── Right column: Credentials ── */
.cr-collection-public-credentials-header[b-s5ac0ywgbg] {
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
}

.cr-collection-public-grid[b-s5ac0ywgbg] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.cr-collection-public-card[b-s5ac0ywgbg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
    color: inherit;
}

.cr-collection-public-card-link[b-s5ac0ywgbg] {
    cursor: pointer;
}

.cr-collection-public-card-link:hover[b-s5ac0ywgbg] {
    border-color: var(--cr-primary-color);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.cr-collection-public-card-badge[b-s5ac0ywgbg] {
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-collection-public-card-badge img[b-s5ac0ywgbg] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.cr-collection-public-card-info[b-s5ac0ywgbg] {
    flex: 1;
    min-width: 0;
}

.cr-collection-public-card-title[b-s5ac0ywgbg] {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
}

.cr-collection-public-card-issuer[b-s5ac0ywgbg] {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.15rem;
}

.cr-collection-public-card-date[b-s5ac0ywgbg] {
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.2rem;
}

.cr-collection-public-card-action[b-s5ac0ywgbg] {
    flex-shrink: 0;
}

.cr-collection-public-card-btn[b-s5ac0ywgbg] {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--cr-primary-color);
    white-space: nowrap;
}

/* ── Mobile responsive ── */
@media (max-width: 991px) {
    .cr-collection-public[b-s5ac0ywgbg] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cr-collection-public-info[b-s5ac0ywgbg] {
        padding: 1.5rem 0;
    }

    .cr-collection-public-credentials[b-s5ac0ywgbg] {
        padding: 1.5rem;
        margin: 0 -1rem;
    }
}

@media (max-width: 767px) {
    .cr-collection-public-info[b-s5ac0ywgbg] {
        padding: 1rem 0;
    }

    .cr-collection-public-credentials[b-s5ac0ywgbg] {
        padding: 1rem;
    }

    .cr-collection-public-owner[b-s5ac0ywgbg] {
        font-size: 1.5rem;
    }

    .cr-collection-public-title[b-s5ac0ywgbg] {
        font-size: 1.15rem;
    }

    .cr-collection-public-card[b-s5ac0ywgbg] {
        padding: 0.75rem 1rem;
    }

    .cr-collection-public-card-badge[b-s5ac0ywgbg] {
        width: 3.5rem;
        height: 3.5rem;
    }
}
/* _content/Credentium.Wallet.Web/Views/Credentials/Unavailable.cshtml.rz.scp.css */
.cr-credential-not-available[b-tapicbblnz] {
    margin: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}
/* _content/Credentium.Wallet.Web/Views/Dashboard/Index.cshtml.rz.scp.css */
.cr-dashboard-welcome[b-ggqmee5loz] {
    margin-bottom: 1.5rem;
}

.cr-dashboard-welcome h1[b-ggqmee5loz] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

.cr-dashboard-subtitle[b-ggqmee5loz] {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

.cr-dashboard-section[b-ggqmee5loz] {
    margin-bottom: 1.5rem;
}

.cr-dashboard-grid[b-ggqmee5loz] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .cr-dashboard-grid[b-ggqmee5loz] {
        grid-template-columns: 1fr;
    }
}

.cr-dashboard-card[b-ggqmee5loz] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.cr-dashboard-card-header[b-ggqmee5loz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cr-dashboard-card-title[b-ggqmee5loz] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--cr-font-color);
}

.cr-dashboard-view-all[b-ggqmee5loz] {
    font-size: 0.8rem;
    color: var(--cr-primary-color);
    text-decoration: none;
}

.cr-dashboard-view-all:hover[b-ggqmee5loz] {
    text-decoration: underline;
}

/* Collections List */
.cr-dashboard-collection-list[b-ggqmee5loz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cr-dashboard-collection-item[b-ggqmee5loz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--cr-light-gray);
}

.cr-dashboard-collection-item:last-child[b-ggqmee5loz] {
    border-bottom: none;
}

.cr-dashboard-collection-title[b-ggqmee5loz] {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--cr-font-color);
    text-decoration: none;
}

.cr-dashboard-collection-title:hover[b-ggqmee5loz] {
    color: var(--cr-primary-color);
    text-decoration: underline;
}

.cr-dashboard-collection-count[b-ggqmee5loz] {
    font-size: 0.75rem;
    background: var(--cr-light-gray);
    padding: 0.15rem 0.5rem;
    border-radius: 1rem;
    color: #666;
}

/* Quick Stats */
.cr-dashboard-stats[b-ggqmee5loz] {
    display: flex;
    gap: 1.5rem;
}

.cr-dashboard-stat[b-ggqmee5loz] {
    text-align: center;
    flex: 1;
}

.cr-dashboard-stat-value[b-ggqmee5loz] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cr-primary-color);
}

.cr-dashboard-stat-label[b-ggqmee5loz] {
    font-size: 0.75rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Empty States */
.cr-dashboard-empty-state[b-ggqmee5loz] {
    text-align: center;
    padding: 2rem 1rem;
    color: #999;
}

.cr-dashboard-empty-icon[b-ggqmee5loz] {
    width: 3rem;
    height: 3rem;
    opacity: 0.4;
    margin-bottom: 0.75rem;
}

.cr-dashboard-empty-state p[b-ggqmee5loz] {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
}

.cr-dashboard-create-btn[b-ggqmee5loz] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    padding: 0.35rem 0.85rem;
    text-decoration: none;
}

.cr-dashboard-create-btn img[b-ggqmee5loz] {
    width: 0.75rem;
    height: 0.75rem;
}
/* _content/Credentium.Wallet.Web/Views/Portfolio/Index.cshtml.rz.scp.css */
/* ── Page Width Constraint ──────────────────── */
.cr-wallet-page-content[b-xx5x936u54] {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* Public URL Banner */
.cr-public-url-banner[b-xx5x936u54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: #e8f5e3;
    border: 1px solid #b8dab0;
    border-radius: 10px;
    padding: 0.4rem 0.85rem;
    margin-bottom: 0.75rem;
}

.cr-public-url-banner-content[b-xx5x936u54] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    color: #2d6a24;
    font-size: 0.78rem;
}

.cr-public-url-banner-content a[b-xx5x936u54] {
    color: #2d6a24;
    font-weight: 500;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Portfolio Sections */
.cr-portfolio-section[b-xx5x936u54] {
    background: #fff;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.cr-portfolio-section h2[b-xx5x936u54] {
    margin: 0 0 0.1rem;
    font-size: 0.88rem;
    font-weight: 600;
}

/* Profile Layout */
.cr-profile-layout[b-xx5x936u54] {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    align-items: flex-start;
}

.cr-profile-photo-area[b-xx5x936u54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.cr-profile-photo[b-xx5x936u54] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--cr-light-gray, #f0f0f0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.cr-profile-photo img[b-xx5x936u54] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-profile-initials[b-xx5x936u54] {
    font-size: 2rem;
    font-weight: 600;
    color: #999;
    user-select: none;
}

.cr-profile-photo-overlay[b-xx5x936u54] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
    color: #fff;
}

.cr-profile-photo:hover .cr-profile-photo-overlay[b-xx5x936u54] {
    opacity: 1;
}

/* Form Fields - Compact (using cr-* classes to avoid Bootstrap specificity) */
.cr-profile-fields[b-xx5x936u54] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.cr-field-row[b-xx5x936u54] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    align-items: start;
}

.cr-field[b-xx5x936u54] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.cr-field-label[b-xx5x936u54] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #495057;
}

.cr-input[b-xx5x936u54] {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    height: 30px;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    background: #fff;
    color: #1a1a1a;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.cr-input:focus[b-xx5x936u54] {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

.cr-textarea[b-xx5x936u54] {
    resize: vertical;
    min-height: 40px;
    height: auto;
}

/* Slug Input */
.cr-slug-input-wrapper[b-xx5x936u54] {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    overflow: hidden;
    background: #fff;
    height: 30px;
}

.cr-slug-prefix[b-xx5x936u54] {
    padding: 0.2rem 0.35rem 0.2rem 0.5rem;
    color: #888;
    font-size: 0.72rem;
    white-space: nowrap;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
    user-select: none;
}

.cr-slug-input-wrapper .cr-input[b-xx5x936u54] {
    border: none;
    border-radius: 0;
    box-shadow: none;
    flex: 1;
    min-width: 0;
    height: 100%;
}

.cr-slug-input-wrapper .cr-input:focus[b-xx5x936u54] {
    box-shadow: none;
    outline: none;
}

.cr-slug-availability[b-xx5x936u54] {
    padding: 0 0.4rem;
    font-size: 0.82rem;
    white-space: nowrap;
}

.cr-slug-availability.cr-slug-available[b-xx5x936u54] {
    color: #27ae60;
}

.cr-slug-availability.cr-slug-taken[b-xx5x936u54] {
    color: #e74c3c;
}

.cr-slug-hint[b-xx5x936u54] {
    font-size: 0.68rem;
    color: #999;
    margin-top: 0.05rem;
}

/* Char Count */
.cr-char-count[b-xx5x936u54] {
    text-align: right;
    font-size: 0.65rem;
    color: #999;
}

/* Save Actions */
.cr-profile-actions[b-xx5x936u54] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.cr-save-success[b-xx5x936u54] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #27ae60;
    font-size: 0.8rem;
    font-weight: 500;
    animation: crFadeIn-b-xx5x936u54 0.3s ease;
}

@keyframes crFadeIn-b-xx5x936u54 {
    from { opacity: 0; transform: translateX(-8px); }
    to { opacity: 1; transform: translateX(0); }
}

/* Collections Section */
.cr-collections-section-header[b-xx5x936u54] {
    margin-bottom: 0.4rem;
}

.cr-section-subtitle[b-xx5x936u54] {
    color: #666;
    font-size: 0.72rem;
    margin: 0.1rem 0 0;
}

.cr-portfolio-collections-list[b-xx5x936u54] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

/* Collection Item (draggable wrapper) */
.cr-portfolio-collection-item[b-xx5x936u54] {
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 10px;
    transition: transform 0.15s, box-shadow 0.15s;
}

.cr-portfolio-collection-item.cr-dragging[b-xx5x936u54] {
    opacity: 0.5;
    transform: scale(0.98);
}

.cr-portfolio-collection-item.cr-drag-over[b-xx5x936u54] {
    box-shadow: 0 -3px 0 0 var(--cr-primary, #4A90D9);
}

/* Drag Handle */
.cr-drag-handle[b-xx5x936u54] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    flex-shrink: 0;
    cursor: grab;
    color: #ccc;
    border-radius: 10px 0 0 10px;
    transition: color 0.15s, background 0.15s;
}

.cr-drag-handle:hover[b-xx5x936u54] {
    color: #888;
    background: #f0f0f0;
}

.cr-drag-handle:active[b-xx5x936u54] {
    cursor: grabbing;
}

.cr-portfolio-collection-item .cr-collection-card[b-xx5x936u54] {
    flex: 1;
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 0.6rem 0.85rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    min-width: 0;
}

.cr-portfolio-collection-item .cr-collection-card-top[b-xx5x936u54] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.cr-portfolio-collection-item .cr-collection-info[b-xx5x936u54] {
    flex: 1;
    min-width: 0;
}

.cr-portfolio-collection-item .cr-collection-title[b-xx5x936u54] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cr-font-color);
}

.cr-portfolio-collection-item .cr-collection-meta[b-xx5x936u54] {
    font-size: 0.72rem;
    color: #999;
    margin-top: 0.05rem;
}

.cr-portfolio-collection-item .cr-collection-credentials[b-xx5x936u54] {
    list-style: none;
    padding: 0;
    margin: 0.4rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.cr-portfolio-collection-item .cr-collection-credential-item[b-xx5x936u54] {
    display: flex;
    align-items: center;
}

.cr-portfolio-collection-item .cr-collection-credential-badge[b-xx5x936u54] {
    display: block;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cr-portfolio-collection-item .cr-collection-credential-badge:hover[b-xx5x936u54] {
    transform: scale(1.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cr-portfolio-collection-item .cr-collection-credential-badge img[b-xx5x936u54] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.cr-portfolio-collection-item .cr-collection-credential-more[b-xx5x936u54] {
    font-size: 0.72rem;
    color: #666;
    font-weight: 500;
}

/* Sharing Toggle */
.cr-sharing-toggle[b-xx5x936u54] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
}

.cr-sharing-toggle button[b-xx5x936u54] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.2rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid var(--cr-border-color, #e5e5e5);
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.cr-sharing-toggle button:hover[b-xx5x936u54] {
    background: #f5f5f5;
    border-color: #ccc;
}

.cr-sharing-toggle .cr-toggle-public[b-xx5x936u54] {
    background: #e8f5e3;
    border-color: #b8dab0;
    color: #2d6a24;
}

.cr-sharing-toggle .cr-toggle-public:hover[b-xx5x936u54] {
    background: #daf0d3;
}

.cr-sharing-toggle .cr-toggle-private[b-xx5x936u54] {
    color: #999;
}

/* Toast notification */
.cr-portfolio-toast[b-xx5x936u54] {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    font-size: 0.85rem;
    font-weight: 500;
    pointer-events: none;
}

.cr-portfolio-toast.cr-toast-visible[b-xx5x936u54] {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.cr-portfolio-toast.cr-toast-success[b-xx5x936u54] {
    border: 1px solid #d4edda;
    color: #2d6a24;
}

.cr-portfolio-toast.cr-toast-error[b-xx5x936u54] {
    border: 1px solid #f5c6cb;
    color: #c0392b;
}

/* Remove Photo Button */
.cr-btn-clear.cr-btn-sm.cr-btn-danger[b-xx5x936u54] {
    background: none;
    border: none;
    color: #c0392b;
    font-size: 0.7rem;
    cursor: pointer;
    padding: 0.05rem 0.3rem;
}

.cr-btn-clear.cr-btn-sm.cr-btn-danger:hover[b-xx5x936u54] {
    text-decoration: underline;
}

/* Copy Link Button in Banner */
.cr-public-url-banner .cr-btn-outline.cr-btn-sm[b-xx5x936u54] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.55rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #b8dab0;
    background: #fff;
    color: #2d6a24;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.cr-public-url-banner .cr-btn-outline.cr-btn-sm:hover[b-xx5x936u54] {
    background: #f0fae8;
}

/* Save Button */
.cr-btn-primary[b-xx5x936u54] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    background-color: #477e2d;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s;
}

.cr-btn-primary:hover[b-xx5x936u54] {
    background-color: #2b4b1b;
}

.cr-btn-primary:disabled[b-xx5x936u54] {
    background-color: #a0c98a;
    cursor: not-allowed;
}

/* Outline button (cancel) */
.cr-btn-outline-sm[b-xx5x936u54] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s;
}

.cr-btn-outline-sm:hover[b-xx5x936u54] {
    background: #f5f5f5;
}

/* Crop Modal */
.cr-crop-modal[b-xx5x936u54] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-crop-modal-backdrop[b-xx5x936u54] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cr-crop-modal-content[b-xx5x936u54] {
    position: relative;
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.cr-crop-modal-header[b-xx5x936u54] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #eee;
}

.cr-crop-modal-header h3[b-xx5x936u54] {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.cr-crop-modal-close[b-xx5x936u54] {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 0.25rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.cr-crop-modal-close:hover[b-xx5x936u54] {
    background: #f0f0f0;
    color: #333;
}

.cr-crop-modal-body[b-xx5x936u54] {
    padding: 0.75rem;
    overflow: hidden;
    height: min(400px, 50vh);
    background: #f0f0f0;
}

.cr-crop-modal-body img[b-xx5x936u54] {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Circular crop mask - NOTE: moved to inline <style> in Index.cshtml because
   Cropper.js DOM elements don't carry CSS isolation scope attributes */

/* Zoom Controls */
.cr-crop-zoom-controls[b-xx5x936u54] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-top: 1px solid #eee;
}

.cr-zoom-btn[b-xx5x936u54] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.cr-zoom-btn:hover[b-xx5x936u54] {
    background: #f0f0f0;
    color: #333;
}

.cr-crop-modal-footer[b-xx5x936u54] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-top: 1px solid #eee;
}

/* Responsive */
@media (max-width: 767px) {
    .cr-profile-layout[b-xx5x936u54] {
        flex-direction: column;
        align-items: center;
    }

    .cr-profile-photo[b-xx5x936u54] {
        width: 120px;
        height: 120px;
    }

    .cr-field-row[b-xx5x936u54] {
        grid-template-columns: 1fr;
    }

    .cr-public-url-banner[b-xx5x936u54] {
        flex-direction: column;
        align-items: flex-start;
    }

    .cr-slug-prefix[b-xx5x936u54] {
        font-size: 0.68rem;
    }

    .cr-portfolio-collection-item .cr-collection-card-top[b-xx5x936u54] {
        flex-direction: column;
    }

}
/* _content/Credentium.Wallet.Web/Views/Portfolio/Public.cshtml.rz.scp.css */
/* CSS moved inline into Public.cshtml (standalone page with Layout = null) */
/* _content/Credentium.Wallet.Web/Views/Profile/Index.cshtml.rz.scp.css */
/* ── Page Width Constraint ──────────────────── */
.cr-wallet-page-content[b-8h0j2l8d5v] {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Sections ──────────────────────────────── */
.cr-profile-section[b-8h0j2l8d5v] {
    background: #fff;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.cr-profile-section h2[b-8h0j2l8d5v] {
    margin: 0 0 0.1rem;
    font-size: 0.88rem;
    font-weight: 600;
}

/* ── Profile Layout (photo left, fields right) ── */
.cr-profile-layout[b-8h0j2l8d5v] {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
    align-items: flex-start;
}

.cr-profile-photo-area[b-8h0j2l8d5v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.cr-profile-photo[b-8h0j2l8d5v] {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--cr-light-gray, #f0f0f0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.cr-profile-photo img[b-8h0j2l8d5v] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cr-profile-initials[b-8h0j2l8d5v] {
    font-size: 2rem;
    font-weight: 600;
    color: #999;
    user-select: none;
}

.cr-profile-photo-overlay[b-8h0j2l8d5v] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s;
    cursor: pointer;
    color: #fff;
}

.cr-profile-photo:hover .cr-profile-photo-overlay[b-8h0j2l8d5v] {
    opacity: 1;
}

.cr-btn-text-danger[b-8h0j2l8d5v] {
    background: none;
    border: none;
    color: #c0392b;
    font-size: 0.7rem;
    cursor: pointer;
    padding: 0.05rem 0.3rem;
}

.cr-btn-text-danger:hover[b-8h0j2l8d5v] {
    text-decoration: underline;
}

/* ── Form Fields (compact cr-* classes) ────── */
.cr-profile-fields[b-8h0j2l8d5v] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.cr-field-row[b-8h0j2l8d5v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    align-items: start;
}

.cr-field[b-8h0j2l8d5v] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.cr-field-label[b-8h0j2l8d5v] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #495057;
}

.cr-input[b-8h0j2l8d5v] {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem;
    height: 30px;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    background: #fff;
    color: #1a1a1a;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.cr-input:focus[b-8h0j2l8d5v] {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.15);
}

.cr-input:disabled[b-8h0j2l8d5v] {
    background: #f8f9fa;
    color: #6c757d;
}

.cr-textarea[b-8h0j2l8d5v] {
    resize: vertical;
    min-height: 40px;
    height: auto;
}

/* ── Slug Input ────────────────────────────── */
.cr-slug-input-wrapper[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.35rem;
    overflow: hidden;
    background: #fff;
    height: 30px;
}

.cr-slug-prefix[b-8h0j2l8d5v] {
    padding: 0.2rem 0.35rem 0.2rem 0.5rem;
    color: #888;
    font-size: 0.72rem;
    white-space: nowrap;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
    user-select: none;
}

.cr-slug-input-wrapper .cr-input[b-8h0j2l8d5v] {
    border: none;
    border-radius: 0;
    box-shadow: none;
    flex: 1;
    min-width: 0;
    height: 100%;
}

.cr-slug-input-wrapper .cr-input:focus[b-8h0j2l8d5v] {
    box-shadow: none;
    outline: none;
}

.cr-slug-availability[b-8h0j2l8d5v] {
    padding: 0 0.4rem;
    font-size: 0.82rem;
    white-space: nowrap;
}

.cr-slug-availability.cr-slug-available[b-8h0j2l8d5v] {
    color: #27ae60;
}

.cr-slug-availability.cr-slug-taken[b-8h0j2l8d5v] {
    color: #e74c3c;
}

.cr-slug-hint[b-8h0j2l8d5v] {
    font-size: 0.68rem;
    color: #999;
    margin-top: 0.05rem;
}

/* ── Char Count ────────────────────────────── */
.cr-char-count[b-8h0j2l8d5v] {
    text-align: right;
    font-size: 0.65rem;
    color: #999;
}

/* ── Profile Save Actions ──────────────────── */
.cr-profile-actions[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

/* ── Account Section ───────────────────────── */
.cr-account-row[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.cr-account-row:last-child[b-8h0j2l8d5v] {
    border-bottom: none;
}

.cr-account-row-info[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

.cr-account-row-info > div[b-8h0j2l8d5v] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.cr-account-row-label[b-8h0j2l8d5v] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #666;
}

.cr-account-row-value[b-8h0j2l8d5v] {
    font-size: 0.82rem;
    color: #1a1a1a;
}

.cr-icon[b-8h0j2l8d5v] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #888;
}

.cr-btn-outline-action[b-8h0j2l8d5v] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s;
    text-decoration: none;
}

.cr-btn-outline-action:hover[b-8h0j2l8d5v] {
    border-color: #adb5bd;
    background: #f8f9fa;
}

/* ── Danger Zone ───────────────────────────── */
.cr-danger-zone[b-8h0j2l8d5v] {
    margin-bottom: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(183, 0, 0, 0.06);
    border: 1px solid rgba(183, 0, 0, 0.18);
    border-radius: 12px;
}

.cr-danger-zone-content[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cr-danger-zone h2[b-8h0j2l8d5v] {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--cr-danger-color, #c0392b);
    margin: 0 0 0.1rem;
}

.cr-danger-zone p[b-8h0j2l8d5v] {
    font-size: 0.75rem;
    color: #555;
    margin: 0;
    line-height: 1.4;
}

.cr-btn-danger-action[b-8h0j2l8d5v] {
    flex-shrink: 0;
    padding: 0.35rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    background: var(--cr-danger-color, #c0392b);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.cr-btn-danger-action:hover[b-8h0j2l8d5v] {
    background: var(--cr-danger-hover-color, #a93226);
}

/* ── Buttons ───────────────────────────────── */
.cr-btn-primary[b-8h0j2l8d5v] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    background-color: #477e2d;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.15s;
}

.cr-btn-primary:hover[b-8h0j2l8d5v] {
    background-color: #2b4b1b;
}

.cr-btn-primary:disabled[b-8h0j2l8d5v] {
    background-color: #a0c98a;
    cursor: not-allowed;
}

.cr-btn-outline-sm[b-8h0j2l8d5v] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.15s;
}

.cr-btn-outline-sm:hover[b-8h0j2l8d5v] {
    background: #f5f5f5;
}

.cr-btn-danger[b-8h0j2l8d5v] {
    padding: 0.3rem 0.85rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    background: var(--cr-danger-color, #c0392b);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.15s;
}

.cr-btn-danger:hover[b-8h0j2l8d5v] {
    background: var(--cr-danger-hover-color, #a93226);
}

.cr-btn-danger:disabled[b-8h0j2l8d5v] {
    opacity: 0.6;
    cursor: not-allowed;
}

.cr-btn-text[b-8h0j2l8d5v] {
    padding: 0.3rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--cr-primary-color, #477e2d);
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.cr-btn-text:hover[b-8h0j2l8d5v] {
    color: var(--cr-primary-hover-color, #2b4b1b);
}

/* ── Crop Modal ────────────────────────────── */
.cr-crop-modal[b-8h0j2l8d5v] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-crop-modal-backdrop[b-8h0j2l8d5v] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cr-crop-modal-content[b-8h0j2l8d5v] {
    position: relative;
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.cr-crop-modal-header[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #eee;
}

.cr-crop-modal-header h3[b-8h0j2l8d5v] {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.cr-crop-modal-close[b-8h0j2l8d5v] {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 0.25rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.cr-crop-modal-close:hover[b-8h0j2l8d5v] {
    background: #f0f0f0;
    color: #333;
}

.cr-crop-modal-body[b-8h0j2l8d5v] {
    padding: 0.75rem;
    overflow: hidden;
    height: min(400px, 50vh);
    background: #f0f0f0;
}

.cr-crop-modal-body img[b-8h0j2l8d5v] {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cr-crop-zoom-controls[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-top: 1px solid #eee;
}

.cr-zoom-btn[b-8h0j2l8d5v] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #555;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
}

.cr-zoom-btn:hover[b-8h0j2l8d5v] {
    background: #f0f0f0;
    color: #333;
}

.cr-crop-modal-footer[b-8h0j2l8d5v] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    border-top: 1px solid #eee;
}

/* ── Modal Overlay ─────────────────────────── */
.cr-modal-overlay[b-8h0j2l8d5v] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.cr-modal[b-8h0j2l8d5v] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
}

.cr-small-modal[b-8h0j2l8d5v] {
    max-width: 440px;
}

.cr-modal-header[b-8h0j2l8d5v] {
    padding: 1rem 1.25rem 0;
}

.cr-modal-title[b-8h0j2l8d5v] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.cr-modal-body[b-8h0j2l8d5v] {
    padding: 0.75rem 1.25rem 1.25rem;
}

.cr-modal-desc[b-8h0j2l8d5v] {
    font-size: 0.82rem;
    color: #666;
    margin: 0 0 0.75rem;
}

.cr-modal-field[b-8h0j2l8d5v] {
    margin-bottom: 0.75rem;
}

.cr-modal-actions[b-8h0j2l8d5v] {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.cr-modal-center[b-8h0j2l8d5v] {
    text-align: center;
    margin-bottom: 0.5rem;
}

.cr-error-msg[b-8h0j2l8d5v] {
    font-size: 0.72rem;
    color: var(--cr-danger-color, #c0392b);
    margin-top: 0.2rem;
}

.cr-alert-danger[b-8h0j2l8d5v] {
    background: rgba(183, 0, 0, 0.06);
    border: 1px solid rgba(183, 0, 0, 0.18);
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
}

.cr-alert-danger strong[b-8h0j2l8d5v] {
    color: var(--cr-danger-color, #c0392b);
    display: block;
    margin-bottom: 0.2rem;
}

.cr-alert-danger p[b-8h0j2l8d5v] {
    margin: 0;
    color: #555;
}

.cr-danger-list[b-8h0j2l8d5v] {
    font-size: 0.82rem;
    color: var(--cr-danger-color, #c0392b);
    margin: 0 0 0.75rem 1.25rem;
    padding: 0;
}

.cr-danger-list li[b-8h0j2l8d5v] {
    margin-bottom: 0.2rem;
}

.cr-verification-code-input[b-8h0j2l8d5v] {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.4rem;
    font-weight: 600;
}

.cr-success-icon img[b-8h0j2l8d5v] {
    width: 56px;
    height: 56px;
    margin-bottom: 0.75rem;
}

/* ── Responsive ────────────────────────────── */
@media (max-width: 767px) {
    .cr-profile-layout[b-8h0j2l8d5v] {
        flex-direction: column;
        align-items: center;
    }

    .cr-profile-photo[b-8h0j2l8d5v] {
        width: 120px;
        height: 120px;
    }

    .cr-field-row[b-8h0j2l8d5v] {
        grid-template-columns: 1fr;
    }

    .cr-danger-zone-content[b-8h0j2l8d5v] {
        flex-direction: column;
        align-items: stretch;
    }

    .cr-btn-danger-action[b-8h0j2l8d5v] {
        text-align: center;
    }

    .cr-slug-prefix[b-8h0j2l8d5v] {
        font-size: 0.68rem;
    }
}
/* _content/Credentium.Wallet.Web/Views/SharedItems/Index.cshtml.rz.scp.css */
.cr-shared-section[b-jsrdb18bh5] {
    margin-top: 1.5rem;
}

.cr-shared-section-title[b-jsrdb18bh5] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--cr-font-color);
}

/* Collection cards */
.cr-shared-collections-list[b-jsrdb18bh5] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cr-shared-collection-card[b-jsrdb18bh5] {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.cr-shared-collection-top[b-jsrdb18bh5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.cr-shared-collection-info[b-jsrdb18bh5] {
    flex: 1;
    min-width: 0;
}

.cr-shared-collection-title[b-jsrdb18bh5] {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--cr-font-color);
    text-decoration: none;
}

.cr-shared-collection-title:hover[b-jsrdb18bh5] {
    color: var(--cr-primary-color);
    text-decoration: underline;
}

.cr-shared-collection-meta[b-jsrdb18bh5] {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Badge thumbnails */
.cr-shared-collection-badges[b-jsrdb18bh5] {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.cr-shared-collection-badge-item[b-jsrdb18bh5] {
    display: flex;
    align-items: center;
}

.cr-shared-collection-badge[b-jsrdb18bh5] {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.cr-shared-collection-badge:hover[b-jsrdb18bh5] {
    transform: scale(1.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cr-shared-collection-badge img[b-jsrdb18bh5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.cr-shared-collection-badge-more[b-jsrdb18bh5] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

/* Action buttons */
.cr-shared-collection-actions[b-jsrdb18bh5] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--cr-light-gray);
}

@media (max-width: 767px) {
    .cr-shared-collection-top[b-jsrdb18bh5] {
        flex-direction: column;
    }

    .cr-shared-collection-actions[b-jsrdb18bh5] {
        flex-wrap: wrap;
    }
}
/* _content/Credentium.Wallet.Web/Views/Users/Edit.cshtml.rz.scp.css */
.cr-profile-form .cr-profile-form-body[b-z82wg6mkn6] {
    display: flex;
    flex-direction: row;
}

    .cr-profile-form .cr-profile-form-body .cr-profile-form-main[b-z82wg6mkn6] {
        flex-grow: 1;
    }

    .cr-profile-form .cr-profile-form-body .cr-profile-form-side[b-z82wg6mkn6] {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        margin-left: 7.5%;
    }

        .cr-profile-form .cr-profile-form-body .cr-profile-form-side .cr-profile-form-image[b-z82wg6mkn6] {
            width: 16rem;
            height: 16rem;
            border-radius: 100%;
            border: solid white 4px;
            aspect-ratio: 1;
            box-shadow: 0px 0px 8px var(--cr-light-gray);
        }

.cr-profile-edit-issuers-section ul[b-z82wg6mkn6] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    max-width: 36rem;
}

    .cr-profile-edit-issuers-section ul li[b-z82wg6mkn6] {
        display: flex;
        justify-content: space-between;
        padding: 1rem 0;
        border-top: solid 2px var(--cr-light-gray);
    }

        .cr-profile-edit-issuers-section ul li input[b-z82wg6mkn6] {
            font-size: 1.5em;
        }
