video,
canvas,
img.preview {
    width: 100%;
    max-width: 420px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

:root {
    --greenbk-primary: #5f876c;
    --greenbk-primary-dark: #2f6a3f;
    --greenbk-bg: #f3f4f5;
    --greenbk-border: #e4e6ea;
    --greenbk-text: #20252b;
    --menu-icon-color: #5c6b66;
    --menu-icon-color-strong: #3f4d49;
    --menu-icon-bg: transparent;
    --notif-red: #dc3545;
    --notif-red-dark: #b02a37;
    --notif-red-soft: rgba(220, 53, 69, 0.12);
}

body.auth-screen-body {
    margin: 0;
    background: var(--greenbk-bg);
    color: var(--greenbk-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.auth-main {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.auth-shell {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border: 1px solid var(--greenbk-border);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    padding: 1.25rem 1rem 1rem;
}

.auth-brand {
    text-align: center;
    margin-bottom: 1rem;
}

.auth-brand h2 {
    margin: 0.5rem 0 0;
    letter-spacing: 0.08em;
    font-size: 1.45rem;
    font-family: "Times New Roman", Georgia, serif;
}

.brand-mark {
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid rgba(95, 135, 108, 0.3);
    display: grid;
    place-items: center;
    color: var(--greenbk-primary-dark);
    font-size: 1.4rem;
    font-weight: 700;
}

/* Logo officiel GreenBukavu */
.brand-logo-img {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-inline: auto;
    object-fit: contain;
}

.admin-sidebar .brand-mark.brand-mark-logo {
    display: block;
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.admin-sidebar .sidebar-header {
    padding: 1.15rem 0.75rem 1.25rem;
}

.admin-sidebar .brand-logo-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 14px;
    padding: 0.85rem 0.75rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.auth-brand .brand-logo-img {
    max-width: 280px;
    margin-bottom: 0.5rem;
}

.public-topbar .brand-logo-img {
    max-height: 72px;
    max-width: 240px;
    margin: 0;
}

.splash-brand-wrap .brand-logo-img {
    max-width: 280px;
    margin: 0 auto 0.75rem;
}

.auth-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 0.95rem;
}

.auth-form .form-control {
    min-height: 46px;
    border-radius: 12px;
    border: 1px solid #d7dbe1;
    padding-inline: 0.9rem;
}

.auth-form .form-control:focus {
    border-color: #9bbda5;
    box-shadow: 0 0 0 0.2rem rgba(95, 135, 108, 0.16);
}

.btn-greenbk {
    background: var(--greenbk-primary);
    color: #fff;
    border: 0;
    min-height: 48px;
    font-weight: 600;
    border-radius: 12px;
}

.btn-greenbk:hover,
.btn-greenbk:focus {
    background: #527863;
    color: #fff;
}

.auth-links {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 0.8rem;
    font-size: 0.95rem;
}

.auth-links a {
    text-decoration: none;
    color: #5270c8;
    font-weight: 600;
}

.splash-screen {
    width: min(100%, 430px);
    min-height: min(92vh, 780px);
    background: #f3f4f5;
    border: 1px solid #e6e8eb;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.3rem;
    padding: 2.2rem 1.5rem;
    text-align: center;
}

.splash-brand-wrap {
    text-align: center;
}

.splash-logo-mark {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid rgba(95, 135, 108, 0.32);
    margin: 0 auto;
    position: relative;
}

.splash-leaf {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%) rotate(-22deg);
    border-radius: 85% 0 85% 0;
    background: #1f2c21;
}

.splash-brand {
    margin: 0.6rem 0 0;
    letter-spacing: 0.08em;
    font-size: 1.85rem;
    line-height: 1;
    font-family: "Times New Roman", Georgia, serif;
}

.splash-copy h1 {
    margin: 0;
    color: #101623;
    font-size: clamp(2rem, 8vw, 3.1rem);
    line-height: 1.1;
    font-weight: 800;
}

.splash-loading {
    margin: 1.25rem 0 0;
    color: #2f2f2f;
    font-size: clamp(1rem, 3.8vw, 1.2rem);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

.splash-dots {
    width: 18px;
    height: 18px;
    border: 2px solid #9aa3ad;
    border-top-color: #111827;
    border-radius: 50%;
    display: inline-block;
    animation: splash-spin 0.9s linear infinite;
}

.splash-indicator {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.splash-indicator span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #b9bec5;
}

.splash-indicator .is-active {
    background: #111;
}

@keyframes splash-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {
    .auth-main {
        padding: 2rem;
    }
    .auth-shell,
    .splash-screen {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .auth-main {
        padding: 0.75rem;
    }
    .splash-screen {
        min-height: 95vh;
        border-radius: 20px;
        gap: 1.6rem;
    }
}

.greenbk-avatar-initial {
    display: inline-grid;
    place-items: center;
    background: #1f8b53;
    color: #fff;
    font-weight: 700;
    border: 0;
}

.greenbk-quick-link {
    display: block;
    border: 1px solid var(--bs-border-color, #e7eaee);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    text-decoration: none;
    color: inherit;
    background: var(--bs-body-bg, #fff);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.greenbk-quick-link:hover {
    border-color: #9bbda5;
    box-shadow: 0 4px 14px rgba(31, 107, 68, 0.08);
    color: inherit;
}

.greenbk-quick-link i {
    color: #1f8b53;
    margin-right: 0.35rem;
}

.greenbk-quick-link strong {
    display: block;
    font-size: 0.95rem;
}

.greenbk-quick-link small {
    color: #667483;
}

#wasteMap {
    min-height: 420px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    #wasteMap {
        min-height: 360px;
    }
}

.signalement-create.panel {
    overflow: hidden;
}

.signalement-hero {
    background: linear-gradient(120deg, #c40010 0%, #eb0010 100%);
    color: #fff;
    padding: 1.15rem 1.25rem;
}

.signalement-hero h2 {
    font-weight: 800;
}

.signalement-hero p {
    opacity: 0.92;
    font-size: 0.95rem;
}

.signalement-geo-status {
    background: #eef5ff;
    color: #485772;
    border: 1px solid #d7e5ff;
    border-radius: 10px;
    font-size: 0.88rem;
    padding: 0.48rem 0.6rem;
    margin-bottom: 0.8rem;
}

.signalement-geo-status.is-success {
    background: #eaf8ef;
    border-color: #bde0cb;
    color: #2f6148;
}

.signalement-geo-status.is-warning {
    background: #fff8e6;
    border-color: #f5d78e;
    color: #7a5a00;
}

.signalement-block-title {
    margin: 0 0 0.6rem;
    font-size: 1.45rem;
    font-weight: 700;
}

.signalement-photo-box {
    position: relative;
    border: 2px dashed #d5dbe4;
    border-radius: 14px;
    min-height: 220px;
    background: #fff;
    overflow: hidden;
}

.signalement-photo-box video,
.signalement-photo-box img.preview {
    width: 100%;
    max-width: none;
    height: 220px;
    object-fit: cover;
    border: 0;
    border-radius: 0;
}

.signalement-photo-hint {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    color: #5f6b79;
    font-size: 0.9rem;
}

.signalement-photo-actions {
    margin-top: 0.55rem;
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.signalement-textarea {
    min-height: 115px;
    border-radius: 14px;
}

.signalement-tags-title {
    margin: 0.7rem 0 0.45rem;
    font-weight: 600;
    color: #606b78;
}

.signalement-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.signalement-tags button {
    border: 1px solid #e3e7ed;
    background: #f2f4f7;
    color: #4d5c6f;
    border-radius: 999px;
    padding: 0.32rem 0.8rem;
    font-size: 0.86rem;
    font-weight: 600;
}

.signalement-tags button.is-active {
    background: #eb0010;
    color: #fff;
    border-color: #eb0010;
}

.signalement-submit {
    min-height: 48px;
    font-weight: 700;
    border-radius: 10px;
}

.signalement-submit i {
    margin-right: 0.35rem;
}

.signalement-photo-box video:empty,
.signalement-photo-box:not(:has(img.preview:not(.d-none))) video {
    background: #1a1f26;
}

.signalement-points {
    margin-top: 0.85rem;
    border-radius: 12px;
    border: 1px solid #bde0cb;
    background: #eaf8ef;
    color: #2f6148;
    font-weight: 700;
    padding: 0.6rem 0.7rem;
}

.signalement-points i {
    margin-right: 0.3rem;
}

.signalement-points span {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
}

.public-topbar {
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.public-topbar .brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: inherit;
}

#signalementsTable_wrapper .dataTables_filter input,
#signalementsTable_wrapper .dataTables_length select {
    min-height: 2rem;
}

/* Modal signalement invite : compact et footer visible */
#guestSignalementModal .guest-signalement-dialog {
    width: min(100%, 380px);
    margin: 0.5rem auto;
}

#guestSignalementModal .guest-signalement-body {
    padding: 0.75rem 1rem;
}

#guestSignalementModal .guest-geo-status {
    font-size: 0.8rem;
    padding: 0.35rem 0.5rem;
    margin-bottom: 0.45rem;
}

#guestSignalementModal .guest-photo-zone {
    min-height: 130px;
    cursor: pointer;
}

#guestSignalementModal .guest-photo-zone video,
#guestSignalementModal .guest-photo-zone img.preview {
    height: 130px;
}

#guestSignalementModal .guest-photo-zone video {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background: #000;
}

