.elementor-1275 .elementor-element.elementor-element-465fc9d5:not(.elementor-motion-effects-element-type-background), .elementor-1275 .elementor-element.elementor-element-465fc9d5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0b0d10;}.elementor-1275 .elementor-element.elementor-element-465fc9d5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:24px 16px 16px 16px;}.elementor-1275 .elementor-element.elementor-element-465fc9d5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1275 .elementor-element.elementor-element-1fdd68b9 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for column, class: .elementor-element-1fdd68b9 *//* ===== TechUp24 Price Compare — UI Kit ===== */
body.page { background:#0b0d10; }

/* Chips row */
.pc-chips { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 16px; }
.pc-chip {
  background:#1a1d23; color:#fff; border-radius:999px;
  padding:6px 14px; font-size:14px; font-weight:600; display:inline-block;
}
.pc-chip:hover { background:#0073e6; }

/* Sidebar */
.pc-filter { color:#e5e7eb; background:#111418; padding:14px; border-radius:10px; }
.pc-filter-title { display:block; margin:12px 0 6px; font-weight:700; color:#fff; }
.pc-filter-group label { display:block; font-size:14px; margin:6px 0; }
.pc-filter input[type="checkbox"] { margin-right:8px; }
.pc-note { font-size:12px; color:#94a3b8; margin-top:10px; }

/* Grid */
.pc-grid {
  display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:16px;
}
@media (max-width: 1024px) { .pc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .pc-grid { grid-template-columns: 1fr; } }

/* Card */
.pc-card {
  background:#fff; color:#111; border-radius:12px;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  padding:14px; text-align:center;
}
.pc-card img { width:100%; height:auto; border-radius:8px; }
.pc-card h3 { font-size:16px; line-height:1.35; margin:10px 0 6px; font-weight:700; }
.pc-meta { font-size:12.5px; color:#6b7280; margin-bottom:8px; }
.pc-price { font-size:20px; font-weight:800; margin-bottom:10px; }
.pc-btn {
  display:inline-block; background:#0073e6; color:#fff; text-decoration:none;
  padding:10px 14px; border-radius:8px; font-weight:700;
}
.pc-btn:hover { background:#005bb5; }/* End custom CSS */