/**
 * THEME PAGE TOOLS
 * 
 * Contains styling for page tools.
 */


/* General
---------------------------------------------------------*/

.jor-theme-page-tools {
    align-items: center;
    display: flex;
    gap: 2rem;
    margin: 1.5rem 0 3rem;
}
