.wp-ebb-admin-container {
    margin-top: 20px;
}

.wp-ebb-visual-editor {
    border: 2px solid #ddd;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
}

.wp-ebb-map-container {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 15px;
    min-height: 200px;
}

.wp-ebb-map-image {
    display: block;
    max-width: 100%;
    height: auto;
}

.wp-ebb-booth-editor {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(0, 115, 170, 0.8);
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: move;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    z-index: 10;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    user-select: none;
}

.wp-ebb-booth-editor:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    z-index: 20;
}

.wp-ebb-booth-editor.dragging {
    opacity: 0.7;
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    z-index: 100;
}

.wp-ebb-booth-editor .booth-id {
    pointer-events: none;
}

.wp-ebb-booth-controls {
    margin-top: 15px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wp-ebb-add-booth-form {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.wp-ebb-add-booth-form input {
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wp-ebb-add-booth-form input[type="text"] {
    width: 80px;
}

.wp-ebb-add-booth-form input[type="number"] {
    width: 100px;
}

.wp-ebb-add-booth-form select {
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.wp-ebb-booth-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

.wp-ebb-booth-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

.wp-ebb-booth-item:last-child {
    border-bottom: none;
}

.wp-ebb-booth-item:hover {
    background: #f5f5f5;
}

.wp-ebb-booth-info {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 12px;
}

.wp-ebb-booth-id-display {
    font-weight: bold;
    color: #333;
}

.wp-ebb-booth-position {
    color: #666;
}

.wp-ebb-booth-type {
    background: #e7e7e7;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 11px;
}

.wp-ebb-remove-booth {
    background: #dc3545;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
}

.wp-ebb-remove-booth:hover {
    background: #c82333;
}

.wp-ebb-toggle-editor {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
}

.wp-ebb-toggle-editor:hover {
    background: #005a87;
}

.wp-ebb-visual-editor.hidden {
    display: none;
}

.wp-ebb-json-editor {
    margin-top: 20px;
}

.wp-abb-no-image {
    padding: 40px;
    text-align: center;
    background: #f9f9f9;
    border: 2px dashed #ddd;
    color: #666;
    font-style: italic;
}