#guestSignalementModal .guest-photo-tap {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(26, 31, 38, 0.85);
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

#guestSignalementModal .guest-photo-tap.d-none + video,
#guestSignalementModal .guest-photo-zone:has(video:not(.d-none)) .guest-photo-tap.d-none {
    z-index: 1;
}

#guestSignalementModal .guest-photo-tap i {
    font-size: 1.5rem;
}

#guestSignalementModal .guest-signalement-dialog .modal-content {
    max-height: calc(100vh - 1rem);
}

#guestSignalementModal .guest-signalement-footer {
    flex-shrink: 0;
    background: var(--admin-surface, #fff);
    border-top: 1px solid var(--admin-border, #dee2e6);
}

.flash-toast-container .toast {
    min-width: min(380px, calc(100vw - 2rem));
}

.conseil-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.conseil-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--greenbk-border, #e4e6ea);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.conseil-card:not(.conseil-card-draft):hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.conseil-card-draft {
    opacity: 0.92;
}

.conseil-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #e8f3ec, #f5f7f8);
    overflow: hidden;
}

.conseil-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
    max-width: none;
}

.conseil-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--greenbk-primary, #5f876c);
    font-size: 2.5rem;
}

.conseil-card-badge {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1f2937;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.conseil-badge-tri { background: #fff3bf; }
.conseil-badge-reduction { background: #d3f9d8; }
.conseil-badge-recyclage { background: #d0ebff; }
.conseil-badge-compostage { background: #e5dbff; }
.conseil-badge-sensibilisation { background: #ffe8cc; }
.conseil-badge-autre { background: #f1f3f5; }

.conseil-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 1rem 1rem 1.1rem;
    flex: 1;
}

.conseil-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.conseil-card-title {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
}

.conseil-card-title a {
    color: inherit;
    text-decoration: none;
}

.conseil-card-title a:hover {
    color: var(--greenbk-primary-dark, #2f6a3f);
}

.conseil-card-excerpt {
    margin: 0;
    color: #5c6670;
    font-size: 0.92rem;
    line-height: 1.5;
    flex: 1;
}

.conseil-card-footer {
    margin-top: auto;
}

.conseil-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.conseil-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid var(--greenbk-border, #e4e6ea);
    background: #fff;
    color: #374151;
    text-decoration: none;
    font-size: 0.85rem;
}

.conseil-filter-chip.is-active,
.conseil-filter-chip:hover {
    background: var(--greenbk-primary, #5f876c);
    border-color: var(--greenbk-primary, #5f876c);
    color: #fff;
}

.conseil-empty {
    padding: 2rem 0;
    text-align: center;
}

.conseil-course {
    overflow: hidden;
}

.conseil-course-hero {
    max-height: 320px;
    overflow: hidden;
}

.conseil-course-hero img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border: 0;
    border-radius: 0;
    max-width: none;
}

.conseil-course-content {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #2d3436;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.conseil-reader-card-body .conseil-course-content {
    padding: 1.5rem 1.65rem;
    border: 1px solid #e3e8ee;
    border-radius: 10px;
    background: #fff;
}

.conseil-course-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.conseil-course-content table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.conseil-course-content th,
.conseil-course-content td {
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
}

.conseil-course-content blockquote {
    border-left: 4px solid #2f9e44;
    padding-left: 1rem;
    color: #495057;
    margin: 1rem 0;
}

.conseil-cover-preview img {
    width: 100%;
    max-height: 140px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.conseil-cover-placeholder {
    min-height: 100px;
    display: grid;
    place-items: center;
    border: 1px dashed #ced4da;
    border-radius: 8px;
    background: #fff;
}

.note-editor.note-frame {
    border-color: #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.note-toolbar {
    background: #f8fafc;
    border-bottom-color: #dee2e6 !important;
}

.note-editable {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.conseil-reader-layout {
    width: min(100%, 820px);
    margin: 0 auto 2.5rem;
    padding: 0 1rem;
}

.conseil-reader--fullpage .conseil-reader-toolbar {
    margin-bottom: 1rem;
}

.conseil-reader-card {
    margin: 0;
    padding: 0 !important;
    border: 1px solid #d7dde5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

.conseil-reader-card-head {
    padding: 1.75rem 2rem 1.35rem;
    border-bottom: 1px solid #e8ebef;
    background: #fff;
}

.conseil-reader-card-body {
    padding: 1.75rem 2rem 2rem;
    background: #f8fafc;
}

.conseil-reader-badge,
.conseil-reader-intro .conseil-reader-badge,
.conseil-reader-intro .conseil-card-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1f2937;
    box-shadow: none;
}

.conseil-reader-related {
    margin-top: 1.5rem;
}

.conseil-reader-page {
    width: 100%;
    margin: 0;
}

.conseil-reader {
    background: transparent;
}

.conseil-reader-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.conseil-reader-document {
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
}

.conseil-reader-hero {
    position: relative;
}

.conseil-reader-header {
    position: relative;
    border-bottom: 1px solid #eef1f4;
}

.conseil-reader-header.has-cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-bottom: 0;
}

.conseil-reader-header.has-cover .conseil-reader-intro {
    padding: 1.5rem 2rem;
    color: #fff;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.84) 100%);
}

.conseil-reader-header.no-cover .conseil-reader-intro {
    padding: 1.75rem 2rem 1.35rem;
    background: #fff;
}

.conseil-reader-cover {
    max-height: 320px;
    overflow: hidden;
}

.conseil-reader-cover img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.conseil-reader-header.has-cover .conseil-card-badge {
    position: static;
    display: inline-flex;
    margin-bottom: 0.75rem;
    box-shadow: none;
}

.conseil-reader--fullpage .conseil-reader-cover {
    border-bottom: 1px solid #e8ebef;
}

.conseil-reader--fullpage .conseil-reader-cover img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    max-width: none;
}

.conseil-reader-title {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    font-weight: 800;
    line-height: 1.3;
    color: #1f2937;
}

.conseil-reader-header.has-cover .conseil-reader-title {
    color: #fff;
}

.conseil-reader-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.88rem;
    color: #5c6670;
}

.conseil-reader-header.has-cover .conseil-reader-meta {
    color: rgba(255, 255, 255, 0.92);
}

.conseil-reader-meta li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.conseil-reader-body {
    padding: 1.5rem 2rem 2rem;
    background: #fff;
}

.conseil-reader-frame {
    max-width: 680px;
    margin: 0 auto;
    padding: 1.75rem 1.85rem;
    border: 1px solid #e8ebef;
    border-radius: 10px;
    background: #fcfcfd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.conseil-reader-in-modal .conseil-reader-document {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.conseil-reader-in-modal .conseil-reader-body {
    padding: 0 1.25rem 1.5rem;
}

.conseil-reader-in-modal .conseil-reader-frame {
    padding: 1.35rem 1.25rem;
}

.conseil-reader-in-modal .conseil-reader-cover img {
    height: 240px;
}

.conseil-reader-in-modal .conseil-reader-header.no-cover .conseil-reader-intro {
    padding: 1.25rem 1.25rem 1rem;
}

.conseil-reader-modal .modal-content {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.conseil-reader-modal-header {
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #e8ebef;
}

.conseil-grid-compact {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.conseil-grid-compact .conseil-card-title {
    font-size: 0.95rem;
}

.conseil-course-content h2,
.conseil-course-content h3,
.conseil-course-content h4 {
    margin-top: 1.35rem;
    margin-bottom: 0.75rem;
    font-weight: 800;
    color: #1f2937;
}

.conseil-course-content p {
    margin: 0 0 1.35rem;
    line-height: 1.85;
    color: #2d3436;
}

.conseil-course-content p:last-child {
    margin-bottom: 0;
}

.conseil-course-content ul,
.conseil-course-content ol {
    margin: 0 0 1.35rem;
    padding-left: 1.35rem;
    line-height: 1.8;
}

.conseil-course-content li {
    margin-bottom: 0.85rem;
}

.conseil-course-content li:last-child {
    margin-bottom: 0;
}

.conseil-course-content strong,
.conseil-course-content b {
    color: #1f2937;
}

@media (max-width: 575.98px) {
    .conseil-reader-layout {
        padding: 0 0.75rem 1.5rem;
    }

    .conseil-reader-card-head {
        padding: 1.25rem 1.15rem 1rem;
    }

    .conseil-reader-card-body {
        padding: 1.15rem 1rem 1.35rem;
    }

    .conseil-reader-card-body .conseil-course-content {
        padding: 1rem 0.9rem;
    }

    .conseil-reader-body {
        padding: 0 1rem 1.25rem;
    }

    .conseil-reader-frame {
        padding: 1.15rem 1rem;
    }

    .conseil-reader-header.no-cover .conseil-reader-intro,
    .conseil-reader-header.has-cover .conseil-reader-intro {
        padding: 1.15rem 1rem;
    }

    .conseil-reader-cover img,
    .conseil-reader-in-modal .conseil-reader-cover img {
        height: 200px;
    }
}

/* Admin dashboard */
.admin-stat-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    min-height: 124px;
    padding: 1.15rem 1.2rem;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.admin-stat-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    font-size: 1.15rem;
}

.admin-stat-icon--blue { background: #e8f1ff; color: #2563eb; }
.admin-stat-icon--purple { background: #f1e8ff; color: #7c3aed; }
.admin-stat-icon--green { background: #e8f8ef; color: #16a34a; }
.admin-stat-icon--orange { background: #fff1e8; color: #ea580c; }
.admin-stat-icon--yellow { background: #fff8db; color: #ca8a04; }
.admin-stat-icon--pink { background: #fce8f3; color: #db2777; }
.admin-stat-icon--red { background: #feebec; color: #dc2626; }
.admin-stat-icon--amber { background: #fff7db; color: #d97706; }

.admin-stat-value {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    color: #111827;
}

.admin-stat-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #6b7280;
}

.admin-charts-title {
    font-weight: 800;
    color: #111827;
}

.admin-chart-panel {
    padding: 1.25rem 1.35rem 1rem;
}

.admin-chart-heading {
    font-weight: 800;
    color: #111827;
}

.admin-chart-wrap {
    position: relative;
    height: 280px;
}

@media (max-width: 575.98px) {
    .admin-chart-wrap {
        height: 240px;
    }
}
