
  .vocab-card.svelte-xzmghd {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .term-definition.svelte-xzmghd {
    background-color: #fafafa;
    border-radius: 2%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: baseline;
    margin-bottom: 2%;
    padding: 1%;
  }

  h3.svelte-xzmghd {
    /* font-size: 1.2em; */
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    font-family: "Nunito Sans";
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: none;
  }

  h3.svelte-xzmghd::after {
    content: ":";
  }

  .term-definition.svelte-xzmghd p:where(.svelte-xzmghd) {
    /* font-size: 1.2em; */
    font-family: "Nunito Sans";
    font-size: clamp(1.1rem, 2vw, 1.2rem);
    margin: 0;
  }

  .example.svelte-xzmghd {
    margin: 0;
  }

  .metadata.svelte-xzmghd {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
