/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Child Theme -  Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Sercante Team - Katy Hege	
    Template: hello-elementor
	Version: 1.0	
*/
/* SEARCH PAGE */
.search-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* HEADER */
.search-header {
  margin-bottom: 32px;
}

.search-header h1 {
  font-size: 28px;
  margin-bottom: 16px;
}

.search-term {
  font-weight: 600;
}

.search-refine {
  max-width: 360px;
 width: 100%;
}
.search-refine .search-form {
  display: flex;
  justify-content: center;
}
/* GRID */
.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

/* CARD */
.search-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.search-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.search-card-header {
  margin-bottom: 10px;
}

.search-type {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #666;
  margin-bottom: 6px;
}

.search-title {
  font-size: 18px;
  margin: 0;
}

.search-title a {
  text-decoration: none;
  color: inherit;
}

.search-excerpt {
  font-size: 14px;
  color: #444;
  margin: 12px 0;
}

.search-meta {
  font-size: 12px;
  color: #777;
}

/* PAGINATION */
.search-pagination {
  margin-top: 40px;
}

/* EMPTY STATE */
.search-empty {
  text-align: center;
  padding: 60px 20px;
}

.search-empty h2 {
  font-size: 22px;
  margin-bottom: 12px;
}



