.custom-theme-description {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}

.custom-theme-description-btn {
  display: inline-block;
  cursor: pointer;

  margin: 0;
  padding: 0 0.4em;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;

  &:hover {
    border-color: var(--theme-elevation-150);
    background: transparent;
  }
}

.custom-theme-description-modal {
  background: var(--theme-elevation-0);
  border: 1px solid var(--theme-elevation-50);
  padding: 1rem;
  border-radius: 0.3rem;

  &__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0.6rem 0;

    h3 {
      display: flex;
      gap: 0.5em;
      margin: 0;

      svg {
        width: 1em;
        height: 1em;
        fill: currentColor;
      }
    }
  }
}
