.customize-control-kirki-typography {
  .wrapper {
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,.1);
    padding: 10px;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    .color,
    .font-family,
    .font-size,
    .letter-spacing,
    .line-height,
    .subsets,
    .text-transform,
    .variant {
      width: 100%;
      float: none;
      clear: both;
      h5 {
        margin: 0.67em 0 0;
      }
    }
    .font-size,
    .letter-spacing,
    .line-height {
      width: 50%;
    }
    .text-align {
      width: 100%;
    }
    .text-align {
      .dashicons {
        padding: 3px;
        font-size: 25px;
        width: 25px;
        height: 25px;
        border: 1px solid transparent;
      }
      input {
        display: none;
        &:checked {
          + label {
            .dashicons {
              border: 1px solid #3498DB;
              color: #000;
            }
          }
        }
      }
    }
    .text-transform {
      padding-top: 10px;
    }
    .color {
      width: auto;
    }
  }
}
