/*

Theme Name: Divi Child

Theme URI: https://example.com/divi-child/

Description: Scruffy

Author: Gekkoshot

Author URI: https://example.com

Template: Divi

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

.results-card {
    display: block;
    background: #124692;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}




