1746 lines
67 KiB
CSS
1746 lines
67 KiB
CSS
/* File: automatic.css - Version: 4.0.0-rc-1 - Generated: 2026-03-25 09:32:16 */
|
|
@charset "UTF-8";
|
|
@layer acss-defaults {
|
|
/* Color Scheme */
|
|
:root {
|
|
color-scheme: light;
|
|
}
|
|
.scheme--light {
|
|
color-scheme: light;
|
|
}
|
|
.scheme--dark {
|
|
color-scheme: dark;
|
|
}
|
|
/* Feat: Reset */
|
|
:root {
|
|
interpolate-size: allow-keywords;
|
|
}
|
|
*, *::before, *::after {
|
|
box-sizing: border-box;
|
|
}
|
|
body {
|
|
min-block-size: 100vh;
|
|
}
|
|
input, button, textarea, select {
|
|
font: inherit;
|
|
}
|
|
button:not(nav button, [class*="btn--"]) {
|
|
line-height: var(--btn-line-height);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-transform: var(--btn-text-transform);
|
|
text-decoration: var(--btn-text-decoration);
|
|
text-align: var(--btn-text-align);
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
font-family: var(--btn-font-family);
|
|
}
|
|
:where(dd) {
|
|
margin-inline-start: 0;
|
|
}
|
|
/* Custom Fonts: Font 1 */
|
|
@font-face {
|
|
font-family: "RobotoCondensed";
|
|
src: url("/wp-content/fonts/roboto-condensed-latin.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-stretch: condensed;
|
|
font-variation-settings: ’wght’ 100 900;
|
|
}
|
|
/* Custom Fonts: Font 2 */
|
|
@font-face {
|
|
font-family: "Roboto";
|
|
src: url("/wp-content/fonts/roboto-latin.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-display: swap;
|
|
font-variation-settings: ’wght’ 100 900;
|
|
}
|
|
/* Custom Fonts: Font 3 */
|
|
@font-face {
|
|
font-family: "Great Vibes";
|
|
src: url("/wp-content/fonts/great-vibes-latin.woff2") format("woff2");
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
:root {
|
|
--accent-font: Great Vibes;
|
|
}
|
|
/* Feat: Body, Heading, or Text Defaults */
|
|
html {
|
|
font-size: var(--root-font-size) !important;
|
|
}
|
|
/* Feat: Body Defaults */
|
|
:where(body) {
|
|
font-size: var(--text-m);
|
|
overflow-x: clip;
|
|
font-family: var(--text-font-family);
|
|
color: var(--text-color);
|
|
line-height: var(--text-line-height);
|
|
font-weight: var(--text-font-weight);
|
|
text-wrap: var(--text-text-wrap);
|
|
background: var(--body-bg-color);
|
|
transition: background var(--transition);
|
|
}
|
|
:where(p) {
|
|
line-height: var(--text-line-height, calc(6px + 2ex));
|
|
}
|
|
/* Feat: Link Defaults */
|
|
body a:where(:not([class*= btn--])) {
|
|
color: var(--link-color, var(--primary));
|
|
font-weight: var(--link-weight, inherit);
|
|
-webkit-text-decoration: var(--link-decoration, inherit);
|
|
text-decoration: var(--link-decoration, inherit);
|
|
text-underline-offset: var(--link-underline-offset, auto);
|
|
transition: var(--link-transition, var(--transition));
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
body a:where(:not([class*= btn--])):hover {
|
|
color: var(--link-color-hover, var(--primary-hover));
|
|
}
|
|
}
|
|
/* Feat: Heading Defaults */
|
|
h1, :where(.h1), h2, :where(.h2), h3, :where(.h3), h4, :where(.h4), h5, :where(.h5), h6, :where(.h6) {
|
|
font-family: var(--heading-font-family);
|
|
line-height: var(--heading-line-height);
|
|
font-weight: var(--heading-font-weight);
|
|
max-width: var(--heading-max-width);
|
|
text-wrap: var(--heading-text-wrap);
|
|
}
|
|
h1 {
|
|
font-size: var(--h1);
|
|
font-family: var(--h1-font-family);
|
|
font-weight: var(--h1-font-weight);
|
|
line-height: var(--h1-line-height);
|
|
max-width: var(--h1-max-width);
|
|
}
|
|
h2 {
|
|
font-size: var(--h2);
|
|
max-width: var(--h2-max-width);
|
|
}
|
|
h3 {
|
|
font-size: var(--h3);
|
|
max-width: var(--h3-max-width);
|
|
}
|
|
h4 {
|
|
font-size: var(--h4);
|
|
line-height: var(--h4-line-height);
|
|
max-width: var(--h4-max-width);
|
|
}
|
|
h5 {
|
|
font-size: var(--h5);
|
|
max-width: var(--h5-max-width);
|
|
}
|
|
h6 {
|
|
font-size: var(--h6);
|
|
max-width: var(--h6-max-width);
|
|
}
|
|
/* Feat: Blockquote Styling */
|
|
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--blockquote-gap);
|
|
inline-size: 100%;
|
|
padding: var(--blockquote-padding);
|
|
gap: var(--blockquote-gap);
|
|
border-width: var(--blockquote-border-width);
|
|
border-style: var(--blockquote-border-style);
|
|
border-color: var(--blockquote-border-color);
|
|
border-radius: var(--blockquote-border-radius);
|
|
background: var(--blockquote-background);
|
|
box-shadow: var(--blockquote-box-shadow);
|
|
}
|
|
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) p {
|
|
color: var(--blockquote-text-color);
|
|
font-family: var(--blockquote-text-font-family);
|
|
font-style: var(--blockquote-text-font-style);
|
|
font-size: var(--blockquote-text-font-size);
|
|
font-weight: var(--blockquote-text-font-weight);
|
|
line-height: var(--blockquote-text-line-height);
|
|
text-align: var(--blockquote-text-text-align);
|
|
text-transform: var(--blockquote-text-text-transform);
|
|
}
|
|
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) footer, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) figcaption {
|
|
display: var(--blockquote-footer-display, flex);
|
|
flex-direction: var(--blockquote-footer-flex-direction, row);
|
|
align-items: var(--blockquote-footer-align-items, center);
|
|
gap: var(--blockquote-footer-gap, calc(var(--content-gap) / 2));
|
|
padding: var(--blockquote-footer-padding);
|
|
margin-block: var(--blockquote-footer-margin-block);
|
|
font-family: var(--blockquote-footer-font-family);
|
|
font-size: var(--blockquote-footer-font-size);
|
|
font-weight: var(--blockquote-footer-font-weight);
|
|
font-style: var(--blockquote-footer-font-style);
|
|
line-height: var(--blockquote-footer-line-height);
|
|
text-transform: var(--blockquote-footer-text-transform);
|
|
color: var(--blockquote-footer-color);
|
|
}
|
|
:where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) cite, :where(blockquote:where(:not(figure > blockquote)), figure:has(> blockquote), .blockquote):where(:not(:is(:is([class*="-card"] blockquote, figure[class*="-card"], figure[class*="-card"] blockquote)))) figcaption cite {
|
|
font-family: var(--blockquote-cite-font-family);
|
|
font-size: var(--blockquote-cite-font-size);
|
|
font-weight: var(--blockquote-cite-font-weight);
|
|
font-style: var(--blockquote-cite-font-style);
|
|
line-height: var(--blockquote-cite-line-height);
|
|
text-transform: var(--blockquote-cite-text-transform);
|
|
color: var(--blockquote-cite-color);
|
|
}
|
|
}
|
|
@layer acss-layer-anchors {
|
|
.btn--primary {
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.btn--primary-dark {
|
|
--btn-background: var(--primary-dark);
|
|
--btn-background-hover: var(--primary-ultra-dark);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary-dark);
|
|
--btn-border-color-hover: var(--primary-ultra-dark);
|
|
--focus-color: var(--primary-semi-dark);
|
|
}
|
|
.btn--primary-light {
|
|
--btn-background: var(--primary-ultra-light);
|
|
--btn-background-hover: var(--primary-light);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-dark);
|
|
--btn-border-color: var(--primary-ultra-light);
|
|
--btn-border-color-hover: var(--primary-light);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.btn--primary.btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.btn--primary-dark.btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-dark);
|
|
--btn-text-color: var(--primary-dark);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary-dark);
|
|
--btn-border-color-hover: var(--primary-dark);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.btn--primary-light.btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-light);
|
|
--btn-text-color: var(--primary-light);
|
|
--btn-text-color-hover: var(--primary-dark);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary-light);
|
|
--btn-border-color-hover: var(--primary-light);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.btn--secondary {
|
|
--btn-background: var(--secondary);
|
|
--btn-background-hover: var(--secondary-hover);
|
|
--btn-text-color: var(--secondary-ultra-light);
|
|
--btn-text-color-hover: var(--secondary-ultra-light);
|
|
--btn-border-color: var(--secondary);
|
|
--btn-border-color-hover: var(--secondary-hover);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
.btn--secondary-dark {
|
|
--btn-background: var(--secondary-dark);
|
|
--btn-background-hover: var(--secondary-ultra-dark);
|
|
--btn-text-color: var(--secondary-ultra-light);
|
|
--btn-text-color-hover: var(--secondary-ultra-light);
|
|
--btn-border-color: var(--secondary-dark);
|
|
--btn-border-color-hover: var(--secondary-ultra-dark);
|
|
--focus-color: var(--secondary-semi-dark);
|
|
}
|
|
.btn--secondary-light {
|
|
--btn-background: var(--secondary-ultra-light);
|
|
--btn-background-hover: var(--secondary-light);
|
|
--btn-text-color: var(--secondary);
|
|
--btn-text-color-hover: var(--secondary-ultra-dark);
|
|
--btn-border-color: var(--secondary-ultra-light);
|
|
--btn-border-color-hover: var(--secondary-light);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
.btn--secondary.btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--secondary-hover);
|
|
--btn-text-color: var(--secondary);
|
|
--btn-text-color-hover: var(--secondary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--secondary);
|
|
--btn-border-color-hover: var(--secondary-hover);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
.btn--secondary-dark.btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--secondary-dark);
|
|
--btn-text-color: var(--secondary-dark);
|
|
--btn-text-color-hover: var(--secondary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--secondary-dark);
|
|
--btn-border-color-hover: var(--secondary-dark);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
.btn--secondary-light.btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--secondary-light);
|
|
--btn-text-color: var(--secondary-light);
|
|
--btn-text-color-hover: var(--secondary-dark);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--secondary-light);
|
|
--btn-border-color-hover: var(--secondary-light);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)), [class*="btn--"].wp-block-button > .wp-block-button__link {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)):hover, [class*="btn--"].wp-block-button > .wp-block-button__link:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)):where(:focus-visible), [class*="btn--"].wp-block-button > .wp-block-button__link:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
@media (max-width: 48rem) {
|
|
[class*="btn--"]:where(:not(.btn--none, .wp-block-button)), [class*="btn--"].wp-block-button > .wp-block-button__link {
|
|
--btn-width: 100%;
|
|
--btn-min-width: 100%;
|
|
}
|
|
}
|
|
.btn--xs {
|
|
--btn-font-size: var(--text-xs);
|
|
}
|
|
.btn--s {
|
|
--btn-font-size: var(--text-s);
|
|
}
|
|
.btn--m {
|
|
--btn-font-size: var(--text-m);
|
|
}
|
|
.btn--l {
|
|
--btn-font-size: var(--text-l);
|
|
}
|
|
.btn--xl {
|
|
--btn-font-size: var(--text-xl);
|
|
}
|
|
.btn--xxl {
|
|
--btn-font-size: var(--text-xxl);
|
|
}
|
|
.btn--none {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
}
|
|
@layer acss-layer-cards {
|
|
.card, .age-card, .service-card, .price-card {
|
|
color-scheme: light;
|
|
display: var(--card-display, flex) !important;
|
|
flex-direction: var(--card-flex-direction, column);
|
|
position: relative;
|
|
overflow: var(--card-overflow, clip);
|
|
background-clip: padding-box;
|
|
transition: var(--card-transition, var(--transition));
|
|
font-size: var(--card-text-size, var(--text-s));
|
|
border-width: var(--card-border-width, var(--border-width));
|
|
border-style: var(--card-border-style, var(--border-style));
|
|
border-color: var(--card-border-color, transparent);
|
|
border-radius: var(--card-radius, var(--radius, 0));
|
|
padding: var(--card-padding, var(--space-m));
|
|
gap: var(--card-gap, var(--content-gap));
|
|
background: var(--card-background, var(--white));
|
|
color: var(--card-text-color, var(--text-dark));
|
|
line-height: var(--card-line-height, inherit);
|
|
box-shadow: var(--card-shadow, none);
|
|
}
|
|
.card :where([class*="__media"]:not([class*="wrapper"])), .age-card :where([class*="__media"]:not([class*="wrapper"])), .service-card :where([class*="__media"]:not([class*="wrapper"])), .price-card :where([class*="__media"]:not([class*="wrapper"])) {
|
|
border-radius: var(--card-media-radius, var(--radius, 0));
|
|
aspect-ratio: var(--card-media-aspect-ratio, 16/9);
|
|
object-fit: var(--card-media-object-fit, fill);
|
|
overflow: clip;
|
|
inline-size: 100%;
|
|
}
|
|
.card :where([class*="__media"]:not([class*="wrapper"])) img, .age-card :where([class*="__media"]:not([class*="wrapper"])) img, .service-card :where([class*="__media"]:not([class*="wrapper"])) img, .price-card :where([class*="__media"]:not([class*="wrapper"])) img {
|
|
object-fit: var(--card-media-object-fit, fill);
|
|
}
|
|
.card :where(img[class*="__avatar"]:not([class*="wrapper"])), .card :where([class*="__avatar"] img), .age-card :where(img[class*="__avatar"]:not([class*="wrapper"])), .age-card :where([class*="__avatar"] img), .service-card :where(img[class*="__avatar"]:not([class*="wrapper"])), .service-card :where([class*="__avatar"] img), .price-card :where(img[class*="__avatar"]:not([class*="wrapper"])), .price-card :where([class*="__avatar"] img) {
|
|
border-radius: var(--card-avatar-radius, 50vw);
|
|
border-width: var(--card-avatar-border-width, 0);
|
|
border-style: var(--card-avatar-border-style, solid);
|
|
border-color: var(--card-avatar-border-color, transparent);
|
|
inline-size: var(--card-avatar-size, 48px);
|
|
block-size: var(--card-avatar-size, 48px);
|
|
align-self: center;
|
|
aspect-ratio: var(--card-avatar-aspect-ratio, 1);
|
|
object-fit: cover;
|
|
overflow: clip;
|
|
}
|
|
.card :where(img[class*="__avatar"]:not([class*="wrapper"])) img, .card :where([class*="__avatar"] img) img, .age-card :where(img[class*="__avatar"]:not([class*="wrapper"])) img, .age-card :where([class*="__avatar"] img) img, .service-card :where(img[class*="__avatar"]:not([class*="wrapper"])) img, .service-card :where([class*="__avatar"] img) img, .price-card :where(img[class*="__avatar"]:not([class*="wrapper"])) img, .price-card :where([class*="__avatar"] img) img {
|
|
object-fit: cover;
|
|
}
|
|
.card :is(h1, h2, h3, h4, h5, h6), .age-card :is(h1, h2, h3, h4, h5, h6), .service-card :is(h1, h2, h3, h4, h5, h6), .price-card :is(h1, h2, h3, h4, h5, h6) {
|
|
font-size: var(--card-heading-size, var(--h3));
|
|
color: var(--card-heading-color, var(--text-dark));
|
|
}
|
|
.card a:where(:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*="btn--"], [data-icon])), .age-card a:where(:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*="btn--"], [data-icon])), .service-card a:where(:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*="btn--"], [data-icon])), .price-card a:where(:not(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class*="btn--"], [data-icon])) {
|
|
--link-color: var(--card-link-color, var(--primary));
|
|
--link-color-hover: var(--card-link-color-hover, var(--primary-hover));
|
|
}
|
|
.card :where([data-icon]), .age-card :where([data-icon]), .service-card :where([data-icon]), .price-card :where([data-icon]) {
|
|
--icon-radius: var(--card-icon-radius, var(--radius, 0));
|
|
--icon-size: var(--card-icon-size, 48px);
|
|
--icon-color: var(--card-icon-color, var(--icon-color, var(--text-dark)));
|
|
}
|
|
.card [class*="btn--"], .age-card [class*="btn--"], .service-card [class*="btn--"], .price-card [class*="btn--"] {
|
|
--btn-font-size: var(--card-button-font-size, var(--text-s));
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.card:where([class*="--light"]), .age-card:where([class*="--light"]), .service-card:where([class*="--light"]), .price-card:where([class*="--light"]) {
|
|
color-scheme: light;
|
|
}
|
|
.card:where([class*="--dark"]), .age-card:where([class*="--dark"]), .service-card:where([class*="--dark"]), .price-card:where([class*="--dark"]) {
|
|
color-scheme: dark;
|
|
}
|
|
}
|
|
@layer acss-layer-icons {
|
|
[data-icon]:is(svg, i, a) {
|
|
color-scheme: var(--icon-scheme, default);
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: content-box;
|
|
color: var(--icon-color, var(--neutral-dark));
|
|
font-size: var(--icon-size);
|
|
height: var(--icon-height, var(--icon-size, 24px));
|
|
width: var(--icon-width, var(--icon-size, 24px));
|
|
transition: var(--icon-transition, var(--transition));
|
|
box-shadow: var(--icon-shadow, none);
|
|
overflow: visible;
|
|
}
|
|
[data-icon]:is(i)::before {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
font-size: var(--icon-size);
|
|
}
|
|
[data-icon] svg {
|
|
color: var(--icon-color);
|
|
}
|
|
[data-icon]:is(a):hover, a:hover [data-icon], [data-icon] [data-icon-hover]:hover, [data-icon] [data-icon-hover]:hover [data-icon] {
|
|
--icon-background: var(--icon-background-hover);
|
|
--icon-color: var(--icon-color-hover);
|
|
--icon-border-color: var(--icon-border-color-hover);
|
|
}
|
|
.icon--xs, [data-icon-size="xs"] {
|
|
--icon-size: var(--icon-size-xs);
|
|
--icon-padding: var(--icon-padding-xs);
|
|
}
|
|
.icon--s, [data-icon-size="s"] {
|
|
--icon-size: var(--icon-size-s);
|
|
--icon-padding: var(--icon-padding-s);
|
|
}
|
|
.icon--m, [data-icon-size="m"] {
|
|
--icon-size: var(--icon-size-m);
|
|
--icon-padding: var(--icon-padding-m);
|
|
}
|
|
.icon--l, [data-icon-size="l"] {
|
|
--icon-size: var(--icon-size-l);
|
|
--icon-padding: var(--icon-padding-l);
|
|
}
|
|
.icon--xl, [data-icon-size="xl"] {
|
|
--icon-size: var(--icon-size-xl);
|
|
--icon-padding: var(--icon-padding-xl);
|
|
}
|
|
.icon--2xl, [data-icon-size="2xl"] {
|
|
--icon-size: var(--icon-size-2xl);
|
|
--icon-padding: var(--icon-padding-2xl);
|
|
}
|
|
.icon--boxed, [data-icon-style="boxed"] {
|
|
padding: var(--icon-padding, 12px);
|
|
border-width: var(--icon-border-width, 0);
|
|
border-style: var(--icon-border-style, solid);
|
|
border-radius: var(--icon-radius, var(--radius));
|
|
background: var(--icon-background, var(--neutral-ultra-light));
|
|
border-color: var(--icon-border-color, transparent);
|
|
}
|
|
.icon--plain, [data-icon-style="plain"] {
|
|
--icon-background: transparent;
|
|
--icon-border-width: 0;
|
|
--icon-padding: 0;
|
|
}
|
|
:is([data-icon-list], .icon-list) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--icon-list-gap, 1em);
|
|
}
|
|
:is([data-icon-list], .icon-list) :where(svg, i) {
|
|
--icon-size: var(--icon-list-icon-size, 1em);
|
|
position: relative;
|
|
translate: var(--icon-inline-offset, 0) var(--icon-block-offset, 0);
|
|
flex-shrink: 0;
|
|
}
|
|
:is([data-icon-list], .icon-list) :where(svg, i):is(svg, i, a) {
|
|
color-scheme: var(--icon-scheme, default);
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: content-box;
|
|
color: var(--icon-color, var(--neutral-dark));
|
|
font-size: var(--icon-size);
|
|
height: var(--icon-height, var(--icon-size, 24px));
|
|
width: var(--icon-width, var(--icon-size, 24px));
|
|
transition: var(--icon-transition, var(--transition));
|
|
box-shadow: var(--icon-shadow, none);
|
|
overflow: visible;
|
|
}
|
|
:is([data-icon-list], .icon-list) :where(svg, i):is(i)::before {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
font-size: var(--icon-size);
|
|
}
|
|
:is([data-icon-list], .icon-list) :where(svg, i) svg {
|
|
color: var(--icon-color);
|
|
}
|
|
:is([data-icon-list], .icon-list) :where(svg, i):is(a):hover, a:hover :is([data-icon-list], .icon-list) :where(svg, i), :is([data-icon-list], .icon-list) :where(svg, i) [data-icon-hover]:hover, :is([data-icon-list], .icon-list) :where(svg, i) [data-icon-hover]:hover [data-icon] {
|
|
--icon-background: var(--icon-background-hover);
|
|
--icon-color: var(--icon-color-hover);
|
|
--icon-border-color: var(--icon-border-color-hover);
|
|
}
|
|
:is([data-icon-list], .icon-list) a:hover {
|
|
--icon-color: var(--icon-color-hover, var(--primary));
|
|
--icon-background: var(--icon-background-hover, var(--primary-hover));
|
|
}
|
|
:where(a:has(> svg, > i)):hover {
|
|
--icon-color: var(--icon-color-hover, var(--primary));
|
|
--icon-background: var(--icon-background-hover, var(--primary-hover));
|
|
}
|
|
}
|
|
html {
|
|
background-color: var(--device-bg-color);
|
|
}
|
|
body {
|
|
inline-size: 100%;
|
|
max-inline-size: var(--body-max-width, 1800px);
|
|
box-shadow: var(--body-box-shadow, 20px 20px 20px 0 color-mix(in oklch, var(--neutral) 10%, transparent));
|
|
border-color: var(--body-border-color, color-mix(in oklch, var(--secondary) 20%, transparent));
|
|
border-style: var(--body-border-style, solid);
|
|
border-width: var(--body-border-width, 2px);
|
|
border-radius: var(--body-border-radius, 0);
|
|
margin-block-start: var(--body-margin-top, 0) !important;
|
|
margin-inline: auto !important;
|
|
}
|
|
header.sticky > *, #brx-header.sticky.sticky > * {
|
|
width: var(--boxed-width);
|
|
margin-inline: auto;
|
|
}
|
|
/* Scroll offset */
|
|
[id] {
|
|
scroll-margin-top: var(--offset, 0);
|
|
}
|
|
.hidden-accessible {
|
|
position: absolute !important;
|
|
inline-size: 1px !important;
|
|
block-size: 1px !important;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip-path: inset(100%);
|
|
white-space: nowrap;
|
|
/* added line */
|
|
border: 0;
|
|
}
|
|
@media (prefers-reduced-motion: reduce) {
|
|
html:focus-within {
|
|
scroll-behavior: auto;
|
|
}
|
|
*, *::before, *::after {
|
|
-webkit-animation-duration: 0.01ms !important;
|
|
animation-duration: 0.01ms !important;
|
|
-webkit-animation-iteration-count: 1 !important;
|
|
animation-iteration-count: 1 !important;
|
|
transition-duration: 0.01ms !important;
|
|
scroll-behavior: auto !important;
|
|
}
|
|
}
|
|
.skip-link {
|
|
position: absolute !important;
|
|
inset-block-start: 1rem;
|
|
inset-inline-start: 1rem;
|
|
transform: translateY(-250%);
|
|
--btn-min-width: fit-content;
|
|
z-index: 100;
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.skip-link:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.skip-link:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
.skip-link:focus-visible {
|
|
transform: translateY(0);
|
|
}
|
|
/* Feat: Focus Styles */
|
|
:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
:focus-visible {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
@supports not selector(:focus-visible) {
|
|
:focus {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
}
|
|
body:not(.content-offset--off):not(:has(header:is([data-sticky-header="0"]))) main > *:first-child > *:first-child {
|
|
margin-block-start: var(--header-height);
|
|
}
|
|
/* Feat: Default Section Styles */
|
|
:where(section:not(section section)) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-block: var(--section-padding-block);
|
|
padding-inline: var(--gutter);
|
|
}
|
|
:where(body > header) {
|
|
padding-block: var(--space-xs);
|
|
padding-inline: var(--gutter);
|
|
}
|
|
:where(body > footer) {
|
|
padding-block: var(--section-padding-block);
|
|
padding-inline: var(--gutter);
|
|
}
|
|
.surface-1 {
|
|
background-color: var(--surface-background-color, var(--surface-1-background-color));
|
|
background-image: var(--surface-asset, var(--surface-1-asset));
|
|
background-position: var(--surface-position, var(--surface-1-position, center center));
|
|
background-attachment: var(--surface-attachment, var(--surface-1-attachment));
|
|
background-repeat: var(--surface-repeat, var(--surface-1-repeat));
|
|
background-size: var(--surface-size, var(--surface-1-size));
|
|
animation: var(--surface-animation, var(--surface-1-animation, none));
|
|
border-image: fill 1 var(--surface-overlay, var(--surface-1-overlay));
|
|
}
|
|
.bg--ultra-light {
|
|
background: var(--bg-ultra-light);
|
|
}
|
|
.bg--light {
|
|
background: var(--bg-light);
|
|
}
|
|
.bg--dark {
|
|
background: var(--bg-dark);
|
|
}
|
|
.bg--ultra-dark {
|
|
background: var(--bg-ultra-dark);
|
|
}
|
|
.text--light {
|
|
color: var(--text-light);
|
|
}
|
|
.text--light-muted {
|
|
color: var(--text-light-muted);
|
|
}
|
|
.text--dark {
|
|
color: var(--text-dark);
|
|
}
|
|
.text--dark-muted {
|
|
color: var(--text-dark-muted);
|
|
}
|
|
:where(.bg--ultra-light) {
|
|
--relative-text-color: var(--bg-ultra-light-text);
|
|
color: var(--relative-text-color, inherit);
|
|
}
|
|
:where(.bg--light) {
|
|
--relative-text-color: var(--bg-light-text);
|
|
color: var(--relative-text-color, inherit);
|
|
}
|
|
:where(.bg--dark, .surface-1, .surface-1) {
|
|
--relative-text-color: var(--bg-dark-text);
|
|
color: var(--relative-text-color, inherit);
|
|
}
|
|
:where(.bg--ultra-dark) {
|
|
--relative-text-color: var(--bg-ultra-dark-text);
|
|
color: var(--relative-text-color, inherit);
|
|
}
|
|
.bg--ultra-light :where(h1, h2, h3, h4, h5, h6) {
|
|
color: var(--relative-heading-color, inherit);
|
|
}
|
|
.bg--light :where(h1, h2, h3, h4, h5, h6) {
|
|
color: var(--relative-heading-color, inherit);
|
|
}
|
|
.bg--dark, .surface-1, .surface-1 :where(h1, h2, h3, h4, h5, h6) {
|
|
color: var(--relative-heading-color, inherit);
|
|
}
|
|
.bg--ultra-dark :where(h1, h2, h3, h4, h5, h6) {
|
|
color: var(--relative-heading-color, inherit);
|
|
}
|
|
.bg--ultra-light {
|
|
--relative-heading-color: var(--bg-ultra-light-heading);
|
|
}
|
|
.bg--light {
|
|
--relative-heading-color: var(--bg-light-heading);
|
|
}
|
|
.bg--dark, .surface-1 {
|
|
--relative-heading-color: var(--bg-dark-heading);
|
|
}
|
|
.bg--ultra-dark {
|
|
--relative-heading-color: var(--bg-ultra-dark-heading);
|
|
}
|
|
.bg--ultra-light [class*="btn--"]:not(.unrelate) {
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.bg--ultra-light [class*="btn--"]:not(.unrelate).btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.bg--light [class*="btn--"]:not(.unrelate) {
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.bg--light [class*="btn--"]:not(.unrelate).btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.bg--dark [class*="btn--"]:not(.unrelate), .surface-1 [class*="btn--"]:not(.unrelate) {
|
|
--btn-background: var(--primary-ultra-light);
|
|
--btn-background-hover: var(--primary-light);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-dark);
|
|
--btn-border-color: var(--primary-ultra-light);
|
|
--btn-border-color-hover: var(--primary-light);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.bg--dark [class*="btn--"]:not(.unrelate).btn--outline, .surface-1 [class*="btn--"]:not(.unrelate).btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-light);
|
|
--btn-text-color: var(--primary-light);
|
|
--btn-text-color-hover: var(--primary-dark);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary-light);
|
|
--btn-border-color-hover: var(--primary-light);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
.bg--ultra-dark [class*="btn--"]:not(.unrelate) {
|
|
--btn-background: var(--secondary);
|
|
--btn-background-hover: var(--secondary-hover);
|
|
--btn-text-color: var(--secondary-ultra-light);
|
|
--btn-text-color-hover: var(--secondary-ultra-light);
|
|
--btn-border-color: var(--secondary);
|
|
--btn-border-color-hover: var(--secondary-hover);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
.bg--ultra-dark [class*="btn--"]:not(.unrelate).btn--outline {
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--secondary-hover);
|
|
--btn-text-color: var(--secondary);
|
|
--btn-text-color-hover: var(--secondary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--secondary);
|
|
--btn-border-color-hover: var(--secondary-hover);
|
|
--focus-color: var(--secondary-light);
|
|
}
|
|
.bg--ultra-light {
|
|
--icon-scheme: var(--bg-ultra-light-icon);
|
|
}
|
|
.bg--light {
|
|
--icon-scheme: var(--bg-light-icon);
|
|
}
|
|
.bg--dark {
|
|
--icon-scheme: var(--bg-dark-icon);
|
|
}
|
|
.bg--ultra-dark {
|
|
--icon-scheme: var(--bg-ultra-dark-icon);
|
|
}
|
|
/* Feat: Overlays */
|
|
[class*="overlay--"], .overlay {
|
|
position: relative;
|
|
z-index: 0;
|
|
isolation: isolate;
|
|
}
|
|
[class*="overlay--"]::before, .overlay::before {
|
|
content: "";
|
|
background: var(--overlay-color, rgba(0, 0, 0, 0.7));
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: var(--overlay-z-index, -1);
|
|
}
|
|
figure:where(:has(> img, > picture, > svg, > video, > iframe)):where(.overlay), figure:where(:has(> img, > picture, > svg, > video, > iframe)):where([class*="overlay--"]) {
|
|
--overlay-z-index: 0;
|
|
}
|
|
body blockquote {
|
|
text-wrap: pretty;
|
|
}
|
|
/* Feat: Position & Sticky */
|
|
.sticky {
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
inset-block-start: var(--sticky-offset, 0);
|
|
}
|
|
/* Feat: Auto Object Fit */
|
|
img {
|
|
object-fit: var(--object-fit, cover);
|
|
object-position: var(--object-position, 50% 50%);
|
|
}
|
|
/* Feat: Width */
|
|
.width--10 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.1);
|
|
}
|
|
.width--20 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.2);
|
|
}
|
|
.width--30 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.3);
|
|
}
|
|
.width--40 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.4);
|
|
}
|
|
.width--50 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.5);
|
|
}
|
|
.width--60 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.6);
|
|
}
|
|
.width--70 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.7);
|
|
}
|
|
.width--80 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.8);
|
|
}
|
|
.width--90 {
|
|
inline-size: 100%;
|
|
max-inline-size: calc(var(--content-width) * 0.9);
|
|
}
|
|
.width--full {
|
|
inline-size: 100%;
|
|
max-inline-size: 100%;
|
|
}
|
|
figure[class*="width--"] img {
|
|
inline-size: 100%;
|
|
}
|
|
.width--auto {
|
|
inline-size: auto !important;
|
|
max-inline-size: 100%;
|
|
}
|
|
.content-width {
|
|
inline-size: 100%;
|
|
max-inline-size: var(--content-width);
|
|
margin-inline: auto;
|
|
}
|
|
.content-width--safe {
|
|
inline-size: 100%;
|
|
max-inline-size: var(--content-width-safe);
|
|
margin-inline: auto;
|
|
}
|
|
.width--max-content {
|
|
inline-size: max-content;
|
|
max-inline-size: 100%;
|
|
}
|
|
.width--min-content {
|
|
inline-size: min-content;
|
|
max-inline-size: 100%;
|
|
}
|
|
.width--fit-content {
|
|
inline-size: fit-content;
|
|
max-inline-size: 100%;
|
|
}
|
|
/* Feat: Auto Container Gap */
|
|
:where(section:not(section section)) {
|
|
gap: var(--container-gap);
|
|
}
|
|
/* Feat: Auto Content Gap */
|
|
:where(section:not(section section)) > :where(div, ul, ol) {
|
|
gap: var(--content-gap);
|
|
}
|
|
/* Feat: Auto Container Gap */
|
|
:where([data-etch-element="flex-div"]:not(main)) {
|
|
gap: var(--content-gap);
|
|
}
|
|
/* Feat: Auto Grid Gap */
|
|
section > div:where([class*="grid--"]), :where([class*="grid--"]) {
|
|
gap: var(--grid-gap);
|
|
}
|
|
:where(:where(img):not(header img):not(.age-card__media), :where(figure:not(figure:has(img)))) {
|
|
border-radius: var(--radius);
|
|
}
|
|
:root {
|
|
--transition-duration: 0.3s;
|
|
--transition-timing: ease-in-out;
|
|
--transition-delay: 0s;
|
|
--transition: 0.3s ease-in-out 0s;
|
|
}
|
|
:root {
|
|
--ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--ease-snappy: cubic-bezier(0.16, 1, 0.3, 1);
|
|
--ease-gentle: cubic-bezier(0.65, 0, 0.35, 1);
|
|
--ease-bouncy: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
--ease-elastic: linear(0, 0.029 1.6%, 0.123 3.5%, 0.651 10.6%, 0.862 14.1%, 1.002 17.7%, 1.046 19.6%, 1.074 21.6%, 1.087 23.9%, 1.086 26.6%, 1.014 38.5%, 0.994 46.3%, 1);
|
|
}
|
|
@supports (animation-timeline: view()) {
|
|
[class*="on-enter-all--"] > * {
|
|
animation-name: enter-animate;
|
|
animation-timing-function: linear;
|
|
animation-fill-mode: both;
|
|
animation-timeline: view();
|
|
animation-range: var(--animate-range-start, entry 20%) var(--animate-range-end, entry 100%);
|
|
}
|
|
[class*="on-enter-all--"].on-enter--stagger > * {
|
|
animation-delay: calc(sibling-index() * var(--enter-stagger-interval, 5%));
|
|
}
|
|
}
|
|
@supports not (animation-timeline: view()) {
|
|
[class*="on-enter--"], [class*="on-enter-all--"] > * {
|
|
opacity: 1;
|
|
transform: none;
|
|
filter: none;
|
|
}
|
|
}
|
|
@supports (animation-timeline: view()) {
|
|
[class*="on-exit-all--"] > * {
|
|
animation-name: exit-animate;
|
|
animation-timing-function: linear;
|
|
animation-fill-mode: both;
|
|
animation-timeline: view();
|
|
animation-range: var(--exit-range-start, exit 0%) var(--exit-range-end, exit 80%);
|
|
}
|
|
[class*="on-exit-all--"].on-exit--stagger > * {
|
|
animation-delay: calc(sibling-index() * var(--exit-stagger-interval, 5%));
|
|
}
|
|
}
|
|
@supports not (animation-timeline: view()) {
|
|
[class*="on-exit--"], [class*="on-exit-all--"] > * {
|
|
opacity: 1;
|
|
transform: none;
|
|
filter: none;
|
|
}
|
|
}
|
|
[class*="on-visible-all--"].on-visible--stagger > * {
|
|
transition-delay: calc(sibling-index() * var(--visible-stagger-interval, 0.1s));
|
|
}
|
|
@media (prefers-reduced-motion: reduce) {
|
|
[class*="on-enter--"], [class*="on-enter-all--"] > *, [class*="on-exit--"], [class*="on-exit-all--"] > * {
|
|
animation: none !important;
|
|
opacity: 1;
|
|
transform: none;
|
|
filter: none;
|
|
}
|
|
[class*="on-visible--"], [class*="on-visible-all--"] > * {
|
|
transition: none !important;
|
|
opacity: 1;
|
|
translate: none;
|
|
scale: none;
|
|
filter: none;
|
|
}
|
|
[class*="on-hover--"] {
|
|
transition: none;
|
|
}
|
|
[class*="on-hover--"]:hover {
|
|
transform: none;
|
|
translate: none;
|
|
scale: none;
|
|
box-shadow: initial;
|
|
filter: none;
|
|
}
|
|
}
|
|
form.wsf-form {
|
|
--wsf-form-border-radius: 0;
|
|
--wsf-form-border-width: 0px;
|
|
--wsf-form-border-style: solid;
|
|
--wsf-form-grid-gap: 20px;
|
|
--wsf-form-padding-horizontal: 0px;
|
|
--wsf-form-padding-vertical: 0px;
|
|
--wsf-form-transition-enabled: 1;
|
|
--wsf-form-transition-speed: var(--transition-duration);
|
|
--wsf-form-transition-timing-function: var(--transition-timing);
|
|
--wsf-form-font-size: var(--text-m);
|
|
--wsf-form-font-size-small: var(--text-s);
|
|
--wsf-form-font-size-large: var(--text-l);
|
|
--wsf-form-font-style: normal;
|
|
--wsf-form-font-weight: normal;
|
|
--wsf-form-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-form-line-height: var(--text-line-height);
|
|
--wsf-form-text-decoration: none;
|
|
--wsf-form-text-transform: none;
|
|
--wsf-group-li-border-radius: 0;
|
|
--wsf-group-ul-border-width: 1px;
|
|
--wsf-group-ul-border-style: solid;
|
|
--wsf-group-li-border-width: 0;
|
|
--wsf-group-li-border-style: solid;
|
|
--wsf-group-li-gap: 0px;
|
|
--wsf-group-li-padding-horizontal: 1.5em;
|
|
--wsf-group-li-padding-vertical: 0.75em;
|
|
--wsf-group-li-font-size: var(--f-form-font-size);
|
|
--wsf-group-li-font-weight: ;
|
|
--wsf-group-li-font-style: inherit;
|
|
--wsf-group-li-letter-spacing: 0;
|
|
--wsf-group-li-line-height: var(--f-form-line-height);
|
|
--wsf-group-li-text-decoration: none;
|
|
--wsf-group-li-text-transform: none;
|
|
--wsf-group-li-steps-size: var(--space-l);
|
|
--wsf-group-li-steps-font-size: var(--f-form-font-size);
|
|
--wsf-group-li-steps-font-weight: ;
|
|
--wsf-group-li-steps-font-style: normal;
|
|
--wsf-group-li-steps-text-decoration: none;
|
|
--wsf-section-legend-font-size: var(--f-form-font-size);
|
|
--wsf-section-legend-font-style: normal;
|
|
--wsf-section-legend-font-weight: 600;
|
|
--wsf-section-legend-line-height: var(--f-form-line-height);
|
|
--wsf-section-legend-text-decoration: none;
|
|
--wsf-section-legend-text-transform: none;
|
|
--wsf-section-legend-gap: 1rem;
|
|
--wsf-section-icon-size: var(--text-m);
|
|
--wsf-field-height: calc((var(--wsf-field-padding-vertical) * 2) + (var(--wsf-field-border-width) * 2) + 1lh);
|
|
--wsf-field-border-radius: var(--radius);
|
|
--wsf-field-border-width: 1px;
|
|
--wsf-field-border-style: solid;
|
|
--wsf-field-box-shadow-width-focus: 0px;
|
|
--wsf-field-fieldset-legend-font-size: var(--f-form-font-size);
|
|
--wsf-field-fieldset-legend-font-style: normal;
|
|
--wsf-field-fieldset-legend-font-weight: 400;
|
|
--wsf-field-fieldset-legend-text-decoration: none;
|
|
--wsf-field-fieldset-legend-text-transform: none;
|
|
--wsf-field-fieldset-legend-gap: 0.5em;
|
|
--wsf-field-help-font-size: var(--text-s);
|
|
--wsf-field-help-font-style: normal;
|
|
--wsf-field-help-font-weight: 400;
|
|
--wsf-field-help-line-height: 1.5;
|
|
--wsf-field-help-text-decoration: none;
|
|
--wsf-field-help-text-transform: none;
|
|
--wsf-field-help-gap: 0.5em;
|
|
--wsf-field-invalid-feedback-font-size: var(--text-s);
|
|
--wsf-field-invalid-feedback-font-style: normal;
|
|
--wsf-field-invalid-feedback-font-weight: 400;
|
|
--wsf-field-invalid-feedback-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-invalid-feedback-line-height: var(--text-line-height);
|
|
--wsf-field-invalid-feedback-text-decoration: none;
|
|
--wsf-field-invalid-feedback-text-transform: none;
|
|
--wsf-field-invalid-feedback-gap: 0.5em;
|
|
--wsf-field-label-font-size: var(--f-form-font-size);
|
|
--wsf-field-label-font-style: normal;
|
|
--wsf-field-label-font-weight: 400;
|
|
--wsf-field-label-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-label-line-height: var(--text-line-height);
|
|
--wsf-field-label-text-decoration: none;
|
|
--wsf-field-label-text-transform: none;
|
|
--wsf-field-label-gap: 0.5em;
|
|
--wsf-field-label-inside-offset: -20px;
|
|
--wsf-field-label-inside-scale: 0.9;
|
|
--wsf-field-padding-horizontal: 10px;
|
|
--wsf-field-padding-vertical: 8.5px;
|
|
--wsf-field-prefix-suffix-font-size: var(--text-s);
|
|
--wsf-field-prefix-suffix-font-style: normal;
|
|
--wsf-field-prefix-suffix-font-weight: 400;
|
|
--wsf-field-prefix-suffix-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-prefix-suffix-line-height: var(--text-line-height);
|
|
--wsf-field-prefix-suffix-text-decoration: none;
|
|
--wsf-field-prefix-suffix-text-transform: none;
|
|
--wsf-field-tooltip-font-size: var(--text-xs);
|
|
--wsf-field-tooltip-font-weight: 400;
|
|
--wsf-field-tooltip-line-height: var(--text-line-height);
|
|
--wsf-field-tooltip-border-radius: var(--radius-s);
|
|
--wsf-field-tooltip-gap: 5px;
|
|
--wsf-field-font-size: var(--text-m);
|
|
--wsf-field-font-style: normal;
|
|
--wsf-field-font-weight: 400;
|
|
--wsf-field-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-line-height: var(--text-line-height);
|
|
--wsf-field-text-decoration: none;
|
|
--wsf-field-text-transform: none;
|
|
--wsf-field-checkbox-border-radius: 4px;
|
|
--wsf-field-checkbox-gap-horizontal: 6px;
|
|
--wsf-field-checkbox-gap-vertical: 10px;
|
|
--wsf-field-checkbox-size: 1lh;
|
|
--wsf-field-radio-gap-horizontal: 6px;
|
|
--wsf-field-radio-gap-vertical: 10px;
|
|
--wsf-field-radio-size: 1lh;
|
|
--wsf-field-datetime-calendar-border-style: solid;
|
|
--wsf-field-datetime-calendar-border-width: 1px;
|
|
--wsf-field-datetime-calendar-font-size: var(--text-s);
|
|
--wsf-field-datetime-calendar-font-style: normal;
|
|
--wsf-field-datetime-calendar-font-weight: 400;
|
|
--wsf-field-datetime-calendar-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-datetime-calendar-line-height: var(--text-line-height);
|
|
--wsf-field-datetime-calendar-text-decoration: none;
|
|
--wsf-field-datetime-calendar-text-transform: none;
|
|
--wsf-field-datetime-padding-vertical: 6px;
|
|
--wsf-field-datetime-padding-horizontal: 8px;
|
|
--wsf-field-file-dropzonejs-border-style: solid;
|
|
--wsf-field-file-dropzonejs-border-width: 1px;
|
|
--wsf-field-file-dropzonejs-border-radius: var(--radius);
|
|
--wsf-field-file-dropzonejs-padding-inline: var(--wsf-form-grid-gap);
|
|
--wsf-field-file-dropzonejs-padding-block: var(--wsf-form-grid-gap);
|
|
--wsf-field-file-dropzonejs-progress-radius: var(--radius);
|
|
--wsf-field-file-dropzonejs-progress-gap: 5px;
|
|
--wsf-field-file-dropzonejs-progress-height: 10px;
|
|
--wsf-field-range-track-border-radius: 50px;
|
|
--wsf-field-range-tickmark-label-font-size: var(--text-s);
|
|
--wsf-field-range-tickmark-label-font-style: normal;
|
|
--wsf-field-range-tickmark-label-font-weight: 400;
|
|
--wsf-field-range-tickmark-label-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-range-tickmark-label-line-height: var(--text-line-height);
|
|
--wsf-field-range-tickmark-label-text-decoration: none;
|
|
--wsf-field-range-tickmark-label-text-transform: none;
|
|
--wsf-field-select-arrow-width: 12px;
|
|
--wsf-field-select-arrow-height: 6px;
|
|
--wsf-field-texteditor-font-size: var(--text-s);
|
|
--wsf-field-texteditor-font-style: normal;
|
|
--wsf-field-texteditor-font-weight: 400;
|
|
--wsf-field-texteditor-letter-spacing: var(--text-letter-spacing);
|
|
--wsf-field-texteditor-line-height: var(--text-line-height);
|
|
--wsf-field-texteditor-text-decoration: none;
|
|
--wsf-field-texteditor-text-transform: none;
|
|
--wsf-field-texteditor-p-margin-bottom: 1em;
|
|
--wsf-form-color-background: transparent;
|
|
--wsf-form-color-base: var(--text-dark);
|
|
--wsf-form-color-base-contrast: var(--text-light);
|
|
--wsf-form-color-accent: var(--primary);
|
|
--wsf-form-color-neutral: var(--neutral-light);
|
|
--wsf-form-color-primary: var(--primary);
|
|
--wsf-form-color-secondary: var(--secondary);
|
|
--wsf-form-color-success: var(--success, #2e8540);
|
|
--wsf-form-color-danger: var(--danger, #bb0000);
|
|
--wsf-form-color-warning: var(--warning, #fdb81e);
|
|
--wsf-form-color-info: var(--info, #02bfe7);
|
|
--wsf-form-border-color: transparent;
|
|
--wsf-group-li-color-background: transparent;
|
|
--wsf-group-li-color-background-active: var(--text-light);
|
|
--wsf-group-li-color-background-focus: var(--text-light);
|
|
--wsf-group-li-color-background-disabled: var(--neutral-trans-60);
|
|
--wsf-group-li-border-color: var(--primary-light);
|
|
--wsf-group-li-border-color-active: var(--primary);
|
|
--wsf-group-li-border-color-focus: var(--primary);
|
|
--wsf-group-li-border-color-disabled: var(--neutral-trans-60);
|
|
--wsf-group-ul-border-color: var(--neutral);
|
|
--wsf-group-li-color: var(--f-form-color-base);
|
|
--wsf-group-li-color-active: var(--f-form-color-base);
|
|
--wsf-group-li-color-focus: var(--f-form-color-base);
|
|
--wsf-group-li-color-disabled: var(--neutral-trans-60);
|
|
--wsf-group-li-steps-color-background: var(--white);
|
|
--wsf-group-li-steps-color-background-active: var(--primary-light);
|
|
--wsf-group-li-steps-color-background-complete: var(--primary);
|
|
--wsf-group-li-steps-border-color: var(--primary-light);
|
|
--wsf-group-li-steps-border-color-active: var(--primary);
|
|
--wsf-group-li-steps-border-color-complete: var(--primary);
|
|
--wsf-group-li-steps-color: var(--f-form-color-base);
|
|
--wsf-group-li-steps-color-active: var(--f-form-color-base);
|
|
--wsf-group-li-steps-color-complete: var(--text-light);
|
|
--wsf-section-color-background: transparent;
|
|
--wsf-section-legend-color-background: transparent;
|
|
--wsf-section-legend-color: var(--f-form-color-base);
|
|
--wsf-field-fieldset-legend-color-background: transparent;
|
|
--wsf-field-fieldset-legend-color: var(--f-form-color-base);
|
|
--wsf-field-label-color: var(--neutral-dark);
|
|
--wsf-field-label-color-background: ;
|
|
--wsf-field-help-color: var(--f-form-color-base);
|
|
--wsf-field-help-color-background: transparent;
|
|
--wsf-field-color-background: var(--f-form-color-base-contrast);
|
|
--wsf-field-color-background-hover: var(--f-field-color-background);
|
|
--wsf-field-color-background-focus: var(--f-field-color-background);
|
|
--wsf-field-color-background-disabled: var(--neutral-trans-80);
|
|
--wsf-field-color-background-invalid: var(--f-field-color-background);
|
|
--wsf-field-border-color: var(--neutral-light);
|
|
--wsf-field-border-color-hover: var(--neutral-light);
|
|
--wsf-field-border-color-focus: var(--primary);
|
|
--wsf-field-border-color-disabled: var(--neutral-trans-60);
|
|
--wsf-field-border-color-invalid: var(--danger);
|
|
--wsf-field-box-shadow-color-focus: var(--primary);
|
|
--wsf-field-color: var(--f-form-color-base);
|
|
--wsf-field-color-hover: var(--f-field-color);
|
|
--wsf-field-color-focus: var(--f-field-color);
|
|
--wsf-field-color-disabled: var(--neutral-trans-80);
|
|
--wsf-field-color-invalid: var(--danger);
|
|
--wsf-field-color-placeholder: var(--neutral-light);
|
|
--wsf-field-invalid-feedback-color: var(--danger);
|
|
--wsf-field-invalid-feedback-color-background: transparent;
|
|
--wsf-field-prefix-suffix-color: var(--f-form-color-base);
|
|
--wsf-field-prefix-suffix-color-background: var(--neutral-semi-light);
|
|
--wsf-field-checkbox-color-background: var(--white);
|
|
--wsf-field-checkbox-checked-color-background: var(--primary);
|
|
--wsf-field-checkbox-checkmark-color: var(--white);
|
|
--wsf-field-checkbox-button-color-background: var(--neutral-light);
|
|
--wsf-field-checkbox-button-color: var(--neutral);
|
|
--wsf-field-checkbox-checked-button-color-background: var(--primary);
|
|
--wsf-field-checkbox-checked-button-color: var(--white);
|
|
--wsf-field-checkbox-switch-color: var(--neutral-light);
|
|
--wsf-field-checkbox-checked-switch-color-background: var(--primary);
|
|
--wsf-field-checkbox-checked-switch-color: var(--white);
|
|
--wsf-field-radio-color-background: var(--white);
|
|
--wsf-field-radio-checked-color: var(--primary);
|
|
--wsf-field-radio-button-color-background: var(--neutral-light);
|
|
--wsf-field-radio-button-color: var(--neutral);
|
|
--wsf-field-radio-checked-button-color-background: var(--primary);
|
|
--wsf-field-radio-checked-button-color: var(--white);
|
|
--wsf-field-radio-switch-color: var(--neutral-light);
|
|
--wsf-field-radio-checked-switch-color-background: var(--primary);
|
|
--wsf-field-radio-checked-switch-color: var(--white);
|
|
--wsf-field-select-arrow-color: var(--neutral);
|
|
--wsf-field-select-select2-choice-color-background: var(--neutral-light);
|
|
--wsf-field-select-select2-choice-color: var(--neutral);
|
|
--wsf-field-select-select2-choice-color-remove: var(--neutral);
|
|
--wsf-field-select-select2-result-color-background: var(--neutral-light);
|
|
--wsf-field-select-select2-result-color-background-selected: var(--primary);
|
|
--wsf-field-select-select2-result-color-background-highlighted: var(--primary);
|
|
--wsf-field-select-select2-result-color: var(--neutral);
|
|
--wsf-field-select-select2-result-color-selected: var(--white);
|
|
--wsf-field-select-select2-result-color-highlighted: var(--white);
|
|
--wsf-field-progress-color-background: var(--neutral-ultra-light);
|
|
--wsf-field-progress-color-background-bar: var(--primary-light);
|
|
--wsf-field-progress-color-background-complete: var(--primary);
|
|
--wsf-field-range-track-color: var(--neutral-ultra-light);
|
|
--wsf-field-range-track-lower-color: var(--neutral-light);
|
|
--wsf-field-range-track-upper-color: var(--neutral-ultra-light);
|
|
--wsf-field-range-thumb-color: var(--primary);
|
|
--wsf-field-range-tickmark-color: var(--neutral);
|
|
--wsf-field-range-tickmark-label-color: var(--neutral);
|
|
}
|
|
form.wsf-form.form--light, .form--light .wsf-form {
|
|
color-scheme: light;
|
|
}
|
|
form.wsf-form.form--dark, .form--dark .wsf-form {
|
|
color-scheme: dark;
|
|
}
|
|
.wsf-form button.wsf-button.wsf-button-primary[type="submit"] {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button.wsf-button-primary[type="submit"]:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.wsf-form button.wsf-button.wsf-button-primary[type="submit"]:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
.wsf-form button.wsf-button.wsf-button-primary[type="submit"].wsf-button-full {
|
|
inline-size: 100%;
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_next"] {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_next"]:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_next"]:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_previous"] {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_previous"]:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_previous"]:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-save"] {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button[data-action="wsf-save"]:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-save"]:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-reset"] {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: var(--primary);
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary-ultra-light);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button[data-action="wsf-reset"]:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-reset"]:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-clear"] {
|
|
background: var(--btn-background);
|
|
color: var(--btn-text-color);
|
|
padding-block: var(--btn-padding-block);
|
|
padding-inline: var(--btn-padding-inline);
|
|
inline-size: var(--btn-width, auto);
|
|
min-inline-size: var(--btn-min-width);
|
|
line-height: var(--btn-line-height);
|
|
font-family: var(--btn-font-family);
|
|
font-size: var(--btn-font-size, var(--text-m));
|
|
font-weight: var(--btn-font-weight);
|
|
font-style: var(--btn-font-style);
|
|
text-transform: var(--btn-text-transform);
|
|
letter-spacing: var(--btn-letter-spacing);
|
|
text-decoration: var(--btn-text-decoration);
|
|
border-width: var(--btn-border-width);
|
|
border-style: var(--btn-border-style);
|
|
border-radius: var(--btn-border-radius);
|
|
border-color: var(--btn-border-color);
|
|
transition: var(--btn-transition, var(--transition));
|
|
justify-content: var(--btn-justify-content, center);
|
|
align-items: var(--btn-align-items, center);
|
|
text-align: var(--btn-text-align, center);
|
|
display: var(--btn-display, inline-flex);
|
|
--btn-background: transparent;
|
|
--btn-background-hover: var(--primary-hover);
|
|
--btn-text-color: var(--primary);
|
|
--btn-text-color-hover: var(--primary-ultra-light);
|
|
--btn-border-width: 2px;
|
|
--btn-border-color: var(--primary);
|
|
--btn-border-color-hover: var(--primary-hover);
|
|
--focus-color: var(--primary-light);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button[data-action="wsf-clear"]:hover {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-clear"]:where(:focus-visible) {
|
|
outline-style: solid;
|
|
outline-color: var(--focus-color);
|
|
outline-width: var(--focus-width);
|
|
outline-offset: var(--focus-offset);
|
|
}
|
|
@media (hover: hover) and (pointer: fine) {
|
|
.wsf-form button.wsf-button.wsf-button-primary[type="submit"]:hover:enabled:not(:checked):not(:focus) {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_next"]:hover:enabled:not(:checked):not(:focus) {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-tab_previous"]:hover:enabled:not(:checked):not(:focus) {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-save"]:hover:enabled:not(:checked):not(:focus) {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-reset"]:hover:enabled:not(:checked):not(:focus) {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
.wsf-form button.wsf-button[data-action="wsf-clear"]:hover:enabled:not(:checked):not(:focus) {
|
|
background: var(--btn-background-hover);
|
|
color: var(--btn-text-color-hover);
|
|
border-color: var(--btn-border-color-hover);
|
|
text-decoration: var(--btn-text-decoration-hover);
|
|
}
|
|
}
|
|
/* Feat: Is Background */
|
|
:has(> .is-bg) {
|
|
position: relative;
|
|
isolation: isolate;
|
|
}
|
|
:is(*, img, figure, picture).is-bg {
|
|
position: var(--bg-position, absolute) !important;
|
|
inset: var(--bg-inset, 0);
|
|
inline-size: var(--bg-width, 100%);
|
|
max-inline-size: 100%;
|
|
block-size: var(--bg-height, 100%);
|
|
border-radius: var(--bg-radius, 0);
|
|
object-fit: var(--bg-object-fit, cover);
|
|
object-position: var(--bg-object-position, center);
|
|
z-index: var(--bg-z-index, -2);
|
|
border-radius: var(--bg-radius, 0);
|
|
pointer-events: none;
|
|
}
|
|
:is(*, img, figure, picture).is-bg > img {
|
|
object-fit: var(--bg-object-fit, cover);
|
|
object-position: var(--bg-object-position, center);
|
|
inline-size: 100%;
|
|
block-size: 100%;
|
|
}
|
|
.content-grid > :is(*, img, figure, picture).is-bg {
|
|
grid-column: full;
|
|
}
|
|
/* Feat: Smart Spacing */
|
|
body :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
|
|
margin-block: 0;
|
|
}
|
|
.smart-spacing-normalize :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
|
|
margin-block: 0;
|
|
}
|
|
.smart-spacing {
|
|
gap: 0 !important;
|
|
}
|
|
.smart-spacing > * + * {
|
|
margin-block-start: var(--flow-spacing, initial);
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > * + :where(h1, h2, h3, h4, h5, h6) {
|
|
margin-block-start: var(--heading-spacing, var(--flow-spacing, initial));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :where(* + h2) {
|
|
margin-block-start: var(--h2-spacing, var(--heading-spacing));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :where(* + h3) {
|
|
margin-block-start: var(--h3-spacing, var(--heading-spacing));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :where(* + h4) {
|
|
margin-block-start: var(--h4-spacing, var(--heading-spacing));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :where(* + h5) {
|
|
margin-block-start: var(--h5-spacing, var(--heading-spacing));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :where(* + h6) {
|
|
margin-block-start: var(--h6-spacing, var(--heading-spacing));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > * + p {
|
|
margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :is(* + ul, * + ol) {
|
|
margin-block: var(--list-spacing, var(--flow-spacing, initial));
|
|
}
|
|
.smart-spacing > :is(ul, ol) {
|
|
padding-inline-start: var(--list-indent-spacing, var(--flow-spacing, initial));
|
|
}
|
|
.smart-spacing > ul * + li, .smart-spacing > ol * + li {
|
|
margin-block-start: var(--list-item-spacing, var(--flow-spacing, initial));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > ul ul, .smart-spacing > ol ol, .smart-spacing > ul ol, .smart-spacing > ol ul {
|
|
margin-block: var(--nested-list-spacing, var(--list-item-spacing, initial));
|
|
padding-inline-start: var(--nested-list-indent-spacing, initial);
|
|
}
|
|
.smart-spacing > :is(ul, ol) :is(ul, ol) li {
|
|
margin-block-start: var(--nested-list-item-spacing, var(--list-item-spacing, initial));
|
|
}
|
|
.smart-spacing > * + figure, .smart-spacing > * + picture {
|
|
margin-block: var(--figure-spacing, var(--flow-spacing, initial));
|
|
}
|
|
.smart-spacing figcaption {
|
|
margin-block: var(--figcaption-spacing, var(--flow-spacing, initial));
|
|
}
|
|
.smart-spacing > * + blockquote:where(:not(figure > blockquote)) {
|
|
margin-block: var(--blockquote-spacing, var(--flow-spacing, initial));
|
|
}
|
|
.smart-spacing > blockquote * + * {
|
|
margin-block-start: var(--paragraph-spacing, var(--flow-spacing, initial));
|
|
margin-block-end: 0;
|
|
}
|
|
.smart-spacing > :is(figure, blockquote, ul, ol) + * {
|
|
--paragraph-spacing: 0;
|
|
--flow-spacing: 0;
|
|
}
|
|
.smart-spacing--off :where(p, h1, h2, h3, h4, h5, h6, ul, ol, li) {
|
|
margin-block: 0;
|
|
}
|
|
/* Feat: Default Section Styles */
|
|
#shadow-host-companion {
|
|
padding: 0;
|
|
}
|