.ads-Paper {
  @apply max-w-3xl
    bg-white
    rounded-px
    shadow-paper;
}

.ads-Paper-content {
  @apply px-48
    py-20;
}

.ads-Paper-toolbar {
  @apply p-2
    border-b
    border-gray-200
    items-center;
}
