/* 
    Axvart Theme CSS For Editor Only
    @package Axvart FSE Theme
    @version 1.0.0

    ------------------
    Table of Contents:
    ------------------
    01. - Layout
    02. - Headings
    03. - Paragraphs
    04. - Links
    05. - Images
    06. - Figures


*/

/* 
-> Layout
*/

:where(.wp-site-blocks) > * {
    margin-block-start: 0 !important;
}

/* 
-> Headings
*/

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
    margin: 0 0 15px;
    padding: 0;
}

/* 
-> Paragraphs
*/

html :where(.editor-styles-wrapper) p {
    margin: 0 0 15px;
    padding: 0;
}

/*
-> Links
*/

html :where(.editor-styles-wrapper) a {
    text-decoration: none;
}

html :where(.editor-styles-wrapper) a:hover {
    text-decoration: underline;
}

/*
-> Images
*/

html :where(.editor-styles-wrapper) img {
    max-width: 100%;
    height: auto;
}

/*
-> Figures
*/

html :where(.editor-styles-wrapper) figure {
    margin: 0;
    padding: 0;
}
