.aw-action-card-body {
    @apply bg-surface;

    min-width: 0;
    overflow: hidden;
    padding: 1rem;
    border-radius: 0.625rem;

    &__title {
        @apply text-mono-400;

        display: block;

        font-size: 0.875rem;
        line-height: 1rem;
        font-weight: 700;

        margin-bottom: 1rem;
    }
}
