.ag-release-overlay{
    position: fixed;
    inset: 0;
    background: rgba(9, 24, 26, 0.44);
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.ag-release-box{
    width: min(860px, 96vw);
    max-height: 86vh;
    overflow-y: auto;
    border: 1px solid #d8e6e8;
    border-radius: 16px;
    background:
      radial-gradient(900px 220px at 4% -20%, rgba(20,227,207,0.10), transparent 62%),
      linear-gradient(180deg, #ffffff 0%, #f6fafb 100%);
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
    padding: 18px 18px 16px;
}

.ag-release-head{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.ag-release-title{
    margin: 0;
    font-weight: 700;
    color: #0b3c40;
    font-size: 1.02rem;
}

.ag-release-close{
    margin-left: auto;
    border: 1px solid #b7ced2;
    background: #ffffff;
    color: #0b3c40;
    border-radius: 999px;
    width: 34px;
    height: 34px;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ag-release-close:hover{
    background: #edf6f7;
}

.ag-release-note{
    border: 1px solid #e5eef0;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
    margin-bottom: 10px;
}

.ag-release-note:last-child{
    margin-bottom: 0;
}

.ag-release-meta{
    color: #678086;
    font-size: 0.8rem;
    margin-bottom: 8px;
}

.ag-release-html h1 { font-size: 1.6rem; margin: 0 0 .5rem; color: #0b3c40; margin-left: 0px; padding-left: 0px; }
.ag-release-html h2 { font-size: 1.25rem; margin: .8rem 0 .4rem; }
.ag-release-html p  { margin: 0 0 .7rem; line-height: 1.5; }
.ag-release-html ul { padding-left: 1.2rem; margin-bottom: .8rem; }
.ag-release-html a  { color: #0d5c63; text-decoration: underline; }
