/*!
 * wpsaurus-last-seen
 * http://wpsaurus.com
 * @author WPSaurus
 * @version 1.0.0
 * Copyright 2025. UNLICENSED licensed.
 */
:root{--wpsaurus-last-seen-item-spacing: 10px}.wpsaurus-last-seen{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.wpsaurus-last-seen .wpsaurus-last-seen__heading{color:var(--wpsaurus-last-seen-heading-color);text-align:center}.wpsaurus-last-seen .wpsaurus-last-seen__items{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:var(--wpsaurus-last-seen-item-spacing)}