body {
    background-color: #1f1e33;
}

h1 {
    padding-top: 10px;
    text-align: center;
    font-size: 60px;
}

.summary-goed {
    color: lime;
    font-size: 45px;
}

.goede-eigenschappen {
    color: lime;
}

.summary-slecht {
    color: red;
    font-size: 45px
}

.slechte-eigenschappen {
    color: red;
}

.insta {
    width: 75px;
    height: auto;
}

.github {
    width: 75px;
    height: auto;
}

.snapchat {
    width: 75px;
    height: auto;
}

table {
    width: 100%;
}

table,
th,
td {
    border: 1px solid #7d9796;
    border-collapse: collapse;
}

.faq-element {
    margin: auto;
    width: 50%;
    border: 3px solid #7d9796;
    text-align: center;
    padding-block: 10px;
    padding-top: 20px;
}

summary {
    cursor: pointer;
}

.summary-kop {
    font-size: 30px;
}

.faq-yap {
    padding-top: 20px;

}

footer {
    background: #7d9796;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 20px;
    text-align: center;
}

.navigatie {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #7d9796;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navitem a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navitem a:hover {
    background-color: #360606;
}

.navitem a.active {
    background-color: #360606;
}

.navitem {
    border-right: 1px solid #bbb;
    display: inline;
}

.navitem :last-child {
    border-right: none;
}

.hzheader {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
    width: 150px;
    height: auto;
}

html {
    color: white;
    font-family: sans-serif;
}

/*---------------- Blog pagina ----------------*/
.feed {
    display: grid;
    gap: 1.5rem;
    padding-top: 50px
}

/* sets the article blocks to the right position */
@media (min-width: 800px) {
    .feed {
        grid-template-columns: 1fr 1fr;
    }
}

.post-card-link {
    text-decoration: none;
    color: inherit;
    /* getting text color from .post-card */
    display: block;
}

.post-card {
    background-color: #2a2945;
    padding: 1.2rem;
    border-radius: 10px;
    border: 1px solid #4a4870;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s ease, border-color 0.2s ease;
    min-height: 100px;
    display: flex;
    flex-direction: column;
}

.post-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.3rem;
    color: white;
}

.post-card time {
    display: block;
    font-size: 0.9rem;
    color: #7d9796;
    margin-bottom: 0.6rem;
}

.post-card p {
    margin: 0;
    color: #b0b0cc;
}

.post-card h2,
.post-card h2 a,
.post-card time,
.post-card p {
    transition: color 0.2s ease;
}

.post-card-link:hover .post-card {
    background-color: #32305a;
    border-color: #7d9796;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.post-card-link:hover .post-card h2 {
    color: #7d9796;
}

.post-card-link:hover .post-card time {
    color: #a0bfbe;
}

.post-card-link:hover .post-card p {
    color: #d0d0e8;
}

/*---------------- post pagina ----------------*/
.terug-knop {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 0.6rem 1rem;
    background-color: #1F1F1F;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.terug-knop:hover {
    background-color: #C4C4C4;
    color: #1F1F1F;
    font-weight: 500;
}

section h3 {
    color: rgb(37, 150, 190);
}

section a {
    text-decoration: none;
}

