/*
 * Styles for the AMCoLab LearnPress collapsible sections plugin.
 *
 * The goal of these styles is to make the sign‑out button appear polished
 * and consistent with typical WordPress and LearnPress elements. It
 * displays as a full‑width block at the top of the sidebar, with spacing
 * and typography similar to other buttons on the page. Feel free to
 * adjust the colours to better match your theme.
 */

.amcolab-signout-button {
    display: block;
    width: 50%;
    margin: 2% 0 1rem 0;
    padding: 0.75rem 1rem;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    color: #07294d;
    /*background-color: #07294d; !* WordPress core blue *!*/
    border: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
