$inner: #0066ff;

.new-form-item.tile.is-parent {
  padding-bottom: 1.6rem;
  line-height: 1;

  .item-content {
    color: $inner;
  }

  .tile.is-child.box {
    padding: 1rem;
    background-color: inherit;
  }

  .title {
    font-weight: 600;
    font-size: 1.25rem;
  }

  a .content:hover,
  a .content:active {
    text-decoration: underline;
  }
}

