#distribution-chain-overlay {
    position: fixed;
    top: 80px;          /* Adjust here to reposition */
    right: 20px;        /* Adjust here to reposition */
    width: 260px;
    background: #2b2b2b;
    color: #eee;
    padding: 12px 16px;
    border: 2px solid #555;
    font-family: "IBM Plex Mono", monospace;
    z-index: 9999;
}

#distribution-chain-overlay .dist-title {
    font-weight: bold;
    margin-bottom: 6px;
    color: #9cf;
}

#distribution-chain-overlay .dist-year {
    margin-bottom: 10px;
    color: #ccc;
}

#distribution-chain-overlay .dist-active {
    background: #3a3a3a;
    padding: 8px;
    border-left: 4px solid #6cf;
}

#distribution-chain-overlay .dist-gap {
    background: #3a3a3a;
    padding: 8px;
    border-left: 4px solid #f66;
}
