.cdp-live-map-wrap { position: relative; }
#cdp-live-map { width: 100%; border-radius: 10px; }
#cdp-live-share-btn { margin-left: 10px; padding: 8px 14px; background: #ff4d6d; color: #fff; border: none; border-radius: 6px; cursor: pointer; }
#cdp-live-status { font-size: 13px; color: #666; margin-top: 6px; }
#cdp-guest-name-input { padding: 6px 8px; margin-left: 6px; border: 1px solid #ccc; border-radius: 6px; }
.cdp-guest-warning { font-size: 12px; color: #8a6d3b; background: #fff8e6; padding: 8px 10px; border-radius: 6px; margin: 8px 0; }

.cdp-marker-popup button { margin-top: 6px; margin-right: 4px; padding: 5px 10px; border-radius: 6px; border: 1px solid #ccc; cursor: pointer; background: #fff; }
.cdp-marker-popup .cdp-popup-chat { background: #eee; }
.cdp-marker-popup .cdp-popup-call { background: #ff4d6d; color: #fff; border: none; }

.cdp-live-panel {
	position: fixed; bottom: 20px; right: 20px; width: 300px; max-height: 420px;
	background: #fff; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,.15);
	display: flex; flex-direction: column; z-index: 9999;
}
.cdp-live-panel-header { display: flex; justify-content: space-between; align-items: center; padding: 10px; border-bottom: 1px solid #eee; font-weight: 600; }
.cdp-live-panel-close { border: none; background: none; font-size: 18px; cursor: pointer; }
#cdp-live-chat-messages { flex: 1; overflow-y: auto; padding: 10px; max-height: 280px; }
#cdp-live-chat-form { display: flex; gap: 6px; padding: 8px; border-top: 1px solid #eee; }
#cdp-live-chat-input { flex: 1; padding: 6px; }

.cdp-video-modal {
	position: fixed; inset: 0; background: rgba(0,0,0,.75); z-index: 10000;
	display: flex; align-items: center; justify-content: center;
}
.cdp-video-modal-inner { background: #111; padding: 16px; border-radius: 12px; text-align: center; }
.cdp-video-grid { position: relative; width: 640px; max-width: 90vw; }
#cdp-video-remote { width: 100%; border-radius: 10px; background: #000; }
#cdp-video-local { position: absolute; bottom: 10px; right: 10px; width: 120px; border-radius: 8px; border: 2px solid #fff; }
#cdp-video-status { color: #fff; margin: 10px 0; }
#cdp-video-hangup { padding: 8px 20px; background: #e0245e; color: #fff; border: none; border-radius: 6px; cursor: pointer; }
