.quill-editor {
    height: 200px;
}
.card .opacity-50 {
    opacity: 0.5;
}
.quick-actions .btn {
    margin: 2px;
}
#controls {
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
#map {
    height: 60vh;
}
#list-container {
    max-height: 30vh;
    overflow-y: auto;
    padding: 10px;
    background: #fff;
}
.place-item {
    border-bottom: 1px solid #eee;
    padding: 8px;
    cursor: pointer;
}
.place-item:hover {
    background: #f1f1f1;
}
.place-item video {
    max-width: 200px;
}
.badge {
    margin-right: 4px;
}
.lang-toggles {
    margin-bottom: 6px;
}
.lang-toggles .btn {
    padding: 0 6px;
    font-size: 0.75rem;
    line-height: 1.2;
}
.lang-content {
    margin-top: 4px;
}
.lang-content .desc {
    font-size: 0.85rem;
    color: #555;
}
