/* /Areas/Admin/Pages/Shared/_Layout.cshtml.rz.scp.css */

/* /Pages/Shared/_MasterLayout.cshtml.rz.scp.css */
/*
 * Parterretrap theme — only custom colors and the accent bar.
 * Everything else relies on Bootstrap 5 utility classes.
 */

/* ── Theme colours ─────────────────────────────── */
.ptr-bg-dark[b-iatiznxqus] {
    background-color: #2E1A6E;
}

.ptr-text-accent[b-iatiznxqus] {
    color: #E8731A;
}

.ptr-border-accent[b-iatiznxqus] {
    border-color: #E8731A !important;
}

/* ── Accent bar between navbar and content ─────── */
.ptr-accent-bar[b-iatiznxqus] {
    height: 4px;
    background: linear-gradient(90deg, #E8731A, #F5A623, #D4A843, #F5A623, #E8731A);
}

/* ── Footer link hover ─────────────────────────── */
.ptr-bg-dark a.text-white-50:hover[b-iatiznxqus] {
    color: #E8731A !important;
}

.ptr-bg-dark .btn-outline-light:hover[b-iatiznxqus] {
    background-color: #E8731A;
    border-color: #E8731A;
}
