/*
Theme Name: Cheshire Homes
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: cheshire-homes
Tags: 
*/

.wp-block-archives-dropdown select {
  width: 100%;              /* make it full width */
  max-width: 300px;         /* or set a fixed width */
  padding: 10px 14px;       /* space inside */
  border: 2px solid #ddd;   /* border color */
  border-radius: 8px;       /* rounded corners */
  background-color: #fff;   /* background */
  font-size: 16px;          /* text size */
  font-family: inherit;     /* inherit theme font */
  color: #333;              /* text color */
  appearance: none;         /* hide default browser arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23333' height='20' width='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5.516 7.548l4.484 4.484 4.484-4.484L16 9.064l-6 6-6-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover & focus states */
.wp-block-archives-dropdown select:hover,
.wp-block-archives-dropdown select:focus {
  border-color: #0073aa; /* WordPress blue */
  box-shadow: 0 0 5px rgba(0,115,170,0.4);
  outline: none;
}
