.rd-deals { margin: 20px 0; clear: both; }
.rd-deals .rd-deals-list { display: grid; gap: 10px; }
.rd-deals .rd-deal-item { display: flex; gap: 16px; align-items: center; justify-content: space-between; border: 1px solid #b7c5be; border-radius: 10px; padding: 14px; cursor: pointer; }
.rd-deals .rd-deal-item:has(input:checked) { border-color: #226249; background: #f0f7f3; }
.rd-deals .rd-deal-item:focus-within { outline: 2px solid #226249; outline-offset: 3px; }
.rd-deals .rd-deal-info { display: grid; gap: 4px; }
.rd-deals .rd-deal-price { font-weight: 700; }
.rd-deals .rd-deal-description, .rd-deals .rd-deal-stock { font-size: .875em; font-weight: 400; }
.rd-deals .is-unavailable { opacity: .6; cursor: default; }
.rd-deals .rd-deal-select input { width: 20px; height: 20px; accent-color: #226249; }
.rd-deals #rd-reset-deal { margin-top: 10px; }
.rd-deals .rd-availability-message { margin: 10px 0; color: #a12a20; }
.rd-deals [hidden] { display: none !important; }
