:root {
  --ty-pop-confirm-color: var(--ty-color-text-secondary);
  --ty-pop-confirm-overlay-padding: 4px;
  --ty-pop-confirm-messages-padding-bottom: 12px;
  --ty-pop-confirm-messages-font-size: var(--ty-font-size-base);
  --ty-pop-confirm-buttons-gap: 8px;
  --ty-pop-confirm-title-margin-left: 5px;
}

[data-tiny-theme='dark'] {
  --ty-pop-confirm-color: var(--ty-color-text-secondary);
  --ty-pop-confirm-overlay-padding: 4px;
  --ty-pop-confirm-messages-padding-bottom: 12px;
  --ty-pop-confirm-messages-font-size: var(--ty-font-size-base);
  --ty-pop-confirm-buttons-gap: 8px;
  --ty-pop-confirm-title-margin-left: 5px;
}

@media (prefers-color-scheme: dark) {
  [data-tiny-theme='system'] {
  --ty-pop-confirm-color: var(--ty-color-text-secondary);
  --ty-pop-confirm-overlay-padding: 4px;
  --ty-pop-confirm-messages-padding-bottom: 12px;
  --ty-pop-confirm-messages-font-size: var(--ty-font-size-base);
  --ty-pop-confirm-buttons-gap: 8px;
  --ty-pop-confirm-title-margin-left: 5px;
}
}
