.locx-store-locator {
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 4px;
}

.locx-store-locator-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.locx-store-locator-form input[type="text"] {
    padding: 6px 8px;
    min-width: 150px;
}

.locx-store-locator-form button {
    padding: 6px 12px;
    cursor: pointer;
}

.locx-store-locator-message {
    margin-top: 8px;
    color: #333;
}

.locx-store-card {
    border: 1px solid #eee;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 4px;
}

.locx-store-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.locx-store-address,
.locx-store-cep,
.locx-store-distance,
.locx-store-phone,
.locx-store-mobile {
    font-size: 13px;
    margin-bottom: 2px;
}

.locx-store-actions {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.locx-store-actions button,
.locx-store-actions a {
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #0073aa;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
}

.locx-store-actions a {
    display: inline-block;
}

.locx-store-locator-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.locx-store-locator-modal-content {
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    max-width: 600px;
    width: 100%;
    position: relative;
}

.locx-store-locator-modal-close {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.locx-store-locator-map {
    width: 100%;
    height: 360px;
}

