#wallpaper-modal .wallpaper__version {
    border-radius: 10px;
    border: 2px solid var(--bs-teal);
    height: 38px;
    width: 200px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

#wallpaper-modal .wallpaper__version-label {
    color: #55bdad;
    white-space: nowrap !important;
}

#wallpaper-modal .wallpaper__version i {
    color: #55bdad;
}