/* custom.css */

/* Wiki right panel — all sections visible (scroll-spy mode) */
.base-right__item {
    display: block;
}

/* Wiki images/video */
.features__pic2 {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.features__pic2 .features__video {
    border-radius: 0.75rem;
    max-width: 100%;
}

/* Wiki small text */
.bri-small__text {
    color: #b9b9b9;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.bri-small__text span {
    color: #f0d28a;
    font-weight: 600;
}

/* d-flex helper */
.d-flex {
    display: flex;
}

/* Details/Summary in wiki */
.wiki details summary {
    cursor: pointer;
    user-select: none;
}
