.nps-dialog .nps-score .nps-score-label {
  max-width: calc(100% - 32px); }

.nps-dialog .nps-score > ul {
  display: flex;
  height: 30px;
  justify-content: space-between;
  list-style-type: none;
  padding: 0; }
  .nps-dialog .nps-score > ul .nps-score-choice input {
    position: absolute;
    opacity: 0;
    left: 0; }
    .nps-dialog .nps-score > ul .nps-score-choice input:focus + label:not(.selected) {
      border-color: rgba( 218, 218, 218 ,  1 );
      border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
      background-color: rgba( 218, 218, 218 ,  1 );
      background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ); }
  .nps-dialog .nps-score > ul .nps-score-choice label {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 10%;
    border:  1px solid;
    border-color: rgba( 234, 234, 234 ,  1 );
    border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
    color: rgba( 51, 51, 51 ,  1 );
    color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 ); }
    .nps-dialog .nps-score > ul .nps-score-choice label.selected {
      background-color: rgba(0, 120, 212, 1);
      background-color: var(--communication-background,rgba(0, 120, 212, 1));
      color: rgba(255, 255, 255, 1);
      color: var(--text-on-communication-background,rgba(255, 255, 255, 1)); }
      .nps-dialog .nps-score > ul .nps-score-choice label.selected:hover {
        background-color: rgba( 43, 136, 216 ,  1 );
        background-color: rgba( var(--palette-primary-tint-10,43, 136, 216) ,  1 ); }
    .nps-dialog .nps-score > ul .nps-score-choice label:not(.selected):hover {
      border-color: rgba( 218, 218, 218 ,  1 );
      border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
      background-color: rgba( 218, 218, 218 ,  1 );
      background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ); }