/*---------------- Profile pagina ----------------*/
.profile-wrapper {
    padding: 80px 40px 40px 40px;
    height: calc(100vh - 120px);
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

.profile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

.profile-card {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 8px;
    padding: 20px 24px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.profile-photo-card {
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f1e33;
    border: 1px solid #7d9796;
    border-radius: 8px;
}

.bierpak {
    width: 100%;
    max-width: 380px;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.profile-card--green ol {
    padding-left: 1.2rem;
    margin: 0;
}

.profile-card--red ol {
    padding-left: 1.2rem;
    margin: 0;
}

.goede-eigenschappen {
    color: lime;
}

.slechte-eigenschappen {
    color: red;
}

.positief {
    color: lime;
    font-size: 20px;
    margin-bottom: 6px;
}

.negatief {
    color: red;
    font-size: 20px;
    margin-bottom: 6px;
}

.yap-media {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

/*---------------- Skills tags ----------------*/
.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.skill-tag {
    background-color: #7d9796;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 16px;
}

/*---------------- Info modal ----------------*/
.expand-btn {
    margin-top: auto;
    background: none;
    border: 1px solid #7d9796;
    color: #7d9796;
    padding: 6px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    align-self: flex-start;
}

.expand-btn:hover {
    background: #7d9796;
    color: white;
}

.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 10px;
    padding: 2.5rem;
    max-width: 650px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: 1px solid #7d9796;
    color: #7d9796;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
}

.modal-close:hover {
    background: #7d9796;
    color: white;
}

/*---------------- Dashboard pagina ----------------*/
.dashboard-layout {
    padding: 80px 40px 60px 40px;
    box-sizing: border-box;
}

.dashboard_section {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 10px;
    padding: 28px 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.dashboard_section h1 {
    font-size: 2.4rem;
    text-align: center;
    padding-top: 0;
    margin-bottom: 6px;
    color: white;
}

.dashboard-subtitle {
    font-size: 1.1rem;
    color: #7d9796;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 24px 0 12px 0;
    border-bottom: 1px solid #3e3d5e;
    padding-bottom: 6px;
}

/* Tabel wrapper voor horizontaal scrollen op kleine schermen */
.dashboard-table-wrapper {
    overflow-x: auto;
    border-radius: 6px;
}

/* Reset de algemene table stijl voor de dashboard tabel */
.dashboard-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.97rem;
}

.dashboard-table th,
.dashboard-table td {
    border: 1px solid #3e3d5e;
    padding: 10px 14px;
    text-align: left;
    vertical-align: middle;
}

/* Fix: rowspan cellen moeten bovenaan uitlijnen */
.dashboard-table td.blok-cell {
    vertical-align: top;
    text-align: center;
}

.dashboard-table thead tr {
    background-color: #1f1e33;
}

.dashboard-table thead th {
    color: #7d9796;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-color: #4a4870;
}

/* Blok label badge */
.blok-label {
    display: inline-block;
    background-color: #7d9796;
    color: #1f1e33;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

/* Afwisselende rijkleuren */
.course-row {
    background-color: #252440;
    transition: background-color 0.15s ease;
}

.course-row:hover {
    background-color: #2f2d55;
}

/* Rijen nog in uitvoering (geen cijfer) */
.course-row.bezig {
    background-color: #222138;
    color: #aaa;
}

/* Cijfer cel: groen bij voldoende, rood bij onvoldoende */
.dashboard-table td.grade {
    font-weight: 700;
    text-align: center;
    min-width: 60px;
}

.dashboard-table td.grade-pass {
    color: #1f1e33;
    background-color: #4caf50;
    font-weight: 700;
}

.dashboard-table td.grade-fail {
    color: #1f1e33;
    background-color: #e53935;
    font-weight: 700;
}

/* EC kolom */
.dashboard-table td.ec {
    text-align: center;
    color: #aac8c7;
    font-size: 0.9rem;
}

/* Vaknaam kolom */
.dashboard-table td.course-name {
    font-weight: 500;
}

/* Examenvorm kolom */
.dashboard-table td.exam-type {
    color: #b0b0cc;
    font-size: 0.9rem;
}

/* Admin bewerkkolom */
.edit-cell {
    white-space: nowrap;
}

.grade-input {
    width: 64px;
    background: #1f1e33;
    border: 1px solid #7d9796;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 0.9rem;
}

.save-btn {
    background-color: #7d9796;
    color: #1f1e33;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.save-btn:hover {
    background-color: #a0bfbe;
}

/* JS-gestuurde row-kleuren (behaald / onvoldoende) — override door grade-pass/fail */
.dashboard-table tr.behaald td {
    background-color: transparent;
}

.dashboard-table tr.onvoldoende td {
    background-color: transparent;
}

/*---------------- Voortgangsbalk ----------------*/
.progress-bar {
    position: relative;
    width: 100%;
    height: 22px;
    background-color: #1f1e33;
    border: 1px solid #4a4870;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #4caf50, #81c784);
    border-radius: 12px;
    transition: width 0.5s ease;
}

.nbsa-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 75%;
    /* 45/60 EC = 75% */
    width: 2px;
    background-color: #ffd54f;
    opacity: 0.8;
}

.nbsa-marker::after {
    content: 'NBSA';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.7rem;
    color: #ffd54f;
    white-space: nowrap;
}

.ec-teller {
    text-align: right;
    color: #7d9796;
    font-size: 0.95rem;
    margin-top: 4px;
}

/*---------------- Error layout (vervang error.html.twig Tailwind) ----------------*/
.error-layout {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #1f1e33;
}

.error-card {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 12px;
    padding: 3rem 2.5rem;
    text-align: center;
    max-width: 520px;
    width: 100%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.error-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #7d9796;
    margin-bottom: 0.5rem;
}

.error-code {
    font-size: 6rem;
    font-weight: 900;
    color: #7d9796;
    margin: 0;
    line-height: 1;
}

.error-divider {
    width: 60px;
    height: 3px;
    background-color: #7d9796;
    border-radius: 2px;
    margin: 1.2rem auto;
}

.error-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin: 0 0 0.75rem;
}

.error-message {
    color: #9090aa;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.error-btn {
    display: inline-block;
    background-color: #7d9796;
    color: #1f1e33;
    font-weight: 600;
    padding: 0.65rem 1.8rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.error-btn:hover {
    background-color: #a0bfbe;
    color: #1f1e33;
}

/*---------------- Form pagina's (login, register, edit, create, manage) ----------------*/
.form-layout {
    padding: 80px 20px 60px;
    display: flex;
    justify-content: center;
}

.form-card {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 10px;
    padding: 2.2rem 2.5rem;
    width: 100%;
    box-sizing: border-box;
}

.form-card h1 {
    font-size: 1.8rem;
    text-align: left;
    padding-top: 0;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.1rem;
}

.form-group label {
    display: block;
    font-size: 0.88rem;
    color: #7d9796;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.55rem 0.75rem;
    background-color: #1f1e33;
    border: 1px solid #4a4870;
    border-radius: 5px;
    color: white;
    font-size: 0.97rem;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    font-family: sans-serif;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #7d9796;
}

.form-group select option {
    background-color: #1f1e33;
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 1.5rem;
}

.btn-primary {
    background-color: #7d9796;
    color: #1f1e33;
    padding: 0.6rem 1.6rem;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
}

.btn-primary:hover {
    background-color: #a0bfbe;
}

.btn-cancel {
    color: #7d9796;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.btn-cancel:hover {
    color: white;
}

/*---------------- Home pagina ----------------*/
.home-layout {
    padding: 90px 40px 60px;
    max-width: 900px;
    margin: 0 auto;
}

.home-layout h1 {
    font-size: 2.4rem;
    text-align: center;
    padding-top: 0;
    margin-bottom: 2rem;
}

.home-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 700px) {
    .home-grid {
        grid-template-columns: 1fr;
    }
}

.home-card {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 8px;
    padding: 20px 24px;
}

.home-card h2 {
    color: #7d9796;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

.home-card ul {
    padding-left: 1.3rem;
    margin: 0;
    color: white;
}

.home-card li {
    margin-bottom: 4px;
}

.home-card a {
    color: #7d9796;
    text-decoration: none;
    transition: color 0.15s ease;
}

.home-card a:hover {
    color: white;
}

.home-card img {
    max-width: 100%;
    border-radius: 6px;
}

.home-image-row {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.home-image-row img {
    width: 50%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}

.home-card--hz {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f1e33;
}

.home-card--hz img {
    max-height: 50px;
    width: auto;
}

/*---------------- FAQ pagina ----------------*/
.faq-layout {
    padding: 90px 40px 60px;
    max-width: 800px;
    margin: 0 auto;
}

.faq-layout h1 {
    font-size: 2rem;
    text-align: center;
    padding-top: 0;
    margin-bottom: 1.5rem;
}

.faq-list-styled {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 8px;
    overflow: hidden;
}

.faq-item summary {
    padding: 16px 20px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    transition: background-color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before {
    content: '▶';
    font-size: 0.7rem;
    color: #7d9796;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.faq-item[open] summary::before {
    transform: rotate(90deg);
}

.faq-item summary:hover {
    background-color: #32305a;
}

.faq-item p {
    padding: 0 20px 16px;
    color: #b0b0cc;
    margin: 0;
    line-height: 1.6;
}

.faq-item a {
    color: #7d9796;
    text-decoration: underline;
}

/*---------------- Blog index ----------------*/
.blog-layout {
    padding: 80px 40px 60px;
    max-width: 1100px;
    margin: 0 auto;
}

.blog-layout h1 {
    text-align: center;
    padding-top: 0;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
}

/*---------------- Blog post view ----------------*/
.post-layout {
    padding: 90px 40px 60px;
    max-width: 800px;
    margin: 0 auto;
}

.post-layout .post-meta {
    color: #7d9796;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.post-layout .post-body {
    line-height: 1.75;
    color: #d0d0e8;
}

.post-layout .post-body h1,
.post-layout .post-body h2,
.post-layout .post-body h3 {
    color: white;
    padding-top: 0;
}

/*---------------- Blog manage / admin tabel ----------------*/
.manage-layout {
    padding: 90px 40px 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.manage-layout h1 {
    padding-top: 0;
    margin-bottom: 1.2rem;
    font-size: 2rem;
}

.manage-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    font-size: 0.97rem;
}

.manage-table th,
.manage-table td {
    border: 1px solid #3e3d5e;
    padding: 10px 14px;
    text-align: left;
    vertical-align: middle;
}

.manage-table thead tr {
    background-color: #1f1e33;
}

.manage-table thead th {
    color: #7d9796;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.manage-table tbody tr {
    background-color: #252440;
    transition: background-color 0.15s ease;
}

.manage-table tbody tr:hover {
    background-color: #2f2d55;
}

.status-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.status-published {
    background-color: #4caf50;
    color: #1f1e33;
}

.status-draft {
    background-color: #4a4870;
    color: #b0b0cc;
}

.manage-action-link {
    color: #7d9796;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}

.manage-action-link:hover {
    color: white;
}

.manage-delete-btn {
    background: none;
    border: none;
    color: #e53935;
    cursor: pointer;
    padding: 0;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}

.manage-delete-btn:hover {
    color: #ff6b6b;
}

.manage-restore-btn {
    background: none;
    border: none;
    color: #4caf50;
    cursor: pointer;
    padding: 0;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}

.manage-restore-btn:hover {
    color: #81c784;
}

/*---------------- Overview (user) ----------------*/
.overview-layout {
    padding: 90px 40px 60px;
    display: flex;
    justify-content: center;
}

.overview-card {
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 10px;
    padding: 2.2rem 2.5rem;
    width: 100%;
    max-width: 600px;
}

.overview-card h1 {
    padding-top: 0;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
}

.overview-card p {
    color: #9090aa;
    margin-bottom: 1.5rem;
}

.admin-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.admin-links li a {
    display: block;
    background-color: #1f1e33;
    border: 1px solid #4a4870;
    border-radius: 6px;
    padding: 10px 16px;
    color: #7d9796;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.admin-links li a:hover {
    border-color: #7d9796;
    color: white;
}

/* ---------- Account dropdown ---------- */
.nav-dropdown {
    position: relative;
}

.nav-dropdown-btn {
    background: none;
    border: none;
    color: white;
    font-size: 1rem;
    padding: 14px 16px;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
}

.nav-dropdown-btn:hover {
    background-color: #360606;
}

.nav-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #2a2945;
    border: 1px solid #4a4870;
    border-radius: 0 0 8px 8px;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    min-width: 180px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.nav-dropdown.open .nav-dropdown-menu {
    display: block;
}

.nav-dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #b0b0cc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.15s, color 0.15s;
    white-space: nowrap;
}

.nav-dropdown-menu li a:hover {
    background-color: #360606;
    color: white;
}

.nav-dropdown-menu li a.active {
    background-color: #360606;
    color: white;
}

.nav-dropdown-divider {
    border-top: 1px solid #4a4870;
    margin: 6px 0;
}

.nav-logout {
    color: #e06c75 !important;
}

.nav-logout:hover {
    color: #ff8c94 !important;
}

/*---------------- Aside links ----------------*/
.aside-links {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.aside-toggle {
    background-color: #7d9796;
    color: #1f1e33;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.aside-toggle:hover {
    background-color: #a0bfbe;
}

.aside-link-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #2a2945;
    border: 1px solid #7d9796;
    border-radius: 8px;
    overflow: hidden;
    min-width: 220px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
    order: -1;
}

.aside-link-list.open {
    display: block;
}

.aside-link-list li a {
    display: block;
    padding: 10px 16px;
    color: #b0b0cc;
    text-decoration: none;
    font-size: 0.9rem;
    border-bottom: 1px solid #3e3d5e;
    transition: background-color 0.15s, color 0.15s;
}

.aside-link-list li:last-child a {
    border-bottom: none;
}

.aside-link-list li a:hover {
    background-color: #32305a;
    color: white;
}