/* Style for the agent toggle button */
.agent-toggle-button {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
    margin-left: 15px;
    background-color: transparent;
    color: #0073e6;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.agent-toggle-button:hover {
    color: #005bb5;
    text-decoration: underline;
}

/* Hide agent-only content by default */
.agent_note {
    display: none;
    background-color: #f9f9f9;
    border-left: 4px solid #ff9800;
    padding: 8px;
    margin: 8px 0;
}


ul.agent_note {
    margin: 1.5em;
    border-left: 0px;
}

ol.agent_note {
    margin: 1.5em;
    border-left: 0px;
}