/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Navigation
    # Dropdown Menus
    # Sidebar Navigation
# Post Navigation
# Header
# Post Content
# Widgets
# Content Layout
# Sidebars
# Footer
# Featured Images
# Icons
# Compatibility
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	padding: 8px;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 42px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h2 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h3 {
	font-size: 29px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h4,
h5,
h6 {
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #55555e;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	border: 1px solid;
	border-radius: 0;
	padding: 10px 15px;
	max-width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
button,
input {
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a {
	text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
	padding: 10px 20px;
	display: inline-block;
}

.wp-block-button .wp-block-button__link {
	font-size: inherit;
	line-height: inherit;
}

.using-mouse :focus {
	outline: 0;
}

.using-mouse ::-moz-focus-inner {
	border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.no-sidebar .entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	z-index: 100;
	padding: 0;
	clear: both;
	display: block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .main-nav ul li a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
}

.inside-navigation {
	position: relative;
}

.main-navigation .inside-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-navigation .main-nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-navigation li {
	position: relative;
}

.main-navigation .menu-bar-items {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.main-navigation .menu-bar-items a {
	color: inherit;
}

.main-navigation .menu-bar-item {
	position: relative;
}

.main-navigation .menu-bar-item.search-item {
	z-index: 20;
}

.main-navigation .menu-bar-item > a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
}

.sidebar .main-navigation .main-nav {
	flex-basis: 100%;
}

.sidebar .main-navigation .main-nav > ul {
	flex-direction: column;
}

.sidebar .main-navigation .menu-bar-items {
	margin: 0 auto;
}

.sidebar .main-navigation .menu-bar-items .search-item {
	order: 10;
}

.nav-align-center .inside-navigation {
	justify-content: center;
}

.nav-align-center .main-nav > ul {
	justify-content: center;
}

.nav-align-right .inside-navigation {
	justify-content: flex-end;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
	display: block;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	left: -99999px;
	opacity: 0;
	z-index: 99999;
	width: 200px;
	text-align: left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
	font-size: 14px;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
}

.main-navigation.sub-menu-left ul ul {
	box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation.sub-menu-left .sub-menu {
	right: 0;
}

.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
	left: auto;
	opacity: 1;
	transition-delay: 150ms;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
	left: 100%;
	top: 0;
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
	right: 100%;
	left: auto;
}

.nav-float-right .main-navigation ul ul ul {
	top: 0;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 20px;
	padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/
.widget-area .main-navigation li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
	top: 0;
	left: 100%;
}

.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
	top: 0;
	right: 100%;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

.site-main .post-navigation {
	margin-bottom: 0;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.paging-navigation .nav-links > * {
	padding: 0 5px;
}

.paging-navigation .nav-links .current {
	font-weight: bold;
}

/* Less specific so we don't overwrite existing customizations. */
.nav-links > *:first-child {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
}

.inside-header {
	padding: 20px 40px;
}

.main-title {
	margin: 0;
	font-size: 25px;
	line-height: 1.2em;
	word-wrap: break-word;
	font-weight: bold;
	text-transform: none;
}

.site-description {
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.site-logo {
	display: inline-block;
	max-width: 100%;
}

.site-header .header-image {
	vertical-align: middle;
}

.inside-header {
	display: flex;
	align-items: center;
}

.header-widget {
	margin-left: auto;
}

.header-widget p:last-child {
	margin-bottom: 0;
}

.nav-float-right .header-widget {
	margin-left: 20px;
}

.nav-float-right #site-navigation {
	margin-left: auto;
}

.nav-float-left #site-navigation {
	margin-right: auto;
	order: -10;
}

.nav-float-left .header-widget {
	margin-left: 0;
	margin-right: 20px;
	order: -15;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header {
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.header-aligned-center:not([class*="nav-float-"]) .header-widget {
	margin-left: auto;
	margin-right: auto;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header > *:not(:first-child) {
	margin-top: 1em;
}

.header-aligned-right:not([class*="nav-float-"]) .inside-header {
	justify-content: flex-end;
}

.header-aligned-right:not([class*="nav-float-"]) .header-widget {
	margin-right: auto;
	margin-left: 0;
	order: -10;
}

.site-branding-container {
	display: inline-flex;
	align-items: center;
	text-align: left;
	flex-shrink: 0;
}

.site-branding-container .site-logo {
	margin-right: 1em;
}

/*--------------------------------------------------------------
# Post Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.posted-on .updated,
.entry-header .gp-icon {
	display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
	display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
	display: block;
}

.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
	margin-top: 2em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
	display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.site-content,
.entry-header {
	word-wrap: break-word;
}

.entry-title {
	margin-bottom: 0;
}

.author .page-header .page-title {
	display: flex;
	align-items: center;
}

.author .page-header .avatar {
	margin-right: 20px;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 85%;
	margin-top: .5em;
	line-height: 1.5;
}

footer.entry-meta {
	margin-top: 2em;
}

.cat-links,
.tags-links,
.comments-link {
	display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: 0.8;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

.wp-block-image figcaption {
	font-size: 13px;
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery,
ul.blocks-gallery-grid {
	margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Post Loop Block
--------------------------------------------------------------*/
.wp-block-post-template {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
	padding: 40px;
}

.widget select {
	max-width: 100%;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget .search-field {
	width: 100%;
}

.widget .search-form {
	display: flex;
}

.widget .search-form button.search-submit {
	font-size: 15px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.sidebar .widget:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.widget ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 0.5em;
}

.widget ul li ul {
	margin-left: 1em;
	margin-top: 0.5em;
}

.wp-calendar-table {
	table-layout: fixed;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/
.site-content {
	display: flex;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.sidebar .widget,
.page-header,
.site-main > * {
	margin-bottom: 20px;
}

.both-right .inside-left-sidebar,
.both-left .inside-left-sidebar {
	margin-right: 10px;
}

.both-right .inside-right-sidebar,
.both-left .inside-right-sidebar {
	margin-left: 10px;
}

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
	margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
	margin-left: 40px;
}

.one-container.both-sidebars .site-main {
	margin: 0px 40px 0px 40px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
	padding-bottom: 40px;
}

.one-container .site-content {
	padding: 40px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
	padding: 40px;
}

.separate-containers .site-main {
	margin: 20px;
}

.separate-containers.no-sidebar .site-main {
	margin-left: 0;
	margin-right: 0;
}

.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
	margin-left: 0;
}

.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
	margin-right: 0;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}

.inside-page-header {
	padding: 40px;
}

.widget-area .main-navigation {
	margin-bottom: 20px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/
.full-width-content .container.grid-container {
	max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
	padding: 0;
}

.full-width-content .entry-content .alignwide {
	margin-left: 0;
	width: auto;
	max-width: unset;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/
.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.sidebar .grid-container {
	max-width: 100%;
	width: 100%;
}

.left-sidebar .sidebar,
.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar {
	order: -10;
}

.both-left .is-right-sidebar {
	order: -5;
}

.both-right .is-left-sidebar {
	order: 5;
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
	order: 10;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.inside-site-info {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
}

.site-info {
	text-align: center;
	font-size: 15px;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/
.post-image:not(:first-child) {
	margin-top: 2em;
}

.featured-image {
	line-height: 0;
	/* no more weird spacing */
}

.separate-containers .featured-image {
	margin-top: 20px;
}

.separate-containers .inside-article > .featured-image {
	margin-top: 0;
	margin-bottom: 2em;
}

.one-container .inside-article > .featured-image {
	margin-top: 0;
	margin-bottom: 2em;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.gp-icon {
	display: inline-flex;
	align-self: center;
}

.gp-icon svg {
	height: 1em;
	width: 1em;
	top: .125em;
	position: relative;
	fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
	display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
	display: block;
}

.entry-meta .gp-icon {
	margin-right: 0.6em;
	opacity: 0.7;
}

nav.toggled .icon-arrow-left svg {
	transform: rotate(-90deg);
}

nav.toggled .icon-arrow-right svg {
	transform: rotate(90deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
	transform: rotate(180deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
	transform: rotate(-270deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
	transform: rotate(270deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/
/* Bootstrap fix */
.container.grid-container {
	width: auto;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
	display: none;
}

.menu-toggle {
	padding: 0 20px;
	line-height: 60px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	cursor: pointer;
}

.menu-toggle .mobile-menu {
	padding-left: 3px;
}

.menu-toggle .gp-icon + .mobile-menu {
	padding-left: 9px;
}

.menu-toggle .mobile-menu:empty {
	display: none;
}

button.menu-toggle {
	background-color: transparent;
	flex-grow: 1;
	border: 0;
	text-align: center;
}

button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus {
	background-color: transparent;
}

.has-menu-bar-items button.menu-toggle {
	flex-grow: 0;
}

nav.toggled ul ul.sub-menu {
	width: 100%;
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
	padding-left: 20px;
}

.main-navigation.toggled .main-nav {
	flex-basis: 100%;
	order: 3;
}

.main-navigation.toggled .main-nav > ul {
	display: block;
}

.main-navigation.toggled .main-nav li {
	width: 100%;
	text-align: left;
}

.main-navigation.toggled .main-nav ul ul {
	transition: 0s;
	visibility: hidden;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation.toggled .main-nav ul ul li:last-child > ul {
	border-bottom: 0;
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
	position: relative;
	top: 0;
	left: auto !important;
	right: auto !important;
	width: 100%;
	pointer-events: auto;
	height: auto;
	opacity: 1;
	display: block;
	visibility: visible;
	float: none;
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.mobile-menu-control-wrapper {
	display: none;
	margin-left: auto;
	align-items: center;
}

.has-inline-mobile-toggle #site-navigation.toggled {
	margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
	margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active {
	position: relative;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
	outline: auto;
}

.nav-float-left .mobile-menu-control-wrapper {
	order: -10;
	margin-left: 0;
	margin-right: auto;
	flex-direction: row-reverse;
}

/*--------------------------------------------------------------
## Breakpoint (768px)
--------------------------------------------------------------*/
@media (max-width: 768px) {
	.hide-on-mobile {
		display: none !important;
	}
	/*--------------------------------------------------------------
	## Links
	--------------------------------------------------------------*/
	a, body, button, input, select, textarea {
		transition: all 0s ease-in-out;
	}
	/*--------------------------------------------------------------
	## Header
	--------------------------------------------------------------*/
	.inside-header {
		flex-direction: column;
		text-align: center;
	}
	.site-header .header-widget {
		margin-top: 1.5em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	/*--------------------------------------------------------------
	## Content Area
	--------------------------------------------------------------*/
	.site-content {
		flex-direction: column;
	}
	.container .site-content .content-area {
		width: auto;
	}
	.is-left-sidebar.sidebar,
	.is-right-sidebar.sidebar {
		width: auto;
		order: initial;
	}
	.is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
		margin-top: 0;
	}
	.both-right .inside-left-sidebar,
	.both-left .inside-left-sidebar,
	.both-right .inside-right-sidebar,
	.both-left .inside-right-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
	#main {
		margin-left: 0;
		margin-right: 0;
	}
	body:not(.no-sidebar) #main {
		margin-bottom: 0;
	}
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.comment .children {
		padding-left: 10px;
		margin-left: 0;
	}
	.entry-meta {
		font-size: inherit;
	}
	.entry-meta a {
		line-height: 1.8em;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.hide-on-tablet {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-on-desktop {
		display: none !important;
	}
}


/*--------------------------------------------------------------
# GeneratePerf.com
----------------------------------------------------------------
Tout le CSS du site vit ici (consolidé dans main.css, qui remplace celui de GeneratePress).
Couleurs : variables GeneratePress (Personnaliser → Couleurs), nommées par clarté comme sur les sites
de l'agence et dans le mode sombre de GeneratePerf : --darkest = fond, --lightest = texte fort.
Palette : bleu nuit OKLCH h=262, vert et turquoise GeneratePerf (maquettes/palette.py de la base).
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Tokens
--------------------------------------------------------------*/

:root {
	color-scheme: dark;
	--spacing: 2rem;
	--spacing-100: .5rem;	/* 8px */
	--spacing-200: 1rem;	/* 16px */
	--spacing-300: 1.5rem;	/* 24px */
	--spacing-400: 2rem;	/* 32px */
	--spacing-500: 2.5rem;	/* 40px */
	--spacing-600: 3rem;	/* 48px */
	--spacing-700: 3.5rem;	/* 56px */
	--spacing-800: 4rem;	/* 64px */
	--spacing-900: 5rem;	/* 80px */
	--spacing-1000: 7rem;	/* 112px */
	--radius-s: 8px;
	--radius-m: 12px;
	--radius-l: 20px;
	--radius-pill: 999px;
	/* Vert GeneratePerf à faible opacité : halos, fonds de pastille, bordures actives */
	--glow-soft: rgb(69 228 45 / .08);
	--glow: rgb(69 228 45 / .16);
	--glow-strong: rgb(69 228 45 / .35);
	--shadow-glow: 0 0 0 1px rgb(69 228 45 / .25), 0 8px 32px -8px rgb(69 228 45 / .35);
	--logo-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 215 199'%3E%3Cpath d='M207.58 120.23c6.2 0 8.9 7.83 4.04 11.68h-.08l-.03.08-88.42 69.76c-4.95 3.9-12-.77-10.33-6.86l18.13-66.4a6.54 6.54 0 0 0-6.3-8.26h-29.5a6.54 6.54 0 0 1-6.3-8.27l9.18-33.65a6.5 6.5 0 0 1 6.3-4.8h79.69c4.3 0 7.43 4.1 6.3 8.26l-8.24 30.2a6.54 6.54 0 0 0 6.3 8.26z'/%3E%3Cpath d='m210.34 8.27-9.19 33.64a6.5 6.5 0 0 1-6.29 4.82H88.28a6.5 6.5 0 0 0-6.3 4.81c-7.25 26.6-14.77 54.1-22.05 80.77a6.54 6.54 0 0 0 6.3 8.26h29.5c4.31 0 7.44 4.1 6.3 8.27l-9.18 33.65a6.5 6.5 0 0 1-6.3 4.8H6.85c-4.3 0-7.43-4.1-6.3-8.26L48.14 4.8A6.5 6.5 0 0 1 54.43 0h149.6c4.31 0 7.44 4.1 6.3 8.27'/%3E%3C/svg%3E");
	scrollbar-color: var(--borders) var(--darkest);
}

/*--------------------------------------------------------------
## Ambiance
--------------------------------------------------------------*/

html {
	-webkit-tap-highlight-color: transparent;
}

body {
	background-color: var(--darkest);
	color: var(--light);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	background-color: var(--primary);
	color: var(--darkest);
}

:focus-visible {
	outline: 2px solid var(--primary);
	outline-offset: 3px;
}

a {
	transition: color .15s ease;
}

a:hover,
a:focus {
	color: var(--primary-hover);
}

hr {
	background-color: var(--borders);
}

/*--------------------------------------------------------------
## Typographie
--------------------------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
	color: var(--lightest);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -.02em;
	text-wrap: balance;
}

h1,
.h1 {
	font-size: 40px;
	margin-bottom: 24px;
}

h2,
.h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 22px;
	margin-bottom: 16px;
}

h4 {
	font-size: 18px;
}

p,
li {
	text-wrap: pretty;
}

strong,
b {
	color: var(--lightest);
	font-weight: 600;
}

code,
kbd,
tt,
var {
	font-size: .9em;
}

p code,
li code {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: 4px;
	color: var(--lightest);
	padding: .1em .35em;
}

pre {
	background-color: var(--darker);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	color: var(--lightest);
}

/* Mot mis en avant dans un titre : <span class="text-accent"> */
.text-accent {
	color: var(--primary);
}

/* Surtitre : « OUR SERVICES » au-dessus d'un titre de section */
.eyebrow {
	color: var(--primary);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.lead {
	color: var(--light);
	font-size: 18px;
	line-height: 1.6;
}

@media (min-width: 769px) {
	h1,
	.h1 {
		font-size: 64px;
		letter-spacing: -.03em;
	}

	h2,
	.h2 {
		font-size: 44px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	.lead {
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
## Boutons
--------------------------------------------------------------*/

.button-primary,
.button-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	border-radius: var(--radius-s);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	padding: 14px 22px;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .2s ease, color .15s ease;
}

.button-primary {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--darkest);
}

.button-primary:hover,
.button-primary:focus {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	box-shadow: var(--shadow-glow);
	color: var(--darkest);
}

.button-outline {
	background-color: transparent;
	border: 1px solid var(--glow-strong);
	color: var(--primary);
}

.button-outline:hover,
.button-outline:focus {
	background-color: var(--glow-soft);
	border-color: var(--primary);
	color: var(--primary-hover);
}

/*--------------------------------------------------------------
## Composants
--------------------------------------------------------------*/

/* Conteneur de section : largeur du site (--gb-container-width, 1200px) et gouttières, comme l'en-tête */
.margin-main {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--gb-container-width, 1200px);
	margin-inline: auto;
	padding-inline: 20px;
}

/* Menu principal : « Sign in » n'y figure que sur mobile (bouton dédié dans l'en-tête sur ordinateur) */
@media (min-width: 1025px) {
	.menu-item-account {
		display: none !important;
	}
}

/* Colonne de liens du pied de page : intitulé puis liens empilés */
.footer-col {
	display: grid;
	align-content: start;
	row-gap: 12px;
}

.footer-col > p:first-child {
	color: var(--lightest);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.footer-col > a {
	color: var(--light);
	font-size: 15px;
	text-decoration: none;
	justify-self: start;
}

.footer-col > a:hover,
.footer-col > a:focus {
	color: var(--primary);
}

/* Espacement vertical d'une section de page */
.section-space {
	padding-block: 104px;
}

@media (max-width: 767px) {
	.section-space {
		padding-block: 64px;
	}
}

/* En-tête de section centré : surtitre, titre, chapeau */
.section-head {
	max-width: 760px;
	margin-inline: auto;
	margin-bottom: 56px;
	text-align: center;
}

.section-head > h2 {
	margin-bottom: 16px;
}

.section-head > p:last-child {
	color: var(--medium);
	font-size: 18px;
	margin-bottom: 0;
}

/* Carte de fonctionnalité : pastille d'icône, titre, texte */
.feature-card {
	display: grid;
	align-content: start;
	row-gap: 14px;
	padding: 28px;
}

.feature-card > h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.feature-card > p {
	color: var(--medium);
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Étape numérotée : le numéro vient d'un compteur CSS (.steps sur la grille) */
.steps {
	counter-reset: step;
}

.step-card {
	position: relative;
	counter-increment: step;
}

.step-card::after {
	content: "0" counter(step);
	position: absolute;
	top: 24px;
	right: 28px;
	color: var(--primary);
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 14px;
	opacity: .7;
}

/* Offre tarifaire : nom, prix, prix par site, inclus, bouton */
.plan-card {
	display: grid;
	align-content: start;
	row-gap: 16px;
	padding: 32px 28px;
}

.plan-card > p {
	margin-bottom: 0;
}

.plan-card > p:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	color: var(--lightest);
	font-size: 18px;
	font-weight: 600;
}

.plan-card > p:first-child mark {
	background-color: var(--glow-soft);
	border: 1px solid var(--glow-strong);
	border-radius: var(--radius-pill);
	color: var(--primary);
	font-size: 12px;
	font-weight: 600;
	padding: 3px 10px;
}

.plan-card > p:nth-child(2) {
	color: var(--lightest);
	font-family: Poppins, Poppins-fallback, sans-serif;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1;
}

.plan-card > p:nth-child(2) span {
	color: var(--medium);
	font-family: Manrope, Manrope-fallback, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
}

.plan-card > p:nth-child(3) {
	color: var(--medium);
	font-size: 14px;
}

.plan-card > ul {
	display: grid;
	row-gap: 10px;
	border-top: 1px solid var(--borders);
	list-style: none;
	margin: 8px 0;
	padding-top: 20px;
}

.plan-card > ul > li {
	position: relative;
	color: var(--light);
	font-size: 15px;
	padding-left: 26px;
}

.plan-card > ul > li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 8px;
	border-bottom: 2px solid var(--primary);
	border-left: 2px solid var(--primary);
	transform: rotate(-45deg);
}

.plan-card > a {
	margin-top: auto;
}

.plan-card.is-featured {
	border-color: var(--glow-strong);
	box-shadow: var(--shadow-glow);
}

/* Questions fréquentes : blocs Détails natifs (sans script) */
.faq-list {
	display: grid;
	row-gap: 12px;
	max-width: 840px;
	margin-inline: auto;
}

.faq-list > details {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	padding: 0 24px;
}

.faq-list > details[open] {
	border-color: var(--glow-strong);
}

.faq-list > details > summary {
	position: relative;
	color: var(--lightest);
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
	list-style: none;
	padding: 20px 32px 20px 0;
}

.faq-list > details > summary::-webkit-details-marker {
	display: none;
}

.faq-list > details > summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--primary);
	font-size: 24px;
	font-weight: 400;
	transform: translateY(-50%);
}

.faq-list > details[open] > summary::after {
	content: "−";
}

.faq-list > details > p {
	color: var(--light);
	margin-bottom: 20px;
}

/* Texte long (pages légales) : blocs natifs (titres, paragraphes, listes) dans une colonne lisible */
.prose {
	max-width: 760px;
	margin-inline: auto;
}

.prose > h2 {
	font-size: 24px;
	margin-top: 48px;
	margin-bottom: 16px;
}

.prose > h3 {
	font-size: 18px;
	margin-top: 28px;
	margin-bottom: 12px;
}

.prose > p,
.prose > ul,
.prose > ol {
	color: var(--light);
	margin-bottom: 16px;
}

.prose > ul,
.prose > ol {
	margin-left: 1.2em;
}

.prose li + li {
	margin-top: 6px;
}

.prose a {
	color: var(--primary);
}

.prose > .prose-note {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	color: var(--medium);
	font-size: 15px;
	padding: 16px 20px;
}

/* Membre de l'équipe : initiales en pastille, nom, rôle */
.team-card {
	display: grid;
	justify-items: start;
	row-gap: 6px;
	padding: 28px;
}

.team-card > span:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 10px;
	background-color: var(--glow-soft);
	border: 1px solid var(--glow-strong);
	border-radius: 50%;
	color: var(--primary);
	font-family: Poppins, Poppins-fallback, sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.team-card > h3 {
	font-size: 19px;
	margin-bottom: 0;
}

.team-card > p {
	color: var(--medium);
	font-size: 15px;
	margin-bottom: 0;
}

/* Sélecteur de langue de l'en-tête (shortcode generateperf_lang_switch) ; sur mobile, l'item « Langues » du menu */
.lang-switch {
	border: 1px solid var(--borders);
	border-radius: var(--radius-s);
	color: var(--light);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .04em;
	padding: 5px 9px;
	text-decoration: none;
}

.lang-switch:hover,
.lang-switch:focus {
	border-color: var(--glow-strong);
	color: var(--primary);
}

@media (max-width: 1024px) {
	.lang-switch {
		display: none;
	}
}

/* Pastille d'icône : carré arrondi à fond vert discret (cartes, étapes, arguments) */
.icon-tile {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background-color: var(--glow-soft);
	border: 1px solid var(--glow-strong);
	border-radius: var(--radius-s);
	color: var(--primary);
	line-height: 0;
}

/* Pastille : « ● Web performance plugin » */
.badge-pill {
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	background-color: var(--glow-soft);
	border: 1px solid var(--glow-strong);
	border-radius: var(--radius-pill);
	color: var(--primary);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 6px 12px;
}

.badge-pill::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: currentColor;
	box-shadow: 0 0 8px currentColor;
}

/* Carte à bordure fine : fond de carte, bordure qui s'allume au survol */
.card-outline {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-l);
	transition: border-color .2s ease, background-color .2s ease;
}

.card-outline:hover {
	background-color: var(--dark-hover);
	border-color: var(--glow-strong);
}

/* Chiffre clé : « 50K+ » */
.stat-value {
	color: var(--primary);
	font-family: Poppins, Poppins-fallback, sans-serif;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1;
	text-shadow: 0 0 24px var(--glow-strong);
}

/* Capture d'écran mise en vitrine (tableau de bord de l'extension) */
.screen-frame {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-l);
	box-shadow: 0 0 0 1px var(--glow-soft), 0 40px 120px -40px var(--glow-strong);
	overflow: hidden;
}

/*--------------------------------------------------------------
## Console de navigateur (décor en code, jamais en image)
----------------------------------------------------------------
Bloc element .console-window (+ pause-offscreen, data-title="Console") ; enfants = blocs text <p> :
.cmd (commande, invite ›), sans classe (sortie), .ok (résultat en vert), .dim (commentaire).
Jetons dans le texte : <span class="c-key|c-str|c-num|c-dim">. Les lignes apparaissent une à une
quand la console entre dans l'écran (.playing posée par GeneratePerf, option pause_offscreen).
--------------------------------------------------------------*/

.console-window {
	position: relative;
	background-color: var(--darkest);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	box-shadow: 0 0 0 1px var(--glow-soft), 0 32px 80px -32px var(--glow-strong);
	color: var(--light);
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 13px;
	line-height: 1.7;
	overflow: hidden;
	padding: 50px 20px 18px;
	text-align: left;
}

/* Barre de fenêtre : trois pastilles et le titre (data-title) */
.console-window::before {
	content: attr(data-title);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 34px;
	display: flex;
	align-items: center;
	padding-left: 78px;
	background-color: var(--dark);
	background-image:
		radial-gradient(circle at 20px 17px, var(--borders) 5px, transparent 6px),
		radial-gradient(circle at 38px 17px, var(--borders) 5px, transparent 6px),
		radial-gradient(circle at 56px 17px, var(--primary) 5px, transparent 6px);
	border-bottom: 1px solid var(--borders);
	color: var(--medium);
	font-size: 12px;
	letter-spacing: .02em;
}

.console-window > p {
	margin-bottom: 0;
	overflow-wrap: anywhere;
	white-space: pre-wrap;
	animation: console-line .35s ease-out both;
}

/* Lignes en <code> (wptexturize n'y touche pas : guillemets droits conservés) : sans le style des code du texte */
.console-window code {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	padding: 0;
}

.console-window > p:not(.cmd) {
	padding-left: 20px;
}

.console-window > p.cmd {
	color: var(--lightest);
}

.console-window > p.cmd::before {
	content: "›";
	color: var(--primary);
	margin-right: 10px;
}

.console-window > p.cmd:not(:first-of-type) {
	margin-top: 10px;
}

.console-window > p.ok {
	color: var(--primary);
}

.console-window > p.dim {
	color: var(--medium);
}

/* Curseur clignotant après la dernière ligne */
.console-window > p:last-child::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 15px;
	margin-left: 6px;
	background-color: var(--primary);
	vertical-align: -2px;
	animation: console-cursor 1s steps(1) infinite;
}

.console-window .c-key {
	color: var(--secondary);
}

.console-window .c-str {
	color: var(--primary);
}

.console-window .c-num {
	color: #f5b945;
}

.console-window .c-dim {
	color: var(--medium);
}

.console-window > p:nth-of-type(2) { animation-delay: .35s; }
.console-window > p:nth-of-type(3) { animation-delay: .7s; }
.console-window > p:nth-of-type(4) { animation-delay: 1.05s; }
.console-window > p:nth-of-type(5) { animation-delay: 1.4s; }
.console-window > p:nth-of-type(6) { animation-delay: 1.75s; }
.console-window > p:nth-of-type(7) { animation-delay: 2.1s; }
.console-window > p:nth-of-type(8) { animation-delay: 2.45s; }
.console-window > p:nth-of-type(9) { animation-delay: 2.8s; }
.console-window > p:nth-of-type(10) { animation-delay: 3.15s; }

/* Hors de l'écran : lignes et curseur en attente (pause-offscreen ne vise que l'élément lui-même) */
.console-window.pause-offscreen:not(.playing) > p,
.console-window.pause-offscreen:not(.playing) > p::after {
	animation-play-state: paused;
}

@keyframes console-line {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
}

@keyframes console-cursor {
	50% {
		opacity: 0;
	}
}

@media (max-width: 767px) {
	.console-window {
		font-size: 12px;
		padding: 46px 16px 16px;
	}
}

/*--------------------------------------------------------------
## Décors
----------------------------------------------------------------
Halos et logo en fond : pseudo-éléments, jamais de balise supplémentaire. La section décorée
porte la classe ; son contenu passe au-dessus (isolation + z-index du décor à -1).
--------------------------------------------------------------*/

.glow-top,
.glow-center,
.decor-logo {
	position: relative;
	isolation: isolate;
}

.glow-top::before,
.glow-center::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
}

.glow-top::before {
	background: radial-gradient(60% 50% at 50% 0%, var(--glow) 0%, transparent 70%);
}

.glow-center::before {
	background: radial-gradient(45% 45% at 50% 50%, var(--glow) 0%, transparent 75%);
}

.decor-logo::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -120px;
	z-index: -1;
	width: 520px;
	aspect-ratio: 215 / 199;
	background-color: var(--primary);
	-webkit-mask: var(--logo-mask) center / contain no-repeat;
	mask: var(--logo-mask) center / contain no-repeat;
	opacity: .06;
	transform: translateY(-50%);
	pointer-events: none;
}

.section-alt {
	background-color: var(--darker);
}

@media (max-width: 767px) {
	.decor-logo::after {
		width: 320px;
		right: -80px;
	}
}

/*--------------------------------------------------------------
## Formulaires Fluent Forms (contact, support)
----------------------------------------------------------------
GeneratePerf (css/reset.css) impose border-radius: var(--border-radius) !important aux champs et
boutons : l'arrondi se règle par la variable, jamais par une surenchère !important.
--------------------------------------------------------------*/

.fluentform {
	--border-radius: 8px;
}

.fluentform .ff-el-group {
	margin-bottom: 20px;
}

.fluentform .ff-el-input--label label,
.fluentform .ff-el-section-title {
	color: var(--lightest);
	font-size: 14px;
	font-weight: 600;
}

.fluentform .ff-el-is-required.asterisk-right label::after {
	color: var(--primary);
}

.fluentform .ff-el-form-control {
	background-color: var(--darker);
	border: 1px solid var(--borders);
	color: var(--lightest);
	font-size: 16px;
	line-height: 1.5;
	padding: 12px 14px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.fluentform .ff-el-form-control::placeholder {
	color: var(--medium);
	opacity: 1;
}

.fluentform .ff-el-form-control:focus {
	background-color: var(--darker);
	border-color: var(--primary);
	box-shadow: 0 0 0 3px var(--glow);
	color: var(--lightest);
	outline: 0;
}

.fluentform .ff-el-tc label,
.fluentform .ff_t_c {
	color: var(--light);
	font-size: 14px;
}

.fluentform .ff_t_c a {
	color: var(--primary);
}

.fluentform .ff-el-form-check-input {
	accent-color: var(--primary);
}

.fluentform .ff-btn.ff-btn-submit {
	background-color: var(--primary);
	border: 1px solid var(--primary);
	color: var(--darkest);
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 24px;
	transition: background-color .15s ease, box-shadow .2s ease;
}

.fluentform .ff-btn.ff-btn-submit:hover,
.fluentform .ff-btn.ff-btn-submit:focus {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
	box-shadow: var(--shadow-glow);
	color: var(--darkest);
	opacity: 1;
}

.fluentform .ff-el-is-error .ff-el-form-control {
	border-color: #ff6b6b;
}

.fluentform .error.text-danger {
	color: #ff6b6b;
	font-size: 13px;
}

.ff-message-success {
	background-color: var(--glow-soft);
	border: 1px solid var(--glow-strong);
	border-radius: var(--radius-m);
	box-shadow: none;
	color: var(--lightest);
	padding: 16px 20px;
}

/*--------------------------------------------------------------
## Documentation (/docs/)
----------------------------------------------------------------
Rendue par awp-plugin-editor (docs.php) : pages importées du dépôt de l'extension. Mise en page plus sobre que
le site : navigation latérale, colonne de lecture, tableaux et code lisibles.
--------------------------------------------------------------*/

.docs-layout,
.docs-index {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding: var(--spacing-600) 20px var(--spacing-900);
}

.docs-layout {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	column-gap: 56px;
	align-items: start;
}

/* Navigation latérale */
.docs-nav {
	position: sticky;
	top: 24px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	scrollbar-width: thin;
	font-size: 15px;
}

.docs-nav__section {
	color: var(--lightest);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .08em;
	margin: 24px 0 8px;
	text-transform: uppercase;
}

.docs-nav ul {
	list-style: none;
	margin: 0;
}

.docs-nav a {
	display: block;
	border-left: 2px solid var(--borders);
	color: var(--medium);
	padding: 5px 0 5px 14px;
	text-decoration: none;
}

.docs-nav a:hover,
.docs-nav a:focus {
	color: var(--lightest);
}

.docs-nav a[aria-current="page"] {
	border-left-color: var(--primary);
	color: var(--primary);
}

/* Recherche */
.docs-search input[type="search"] {
	width: 100%;
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-s);
	color: var(--lightest);
	font-size: 15px;
	padding: 10px 14px;
}

.docs-search input[type="search"]:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px var(--glow);
	outline: 0;
}

/* Article */
.docs-article__head {
	border-bottom: 1px solid var(--borders);
	margin-bottom: 32px;
	padding-bottom: 24px;
}

.docs-article__head .eyebrow a {
	color: inherit;
	text-decoration: none;
}

.docs-article__head h1 {
	font-size: 44px;
	margin-bottom: 12px;
}

.docs-article__head .lead {
	color: var(--medium);
	margin-bottom: 0;
}

.docs-prose {
	max-width: 760px;
	margin-inline: 0;
}

.docs-prose > h2 {
	scroll-margin-top: 24px;
}

.docs-prose > pre {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
	overflow-x: auto;
	padding: 16px 20px;
}

.docs-prose > pre code {
	background-color: transparent;
	border: 0;
	padding: 0;
}

.docs-prose table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 15px;
	margin-bottom: 24px;
}

.docs-prose th,
.docs-prose td {
	border: 0;
	border-bottom: 1px solid var(--borders);
	color: var(--light);
	padding: 12px 16px 12px 0;
	text-align: left;
	vertical-align: top;
}

.docs-prose th {
	color: var(--medium);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.docs-prose td:first-child {
	color: var(--lightest);
	font-weight: 600;
	min-width: 180px;
}

.docs-prose td code,
.docs-prose li code,
.docs-prose p code {
	white-space: nowrap;
}

.docs-prose > .docs-note {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-left: 3px solid var(--primary);
	border-radius: var(--radius-s);
	color: var(--light);
	font-size: 15px;
	padding: 12px 16px;
}

/* Page précédente / suivante */
.docs-pager {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: 760px;
	border-top: 1px solid var(--borders);
	margin-top: 56px;
	padding-top: 24px;
}

.docs-pager a {
	display: grid;
	row-gap: 4px;
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	color: var(--lightest);
	font-weight: 600;
	padding: 16px 20px;
	text-decoration: none;
	transition: border-color .15s ease;
}

.docs-pager a:hover,
.docs-pager a:focus {
	border-color: var(--glow-strong);
	color: var(--primary);
}

.docs-pager span {
	color: var(--medium);
	font-size: 13px;
	font-weight: 400;
}

.docs-pager__next {
	grid-column: 2;
	text-align: right;
}

/* Index */
.docs-index__head {
	max-width: 720px;
	margin-bottom: 48px;
}

.docs-index__head h1 {
	margin-bottom: 16px;
}

.docs-index__head .lead {
	color: var(--medium);
	margin-bottom: 28px;
}

.docs-index__section + .docs-index__section {
	margin-top: 48px;
}

.docs-index__section > h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.docs-index__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.docs-card {
	display: grid;
	align-content: start;
	row-gap: 8px;
	padding: 22px 24px;
	text-decoration: none;
}

.docs-card__title {
	color: var(--lightest);
	font-size: 17px;
	font-weight: 600;
}

.docs-card__summary {
	color: var(--medium);
	font-size: 14px;
	line-height: 1.55;
}

@media (max-width: 1024px) {
	.docs-layout {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 32px;
	}

	.docs-nav {
		position: static;
		max-height: none;
		border-bottom: 1px solid var(--borders);
		padding-bottom: 20px;
		order: 2;
	}

	.docs-index__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.docs-layout,
	.docs-index {
		padding-top: var(--spacing-400);
	}

	.docs-article__head h1 {
		font-size: 32px;
	}

	.docs-index__grid,
	.docs-pager {
		grid-template-columns: minmax(0, 1fr);
	}

	.docs-pager__next {
		grid-column: 1;
	}

	.docs-prose > pre,
	.docs-prose table {
		overflow-x: auto;
	}

	/* Tableau plus large que l'écran : il défile dans son cadre, jamais la page */
	.docs-prose table {
		display: block;
	}

	/* Tableaux : le code peut passer à la ligne, la première colonne n'impose plus de largeur */
	.docs-prose td:first-child {
		min-width: 0;
	}

	.docs-prose td code {
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

/*--------------------------------------------------------------
## Espace client
----------------------------------------------------------------
Rendu par awp-plugin-editor ([awp_customer_account], account-front.php) sur la page « Account ».
Connecté : en-tête, navigation latérale, cartes. Déconnecté : une carte centrée (connexion,
mot de passe oublié, nouveau mot de passe). Tableaux empilés en fiches sous 768px.
--------------------------------------------------------------*/

.awp-account {
	--awp-ok: var(--primary);
	--awp-warn: #f5b945;
	--awp-error: #ff6b6b;
	display: grid;
	gap: var(--spacing-300);
	/* Pages en pleine largeur : le conteneur de l'en-tête (1200px, 20px de marge intérieure) */
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding: var(--spacing-600) 20px var(--spacing-900);
}

.awp-muted,
.awp-help {
	color: var(--medium);
}

.awp-help {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

/* Carte : panneau fixe (pas d'effet de survol, contrairement à .card-outline) */
.awp-card,
.awp-auth {
	background-color: var(--dark);
	border: 1px solid var(--borders);
	border-radius: var(--radius-l);
	padding: var(--spacing-300);
}

.awp-card > :last-child,
.awp-auth > :last-child {
	margin-bottom: 0;
}

.awp-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 16px;
	margin-bottom: 16px;
}

.awp-card__title {
	font-size: 20px;
	margin-bottom: 0;
}

.awp-card--beta {
	border-color: rgb(245 185 69 / .35);
}

/* Pastilles d'état et marques */
.awp-status {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	border-radius: var(--radius-pill);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 10px;
	white-space: nowrap;
	color: var(--awp-tone);
	background-color: color-mix(in srgb, var(--awp-tone) 12%, transparent);
}

.awp-status::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: currentColor;
}

.awp-status--ok {
	--awp-tone: var(--awp-ok);
}

.awp-status--warn {
	--awp-tone: var(--awp-warn);
}

.awp-status--error {
	--awp-tone: var(--awp-error);
}

.awp-tag {
	border: 1px solid var(--borders);
	border-radius: 4px;
	color: var(--medium);
	font-size: 12px;
	margin-left: 6px;
	padding: 1px 6px;
	vertical-align: 1px;
}

.awp-tag--beta {
	border-color: rgb(245 185 69 / .45);
	color: var(--awp-warn);
}

/* Messages après une action */
.awp-notice {
	border: 1px solid;
	border-radius: var(--radius-m);
	margin-bottom: var(--spacing-300);
	padding: 12px 16px;
}

.awp-notice--ok {
	background-color: var(--glow-soft);
	border-color: var(--glow-strong);
	color: var(--lightest);
}

.awp-notice--error {
	background-color: rgb(255 107 107 / .08);
	border-color: rgb(255 107 107 / .4);
	color: var(--lightest);
}

/* Formulaires */
.awp-form {
	display: grid;
	gap: 16px;
}

.awp-form p,
.awp-inline-form {
	margin-bottom: 0;
}

.awp-field {
	display: grid;
	gap: 6px;
}

.awp-field label,
.awp-fieldset legend {
	color: var(--lightest);
	font-size: 14px;
	font-weight: 600;
}

.awp-field input {
	width: 100%;
	background-color: var(--darker);
	border: 1px solid var(--borders);
	border-radius: var(--radius-s);
	color: var(--lightest);
	font-size: 16px;
	padding: 12px 14px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.awp-field input:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px var(--glow);
	outline: 0;
}

.awp-check label {
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
	font-size: 15px;
}

.awp-check input {
	accent-color: var(--primary);
	width: 16px;
	height: 16px;
}

.awp-form__row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 16px;
}

.awp-fieldset {
	display: grid;
	gap: 16px;
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	margin: 0;
	padding: 16px;
}

.awp-fieldset legend {
	padding-inline: 6px;
}

.awp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.awp-account button.button-primary,
.awp-account button.button-outline {
	cursor: pointer;
	font-family: inherit;
}

/* Déconnecté : une carte centrée */
.awp-auth {
	width: 100%;
	max-width: 480px;
	justify-self: center;
	padding: var(--spacing-500) var(--spacing-400);
}

.awp-auth__title {
	font-size: 28px;
	margin-bottom: 8px;
}

.awp-auth .awp-form {
	margin-top: var(--spacing-300);
}

.awp-auth .awp-actions .button-primary {
	width: 100%;
}

.awp-auth__alt {
	font-size: 14px;
	margin-top: 16px;
	text-align: center;
}

/* Connecté : en-tête, navigation, contenu */
.awp-account__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
}

.awp-account__header .eyebrow {
	margin-bottom: 4px;
}

.awp-account__title {
	font-size: 36px;
	margin-bottom: 0;
}

.awp-account__logout {
	color: var(--medium);
	font-size: 14px;
}

.awp-account__nav ul {
	display: flex;
	gap: 4px;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	scrollbar-width: none;
}

.awp-account__nav a {
	display: block;
	border-radius: var(--radius-s);
	color: var(--light);
	font-weight: 600;
	padding: 10px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.awp-account__nav a:hover,
.awp-account__nav a:focus {
	background-color: var(--dark);
	color: var(--lightest);
}

.awp-account__nav a[aria-current="page"] {
	background-color: var(--glow-soft);
	box-shadow: inset 0 0 0 1px var(--glow-strong);
	color: var(--primary);
}

.awp-account__main {
	display: grid;
	gap: var(--spacing-300);
	min-width: 0;
	align-content: start;
}

.awp-account__main > .awp-notice {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.awp-account:has(> .awp-account__nav) {
		grid-template-columns: 220px minmax(0, 1fr);
		column-gap: var(--spacing-500);
	}

	.awp-account__header {
		grid-column: 1 / -1;
	}

	.awp-account__nav ul {
		position: sticky;
		top: var(--spacing-400);
		flex-direction: column;
	}
}

/* Clé de licence */
.awp-key {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.awp-key code {
	background-color: var(--darker);
	border: 1px dashed var(--glow-strong);
	border-radius: var(--radius-s);
	color: var(--primary);
	font-family: "JetBrains Mono", monospace;
	font-size: 20px;
	letter-spacing: .06em;
	padding: 10px 16px;
	user-select: all;
}

.awp-key .button-outline {
	padding: 10px 16px;
}

/* Faits : formule, échéance, sites */
.awp-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
	gap: 16px;
	border-top: 1px solid var(--borders);
	margin: var(--spacing-300) 0 0;
	padding-top: var(--spacing-300);
}

.awp-facts dt {
	color: var(--medium);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.awp-facts dd {
	color: var(--lightest);
	margin: 4px 0 0;
}

/* Tableaux : sites, factures */
.awp-table-wrap {
	overflow-x: auto;
}

.awp-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	font-size: 15px;
	margin: 0;
}

.awp-table th,
.awp-table td {
	border: 0;
	border-bottom: 1px solid var(--borders);
	padding: 12px 12px 12px 0;
	text-align: left;
	vertical-align: middle;
}

.awp-table th {
	color: var(--medium);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.awp-table tbody tr:last-child td {
	border-bottom: 0;
}

.awp-table td a {
	color: var(--lightest);
}

.awp-table__action {
	text-align: right;
	white-space: nowrap;
}

@media (max-width: 767px) {
	.awp-table thead {
		display: none;
	}

	.awp-table tr {
		display: grid;
		gap: 6px;
		border-bottom: 1px solid var(--borders);
		padding-block: 12px;
	}

	.awp-table tbody tr:last-child {
		border-bottom: 0;
	}

	.awp-table td {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		border: 0;
		padding: 0;
	}

	.awp-table td[data-label]::before {
		content: attr(data-label);
		color: var(--medium);
		font-size: 13px;
	}

	.awp-table__action {
		text-align: left;
	}
}

/* Confirmation sans script : <details> */
.awp-confirm summary {
	color: var(--medium);
	cursor: pointer;
	font-size: 14px;
	list-style: none;
}

.awp-confirm summary::-webkit-details-marker {
	display: none;
}

.awp-confirm summary:hover,
.awp-confirm[open] summary {
	color: var(--awp-error);
}

.awp-confirm__panel {
	max-width: 320px;
	background-color: var(--darker);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	font-size: 14px;
	margin-top: 8px;
	padding: 12px;
	text-align: left;
	white-space: normal;
}

.awp-confirm__panel p {
	margin-bottom: 12px;
}

.awp-confirm__panel .button-outline {
	border-color: rgb(255 107 107 / .5);
	color: var(--awp-error);
	font-size: 14px;
	padding: 8px 14px;
}

/* Téléchargements */
.awp-download {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.awp-download p {
	margin-bottom: 0;
}

.awp-download__version {
	color: var(--lightest);
	font-size: 22px;
	font-weight: 600;
}

.awp-changelog {
	border-top: 1px solid var(--borders);
	margin-top: var(--spacing-300);
	padding-top: 16px;
}

.awp-changelog summary {
	color: var(--primary);
	cursor: pointer;
	font-weight: 600;
}

.awp-changelog ul {
	margin: 12px 0 0 1.2em;
}

.awp-versions {
	list-style: none;
	margin: 16px 0 0;
}

.awp-versions li {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 16px;
	border-top: 1px solid var(--borders);
	padding-block: 10px;
}

/* Offres */
.awp-offers {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
	gap: 16px;
	margin-block: 16px;
}

.awp-offer {
	display: grid;
	gap: 12px;
	align-content: start;
	background-color: var(--darker);
	border: 1px solid var(--borders);
	border-radius: var(--radius-m);
	padding: 20px;
}

.awp-offer p {
	margin-bottom: 0;
}

.awp-offer.is-disabled {
	opacity: .55;
}

.awp-offer__name {
	color: var(--lightest);
	font-weight: 600;
}

.awp-offer__price {
	color: var(--primary);
	font-family: Poppins, Poppins-fallback, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
}

.awp-offer__price span {
	color: var(--medium);
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
}

.awp-offer .button-primary {
	width: 100%;
}

@media (max-width: 767px) {
	.awp-account {
		padding-block: var(--spacing-400) var(--spacing-600);
	}

	.awp-card,
	.awp-auth {
		padding: 20px;
	}

	.awp-account__title {
		font-size: 28px;
	}

	.awp-key code {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
