.candle-modal-cover{
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 28, 28, 0.4);
    align-items: center;
    justify-content: center;
    z-index: 22;
}
.candle-modal-popup{
    padding: 20px;
    border-radius: var(--part-border-radius);
    background: var(--part-bg-color);
    width: 80vw;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}
.candle-modal__buttons{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}