/* Aivie for WooCommerce admin styles */

.aivie-wc-settings details > summary {
    cursor: pointer;
    list-style: none;
    margin-bottom: 8px;
}

.aivie-wc-settings details > summary::-webkit-details-marker {
    display: none;
}

.aivie-wc-settings details > summary h2::before {
    content: "▶ ";
    font-size: 0.75em;
}

.aivie-wc-settings details[open] > summary h2::before {
    content: "▼ ";
}

#aivie_wc_sync_status .inside ul {
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

#aivie_wc_sync_status .inside ul li {
    margin-bottom: 4px;
    font-size: 12px;
}
