#releaseNoteSidebar {
    width: 800px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
}

.rn-offcanvas-title {
    color: #618bad;
    font-family: 'rounded-mplus-1c-regular', sans-serif;
}


#releaseNoteSidebar .rn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}


.offcanvas-backdrop.show {
    opacity: 0 !important;
}


.rn-tab {
    border: none;
    border-bottom: 2px solid transparent !important;
    white-space: nowrap;
    transition: color 0.15s;
}

.rn-tab:hover {
    text-decoration: none;
    border-bottom-color: #b65ee6 !important;
}

.rn-tab.active {
    color: #0f0f0f !important;
    border-bottom: 2px solid #28acaf !important;
    background: transparent !important;
    font-weight: 600;
}


.rn-cat-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.rn-cat-scroll::-webkit-scrollbar {
    display: none;
}


.rn-group-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 14px 2px 6px;
    margin: 0;
}

.rn-group-label:first-child {
    padding-top: 4px;
}


.rn-title-editable {
    cursor: pointer;
}

.rn-title-editable:hover {
    color: #28acaf !important;
}


.modal {
    z-index: 1060 !important;
}

.modal-backdrop {
    z-index: 1055 !important;
}


.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow-y: auto;
}


#detailContent .ql-youtube-embed {
    cursor: pointer;
    display: inline-block;
    margin: 8px 0;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.15s;
    line-height: 0;
    width: fit-content;
}

#detailContent .ql-youtube-embed:hover {
    opacity: 0.85;
}