@layer components { [data-coco][data-component="confirm-panel"] { width: min-content; @apply px-5 py-4 text-center max-w-[200px] space-y-4; .confirm-text { @apply label-sm font-semibold; } .coco-button { border-radius: var(--button-border-radius) !important; } } }