.patch-notes-window {
    max-width: 95%;
    z-index: 1001 !important;
}

.patch-notes-list {
    max-height: 70vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-right: 4px;
}

.patch-notes-release {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 14px;
    background: #fafafa;
}

.patch-notes-release-latest {
    border-color: #b8d4f0;
    background: #f0f7ff;
}

.patch-notes-date {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    font-weight: bold;
}

.patch-notes-section + .patch-notes-section {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e8e8e8;
}

.patch-notes-section-title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
    color: #333;
}

.patch-notes-title {
    font-weight: bold;
    margin-bottom: 8px;
}

.patch-notes-items {
    margin: 0;
    padding-left: 1.25rem;
}

.patch-notes-items li + li {
    margin-top: 6px;
}

.patch-notes-empty {
    color: #666;
    text-align: center;
    padding: 12px 0;
}

.patch-notes-divider {
    margin: 12px 0;
}

.patch-notes-footer {
    text-align: center;
}

.patch-notes-link {
    border: none;
    background: none;
    padding: 0;
    color: #0196e0;
    cursor: pointer;
    font-size: inherit;
}

.patch-notes-link:hover {
    text-decoration: underline;
}

.patch-notes-badge {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 4px;
    vertical-align: middle;
}

.footer-main-buttons-item.patch-notes-has-unread > span:first-child {
    position: relative;
}

.footer-main-buttons-item.patch-notes-has-unread > span:first-child::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -4px;
    width: 7px;
    height: 7px;
    background: #0d6efd;
    border-radius: 50%;
}

.footer-menu-item.patch-notes-has-unread > span:first-child {
    position: relative;
}

.footer-menu-item.patch-notes-has-unread > span:first-child::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -4px;
    width: 7px;
    height: 7px;
    background: #0d6efd;
    border-radius: 50%;
}
