/* PersonalityRank Admin – vlastní styly. Žádné inline style= (CSP style-src 'self'). */

.brand-link .brand-image {
    font-size: 1.4rem;
    line-height: 1.2;
    opacity: .9;
}

.nav-sidebar .badge.right {
    margin-left: .5rem;
}

.nav-sidebar form .nav-link {
    border: 0;
}

.login-logo .small {
    font-size: .9rem;
}

/* Fotky osob (4:5) */
.pr-thumb {
    width: 40px;
    height: 50px;
    object-fit: cover;
}

.pr-col-photo {
    width: 48px;
}

.pr-col-check {
    width: 32px;
}

.pr-photo {
    max-width: 160px;
}

.pr-photo-large {
    max-width: 320px;
}

.pr-photo-placeholder {
    width: 128px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6f9;
    border-radius: .25rem;
}

.pr-qr {
    width: 220px;
    height: 220px;
}

.pr-reason {
    min-width: 14rem;
}

.pr-filter-search {
    min-width: 14rem;
}

.pr-description {
    white-space: pre-line;
}

/* Nastavení – HTML pole */
.pr-code {
    font-family: SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .875rem;
}

/* /Chyby: dlouhé zprávy a stack trace */
.pr-break { word-break: break-word; }
.pr-stack { max-height: 24rem; overflow: auto; font-size: .8rem; padding: .75rem 1rem; background: #f8f9fa; white-space: pre-wrap; }

/* /Web: nahled verejneho webu */
.pr-preview-frame { width: 100%; height: 70vh; border: 0; display: block; }

/* /Platby a detail osoby: neplatná platba (ADR 0008) */
.pr-payment-invalid .pr-strike { text-decoration: line-through; color: #6c757d; }
