.laptop-section-main{padding:20px;font-family:'Segoe UI',sans-serif}.laptop-section-compare-table,.laptop-section-conclusion,.laptop-section-filters,.laptop-section-intro,.laptop-section-top-picks{margin-bottom:40px}.laptop-section-compare-table h2,.laptop-section-conclusion h2,.laptop-section-filters h2,.laptop-section-intro h1,.laptop-section-top-picks h2{font-size:1.75rem;margin-bottom:10px}.laptop-filter-form{display:grid;gap:10px;max-width:500px}.laptop-usecase{margin-bottom:30px;background:#f8f9fa;padding:15px;border-radius:8px}.laptop-compare-table{width:100%;border-collapse:collapse;font-size:.95rem}.laptop-compare-table td,.laptop-compare-table th{border:1px solid #ccc;padding:10px;text-align:left}.laptop-compare-table th{background-color:#f1f1f1}.img-placeholder{height:180px;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;color:#666;margin-top:10px;font-size:.9rem}
/*# sourceMappingURL=pc-latptops.css.map */

.laptop-section-editor-picks {
  margin-top: 60px;
}

.editor-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.product-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-highlights {
  margin: 15px 0;
  padding-left: 18px;
}

.product-meta {
  margin: 12px 0;
  font-weight: 600;
}

.price-tag {
  color: #111;
}

.product-cta {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 18px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
}


/* ================= FILTER SECTION ================= */

.laptop-section-filters-wrapper {
  margin: 50px 0;
  padding: 30px;
  background: #f9fafb;
  border-radius: 10px;
}

.laptop-section-filters-wrapper h2 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}

/* Grid Layout */
.laptop-filters-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Individual Filter Block */
.filter-group {
  display: flex;
  flex-direction: column;
}

.filter-group label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #333;
}

/* Select Styling */
.filter-group select {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  background: #ffffff;
  cursor: pointer;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.filter-group select:focus {
  outline: none;
  border-color: #111;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}


.rating{
display:flex;
flex-direction:column;
line-height:1.1;
}

.stars{
color:#f5a623;
font-size:14px;
}

.rating-number{
font-size:12px;
color:#666;
}

.table-buy-btn,
.table-deal-btn{
display:inline-block;
margin:2px 4px;
padding:6px 10px;
font-size:13px;
border-radius:4px;
text-decoration:none;
}

.table-buy-btn{
background:#2d6cdf;
color:#fff;
}

.table-deal-btn{
background:#28a745;
color:#fff;
}

.laptop-compare-table{
width:100%;
border-collapse:collapse;
}

.laptop-compare-table th,
.laptop-compare-table td{
padding:10px 12px;
text-align:left;
vertical-align:middle;
}

.laptop-compare-table{
width:100%;
min-width:900px;
}

.laptop-compare-table th{
white-space: nowrap;
}

.laptop-compare-table th,
.laptop-compare-table td{
white-space: nowrap;
word-break: normal;
}

.laptop-compare-table td{
color:#222;
}

.laptop-compare-table .rating{
color:#f5a623;
font-weight:600;
}

.table-scroll-hint{
font-size:14px;
color:#666;
margin:8px 0;
font-style:italic;
}


.table-buy-btn{
background:#0a7cff;
color:#fff;
padding:6px 10px;
border-radius:4px;
font-size:13px;
display:inline-block;
margin:2px 0;
text-decoration:none;
}

.table-buy-btn:hover{
background:#065ec4;
}

.table-deal-btn{
background:#ff7a00;
color:#fff;
padding:6px 10px;
border-radius:4px;
font-size:13px;
display:inline-block;
margin:2px 0;
text-decoration:none;
}

.editor-badge{
background:#ffcc00;
color:#000;
font-size:12px;
padding:2px 6px;
margin-left:6px;
border-radius:4px;
font-weight:600;
}

.editor-choice{
background:#fffdf4;
}

/* Enable horizontal scroll */
.laptop-section-compare-table {
  width: 100%;
  overflow-x: auto;
}

/* Table layout */
.laptop-compare-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
}

/* Sticky header */
/* Sticky table header WITHOUT breaking design */

/* Sticky header (always on top) */
.laptop-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 10; /* higher than sticky column */
  white-space: nowrap;
}

/* Sticky "Check Price" column */
.laptop-compare-table th:last-child,
.laptop-compare-table td:last-child {
  position: sticky;
  right: 0;
  background: #fff; /* match table background */
  z-index: 5;       /* less than header */
}

/* Prevent text wrapping in headers */
.laptop-compare-table th {
  white-space: nowrap;
}

/* Rating stars */
.rating .stars {
  color: #ffb400;
  letter-spacing: 1px;
  font-size: 14px;
}

.rating-number {
  font-size: 13px;
  color: #666;
  margin-left: 4px;
}

/* Affiliate buttons */
.table-buy-btn {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.table-buy-btn:hover {
  background: #e65c00;
}

.table-deal-btn {
  display: inline-block;
  margin-top: 4px;
  background: #0073e6;
  color: #fff;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
  text-decoration: none;
}

.table-deal-btn:hover {
  background: #005bb5;
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .laptop-filters-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .laptop-filters-grid {
    grid-template-columns: 1fr;
  }
}