.zj-board-game-map-container {
position: relative;
width: 100%;
height: 600px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#zj-board-game-map {
width: 100%;
height: 100%;
}
#zj-add-location-btn {
position: absolute;
bottom: 30px;
left: 30px;
background-color: #da3b17;
color: white;
border: none;
border-radius: 50%;
width: 60px;
height: 60px;
font-size: 32px;
line-height: 1;
cursor: pointer;
box-shadow: 0 4px 10px rgba(218, 59, 23, 0.5);
transition: transform 0.2s, background-color 0.2s;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
#zj-add-location-btn:hover {
transform: scale(1.1);
background-color: #c03314;
} .zj-modal {
display: none;
position: fixed;
z-index: 99999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(2px);
}
.zj-modal-content {
background-color: #fefefe;
margin: 10% auto;
padding: 30px;
border: none;
width: 90%;
max-width: 500px;
border-radius: 16px;
font-family: 'Inter', sans-serif;
position: relative;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.zj-modal-content label {
margin-bottom: 0px;
}
.zj-close {
color: #aaa;
position: absolute;
top: 15px;
right: 20px;
font-size: 28px;
font-weight: bold;
cursor: pointer;
transition: color 0.2s;
}
.zj-close:hover,
.zj-close:focus {
color: #333;
text-decoration: none;
}
.zj-modal-content h2 {
margin-top: 0;
color: #da3b17;
font-size: 24px;
margin-bottom: 15px;
}
.zj-modal-content p {
color: #666;
margin-bottom: 20px;
font-size: 14px;
}
.zj-modal-content input[type="text"],
.zj-modal-content input[type="url"],
.zj-modal-content textarea {
width: 100%;
padding: 12px;
margin: 8px 0 16px 0;
border: 1px solid #ddd;
border-radius: 8px;
box-sizing: border-box;
font-family: inherit;
font-size: 14px;
transition: border-color 0.2s;
}
.zj-modal-content input:focus,
.zj-modal-content textarea:focus {
outline: none;
border-color: #f6b528;
}
.zj-btn {
background-color: #f6b528;
color: #fff;
padding: 12px 24px;
border: none;
border-radius: 8px;
cursor: pointer;
font-weight: bold;
font-size: 15px;
display: inline-block;
text-decoration: none;
transition: background-color 0.2s, transform 0.1s;
width: 100%;
text-align: center;
}
.zj-btn:hover {
background-color: #e5a722;
}
.zj-btn:active {
transform: translateY(1px);
}
.zj-visit-btn {
background-color: #da3b17;
width: auto;
margin-right: 10px;
}
.zj-visit-btn:hover {
background-color: #c03314;
color: #fff;
}
.zj-report-btn {
background: none;
border: none;
cursor: pointer;
padding: 5px;
margin-left: auto;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.2s;
}
.zj-report-btn:hover {
transform: scale(1.1);
background: none;
}
.gm-style-iw-t .gm-style-iw {
padding-right: 0px !important;
}
.gm-style-iw-d {
padding-right: 12px !important;
}
.gm-style-iw-chr {
height: 10px !important;
min-height: 10px !important;
padding: 0 !important;
}
.gm-style-iw-chr button {
width: 28px !important;
height: 28px !important;
}
.gm-style-iw-chr button span {
margin: 0 !important;
}
.zj-info-window {
padding: 10px;
min-width: 200px;
font-family: 'Inter', sans-serif;
}
.zj-info-window h3 {
margin: 0 0 10px 0;
color: #da3b17;
font-size: 18px;
}
.zj-info-window p {
margin: 0 0 15px 0;
color: #555;
font-size: 14px;
line-height: 1.4;
}
.zj-info-actions {
display: flex;
gap: 10px;
}