/* Akku-Kierrätys – Google Maps Shortcode Styles */

.akku-kierratys-map-wrap {
    width: 100%;
    margin: 1.5em 0;
}

.akku-kierratys-map-wrap .akku-map {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* InfoWindow */
.akku-map-info {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    max-width: 280px;
    padding: 4px 2px;
}

.akku-map-info h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.akku-map-info p {
    margin: 0 0 4px;
    color: #555;
}

.akku-map-info a {
    color: #52a333;
    text-decoration: none;
}

.akku-map-info a:hover {
    text-decoration: underline;
}

/* Search Form */
.akku-map-search-container {
    margin-bottom: 1em;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.akku-search-input {
    flex: 1;
    min-width: 200px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-size: 16px;
    box-sizing: border-box;
}

.akku-search-input:focus {
    border-radius: 0px;
    outline: 0;
}

.akku-search-btn {
    padding: 10px 20px;
    background-color: #52a333;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.akku-search-btn:hover {
    background-color: #cc601d;
}

.akku-reset-btn {
    background-color: #313233;
}

.akku-reset-btn:hover {
    background-color: #b5b5bd;
}

/* Results */
.akku-map-results {
    margin-top: 1.5em;
    background: #fff;
    padding: 15px;
    border-radius: 0px;
    border: none;
}

.akku-map-results h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.akku-map-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.akku-map-result-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.akku-map-result-item span {
    color: #52a333;
    font-style: italic;
}

.akku-map-result-item:last-child {
    border-bottom: none;
}