.target-close {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 14px;
    background: #333333;
    border: 2px solid #800020;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 5px;
    color: #98FF98;
    transition: background-color 0.3s, color 0.3s;
    z-index: 1002;
}
.target-close:hover {
    background-color: #444444;
    color: #FF4040;
}
