/* Gadget Explorer Pro - clean and Go theme friendly */
.gxp { font-family: inherit; }
.gxp-header { display:flex; align-items:center; justify-content:space-between; margin: 8px 0 16px; }
.gxp-h2 { margin:0; font-size: 24px; line-height: 1.2; }
.gxp-h3 { margin:0 0 8px; font-size: 18px; }
.gxp-p { margin: 0; }
.gxp-muted { opacity: .75; margin-top: 6px; }

.gxp-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.gxp-tile { display:block; padding: 14px; border:1px solid rgba(0,0,0,.08); border-radius: 14px; text-decoration:none; }
.gxp-tile:hover { border-color: rgba(0,0,0,.18); }
.gxp-tile__name { font-weight: 700; }
.gxp-tile__count { opacity: .7; margin-top: 4px; font-size: 13px; }

.gxp-cards { display:grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.gxp-cardlink { text-decoration:none; display:block; }
.gxp-card { border:1px solid rgba(0,0,0,.08); border-radius: 18px; overflow:hidden; background: #fff; }
.gxp-card__img { width:100%; height: 170px; object-fit: cover; display:block; background: #f2f2f2; }
.gxp-card__body { padding: 12px 14px 14px; }
.gxp-card__title { font-weight: 800; font-size: 16px; line-height: 1.2; }
.gxp-card__subtitle { opacity:.75; margin-top: 4px; font-size: 13px; }

.gxp-meta { display:flex; flex-wrap:wrap; gap: 8px 12px; margin-top: 10px; }
.gxp-meta__item { font-size: 13px; opacity: .9; }
.gxp-meta--big .gxp-meta__item { font-size: 14px; }

.gxp-pagination { display:flex; align-items:center; justify-content:space-between; gap: 10px; margin-top: 16px; }
.gxp-page { opacity:.7; font-size: 13px; }

.gxp-btn { display:inline-flex; align-items:center; justify-content:center; padding: 10px 14px; border-radius: 999px; border:1px solid rgba(0,0,0,.12); text-decoration:none; font-weight: 700; font-size: 14px; }
.gxp-btn:hover { border-color: rgba(0,0,0,.22); }
.gxp-btn--primary { background: #111; color:#fff; border-color:#111; }
.gxp-btn--primary:hover { filter: brightness(1.05); }
.gxp-btn--disabled { opacity:.45; pointer-events:none; }

.gxp-input { width: min(520px, 100%); padding: 10px 12px; border-radius: 12px; border:1px solid rgba(0,0,0,.14); }
.gxp-search__form { display:flex; gap: 10px; align-items:center; flex-wrap:wrap; margin-bottom: 14px; }

.gxp-product__top { display:grid; grid-template-columns: 280px 1fr; gap: 18px; align-items:start; }
.gxp-product__img { width:100%; border-radius: 18px; border:1px solid rgba(0,0,0,.08); background:#f2f2f2; }
.gxp-section { margin-top: 18px; }
.gxp-specs { display:grid; grid-template-columns: 1fr; gap: 8px; }
.gxp-spec { display:flex; justify-content:space-between; gap: 12px; padding: 10px 12px; border:1px solid rgba(0,0,0,.08); border-radius: 14px; }
.gxp-spec__k { font-weight: 700; opacity:.9; }
.gxp-spec__v { opacity:.85; text-align:right; }

.gxp-error { padding: 12px; border:1px solid rgba(200,0,0,.25); border-radius: 14px; background: rgba(200,0,0,.05); color:#6b0000; }
.gxp-empty { padding: 12px; border:1px dashed rgba(0,0,0,.2); border-radius: 14px; opacity:.85; }

@media (max-width: 700px){
  .gxp-product__top { grid-template-columns: 1fr; }
  .gxp-card__img { height: 160px; }
}
