/* oacom Template - User Custom CSS */

/*
 * This file is for user customizations.
 * Add your custom CSS rules here.
 * This file will not be overwritten during template updates.
 */

/* Counter the global `svg { position: absolute; top: 0 }` rule in components.css
   and force a sane size — template CSS otherwise blows the icons up.
   Scope: seomasterinline editor + toggle button. */
#seomaster-inline-editor svg,
#seomaster-inline-toggle svg {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
}

/* Header close button uses a slightly larger X */
#seomaster-inline-editor .seomaster-inline-close svg {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
}
