/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Author: Саша
Author URI: https://example.com/
Description: Дочерняя тема OceanWP
Template: oceanwp
Version: 1.0
*/

/* Здесь можно писать свои стили */

/* ========== Стили страницы Поиск =========== */

.search-result-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.search-result-item {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}

.search-result-item .btn {
  display: inline-block;
  margin-top: 5px;
  padding: 6px 12px;
  background: #d50000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.custom-header-wrap > .elementor-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.tree-node > ul {
  display: none;
  margin-left: 20px;
}

.tree-node.open > ul {
  display: block;
}

.tree-toggle {
  cursor: pointer;
  display: inline-block;
  padding: 2px 4px;
  transition: background 0.2s ease;
}

.tree-toggle:hover {
  background: #eee;
}

.catalog-brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.catalog-brand {
  flex: 1 1 300px;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  background: #fafafa;
}

.brand-header {
  cursor: pointer;
  background: #eee;
  padding: 10px;
  border-radius: 5px;
}

.tree-node > ul {
  display: none;
  margin-left: 20px;
}

.tree-node.open > ul {
  display: block;
}

.tree-toggle {
  cursor: pointer;
  display: inline-block;
}
