.dg6-search-mobile { display: none; }

.dg6-search-section { display: grid; gap: 10px; }
.dg6-search-section > h3 { margin: 2px 0 0; color: #475569; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.dg6-search-section > h3 span { color: #64748b; font-size: 10px; text-transform: none; }
.dg6-search-card { display: grid; gap: 8px; border: 1px solid #d8e0eb; border-radius: 8px; background: #fff; padding: 10px; }
.dg6-search-card > header { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: start; }
.dg6-search-card > header strong { color: #0f2942; font-size: 15px; }
.dg6-search-card > header p { margin: 3px 0 0; color: #64748b; font-size: 12px; line-height: 1.35; }
.dg6-search-card > header > span { border-radius: 999px; background: #eef2f5; color: #526171; padding: 4px 8px; font-size: 10px; font-weight: 900; white-space: nowrap; }
.dg6-search-summary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
.dg6-search-summary b { border: 1px solid #d8e0eb; border-radius: 7px; background: #f7fafc; padding: 7px 8px; color: #0f172a; font-size: 11px; text-align: center; }
.dg6-search-offers { display: grid; gap: 7px; }
.dg6-search-offer { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; align-items: center; border-top: 1px solid #e2e8f0; padding-top: 8px; }
.dg6-search-offer-main { min-width: 0; display: grid; gap: 2px; }
.dg6-search-offer-main > b { overflow: hidden; color: #0f2942; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.dg6-search-offer-main > span { color: #64748b; font-size: 11px; line-height: 1.35; }
.dg6-search-professional { color: #0f766e; font-size: 10px; font-weight: 800; line-height: 1.35; }
.dg6-search-offer-side { display: grid; justify-items: end; gap: 5px; }
.dg6-search-offer-side > strong { color: #0f172a; font-size: 15px; }
.dg6-search-offer-side .dg-mini-btn,
.dg6-search-offer-side .ctl-btn,
.dg6-search-offer-side .btn { min-height: 32px; }
.dg6-search-mobile-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px; }
.dg6-search-mobile-actions .dg-qty { flex: 1 0 100%; justify-self: end; }
.dg6-search-more { width: 100%; border: 0; background: transparent; color: #356df3; padding: 5px; font: inherit; font-size: 11px; font-weight: 900; text-align: center; cursor: pointer; }
.dg6-search-more:hover { text-decoration: underline; }
.dg6-search-offer-extra[hidden] { display: none !important; }
.dg6-search-empty { display: grid; gap: 4px; border: 1px solid #d8e0eb; border-radius: 8px; background: #fff; padding: 14px; }
.dg6-search-empty strong { color: #0f2942; font-size: 14px; }
.dg6-search-empty span { color: #64748b; font-size: 12px; }
.dg6-search-section-row td { background: #f1f5f9 !important; color: #475569; font-size: 11px; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.dg6-search-table-wrap { max-width: 100%; overflow: auto; }
.dg6-search-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.dg6-search-table th,
.dg6-search-table td { border-bottom: 1px solid #e2e8f0; padding: 9px 10px; text-align: left; vertical-align: middle; }
.dg6-search-table th { background: #f7fafc; color: #526171; font-size: 11px; font-weight: 900; white-space: nowrap; }
.dg6-search-table td { color: #0f172a; font-size: 12px; }
.dg6-search-table td small { display: block; margin-top: 2px; color: #64748b; }
.dg6-search-name { min-width: 220px; max-width: 360px; }
.dg6-search-price { font-weight: 900; white-space: nowrap; }
.dg6-search-more-row td { background: #f8fafc; color: #64748b; font-size: 10px; font-weight: 800; text-align: center; }

@media (max-width: 800px) {
  .dg6-search-desktop { display: none !important; }
  .dg6-search-mobile { display: grid; gap: 12px; }
}
