.radio-group-np {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px 20px;
	align-items: start;
}


.np-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.np-modal-content {
    background: white;
    padding: 20px;
    width: 500px;
    margin: 100px auto;
}
