.deal-name-wrap { min-width: 0; }
.deal-name-wrap .deal-name { display: block; }
.deal-meta { grid-column: 2 / 4; display: flex; align-items: center; justify-content: space-between; gap: 5px; min-width: 0; }
.spm-indicator { display: inline-block; margin-top: 2px; padding: 1px 4px; border-radius: 8px; background: #eeeae7; color: #766f69; font-size: 8px; line-height: 1.2; font-weight: 700; }
.currency-fields { grid-template-columns: 52px 55px; }
.deal-detail-row { display: none; }
.close-date-preview, .fyt-value { margin-top: 2px; color: #625b55; font-size: 8px; line-height: 1.2; white-space: nowrap; }
.fyt-value { color: #176443; font-weight: 700; }
.deal-card.low-fytd .fyt-value { color: #b42318; }
.deal-card.spm-entered { box-shadow: inset 0 0 0 1px #31855f; }
.spm-entered .spm-indicator { background: #e4f4eb; color: #176443; }
.close-date-preview { overflow: hidden; text-overflow: ellipsis; }
.deal-meta .spm-indicator, .deal-meta .close-date-preview, .deal-meta .fyt-value { margin-top: 0; }
.delete-deal-button { width: auto; height: 22px; padding: 0 6px; border: 1px solid #b9b1ab; border-radius: 3px; background: #fff; color: #8e3025; font-size: 9px; font-weight: 700; cursor: pointer; }
.delete-deal-button:hover { border-color: #a4382c; background: #fff3f1; }
