/* Estilos personalizados para el layout del plugin */
body {
    background-color: #f8f9fa;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    padding: 20px;
    background-color: #343a40;
    color: #fff;
}
.sidebar .nav-link {
    color: #adb5bd;
    font-size: 1.1em;
    padding: 10px 15px;
    border-radius: .25rem;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
    color: #fff;
    background-color: #495057;
}
.sidebar .nav-link .bi {
    margin-right: 10px;
}
.sidebar .sidebar-header {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #495057;
    text-align: center;
}
.sidebar .sidebar-header h3 {
    font-weight: 300;
}
.content {
    margin-left: 280px;
    padding: 30px;
}
.card-header {
    background-color: #e9ecef;
}
.checklist-item-review {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.checklist-item-review:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.photo-review {
    max-width: 150px;
    border-radius: .375rem;
    border: 1px solid #dee2e6;
}
.respuesta-badge {
    font-size: 1em;
}
.sidebar .sub-menu {
    padding-left: 30px;
}
.checklist-item {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.checklist-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.checklist-item {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.photo-preview {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: .25rem;
    border: 1px solid #dee2e6;
    display: none; /* Oculto por defecto */
}
.editor-toolbar {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}
.editor-textarea {
    width: 100%;
    height: 400px;
    border: none;
    padding: 15px;
    font-family: monospace;
    resize: vertical;
}
.chat-container { height: 450px; display: flex; flex-direction: column; }
.chat-messages { flex-grow: 1; overflow-y: auto; padding: 10px; }