/*
Theme Name: iZap Softworks
Theme URI: https://izap.com.br/
Author: Arthur Astar
Author URI: https://izap.com.br/
Description: Tema de desenvolvimento iZap Softworks
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5.2
Requires PHP: 7.4
License: MIT License
 
.btn-custom-blue {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.btn-custom-blue:hover {
    background-color: #005177;
    color: white;
}

.text-small-blue {
    color: #005177;
}

.text-blue {
    color: #0073aa;
}

.block-busca {
    background-color: #f8f9fa;
}

.menu-busca input.form-control {
    padding: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.list-group-item:hover {
    background-color: #f8f9fa;
}
 