/*
Theme Name: PinkyTech
Theme URI: https://pinkytech.pl
Author: PinkyTech
Author URI: https://pinkytech.pl
Description: Motyw dla firmy PinkyTech
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pinkytech
*/

/* Import głównych stylów */
@import url('assets/css/main.css');

/* Style dla mapy */
#map {
    height: 500px;
    width: 100%;
    border-radius: 8px;
}

/* Style dla niestandardowych markerów */
.custom-div-icon {
    background: none;
    border: none;
}

.custom-div-icon i {
    transition: all 0.3s ease;
    transform-origin: center;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.custom-div-icon i:hover {
    transform: scale(1.2);
    filter: drop-shadow(4px 4px 4px rgba(0,0,0,0.8)) !important;
    background: #f8f8f8;
} 

.g-recaptcha {
    margin-left: 40px;
}

.form-message.success { color: #2e7d32; margin-bottom: 1em; }
.form-message.error { color: #c62828; margin-bottom: 1em; }