@import url("styles/themes/theme-alice.min.css");
.factory-flag{ visibility: hidden; }


.highlight { color: #252733 !important; }

/* WordPress Gutenberg alignment classes */
.has-text-align-left {
    text-align: left !important;
}

.has-text-align-center {
    text-align: center !important;
}

.has-text-align-right {
    text-align: right !important;
}

.has-text-align-justify {
    text-align: justify !important;
}

/* WordPress wide and full alignment */
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* WordPress image alignment */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* WordPress block spacing */
.wp-block-image {
    margin-bottom: 1.5em;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/* WordPress button styles */
.wp-block-button__link {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

/* WordPress list styles */
.has-background {
    padding: 1.25em 2.375em;
}

/* Clear floats */
.alignleft:after,
.alignright:after {
    content: "";
    display: table;
    clear: both;
}
