.container { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; background-color: var(--background-secondary); border-radius: var(--radius-lg) var(--radius-lg) 0 0; border-bottom: 2px solid var(--brand-primary); } .text { font-size: 0.875rem; color: var(--text-secondary); } .text strong { color: var(--text-primary); } .cancel { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; background: none; border: none; cursor: pointer; color: var(--interactive-normal); border-radius: var(--radius-sm); } .cancel:hover { color: var(--interactive-hover); }