.map-placeholder { width: 100%; height: 260px; border: 5px solid rgb(200, 200, 200); outline: 1px solid rgb(213, 213, 213); background: #f5f5f5; position: relative; cursor: pointer; margin-bottom: 20px; }

.map-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 14px 24px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); font-size: 15px; font-weight: 600; white-space: nowrap; }
