.preview {
  min-width: 500px;
  width: fit-content;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 1rem 1rem 1rem;
  margin: auto;

  ul, ol {
    list-style-position: inside;
  }

  li {
    margin-left: 0.5rem;
  }

  header {
    border-bottom: 1px solid black;
    margin-bottom: 2px;
  }

  .details {
    display: flex;
    align-items: center;
  }

  .team-logo {
    width: 100px;
  }

  .team-logo img {
    width: 95%;
    padding: 0.15rem;
  }

  .date {
    text-align: right;
    padding: 0.25rem;
  }
}