
select {
    border: 2px solid rgba(255, 255, 0, 0.2);
    color: white;
    padding: 3px 3px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0px;
    line-height: 1;
}

button {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 0, 0.2);
    color: white;
    padding: 5px 5px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 2px;
    line-height: 1;
}

button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.helionInfoPanel {
    color: #d0d0d0;
    position: absolute;
    left: 5px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 14px;
    border-radius: 15px;
    line-height: 1.5;
    user-select: none;
    max-width: min(250px, calc(100vw - 20px));
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.helionInfoPanel strong {
    color: #ffd54a;
}
