<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.post-new-php.post-type-wp_automatic .wp-heading-inline, 
.wp-automatic-heading-hide {
    display: none !important;
}
.wp-automatic-header {
    background-color: #4c86e8;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 10px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 80%;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 40px;
}
.wp-automatic-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}
.wp-automatic-nav-link {
    color: #fff !important;
    padding: 12px 24px;
    text-transform: uppercase;
    margin-right: 8px;
    -webkit-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    transition: 0.2s !important;
    border-radius: 24px;
    text-decoration: none;
}
.wp-automatic-nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    -webkit-transition: 0.2s !important;
    -o-transition: 0.2s !important;
    transition: 0.2s !important;
    text-decoration: none !important;
    outline: none !important;
}
h1.wp-automatic-heading, span.wp-automatic-heading {
    text-align: center;
    color: #4c86e8;
    margin: 30px 0;
    font-size: 30px;
    font-weight: bold;
	display: block;
}
.license-container {
    display: block;
    text-align: center;
}
.license-container &gt; div {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
	float: none !important;
}
.license-container table {
    text-align: left;
}</pre></body></html>