.body-search {
  margin-top:8px;
  align-items: flex-start;  /* <- this allows each block to grow independently */
  color: #E2E2E2;
  gap: 6px; width:100%;box-sizing: border-box; 
}
        .result { margin-top: 4px; padding: 10px; display: flex; gap: 10px;border-bottom:1px solid #444;}
        .thumb img { max-width: 120px; border-radius: 2px; border: 1px solid #000; }     
        .thumb img:hover {cursor: pointer;border:1px solid #0ea4ea;}     
        .category-path, .category-path a{ color: #6EE16C; font-size: 10px; }
        .title { font-size: 20px; color: #9fd7ff; text-decoration: none; }
        .description { margin-top: 5px; color: #ccc; }
        .caption { color: #bcbcbc; margin-top: 5px; font-size: 13px}
        .meta {color: #999; margin-top: 5px; }
     .search {background:#1e1e1e url(style/images/subtitle.png) repeat-x top left;}
    .search-container {
      display: flex;
      align-items: center; padding:10px 10px 0 10px;
    }
.search-form {
  position: relative;
  width: 100%;
}
.suggestions {
  margin-top: 0;
  color: #999;
  font-size: 14px;
  padding: 0;
}
    .search-icon {
      font-size: 28px;
      margin-right: 10px;
    }

.search-box {
  position: relative;
  flex-grow: 1;
}
.search-input {
  width: 50%;
  padding: 8px 35px 8px 10px;
  font-size: 16px;
  border: 1px solid #555;
  border-radius: 2px;
  box-sizing: border-box;
}
.search-button {
  right: 8px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
    .search-button svg {
      width: 16px;
      height: 16px;
      fill: #999;
    }

    .nav-tabs {
      margin-top: 12px;
      display: flex;
      gap: 20px;
      font-size: 18px;padding:0px 0px 0px 10px;
    }

    .nav-tabs a {
      text-decoration: none;
      color: white;
    }

    .nav-tabs a.active {
      font-weight: bold;
      position: relative;
    }

    .nav-tabs a.active::after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #d7001d;
    }

.pagination {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  user-select: none;
}

.page-link {
  color: #8ab4f8; /* Google blue-ish */
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.page-link:hover,
.page-link:focus {
  background-color: rgba(138, 180, 248, 0.3);
  color: #e8f0fe;
  outline: none;
}

.page-current {
  color: #fff;
  background-color: #3c4043; /* Darker background */
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 700;
}

.ellipsis {
  color: #5f6368;
  padding: 6px 4px;
  user-select: none;
}
