#email-list {
  ul {
    padding: 0;
  }

  li {
    list-style: none;
  }

  a {
    display: block;
    padding: 0.75rem;
    border-bottom: 1px solid var(--pico-muted-border-color);
    color: inherit;
    text-decoration: none;

    &:hover {
      background: var(--pico-card-background-color);
    }
  }
}

#email-detail {
  iframe {
    width: 100%;
    height: 500px;
    border: none;
  }
}
