
#consultix-editor-container {
    background: white;
    border: 2px solid #00174d;
    padding: 20px;
    border-radius: 12px;
    max-width: 900px;
    margin: auto;
}

.editor-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.editor-buttons button, .editor-buttons input[type="submit"] {
    background-color: #00174d;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.editor-buttons button:hover, .editor-buttons input[type="submit"]:hover {
    background-color: white;
    color: #00174d;
    border: 1px solid #00174d;
}

.hover-text {
    color: #717171;
    font-style: italic;
    margin-top: 10px;
}
