/* Pełne stylowanie kontrolowane z Elementora + dropdown bez scrolla + BEZ MINIATUREK */
.casase-widget { position: relative; width: 100%; }
.casase-bar { display: grid; grid-template-columns: 1fr; gap: 8px; align-items: center; }
.casase-input { height: 48px; padding: 10px 12px; border: 1px solid #ddd; border-radius: 10px; background: #fff; outline: none; width: 100%; }
.casase-dropdown { position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid #e6e6e6; border-radius: 10px; box-shadow: 0 12px 28px rgba(0,0,0,.08); display: none; z-index: 99; overflow: visible; max-height: none; }
.casase-dropdown.open { display: block; }
.casase-item { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 16px; text-decoration: none; border-bottom: 1px solid #f3f3f3; gap: 12px; transition: background .15s ease; }
.casase-item:last-child { border-bottom: none; }
.casase-left { display: flex; align-items: center; min-width: 0; }
.casase-title { font-weight: 600; line-height: 1.3; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.casase-right { text-align: right; white-space: nowrap; }
.casase-price { font-weight: 700; }
.casase-meta { font-size: 12px; opacity: .65; }
