:root, body {
}

#nxp-night-toggle {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--c-white);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: color 0.25s ease, transform 0.25s ease;
}

#nxp-night-toggle:hover {
    transform: scale(1.15);
}

.night-toggle-item {
    display: flex;
    align-items: center;
    list-style: none;
}

@media screen and (max-width: 768px) {
    .nxp-night-toggle-block {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #nxp-night-toggle {
        width: 32px;
        height: 32px;
    }
    #nxp-night-toggle svg {
        width: 18px;
        height: 18px;
    }
}
