@import "../../themes/liberty.globals";

:host {
  section {
    margin-bottom: 6em;
  }

  h2 {
    padding-top: 0.125em;
    padding-bottom: 0.125em;

    background: #222222;
    color: #f1f1f1;

    text-align: center;
  }

  ul {
    columns: 4 15em;
    column-gap: 2em;
    column-rule: 0.0625em solid #f1f1f1;

    list-style: none;
  }

  li {
    display: flex;

    align-items: center;

    margin-bottom: 1em;

    line-height: 1.5em;

    box-shadow: 0 0.0625em 0 0 #f1f1f1;
  }

  lu-icon {
    color: #222222;

    font-size: 2em;
  }

  span {
    text-indent: 0.5em;
  }
}
