/*
Theme Name:     DeliveredWood
Theme URI:      https://deliveredwood.com
Template:       kadence
Author:         Rebecca O'Brien
Author URI:     https://variablesquirrel.com
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.kb-query-item.location p {
	line-height: 1.25em;
	margin: 4px 0;
}

#button-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
  gap: 12px;
  padding: 10px 0;
}

#button-list .btn {
  text-align: center;
  padding: 10px 16px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

#button-list .btn:hover {
  background-color: #45a049;
}
