/*
Theme Name: WanaRyd
Theme URI: https://wanaryd.com
Author: WanaRyd LLC
Author URI: https://wanaryd.com
Description: Full Site Editing block theme for WanaRyd Motorcycle — Largest Retailer of Harley Wheels in the US. WooCommerce-ready with bold red and charcoal motorsport aesthetic.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-site-editing, block-patterns, woocommerce, e-commerce, motorsport, custom-colors, custom-logo, wide-blocks
Text Domain: wanaryd

WanaRyd FSE Theme — replicating the bold red, charcoal, and white motorsport aesthetic.
*/


/* Search Box Fix */
.wanaryd-search .wp-block-search__input {
  background-color: #ffffff !important;
  color: #222222 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px 0 0 4px !important;
  padding: 8px 14px !important;
  min-height: 44px !important;
  font-size: 15px !important;
}

.wanaryd-search .wp-block-search__input::placeholder {
  color: #888888 !important;
}

.wanaryd-search .wp-block-search__button {
  background-color: #222222 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 4px 4px 0 !important;
  min-height: 44px !important;
  padding: 8px 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wanaryd-search .wp-block-search__button svg {
  fill: #ffffff !important;
}

.wanaryd-search .wp-block-search__button:hover {
  background-color: #c41f1f !important;
}