@volvo-cars/css 0.8.1 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -457,6 +457,72 @@ You typically want to apply the root class name to your `<html>` element but you
457
457
  </div>
458
458
  ```
459
459
 
460
+ ## Responsive design
461
+
462
+ Web experiences should be created mobile first, with layouts fluidly adjusting to the viewport using layout techniques such as flexbox, grid, container queries and viewport units.
463
+
464
+ In some cases this is not possible, and you need to significantly shift the layout at specific viewport sizes. In these cases you can customize the experience for non-mobile users using media queries.
465
+
466
+ Media query breakpoints are exported as Custom Media Queries, a [draft CSS specification](https://drafts.csswg.org/mediaqueries-5/#custom-mq). They can only be used with a CSS postprocessor such as PostCSS, by importing the breakpoints in each file using them with `@import url('@volvo-cars/css/breakpoints.css')`.
467
+
468
+ To avoid fragmenting a component's styles across a stylesheet, you may want to keep your component styles in a single place and only change custom properties with different media conditions.
469
+
470
+ ```css
471
+ @import url('@volvo-cars/css/breakpoints.css');
472
+
473
+ .component {
474
+ --size: 2rem;
475
+ width: var(--size);
476
+ height: var(--size);
477
+ }
478
+
479
+ @media (--v-from-lg) {
480
+ .component {
481
+ --size: 3rem;
482
+ }
483
+ }
484
+ ```
485
+
486
+ | Name | Widths |
487
+ | -------------- | -------------------- |
488
+ | `--v-from-md` | >= 30rem (480px) |
489
+ | `--v-from-lg` | >= 64rem (1024px) |
490
+ | `--v-from-xl` | >= 100rem (1600px) |
491
+ | `--v-until-md` | < 30rem |
492
+ | `--v-until-lg` | < 64rem |
493
+ | `--v-until-xl` | < 100rem |
494
+ | `--v-only-md` | 30rem&ndash;63.99rem |
495
+ | `--v-only-lg` | 64rem&ndash;99.99rem |
496
+ | `--v-only-xl` | >= 100rem |
497
+
498
+ ### Next.js
499
+
500
+ In Next.js, run
501
+
502
+ `yarn add --dev postcss postcss-import postcss-preset-env`
503
+
504
+ and add the following to `postcss.config.js`
505
+
506
+ ```js
507
+ module.exports = {
508
+ plugins: {
509
+ 'postcss-import': {
510
+ resolve: require.resolve,
511
+ },
512
+ 'postcss-preset-env': {
513
+ autoprefixer: {
514
+ flexbox: false,
515
+ },
516
+ stage: 3,
517
+ features: {
518
+ 'custom-properties': false,
519
+ 'custom-media-queries': true,
520
+ },
521
+ },
522
+ },
523
+ };
524
+ ```
525
+
460
526
  ## TypeScript
461
527
 
462
528
  As a convenience for TypeScript developers all class names and CSS variables are exported as JavaScript modules with TypeScript interfaces.
@@ -0,0 +1 @@
1
+ @custom-media --v-until-md (width<30rem);@custom-media --v-only-md (30rem<=width<64rem);@custom-media --v-from-md (width>=30rem);@custom-media --v-until-lg (width<64rem);@custom-media --v-only-lg (64rem<=width<100rem);@custom-media --v-from-lg (width>=64rem);@custom-media --v-until-xl (width<100rem);@custom-media --v-only-xl (width>=100rem);@custom-media --v-from-xl (width>=100rem);
@@ -0,0 +1,2 @@
1
+ var t={"font-face.css":"css/v0/font-face.05a7ed4c.css","styles.css":"css/v0/styles.72e1c057.css","styles_hover.css":"css/v0/styles_hover.e7965925.css","styles_lg.css":"css/v0/styles_lg.eaf41b08.css","styles_md.css":"css/v0/styles_md.c4264ddd.css","tokens.css":"css/v0/tokens.30cd27f4.css"};var v={hover:"(hover: hover)",md:"(min-width: 30rem)",lg:"(min-width: 64rem)"};export{t as a,v as b};
2
+ //# sourceMappingURL=chunk-7GV2RAWW.js.map
@@ -0,0 +1 @@
1
+ .volvo_v0,:where(.volvo_v0) [data-color-mode]{color:var(--v-color-foreground-primary);color-scheme:light;accent-color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0)[data-color-mode=dark],:where(.volvo_v0) [data-color-mode=dark]{color-scheme:dark}.volvo_v0{--_v85627f:initial;font:var(--v-font-16);tab-size:4}.volvo_v0:lang(ar),.volvo_v0:lang(he){--_v85627f: }:where(.volvo_v0) :where(code,kbd,samp,pre){font-family:var(--v-font-mono-family);font-size:min(100%,var(--v-font-14-size))}:where(.volvo_v0) :where(pre){white-space:break-spaces}:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{box-sizing:border-box}:where(.volvo_v0) :where(:not(progress,meter)){border-color:var(--v-color-ornament-primary);border-style:solid;border-width:0}:where(.volvo_v0 body,body.volvo_v0){min-height:100vh;min-height:100dvh;scrollbar-gutter:stable;background-color:var(--v-color-background-primary);margin:0}:where(.volvo_v0) :where(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,input,fieldset){margin:0}:where(.volvo_v0) :where(button,input,ol,ul,legend,fieldset){padding:0}:where(.volvo_v0) :where(a){color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}:where(.volvo_v0) :where(:focus-visible){outline:2px solid var(--v-color-foreground-primary);outline-offset:2px}:where(.volvo_v0) :where(img,picture,video,canvas,svg){max-width:100%}:where(.volvo_v0) :where(ol,ul){list-style:none}:where(.volvo_v0) :where(button,input:is([type=button],[type=reset],[type=submit])){-webkit-appearance:button;appearance:button;color:inherit;background-color:#0000}:where(.volvo_v0) :where(summary:is(details[class]>*,[class])){list-style:none}:where(.volvo_v0) :where(summary:is(details[class]>*,[class]))::marker,:where(.volvo_v0) :where(summary:is(details[class]>*,[class]))::-webkit-details-marker{display:none}:where(.volvo_v0) :where(button,input,optgroup,select,textarea,h1,h2,h3,h4,h5,h6,small){font:inherit}:where(.volvo_v0) :where(b,strong){font-weight:500}:where(.volvo_v0) :where(button,input,optgroup,select){line-height:1.3}:where(.volvo_v0) :where(textarea){resize:vertical}:where(.volvo_v0) :where(p,li,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(.volvo_v0) [data-fluid-typography=min]{--_v17b0f5:0rem}:where(.volvo_v0) [data-fluid-typography=max]{--_v17b0f5:9rem}@media (prefers-reduced-motion:reduce){:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}:where(.volvo_v0) :is(.stack-4,.stack-8,.stack-16,.stack-24,.stack-section,.stack-text)>*+*{margin-top:var(--stack-gap)}:where(.volvo_v0) .stack-section>*{--stack-gap:var(--v-space-section)}:where(.volvo_v0) .stack-4>*{--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-8>*{--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-16>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-24>*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class]))+.title-20,.title-20:first-child)+:where(.body-16,.list,.micro,:is(p,ul,small):not([class])){--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-text>:where(.body-16.font-medium)+:where(.body-16,p:not([class])){--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])))+:where(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])){--stack-gap:calc(var(--v-space-8) + 1em)}:where(.volvo_v0) :where(.stack-text)>.statement-3+*,:where(.volvo_v0) :where(.stack-text)>.statement-3+:where(.heading-3,h3:not([class]))+*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>:where(.micro,small:not([class]))+:where(.micro,small:not([class])){--stack-gap:0rem}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])){width:var(--v-space-16);height:var(--v-space-16);-webkit-appearance:none;appearance:none;background-color:var(--v-color-background-primary);border:1px solid var(--v-color-foreground-secondary);border-radius:var(--v-radius-4);place-content:center;margin-top:.25em;transition:box-shadow .3s;display:inline-grid}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):before{width:var(--v-space-16);height:var(--v-space-16);content:"";background-color:var(--v-color-background-accent-blue);border-radius:var(--v-radius-4);opacity:0;transition:transform .1s ease-in-out,background-color .3s,outline .3s,opacity .2s}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):after{content:"";opacity:1;position:absolute}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])){border-radius:var(--v-radius-full)}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])):before{border-radius:var(--v-radius-full)}:where(.volvo_v0) :where([type=checkbox]):is(.checkbox,:not([class])):after{--_v7e5a12:var(--_v85627f)-2px,-5px;width:var(--v-space-4);height:var(--v-space-8);content:"";transform:scaleX(-1)rotate(135deg)translate(var(--_v7e5a12,5px,2px));border-color:#0000;transition:border-top-color .15s linear,border-right-color .15s linear .1s}:where(.volvo_v0) :where([type=checkbox]:is(.checkbox,:not([class]))):checked:after{border-top:1px solid var(--v-color-always-white);border-right:1px solid var(--v-color-always-white)}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])):after{width:8px;height:8px;background-color:var(--v-color-always-white);border-radius:var(--v-radius-full);transition:transform .25s;transform:matrix(0,.001,.001,0,3,3)}:where(.volvo_v0) :where([type=radio]:is(.radio,:not([class]))):checked:after{--_v9bae6e:var(--_v85627f)-3;transform:matrix(0,1,1,0,var(--_v9bae6e,3),3)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled:after{border-color:var(--v-color-ornament-primary)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled{background-color:var(--v-color-background-secondary);border-color:var(--v-color-ornament-primary)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):is(:active,:checked)):enabled:before{opacity:1}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))[aria-invalid]:not([aria-invalid=false]),:is(fieldset,[role=radiogroup])[aria-invalid]:not([aria-invalid=false]) [type=radio]:is(.radio,:not([class]))):not(:disabled,:hover){border-color:var(--v-color-foreground-feedback-red);box-shadow:inset 0 0 0 1px var(--v-color-foreground-feedback-red)}:where(.volvo_v0) :where(h1:not([class])),:where(.volvo_v0) .heading-1{font:var(--v-font-heading-1)}:where(.volvo_v0) .heading-1[data-fluid-typography]{font-size:clamp(var(--v-font-heading-1-size-min),var(--_v17b0f5,var(--v-font-heading-1-size)),var(--v-font-heading-1-size-max))}:where(.volvo_v0) :where(h2:not([class])),:where(.volvo_v0) .heading-2{font:var(--v-font-heading-2)}:where(.volvo_v0) .heading-2[data-fluid-typography]{font-size:clamp(var(--v-font-heading-2-size-min),var(--_v17b0f5,var(--v-font-heading-2-size)),var(--v-font-heading-2-size-max))}:where(.volvo_v0) :where(h3:not([class])),:where(.volvo_v0) .heading-3{font:var(--v-font-heading-3)}:where(.volvo_v0) .heading-3[data-fluid-typography]{font-size:clamp(var(--v-font-heading-3-size-min),var(--_v17b0f5,var(--v-font-heading-3-size)),var(--v-font-heading-3-size-max))}:where(.volvo_v0) :where(a[href]:not([class])),:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).link-inline{color:var(--v-color-foreground-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}:where(.volvo_v0) :where(ul,ol).list,:where(.volvo_v0) :where(ul,ol):where(:not([class])){list-style-type:revert;padding-inline-start:2rem}:where(.volvo_v0) .statement-1{font:var(--v-font-statement-1)}:where(.volvo_v0) .statement-1[data-fluid-typography]{font-size:clamp(var(--v-font-statement-1-size-min),var(--_v17b0f5),var(--v-font-statement-1-size-max))}:where(.volvo_v0) .statement-2{font:var(--v-font-statement-2)}:where(.volvo_v0) .statement-2[data-fluid-typography]{font-size:clamp(var(--v-font-statement-2-size-min),var(--_v17b0f5),var(--v-font-statement-2-size-max))}:where(.volvo_v0) .statement-3{font:var(--v-font-statement-3)}:where(.volvo_v0) .statement-3[data-fluid-typography]{font-size:clamp(var(--v-font-statement-3-size-min),var(--_v17b0f5),var(--v-font-statement-3-size-max))}:where(.volvo_v0) .statement-signature{font:var(--v-font-statement-signature);letter-spacing:.02em}:where(.volvo_v0) .statement-signature:where([data-fluid-typography]){font-size:clamp(var(--v-font-statement-signature-size-min),var(--_v17b0f5),var(--v-font-statement-signature-size-max))}:where(.volvo_v0) .bg-inherit{background-color:inherit}:where(.volvo_v0) .bg-transparent{background-color:#0000}:where(.volvo_v0) .bg-always-black{background-color:var(--v-color-always-black)}:where(.volvo_v0) .bg-always-white{background-color:var(--v-color-always-white)}:where(.volvo_v0) .bg-primary{background-color:var(--v-color-background-primary)}:where(.volvo_v0) .bg-secondary{background-color:var(--v-color-background-secondary)}:where(.volvo_v0) .bg-accent-blue{background-color:var(--v-color-background-accent-blue)}:where(.volvo_v0) .bg-feedback-green{background-color:var(--v-color-background-feedback-green)}:where(.volvo_v0) .bg-feedback-orange{background-color:var(--v-color-background-feedback-orange)}:where(.volvo_v0) .bg-feedback-red{background-color:var(--v-color-background-feedback-red)}:where(.volvo_v0) .flex,:where(.volvo_v0) .flex-col,:where(.volvo_v0) .flex-row{display:flex}:where(.volvo_v0) .flex-row{flex-direction:row}:where(.volvo_v0) .flex-col{flex-direction:column}:where(.volvo_v0) .flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .flex-grow{flex-grow:1}:where(.volvo_v0) .flex-grow-0{flex-grow:0}:where(.volvo_v0) .flex-shrink{flex-shrink:1}:where(.volvo_v0) .flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .flex-items-start{align-items:flex-start}:where(.volvo_v0) .flex-items-end{align-items:flex-end}:where(.volvo_v0) .flex-items-center{align-items:center}:where(.volvo_v0) .flex-items-stretch{align-items:stretch}:where(.volvo_v0) .flex-self-start{align-self:flex-start}:where(.volvo_v0) .flex-self-end{align-self:flex-end}:where(.volvo_v0) .flex-self-center{align-self:center}:where(.volvo_v0) .flex-self-stretch{align-self:stretch}:where(.volvo_v0) .flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .flex-justify-around{justify-content:space-around}:where(.volvo_v0) .flex-justify-between{justify-content:space-between}:where(.volvo_v0) .flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .flex-justify-center{justify-content:center}:where(.volvo_v0) .title-24{font-size:var(--v-font-title-24-size);line-height:var(--v-font-title-24-lineheight)}:where(.volvo_v0) .title-20{font-size:var(--v-font-title-20-size);line-height:var(--v-font-title-20-lineheight)}:where(.volvo_v0) .body-16{font-size:var(--v-font-16-size);line-height:var(--v-font-16-lineheight)}:where(.volvo_v0) :where(small:not([class])),:where(.volvo_v0) .micro{font-size:var(--v-font-12-size);line-height:var(--v-font-12-lineheight);letter-spacing:.02em}:where(.volvo_v0) .font-medium{font-weight:500}:where(.volvo_v0) .font-light{font-weight:300}:where(.volvo_v0) .hyphens{-webkit-hyphens:auto;hyphens:auto}:where(.volvo_v0) .hyphens:where(:lang(en)){-webkit-hyphenate-limit-before:2;-webkit-hyphenate-limit-after:4;-webkit-hyphenate-limit-lines:2;hyphenate-limit-lines:2;hyphenate-limit-chars:10 2 4}:where(.volvo_v0) .m-0{margin:0}:where(.volvo_v0) .mx-0,:where(.volvo_v0) .mr-0{margin-inline-end:0}:where(.volvo_v0) .mx-0,:where(.volvo_v0) .ml-0{margin-inline-start:0}:where(.volvo_v0) .my-0,:where(.volvo_v0) .mt-0{margin-top:0}:where(.volvo_v0) .my-0,:where(.volvo_v0) .mb-0{margin-bottom:0}:where(.volvo_v0) .m-4{margin:.25rem}:where(.volvo_v0) .mx-4,:where(.volvo_v0) .mr-4{margin-inline-end:.25rem}:where(.volvo_v0) .mx-4,:where(.volvo_v0) .ml-4{margin-inline-start:.25rem}:where(.volvo_v0) .my-4,:where(.volvo_v0) .mt-4{margin-top:.25rem}:where(.volvo_v0) .my-4,:where(.volvo_v0) .mb-4{margin-bottom:.25rem}:where(.volvo_v0) .m-8{margin:.5rem}:where(.volvo_v0) .mx-8,:where(.volvo_v0) .mr-8{margin-inline-end:.5rem}:where(.volvo_v0) .mx-8,:where(.volvo_v0) .ml-8{margin-inline-start:.5rem}:where(.volvo_v0) .my-8,:where(.volvo_v0) .mt-8{margin-top:.5rem}:where(.volvo_v0) .my-8,:where(.volvo_v0) .mb-8{margin-bottom:.5rem}:where(.volvo_v0) .m-16{margin:1rem}:where(.volvo_v0) .mx-16,:where(.volvo_v0) .mr-16{margin-inline-end:1rem}:where(.volvo_v0) .mx-16,:where(.volvo_v0) .ml-16{margin-inline-start:1rem}:where(.volvo_v0) .my-16,:where(.volvo_v0) .mt-16{margin-top:1rem}:where(.volvo_v0) .my-16,:where(.volvo_v0) .mb-16{margin-bottom:1rem}:where(.volvo_v0) .m-24{margin:1.5rem}:where(.volvo_v0) .mx-24,:where(.volvo_v0) .mr-24{margin-inline-end:1.5rem}:where(.volvo_v0) .mx-24,:where(.volvo_v0) .ml-24{margin-inline-start:1.5rem}:where(.volvo_v0) .my-24,:where(.volvo_v0) .mt-24{margin-top:1.5rem}:where(.volvo_v0) .my-24,:where(.volvo_v0) .mb-24{margin-bottom:1.5rem}:where(.volvo_v0) .my-section,:where(.volvo_v0) .mt-section{margin-top:var(--v-space-section)}:where(.volvo_v0) .my-section,:where(.volvo_v0) .mb-section{margin-bottom:var(--v-space-section)}:where(.volvo_v0) .p-0{padding:0}:where(.volvo_v0) .px-0,:where(.volvo_v0) .pr-0{padding-inline-end:0}:where(.volvo_v0) .px-0,:where(.volvo_v0) .pl-0{padding-inline-start:0}:where(.volvo_v0) .py-0,:where(.volvo_v0) .pt-0{padding-top:0}:where(.volvo_v0) .py-0,:where(.volvo_v0) .pb-0{padding-bottom:0}:where(.volvo_v0) .p-4{padding:.25rem}:where(.volvo_v0) .px-4,:where(.volvo_v0) .pr-4{padding-inline-end:.25rem}:where(.volvo_v0) .px-4,:where(.volvo_v0) .pl-4{padding-inline-start:.25rem}:where(.volvo_v0) .py-4,:where(.volvo_v0) .pt-4{padding-top:.25rem}:where(.volvo_v0) .py-4,:where(.volvo_v0) .pb-4{padding-bottom:.25rem}:where(.volvo_v0) .p-8{padding:.5rem}:where(.volvo_v0) .px-8,:where(.volvo_v0) .pr-8{padding-inline-end:.5rem}:where(.volvo_v0) .px-8,:where(.volvo_v0) .pl-8{padding-inline-start:.5rem}:where(.volvo_v0) .py-8,:where(.volvo_v0) .pt-8{padding-top:.5rem}:where(.volvo_v0) .py-8,:where(.volvo_v0) .pb-8{padding-bottom:.5rem}:where(.volvo_v0) .p-16{padding:1rem}:where(.volvo_v0) .px-16,:where(.volvo_v0) .pr-16{padding-inline-end:1rem}:where(.volvo_v0) .px-16,:where(.volvo_v0) .pl-16{padding-inline-start:1rem}:where(.volvo_v0) .py-16,:where(.volvo_v0) .pt-16{padding-top:1rem}:where(.volvo_v0) .py-16,:where(.volvo_v0) .pb-16{padding-bottom:1rem}:where(.volvo_v0) .p-24{padding:1.5rem}:where(.volvo_v0) .px-24,:where(.volvo_v0) .pr-24{padding-inline-end:1.5rem}:where(.volvo_v0) .px-24,:where(.volvo_v0) .pl-24{padding-inline-start:1.5rem}:where(.volvo_v0) .py-24,:where(.volvo_v0) .pt-24{padding-top:1.5rem}:where(.volvo_v0) .py-24,:where(.volvo_v0) .pb-24{padding-bottom:1.5rem}:where(.volvo_v0) .py-section,:where(.volvo_v0) .pt-section{padding-top:var(--v-space-section)}:where(.volvo_v0) .py-section,:where(.volvo_v0) .pb-section{padding-bottom:var(--v-space-section)}:where(.volvo_v0) .text-start{text-align:start}:where(.volvo_v0) .text-end{text-align:end}:where(.volvo_v0) .text-center{text-align:center}:where(.volvo_v0) .text-inherit{color:inherit}:where(.volvo_v0) .text-always-black{color:var(--v-color-always-black)}:where(.volvo_v0) .text-always-white{color:var(--v-color-always-white)}:where(.volvo_v0) .text-primary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .text-secondary{color:var(--v-color-foreground-secondary)}:where(.volvo_v0) .text-accent-blue{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) .text-feedback-green{color:var(--v-color-foreground-feedback-green)}:where(.volvo_v0) .text-feedback-orange{color:var(--v-color-foreground-feedback-orange)}:where(.volvo_v0) .text-feedback-red{color:var(--v-color-foreground-feedback-red)}
@@ -0,0 +1 @@
1
+ :where(.volvo_v0) :where(:-webkit-any(button,[type=button],[type=reset],[type=submit],[type=checkbox],[type=radio],label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0) :where([type=file]:not(:disabled,[aria-disabled]))::-webkit-file-upload-button{cursor:pointer}:where(.volvo_v0) :where(:is(button,[type=button],[type=reset],[type=submit],[type=checkbox],[type=radio],label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0) :where([type=file]:not(:disabled,[aria-disabled]))::file-selector-button{cursor:pointer}:where(.volvo_v0) :where(input:is(:disabled,[aria-disabled])+label:hover){cursor:default}:where(.volvo_v0) :where(a[href]:not([class]):hover),:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).link-inline:hover{color:var(--v-color-foreground-primary);-webkit-text-decoration-line:none;text-decoration-line:none}:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).UNSTABLE_link-secondary:hover{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled:checked):hover:before{background-color:var(--_v492382)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled):hover{box-shadow:inset 0 0 0 1px var(--v-color-background-accent-blue)}
@@ -0,0 +1 @@
1
+ :where(.volvo_v0) .lg\:flex,:where(.volvo_v0) .lg\:flex-col,:where(.volvo_v0) .lg\:flex-row{display:flex}:where(.volvo_v0) .lg\:flex-row{flex-direction:row}:where(.volvo_v0) .lg\:flex-col{flex-direction:column}:where(.volvo_v0) .lg\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .lg\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .lg\:flex-grow{flex-grow:1}:where(.volvo_v0) .lg\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .lg\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .lg\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .lg\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .lg\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .lg\:flex-items-center{align-items:center}:where(.volvo_v0) .lg\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .lg\:flex-self-start{align-self:start}:where(.volvo_v0) .lg\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .lg\:flex-self-center{align-self:center}:where(.volvo_v0) .lg\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .lg\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .lg\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .lg\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .lg\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .lg\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .lg\:flex-justify-center{justify-content:center}:where(.volvo_v0) .lg\:text-start{text-align:start}:where(.volvo_v0) .lg\:text-end{text-align:end}:where(.volvo_v0) .lg\:text-center{text-align:center}
@@ -0,0 +1 @@
1
+ :where(.volvo_v0) .md\:flex,:where(.volvo_v0) .md\:flex-col,:where(.volvo_v0) .md\:flex-row{display:flex}:where(.volvo_v0) .md\:flex-row{flex-direction:row}:where(.volvo_v0) .md\:flex-col{flex-direction:column}:where(.volvo_v0) .md\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .md\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .md\:flex-grow{flex-grow:1}:where(.volvo_v0) .md\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .md\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .md\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .md\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .md\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .md\:flex-items-center{align-items:center}:where(.volvo_v0) .md\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .md\:flex-self-start{align-self:start}:where(.volvo_v0) .md\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .md\:flex-self-center{align-self:center}:where(.volvo_v0) .md\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .md\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .md\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .md\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .md\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .md\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .md\:flex-justify-center{justify-content:center}:where(.volvo_v0) .md\:text-start{text-align:start}:where(.volvo_v0) .md\:text-end{text-align:end}:where(.volvo_v0) .md\:text-center{text-align:center}
@@ -0,0 +1 @@
1
+ .volvo_v0{--v-font-sans-family:"Volvo Novum","Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif;--v-font-broad-family:"Volvo Broad","Arial Black",sans-serif;--v-font-mono-family:monospace;--v-font-16-size:1rem;--v-font-16-lineheight:1.5;--v-font-16:300 var(--v-font-16-size)/var(--v-font-16-lineheight)var(--v-font-sans-family);--v-font-14-size:.875rem;--v-font-14-lineheight:1.57;--v-font-14:300 var(--v-font-14-size)/var(--v-font-14-lineheight)var(--v-font-sans-family);--v-font-12-size:.75rem;--v-font-12-lineheight:1.67;--v-font-12:300 var(--v-font-12-size)/var(--v-font-12-lineheight)var(--v-font-sans-family);--_v2a3cb9:calc(.31rem + 2ex);--v-font-heading-1-lineheight:var(--_v2a3cb9);--v-font-heading-1-size-min:2rem;--v-font-heading-1-size-max:2.5rem;--v-font-heading-1-size:clamp(var(--v-font-heading-1-size-min),1vw + 1.7rem,var(--v-font-heading-1-size-max));--v-font-heading-1:500 var(--v-font-heading-1-size)/var(--v-font-heading-1-lineheight)var(--v-font-sans-family);--v-font-heading-2-lineheight:var(--_v2a3cb9);--v-font-heading-2-size-min:1.5rem;--v-font-heading-2-size-max:2rem;--v-font-heading-2-size:clamp(var(--v-font-heading-2-size-min),1vw + 1.2rem,var(--v-font-heading-2-size-max));--v-font-heading-2:500 var(--v-font-heading-2-size)/var(--v-font-heading-2-lineheight)var(--v-font-sans-family);--v-font-heading-3-lineheight:var(--_v2a3cb9);--v-font-heading-3-size-min:1.5rem;--v-font-heading-3-size-max:2rem;--v-font-heading-3-size:clamp(var(--v-font-heading-3-size-min),1vw + 1.2rem,var(--v-font-heading-3-size-max));--v-font-heading-3:300 var(--v-font-heading-3-size)/var(--v-font-heading-3-lineheight)var(--v-font-sans-family);--v-font-statement-1-lineheight:var(--_v2a3cb9);--v-font-statement-1-size-min:4.5rem;--v-font-statement-1-size-max:6rem;--v-font-statement-1-size:clamp(var(--v-font-statement-1-size-min),3vw + 3.6rem,var(--v-font-statement-1-size-max));--v-font-statement-1:500 var(--v-font-statement-1-size)/var(--v-font-statement-1-lineheight)var(--v-font-sans-family);--v-font-statement-2-lineheight:var(--_v2a3cb9);--v-font-statement-2-size-min:3.5rem;--v-font-statement-2-size-max:4.5rem;--v-font-statement-2-size:clamp(var(--v-font-statement-2-size-min),2vw + 2.9rem,var(--v-font-statement-2-size-max));--v-font-statement-2:500 var(--v-font-statement-2-size)/var(--v-font-statement-2-lineheight)var(--v-font-sans-family);--v-font-statement-3-lineheight:var(--_v2a3cb9);--v-font-statement-3-size-min:3rem;--v-font-statement-3-size-max:3.5rem;--v-font-statement-3-size:clamp(var(--v-font-statement-3-size-min),1vw + 2.7rem,var(--v-font-statement-3-size-max));--v-font-statement-3:500 var(--v-font-statement-3-size)/var(--v-font-statement-3-lineheight)var(--v-font-sans-family);--v-font-statement-signature-lineheight:1;--v-font-statement-signature-size-min:2.5rem;--v-font-statement-signature-size-max:4.5rem;--v-font-statement-signature-size:clamp(var(--v-font-statement-signature-size-min),4vw + 1.3rem,var(--v-font-statement-signature-size-max));--v-font-statement-signature:500 var(--v-font-statement-signature-size)/var(--v-font-statement-signature-lineheight)var(--v-font-broad-family);--v-font-title-24-size:1.5rem;--v-font-title-24-lineheight:1.334;--v-font-title-24:300 var(--v-font-title-24-size)/var(--v-font-title-24-lineheight)var(--v-font-sans-family);--v-font-title-20-size:1.25rem;--v-font-title-20-lineheight:1.4;--v-font-title-20:300 var(--v-font-title-20-size)/var(--v-font-title-20-lineheight)var(--v-font-sans-family)}.volvo_v0:where(:lang(vi)){--v-font-sans-family:"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}.volvo_v0,.volvo_v0 [data-color-mode=light]{--v-color-always-black:#141414;--v-color-always-white:#fff;--v-color-foreground-primary:#000000eb;--v-color-foreground-secondary:#0000008f;--v-color-ornament-primary:#00000029;--v-color-background-primary:#fff;--v-color-background-secondary:#fafafa;--v-color-foreground-accent-blue:#2a609d;--v-color-background-accent-blue:#2a609d;--_v492382:#234871;--v-color-foreground-feedback-green:#048220;--v-color-foreground-feedback-orange:#eb7400;--v-color-foreground-feedback-red:#bf2012;--v-color-background-feedback-green:#048220;--v-color-background-feedback-orange:#eb7400;--v-color-background-feedback-red:#bf2012}.volvo_v0 [data-color-mode=dark],.volvo_v0[data-color-mode=dark]{--v-color-foreground-primary:#fff;--v-color-foreground-secondary:#ffffffa3;--v-color-ornament-primary:#ffffff1f;--v-color-background-primary:#000;--v-color-background-secondary:#141414;--v-color-foreground-accent-blue:#2387eb;--v-color-background-accent-blue:#1f78d1;--v-color-foreground-feedback-green:#07a62b;--v-color-foreground-feedback-orange:#ff9400;--v-color-foreground-feedback-red:#ff3320;--v-color-background-feedback-green:#088924;--v-color-background-feedback-orange:#ff9400;--v-color-background-feedback-red:#cc2617}.volvo_v0{--v-space-4:.25rem;--v-space-8:.5rem;--v-space-16:1rem;--v-space-24:1.5rem;--v-space-section:clamp(4rem,4vw + 2.8rem,6rem);--v-radius-4:.25rem;--v-radius-full:9999px}
package/dist/imports.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "imports": {
3
3
  "font-face.css": "css/v0/font-face.05a7ed4c.css",
4
- "styles.css": "css/v0/styles.d69280c3.css",
5
- "styles_hover.css": "css/v0/styles_hover.9558b200.css",
6
- "styles_lg.css": "css/v0/styles_lg.a6394f08.css",
7
- "styles_md.css": "css/v0/styles_md.706c759a.css",
8
- "tokens.css": "css/v0/tokens.07aba70e.css"
4
+ "styles.css": "css/v0/styles.72e1c057.css",
5
+ "styles_hover.css": "css/v0/styles_hover.e7965925.css",
6
+ "styles_lg.css": "css/v0/styles_lg.eaf41b08.css",
7
+ "styles_md.css": "css/v0/styles_md.c4264ddd.css",
8
+ "tokens.css": "css/v0/tokens.30cd27f4.css"
9
9
  }
10
10
  }
package/dist/links.cjs CHANGED
@@ -1,2 +1,2 @@
1
- var i=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var p=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var f=(s,e)=>{for(var r in e)i(s,r,{get:e[r],enumerable:!0})},d=(s,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of p(e))!m.call(s,t)&&t!==r&&i(s,t,{get:()=>e[t],enumerable:!(o=l(e,t))||o.enumerable});return s};var y=s=>d(i({},"__esModule",{value:!0}),s);var w={};f(w,{links:()=>k});module.exports=y(w);var a={"font-face.css":"css/v0/font-face.05a7ed4c.css","styles.css":"css/v0/styles.d69280c3.css","styles_hover.css":"css/v0/styles_hover.9558b200.css","styles_lg.css":"css/v0/styles_lg.a6394f08.css","styles_md.css":"css/v0/styles_md.706c759a.css","tokens.css":"css/v0/tokens.07aba70e.css"};var c={hover:"(hover: hover)",md:"(min-width: 30rem)",lg:"(min-width: 64rem)"};var g="https://www.volvocars.com/static/shared/pkg/";function k({base:s=g}={}){if(s&&typeof s!="string"&&(s=s.href),typeof s=="string"&&s!==""&&!s.endsWith("/"))throw new TypeError("Missing trailing slash in base URL");return Object.entries(a).map(([e,r])=>{var n;let o={rel:"stylesheet",href:s+r,"data-volvo-css-name":e},t=(n=e.split("_").pop())==null?void 0:n.replace(".css","");return t&&t in c&&(o.media=c[t]),o})}0&&(module.exports={links});
1
+ var i=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var f=(s,e)=>{for(var r in e)i(s,r,{get:e[r],enumerable:!0})},m=(s,e,r,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of a(e))!d.call(s,t)&&t!==r&&i(s,t,{get:()=>e[t],enumerable:!(o=p(e,t))||o.enumerable});return s};var y=s=>m(i({},"__esModule",{value:!0}),s);var w={};f(w,{links:()=>k});module.exports=y(w);var l={"font-face.css":"css/v0/font-face.05a7ed4c.css","styles.css":"css/v0/styles.72e1c057.css","styles_hover.css":"css/v0/styles_hover.e7965925.css","styles_lg.css":"css/v0/styles_lg.eaf41b08.css","styles_md.css":"css/v0/styles_md.c4264ddd.css","tokens.css":"css/v0/tokens.30cd27f4.css"};var c={hover:"(hover: hover)",md:"(min-width: 30rem)",lg:"(min-width: 64rem)"};var g="https://www.volvocars.com/static/shared/pkg/";function k({base:s=g}={}){if(s&&typeof s!="string"&&(s=s.href),typeof s=="string"&&s!==""&&!s.endsWith("/"))throw new TypeError("Missing trailing slash in base URL");return Object.entries(l).map(([e,r])=>{var n;let o={rel:"stylesheet",href:s+r,"data-volvo-css-name":e},t=(n=e.split("_").pop())==null?void 0:n.replace(".css","");return t&&t in c&&(o.media=c[t]),o})}0&&(module.exports={links});
2
2
  //# sourceMappingURL=links.cjs.map
package/dist/links.js CHANGED
@@ -1,2 +1,2 @@
1
- import{a as n,b as s}from"./chunk-PNWJHY2L.js";var a="https://www.volvocars.com/static/shared/pkg/";function m({base:e=a}={}){if(e&&typeof e!="string"&&(e=e.href),typeof e=="string"&&e!==""&&!e.endsWith("/"))throw new TypeError("Missing trailing slash in base URL");return Object.entries(n).map(([r,p])=>{var o;let i={rel:"stylesheet",href:e+p,"data-volvo-css-name":r},t=(o=r.split("_").pop())==null?void 0:o.replace(".css","");return t&&t in s&&(i.media=s[t]),i})}export{m as links};
1
+ import{a as n,b as s}from"./chunk-7GV2RAWW.js";var a="https://www.volvocars.com/static/shared/pkg/";function m({base:e=a}={}){if(e&&typeof e!="string"&&(e=e.href),typeof e=="string"&&e!==""&&!e.endsWith("/"))throw new TypeError("Missing trailing slash in base URL");return Object.entries(n).map(([r,p])=>{var o;let i={rel:"stylesheet",href:e+p,"data-volvo-css-name":r},t=(o=r.split("_").pop())==null?void 0:o.replace(".css","");return t&&t in s&&(i.media=s[t]),i})}export{m as links};
2
2
  //# sourceMappingURL=links.js.map
@@ -1,2 +1,2 @@
1
- var l=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var w=(o,t)=>{for(var f in t)l(o,f,{get:t[f],enumerable:!0})},d=(o,t,f,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of c(t))!m.call(o,s)&&s!==f&&l(o,s,{get:()=>t[s],enumerable:!(a=v(t,s))||a.enumerable});return o};var p=o=>d(l({},"__esModule",{value:!0}),o);var V={};w(V,{links:()=>k});module.exports=p(V);var r="QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1zZW1pLWxpZ2h0LndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1ncmVlay1zZW1pLWxpZ2h0LWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwO3VuaWNvZGUtcmFuZ2U6VSs0Pz99QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwfUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLWdyZWVrLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcDt1bmljb2RlLXJhbmdlOlUrND8/fUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXB9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjUwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1tZWRpdW0taXRhbGljLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1jeXJpbGxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1ncmVlay53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBCcm9hZDtmb250LXdlaWdodDo0MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tYnJvYWQvdm9sdm8tYnJvYWQtbGF0aW4tcmVzdC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzIwLTM2RixVKzUzMC1GQjAyfQ==";var n={"font-face.css":"css/v0/font-face.05a7ed4c.css","styles.css":"css/v0/styles.d69280c3.css","styles_hover.css":"css/v0/styles_hover.9558b200.css","styles_lg.css":"css/v0/styles_lg.a6394f08.css","styles_md.css":"css/v0/styles_md.706c759a.css","tokens.css":"css/v0/tokens.07aba70e.css"};var e={hover:"(hover: hover)",md:"(min-width: 30rem)",lg:"(min-width: 64rem)"};var g="https://www.volvocars.com/static/shared/pkg/";function k({base:o=g}={}){return o&&typeof o!="string"&&(o=o.href),typeof o=="string"&&o!==""&&!o.endsWith("/")&&(o+="/"),Object.entries(n).flatMap(([t,f])=>{var i;let a={href:o+f,"data-volvo-css-name":t,rel:"stylesheet"},s=(i=t.split("_").pop())==null?void 0:i.replace(".css","");return s&&s in e&&(a.media=e[s]),t==="font-face.css"?{...a,href:`data:text/css;base64,${r}`}:[{...a,rel:"preload",as:"style"},a]}).sort((t,f)=>t.rel==="preload"&&f.rel==="preload"?0:t.rel==="preload"?-1:1)}0&&(module.exports={links});
1
+ var l=Object.defineProperty;var v=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var w=(o,t)=>{for(var f in t)l(o,f,{get:t[f],enumerable:!0})},d=(o,t,f,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of c(t))!m.call(o,s)&&s!==f&&l(o,s,{get:()=>t[s],enumerable:!(a=v(t,s))||a.enumerable});return o};var p=o=>d(l({},"__esModule",{value:!0}),o);var V={};w(V,{links:()=>k});module.exports=p(V);var r="QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1zZW1pLWxpZ2h0LndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1ncmVlay1zZW1pLWxpZ2h0LWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwO3VuaWNvZGUtcmFuZ2U6VSs0Pz99QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwfUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLWdyZWVrLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcDt1bmljb2RlLXJhbmdlOlUrND8/fUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXB9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjUwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1tZWRpdW0taXRhbGljLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1jeXJpbGxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1ncmVlay53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBCcm9hZDtmb250LXdlaWdodDo0MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tYnJvYWQvdm9sdm8tYnJvYWQtbGF0aW4tcmVzdC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzIwLTM2RixVKzUzMC1GQjAyfQ==";var n={"font-face.css":"css/v0/font-face.05a7ed4c.css","styles.css":"css/v0/styles.72e1c057.css","styles_hover.css":"css/v0/styles_hover.e7965925.css","styles_lg.css":"css/v0/styles_lg.eaf41b08.css","styles_md.css":"css/v0/styles_md.c4264ddd.css","tokens.css":"css/v0/tokens.30cd27f4.css"};var e={hover:"(hover: hover)",md:"(min-width: 30rem)",lg:"(min-width: 64rem)"};var g="https://www.volvocars.com/static/shared/pkg/";function k({base:o=g}={}){return o&&typeof o!="string"&&(o=o.href),typeof o=="string"&&o!==""&&!o.endsWith("/")&&(o+="/"),Object.entries(n).flatMap(([t,f])=>{var i;let a={href:o+f,"data-volvo-css-name":t,rel:"stylesheet"},s=(i=t.split("_").pop())==null?void 0:i.replace(".css","");return s&&s in e&&(a.media=e[s]),t==="font-face.css"?{...a,href:`data:text/css;base64,${r}`}:[{...a,rel:"preload",as:"style"},a]}).sort((t,f)=>t.rel==="preload"&&f.rel==="preload"?0:t.rel==="preload"?-1:1)}0&&(module.exports={links});
2
2
  //# sourceMappingURL=links.server.cjs.map
@@ -1,2 +1,2 @@
1
- import{a as r,b as l}from"./chunk-PNWJHY2L.js";var n="QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1zZW1pLWxpZ2h0LndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1ncmVlay1zZW1pLWxpZ2h0LWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwO3VuaWNvZGUtcmFuZ2U6VSs0Pz99QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwfUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLWdyZWVrLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcDt1bmljb2RlLXJhbmdlOlUrND8/fUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXB9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjUwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1tZWRpdW0taXRhbGljLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1jeXJpbGxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1ncmVlay53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBCcm9hZDtmb250LXdlaWdodDo0MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tYnJvYWQvdm9sdm8tYnJvYWQtbGF0aW4tcmVzdC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzIwLTM2RixVKzUzMC1GQjAyfQ==";var e="https://www.volvocars.com/static/shared/pkg/";function p({base:o=e}={}){return o&&typeof o!="string"&&(o=o.href),typeof o=="string"&&o!==""&&!o.endsWith("/")&&(o+="/"),Object.entries(r).flatMap(([t,s])=>{var i;let f={href:o+s,"data-volvo-css-name":t,rel:"stylesheet"},a=(i=t.split("_").pop())==null?void 0:i.replace(".css","");return a&&a in l&&(f.media=l[a]),t==="font-face.css"?{...f,href:`data:text/css;base64,${n}`}:[{...f,rel:"preload",as:"style"},f]}).sort((t,s)=>t.rel==="preload"&&s.rel==="preload"?0:t.rel==="preload"?-1:1)}export{p as links};
1
+ import{a as r,b as l}from"./chunk-7GV2RAWW.js";var n="QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1zZW1pLWxpZ2h0LndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjMwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1ncmVlay1zZW1pLWxpZ2h0LWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwO3VuaWNvZGUtcmFuZ2U6VSs0Pz99QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDozMDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tc2VtaS1saWdodC1pdGFsaWMud29mZjIpZm9ybWF0KCJ3b2ZmMiIpO2ZvbnQtZGlzcGxheTpzd2FwfUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLWdyZWVrLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcDt1bmljb2RlLXJhbmdlOlUrND8/fUBmb250LWZhY2V7Zm9udC1mYW1pbHk6Vm9sdm8gTm92dW07Zm9udC13ZWlnaHQ6NTAwO3NyYzp1cmwoaHR0cHM6Ly93d3cudm9sdm9jYXJzLmNvbS9zdGF0aWMvc2hhcmVkL2ZvbnRzL3ZvbHZvLW5vdnVtL3ZvbHZvLW5vdnVtLW1lZGl1bS53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXB9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tZ3JlZWstbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBOb3Z1bTtmb250LXN0eWxlOml0YWxpYztmb250LXdlaWdodDo1MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tbm92dW0vdm9sdm8tbm92dW0tY3lyaWxsaWMtbWVkaXVtLWl0YWxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIE5vdnVtO2ZvbnQtc3R5bGU6aXRhbGljO2ZvbnQtd2VpZ2h0OjUwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1ub3Z1bS92b2x2by1ub3Z1bS1tZWRpdW0taXRhbGljLndvZmYyKWZvcm1hdCgid29mZjIiKTtmb250LWRpc3BsYXk6c3dhcH1AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1jeXJpbGxpYy53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzQ/P31AZm9udC1mYWNle2ZvbnQtZmFtaWx5OlZvbHZvIEJyb2FkO2ZvbnQtd2VpZ2h0OjQwMDtzcmM6dXJsKGh0dHBzOi8vd3d3LnZvbHZvY2Fycy5jb20vc3RhdGljL3NoYXJlZC9mb250cy92b2x2by1icm9hZC92b2x2by1icm9hZC1ncmVlay53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzM3MC0zRkZ9QGZvbnQtZmFjZXtmb250LWZhbWlseTpWb2x2byBCcm9hZDtmb250LXdlaWdodDo0MDA7c3JjOnVybChodHRwczovL3d3dy52b2x2b2NhcnMuY29tL3N0YXRpYy9zaGFyZWQvZm9udHMvdm9sdm8tYnJvYWQvdm9sdm8tYnJvYWQtbGF0aW4tcmVzdC53b2ZmMilmb3JtYXQoIndvZmYyIik7Zm9udC1kaXNwbGF5OnN3YXA7dW5pY29kZS1yYW5nZTpVKzIwLTM2RixVKzUzMC1GQjAyfQ==";var e="https://www.volvocars.com/static/shared/pkg/";function p({base:o=e}={}){return o&&typeof o!="string"&&(o=o.href),typeof o=="string"&&o!==""&&!o.endsWith("/")&&(o+="/"),Object.entries(r).flatMap(([t,s])=>{var i;let f={href:o+s,"data-volvo-css-name":t,rel:"stylesheet"},a=(i=t.split("_").pop())==null?void 0:i.replace(".css","");return a&&a in l&&(f.media=l[a]),t==="font-face.css"?{...f,href:`data:text/css;base64,${n}`}:[{...f,rel:"preload",as:"style"},f]}).sort((t,s)=>t.rel==="preload"&&s.rel==="preload"?0:t.rel==="preload"?-1:1)}export{p as links};
2
2
  //# sourceMappingURL=links.server.js.map
package/dist/styles.css CHANGED
@@ -1 +1 @@
1
- :where(.volvo_v0),:where(.volvo_v0 [data-color-mode]){color:var(--v-color-foreground-primary);color-scheme:light;accent-color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0[data-color-mode=dark],.volvo_v0 [data-color-mode=dark]){color-scheme:dark}:where(.volvo_v0){font:var(--v-font-16);tab-size:4}:where(.volvo_v0) :where(code,kbd,samp,pre){font-family:var(--v-font-mono-family);font-size:min(100%,var(--v-font-14-size))}:where(.volvo_v0 pre){white-space:break-spaces}:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{box-sizing:border-box}:where(.volvo_v0 :not(progress,meter)){border-color:var(--v-color-ornament-primary);border-style:solid;border-width:0}:where(.volvo_v0 body,body.volvo_v0){min-height:100vh;min-height:100dvh;scrollbar-gutter:stable;background-color:var(--v-color-background-primary);margin:0}:where(.volvo_v0 :is(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,input,fieldset)){margin:0}:where(.volvo_v0 :is(button,input,ol,ul,legend,fieldset)){padding:0}:where(.volvo_v0 a){color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}:where(.volvo_v0 :focus-visible){outline:2px solid var(--v-color-foreground-primary);outline-offset:2px}:where(.volvo_v0 :is(img,picture,video,canvas,svg)){max-width:100%}:where(.volvo_v0 :is(ol,ul)){list-style:none}:where(.volvo_v0 :is(button,input:is([type=button],[type=reset],[type=submit]))){-webkit-appearance:button;appearance:button;color:inherit;background-color:#0000}:where(.volvo_v0 summary:is(details[class]>*,[class])){list-style:none}:where(.volvo_v0 summary:is(details[class]>*,[class]))::marker,:where(.volvo_v0 summary:is(details[class]>*,[class]))::-webkit-details-marker{display:none}:where(.volvo_v0 :is(button,input,optgroup,select,textarea,h1,h2,h3,h4,h5,h6,small)){font:inherit}:where(.volvo_v0 :is(b,strong)){font-weight:500}:where(.volvo_v0 :is(button,input,optgroup,select)){line-height:1.3}:where(.volvo_v0 textarea){resize:vertical}:where(.volvo_v0 :is(p,li,h1,h2,h3,h4,h5,h6)){overflow-wrap:break-word}:where(.volvo_v0) [data-fluid-typography=min]{--_vcc7ec5de:0rem}:where(.volvo_v0) [data-fluid-typography=max]{--_vcc7ec5de:9rem}@media (prefers-reduced-motion:reduce){.volvo_v0 *,.volvo_v0 :before,.volvo_v0 :after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}:where(.volvo_v0) :is(.stack-4,.stack-8,.stack-16,.stack-24,.stack-section,.stack-text)>*+*{margin-top:var(--stack-gap)}:where(.volvo_v0) .stack-section>*{--stack-gap:var(--v-space-section)}:where(.volvo_v0) .stack-4>*{--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-8>*{--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-16>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-24>*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class]))+.title-20,.title-20:first-child)+:where(.body-16,.list,:is(p,ul):not([class])){--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-text>:where(.body-16.font-medium)+:where(.body-16,p:not([class])){--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-text>:where(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])){--stack-gap:var(--v-space-24)}:where(.volvo_v0 .stack-text)>.statement-3+*,:where(.volvo_v0 .stack-text)>.statement-3+:where(.heading-3,h3:not([class]))+*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>:where(.micro,small:not([class]))+:where(.micro,small:not([class])){--stack-gap:0rem}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])){width:var(--v-space-16);height:var(--v-space-16);-webkit-appearance:none;appearance:none;background-color:var(--v-color-background-primary);border:1px solid var(--v-color-foreground-secondary);border-radius:var(--v-radius-4);place-content:center;margin-top:.25em;transition:box-shadow .3s;display:inline-grid}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])):before{width:var(--v-space-16);height:var(--v-space-16);content:"";background-color:var(--v-color-background-accent-blue);border-radius:var(--v-radius-4);opacity:0;transition:transform .1s ease-in-out,background-color .3s,outline .3s,opacity .2s}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])):after{content:"";opacity:1;position:absolute}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])){border-radius:var(--v-radius-full)}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])):before{border-radius:var(--v-radius-full)}:where(.volvo_v0 [type=checkbox]):is(.checkbox,:not([class])):after{width:var(--v-space-4);height:var(--v-space-8);content:"";border-color:#0000;transition:border-top-color .15s linear,border-inline-end-color .15s linear .1s;transform:scaleX(-1) rotate(135deg) translate(5px,2px)}:where(.volvo_v0 [type=checkbox]:is(.checkbox,:not([class]))):checked:after{border-inline-end:1px solid var(--v-color-always-white);border-top:1px solid var(--v-color-always-white)}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])):after{width:8px;height:8px;background-color:var(--v-color-always-white);border-radius:var(--v-radius-full);transition:transform .25s;transform:matrix(0,.001,.001,0,3,3)}:where(.volvo_v0 [type=radio]:is(.radio,:not([class]))):checked:after{transform:matrix(0,1,1,0,3,3)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled:after{border-color:var(--v-color-ornament-primary)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled{background-color:var(--v-color-background-secondary);border-color:var(--v-color-ornament-primary)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):is(:active,:checked)):enabled:before{opacity:1}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))[aria-invalid]:not([aria-invalid=false]),.volvo_v0 :is(fieldset,[role=radiogroup])[aria-invalid]:not([aria-invalid=false]) [type=radio]:is(.radio,:not([class]))):not(:disabled,:hover){border-color:var(--v-color-foreground-feedback-red);box-shadow:inset 0 0 0 1px var(--v-color-foreground-feedback-red)}:where(.volvo_v0 h1:not([class])),:where(.volvo_v0) .heading-1{font:var(--v-font-heading-1)}:where(.volvo_v0) .heading-1[data-fluid-typography]{font-size:clamp(var(--v-font-heading-1-size-min),var(--_vcc7ec5de,var(--v-font-heading-1-size)),var(--v-font-heading-1-size-max))}:where(.volvo_v0 h2:not([class])),:where(.volvo_v0) .heading-2{font:var(--v-font-heading-2)}:where(.volvo_v0) .heading-2[data-fluid-typography]{font-size:clamp(var(--v-font-heading-2-size-min),var(--_vcc7ec5de,var(--v-font-heading-2-size)),var(--v-font-heading-2-size-max))}:where(.volvo_v0 h3:not([class])),:where(.volvo_v0) .heading-3{font:var(--v-font-heading-3)}:where(.volvo_v0) .heading-3[data-fluid-typography]{font-size:clamp(var(--v-font-heading-3-size-min),var(--_vcc7ec5de,var(--v-font-heading-3-size)),var(--v-font-heading-3-size-max))}:where(.volvo_v0 a[href]:not([class])),:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).link-inline{color:var(--v-color-foreground-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}:where(.volvo_v0 ul,.volvo_v0 ol).list,:where(.volvo_v0 ul,.volvo_v0 ol):where(:not([class])){list-style-type:revert;padding-inline-start:2rem}:where(.volvo_v0) .statement-1{font:var(--v-font-statement-1)}:where(.volvo_v0) .statement-1[data-fluid-typography]{font-size:clamp(var(--v-font-statement-1-size-min),var(--_vcc7ec5de),var(--v-font-statement-1-size-max))}:where(.volvo_v0) .statement-2{font:var(--v-font-statement-2)}:where(.volvo_v0) .statement-2[data-fluid-typography]{font-size:clamp(var(--v-font-statement-2-size-min),var(--_vcc7ec5de),var(--v-font-statement-2-size-max))}:where(.volvo_v0) .statement-3{font:var(--v-font-statement-3)}:where(.volvo_v0) .statement-3[data-fluid-typography]{font-size:clamp(var(--v-font-statement-3-size-min),var(--_vcc7ec5de),var(--v-font-statement-3-size-max))}:where(.volvo_v0) .statement-signature{font:var(--v-font-statement-signature);letter-spacing:.02em}:where(.volvo_v0) .statement-signature:where([data-fluid-typography]){font-size:clamp(var(--v-font-statement-signature-size-min),var(--_vcc7ec5de),var(--v-font-statement-signature-size-max))}:where(.volvo_v0) .bg-inherit{background-color:inherit}:where(.volvo_v0) .bg-transparent{background-color:#0000}:where(.volvo_v0) .bg-always-black{background-color:var(--v-color-always-black)}:where(.volvo_v0) .bg-always-white{background-color:var(--v-color-always-white)}:where(.volvo_v0) .bg-primary{background-color:var(--v-color-background-primary)}:where(.volvo_v0) .bg-secondary{background-color:var(--v-color-background-secondary)}:where(.volvo_v0) .bg-accent-blue{background-color:var(--v-color-background-accent-blue)}:where(.volvo_v0) .bg-feedback-green{background-color:var(--v-color-background-feedback-green)}:where(.volvo_v0) .bg-feedback-orange{background-color:var(--v-color-background-feedback-orange)}:where(.volvo_v0) .bg-feedback-red{background-color:var(--v-color-background-feedback-red)}:where(.volvo_v0) :is(.flex,.flex-col,.flex-row){display:flex}:where(.volvo_v0) .flex-row{flex-direction:row}:where(.volvo_v0) .flex-col{flex-direction:column}:where(.volvo_v0) .flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .flex-grow{flex-grow:1}:where(.volvo_v0) .flex-grow-0{flex-grow:0}:where(.volvo_v0) .flex-shrink{flex-shrink:1}:where(.volvo_v0) .flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .flex-items-start{align-items:flex-start}:where(.volvo_v0) .flex-items-end{align-items:flex-end}:where(.volvo_v0) .flex-items-center{align-items:center}:where(.volvo_v0) .flex-items-stretch{align-items:stretch}:where(.volvo_v0) .flex-self-start{align-self:flex-start}:where(.volvo_v0) .flex-self-end{align-self:flex-end}:where(.volvo_v0) .flex-self-center{align-self:center}:where(.volvo_v0) .flex-self-stretch{align-self:stretch}:where(.volvo_v0) .flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .flex-justify-around{justify-content:space-around}:where(.volvo_v0) .flex-justify-between{justify-content:space-between}:where(.volvo_v0) .flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .flex-justify-center{justify-content:center}:where(.volvo_v0) .title-24{font-size:var(--v-font-title-24-size);line-height:var(--v-font-title-24-lineheight)}:where(.volvo_v0) .title-20{font-size:var(--v-font-title-20-size);line-height:var(--v-font-title-20-lineheight)}:where(.volvo_v0) .body-16{font-size:var(--v-font-16-size);line-height:var(--v-font-16-lineheight)}:where(.volvo_v0 small:not([class])),:where(.volvo_v0) .micro{font-size:var(--v-font-12-size);line-height:var(--v-font-12-lineheight);letter-spacing:.02em}:where(.volvo_v0) .font-medium{font-weight:500}:where(.volvo_v0) .font-light{font-weight:300}:where(.volvo_v0) .m-0{margin:0}:where(.volvo_v0) :is(.mx-0,.mr-0){margin-inline-end:0}:where(.volvo_v0) :is(.mx-0,.ml-0){margin-inline-start:0}:where(.volvo_v0) :is(.my-0,.mt-0){margin-top:0}:where(.volvo_v0) :is(.my-0,.mb-0){margin-bottom:0}:where(.volvo_v0) .m-4{margin:.25rem}:where(.volvo_v0) :is(.mx-4,.mr-4){margin-inline-end:.25rem}:where(.volvo_v0) :is(.mx-4,.ml-4){margin-inline-start:.25rem}:where(.volvo_v0) :is(.my-4,.mt-4){margin-top:.25rem}:where(.volvo_v0) :is(.my-4,.mb-4){margin-bottom:.25rem}:where(.volvo_v0) .m-8{margin:.5rem}:where(.volvo_v0) :is(.mx-8,.mr-8){margin-inline-end:.5rem}:where(.volvo_v0) :is(.mx-8,.ml-8){margin-inline-start:.5rem}:where(.volvo_v0) :is(.my-8,.mt-8){margin-top:.5rem}:where(.volvo_v0) :is(.my-8,.mb-8){margin-bottom:.5rem}:where(.volvo_v0) .m-16{margin:1rem}:where(.volvo_v0) :is(.mx-16,.mr-16){margin-inline-end:1rem}:where(.volvo_v0) :is(.mx-16,.ml-16){margin-inline-start:1rem}:where(.volvo_v0) :is(.my-16,.mt-16){margin-top:1rem}:where(.volvo_v0) :is(.my-16,.mb-16){margin-bottom:1rem}:where(.volvo_v0) .m-24{margin:1.5rem}:where(.volvo_v0) :is(.mx-24,.mr-24){margin-inline-end:1.5rem}:where(.volvo_v0) :is(.mx-24,.ml-24){margin-inline-start:1.5rem}:where(.volvo_v0) :is(.my-24,.mt-24){margin-top:1.5rem}:where(.volvo_v0) :is(.my-24,.mb-24){margin-bottom:1.5rem}:where(.volvo_v0) :is(.my-section,.mt-section){margin-top:var(--v-space-section)}:where(.volvo_v0) :is(.my-section,.mb-section){margin-bottom:var(--v-space-section)}:where(.volvo_v0) .p-0{padding:0}:where(.volvo_v0) :is(.px-0,.pr-0){padding-inline-end:0}:where(.volvo_v0) :is(.px-0,.pl-0){padding-inline-start:0}:where(.volvo_v0) :is(.py-0,.pt-0){padding-top:0}:where(.volvo_v0) :is(.py-0,.pb-0){padding-bottom:0}:where(.volvo_v0) .p-4{padding:.25rem}:where(.volvo_v0) :is(.px-4,.pr-4){padding-inline-end:.25rem}:where(.volvo_v0) :is(.px-4,.pl-4){padding-inline-start:.25rem}:where(.volvo_v0) :is(.py-4,.pt-4){padding-top:.25rem}:where(.volvo_v0) :is(.py-4,.pb-4){padding-bottom:.25rem}:where(.volvo_v0) .p-8{padding:.5rem}:where(.volvo_v0) :is(.px-8,.pr-8){padding-inline-end:.5rem}:where(.volvo_v0) :is(.px-8,.pl-8){padding-inline-start:.5rem}:where(.volvo_v0) :is(.py-8,.pt-8){padding-top:.5rem}:where(.volvo_v0) :is(.py-8,.pb-8){padding-bottom:.5rem}:where(.volvo_v0) .p-16{padding:1rem}:where(.volvo_v0) :is(.px-16,.pr-16){padding-inline-end:1rem}:where(.volvo_v0) :is(.px-16,.pl-16){padding-inline-start:1rem}:where(.volvo_v0) :is(.py-16,.pt-16){padding-top:1rem}:where(.volvo_v0) :is(.py-16,.pb-16){padding-bottom:1rem}:where(.volvo_v0) .p-24{padding:1.5rem}:where(.volvo_v0) :is(.px-24,.pr-24){padding-inline-end:1.5rem}:where(.volvo_v0) :is(.px-24,.pl-24){padding-inline-start:1.5rem}:where(.volvo_v0) :is(.py-24,.pt-24){padding-top:1.5rem}:where(.volvo_v0) :is(.py-24,.pb-24){padding-bottom:1.5rem}:where(.volvo_v0) :is(.py-section,.pt-section){padding-top:var(--v-space-section)}:where(.volvo_v0) :is(.py-section,.pb-section){padding-bottom:var(--v-space-section)}:where(.volvo_v0) .text-start{text-align:start}:where(.volvo_v0) .text-end{text-align:end}:where(.volvo_v0) .text-center{text-align:center}:where(.volvo_v0) .text-inherit{color:inherit}:where(.volvo_v0) .text-always-black{color:var(--v-color-always-black)}:where(.volvo_v0) .text-always-white{color:var(--v-color-always-white)}:where(.volvo_v0) .text-primary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .text-secondary{color:var(--v-color-foreground-secondary)}:where(.volvo_v0) .text-accent-blue{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) .text-feedback-green{color:var(--v-color-foreground-feedback-green)}:where(.volvo_v0) .text-feedback-orange{color:var(--v-color-foreground-feedback-orange)}:where(.volvo_v0) .text-feedback-red{color:var(--v-color-foreground-feedback-red)}
1
+ .volvo_v0,:where(.volvo_v0) [data-color-mode]{color:var(--v-color-foreground-primary);color-scheme:light;accent-color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0)[data-color-mode=dark],:where(.volvo_v0) [data-color-mode=dark]{color-scheme:dark}.volvo_v0{--_v85627f:initial;font:var(--v-font-16);tab-size:4}.volvo_v0:lang(ar),.volvo_v0:lang(he){--_v85627f: }:where(.volvo_v0) :where(code,kbd,samp,pre){font-family:var(--v-font-mono-family);font-size:min(100%,var(--v-font-14-size))}:where(.volvo_v0) :where(pre){white-space:break-spaces}:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{box-sizing:border-box}:where(.volvo_v0) :where(:not(progress,meter)){border-color:var(--v-color-ornament-primary);border-style:solid;border-width:0}:where(.volvo_v0 body,body.volvo_v0){min-height:100vh;min-height:100dvh;scrollbar-gutter:stable;background-color:var(--v-color-background-primary);margin:0}:where(.volvo_v0) :where(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,input,fieldset){margin:0}:where(.volvo_v0) :where(button,input,ol,ul,legend,fieldset){padding:0}:where(.volvo_v0) :where(a){color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}:where(.volvo_v0) :where(:focus-visible){outline:2px solid var(--v-color-foreground-primary);outline-offset:2px}:where(.volvo_v0) :where(img,picture,video,canvas,svg){max-width:100%}:where(.volvo_v0) :where(ol,ul){list-style:none}:where(.volvo_v0) :where(button,input:is([type=button],[type=reset],[type=submit])){-webkit-appearance:button;appearance:button;color:inherit;background-color:#0000}:where(.volvo_v0) :where(summary:is(details[class]>*,[class])){list-style:none}:where(.volvo_v0) :where(summary:is(details[class]>*,[class]))::marker,:where(.volvo_v0) :where(summary:is(details[class]>*,[class]))::-webkit-details-marker{display:none}:where(.volvo_v0) :where(button,input,optgroup,select,textarea,h1,h2,h3,h4,h5,h6,small){font:inherit}:where(.volvo_v0) :where(b,strong){font-weight:500}:where(.volvo_v0) :where(button,input,optgroup,select){line-height:1.3}:where(.volvo_v0) :where(textarea){resize:vertical}:where(.volvo_v0) :where(p,li,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(.volvo_v0) [data-fluid-typography=min]{--_v17b0f5:0rem}:where(.volvo_v0) [data-fluid-typography=max]{--_v17b0f5:9rem}@media (prefers-reduced-motion:reduce){:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}:where(.volvo_v0) :is(.stack-4,.stack-8,.stack-16,.stack-24,.stack-section,.stack-text)>*+*{margin-top:var(--stack-gap)}:where(.volvo_v0) .stack-section>*{--stack-gap:var(--v-space-section)}:where(.volvo_v0) .stack-4>*{--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-8>*{--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-16>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-24>*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class]))+.title-20,.title-20:first-child)+:where(.body-16,.list,.micro,:is(p,ul,small):not([class])){--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-text>:where(.body-16.font-medium)+:where(.body-16,p:not([class])){--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])))+:where(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])){--stack-gap:calc(var(--v-space-8) + 1em)}:where(.volvo_v0) :where(.stack-text)>.statement-3+*,:where(.volvo_v0) :where(.stack-text)>.statement-3+:where(.heading-3,h3:not([class]))+*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>:where(.micro,small:not([class]))+:where(.micro,small:not([class])){--stack-gap:0rem}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])){width:var(--v-space-16);height:var(--v-space-16);-webkit-appearance:none;appearance:none;background-color:var(--v-color-background-primary);border:1px solid var(--v-color-foreground-secondary);border-radius:var(--v-radius-4);place-content:center;margin-top:.25em;transition:box-shadow .3s;display:inline-grid}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):before{width:var(--v-space-16);height:var(--v-space-16);content:"";background-color:var(--v-color-background-accent-blue);border-radius:var(--v-radius-4);opacity:0;transition:transform .1s ease-in-out,background-color .3s,outline .3s,opacity .2s}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):after{content:"";opacity:1;position:absolute}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])){border-radius:var(--v-radius-full)}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])):before{border-radius:var(--v-radius-full)}:where(.volvo_v0) :where([type=checkbox]):is(.checkbox,:not([class])):after{--_v7e5a12:var(--_v85627f)-2px,-5px;width:var(--v-space-4);height:var(--v-space-8);content:"";transform:scaleX(-1)rotate(135deg)translate(var(--_v7e5a12,5px,2px));border-color:#0000;transition:border-top-color .15s linear,border-right-color .15s linear .1s}:where(.volvo_v0) :where([type=checkbox]:is(.checkbox,:not([class]))):checked:after{border-top:1px solid var(--v-color-always-white);border-right:1px solid var(--v-color-always-white)}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])):after{width:8px;height:8px;background-color:var(--v-color-always-white);border-radius:var(--v-radius-full);transition:transform .25s;transform:matrix(0,.001,.001,0,3,3)}:where(.volvo_v0) :where([type=radio]:is(.radio,:not([class]))):checked:after{--_v9bae6e:var(--_v85627f)-3;transform:matrix(0,1,1,0,var(--_v9bae6e,3),3)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled:after{border-color:var(--v-color-ornament-primary)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled{background-color:var(--v-color-background-secondary);border-color:var(--v-color-ornament-primary)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):is(:active,:checked)):enabled:before{opacity:1}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))[aria-invalid]:not([aria-invalid=false]),:is(fieldset,[role=radiogroup])[aria-invalid]:not([aria-invalid=false]) [type=radio]:is(.radio,:not([class]))):not(:disabled,:hover){border-color:var(--v-color-foreground-feedback-red);box-shadow:inset 0 0 0 1px var(--v-color-foreground-feedback-red)}:where(.volvo_v0) :where(h1:not([class])),:where(.volvo_v0) .heading-1{font:var(--v-font-heading-1)}:where(.volvo_v0) .heading-1[data-fluid-typography]{font-size:clamp(var(--v-font-heading-1-size-min),var(--_v17b0f5,var(--v-font-heading-1-size)),var(--v-font-heading-1-size-max))}:where(.volvo_v0) :where(h2:not([class])),:where(.volvo_v0) .heading-2{font:var(--v-font-heading-2)}:where(.volvo_v0) .heading-2[data-fluid-typography]{font-size:clamp(var(--v-font-heading-2-size-min),var(--_v17b0f5,var(--v-font-heading-2-size)),var(--v-font-heading-2-size-max))}:where(.volvo_v0) :where(h3:not([class])),:where(.volvo_v0) .heading-3{font:var(--v-font-heading-3)}:where(.volvo_v0) .heading-3[data-fluid-typography]{font-size:clamp(var(--v-font-heading-3-size-min),var(--_v17b0f5,var(--v-font-heading-3-size)),var(--v-font-heading-3-size-max))}:where(.volvo_v0) :where(a[href]:not([class])),:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).link-inline{color:var(--v-color-foreground-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}:where(.volvo_v0) :where(ul,ol).list,:where(.volvo_v0) :where(ul,ol):where(:not([class])){list-style-type:revert;padding-inline-start:2rem}:where(.volvo_v0) .statement-1{font:var(--v-font-statement-1)}:where(.volvo_v0) .statement-1[data-fluid-typography]{font-size:clamp(var(--v-font-statement-1-size-min),var(--_v17b0f5),var(--v-font-statement-1-size-max))}:where(.volvo_v0) .statement-2{font:var(--v-font-statement-2)}:where(.volvo_v0) .statement-2[data-fluid-typography]{font-size:clamp(var(--v-font-statement-2-size-min),var(--_v17b0f5),var(--v-font-statement-2-size-max))}:where(.volvo_v0) .statement-3{font:var(--v-font-statement-3)}:where(.volvo_v0) .statement-3[data-fluid-typography]{font-size:clamp(var(--v-font-statement-3-size-min),var(--_v17b0f5),var(--v-font-statement-3-size-max))}:where(.volvo_v0) .statement-signature{font:var(--v-font-statement-signature);letter-spacing:.02em}:where(.volvo_v0) .statement-signature:where([data-fluid-typography]){font-size:clamp(var(--v-font-statement-signature-size-min),var(--_v17b0f5),var(--v-font-statement-signature-size-max))}:where(.volvo_v0) .bg-inherit{background-color:inherit}:where(.volvo_v0) .bg-transparent{background-color:#0000}:where(.volvo_v0) .bg-always-black{background-color:var(--v-color-always-black)}:where(.volvo_v0) .bg-always-white{background-color:var(--v-color-always-white)}:where(.volvo_v0) .bg-primary{background-color:var(--v-color-background-primary)}:where(.volvo_v0) .bg-secondary{background-color:var(--v-color-background-secondary)}:where(.volvo_v0) .bg-accent-blue{background-color:var(--v-color-background-accent-blue)}:where(.volvo_v0) .bg-feedback-green{background-color:var(--v-color-background-feedback-green)}:where(.volvo_v0) .bg-feedback-orange{background-color:var(--v-color-background-feedback-orange)}:where(.volvo_v0) .bg-feedback-red{background-color:var(--v-color-background-feedback-red)}:where(.volvo_v0) .flex,:where(.volvo_v0) .flex-col,:where(.volvo_v0) .flex-row{display:flex}:where(.volvo_v0) .flex-row{flex-direction:row}:where(.volvo_v0) .flex-col{flex-direction:column}:where(.volvo_v0) .flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .flex-grow{flex-grow:1}:where(.volvo_v0) .flex-grow-0{flex-grow:0}:where(.volvo_v0) .flex-shrink{flex-shrink:1}:where(.volvo_v0) .flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .flex-items-start{align-items:flex-start}:where(.volvo_v0) .flex-items-end{align-items:flex-end}:where(.volvo_v0) .flex-items-center{align-items:center}:where(.volvo_v0) .flex-items-stretch{align-items:stretch}:where(.volvo_v0) .flex-self-start{align-self:flex-start}:where(.volvo_v0) .flex-self-end{align-self:flex-end}:where(.volvo_v0) .flex-self-center{align-self:center}:where(.volvo_v0) .flex-self-stretch{align-self:stretch}:where(.volvo_v0) .flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .flex-justify-around{justify-content:space-around}:where(.volvo_v0) .flex-justify-between{justify-content:space-between}:where(.volvo_v0) .flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .flex-justify-center{justify-content:center}:where(.volvo_v0) .title-24{font-size:var(--v-font-title-24-size);line-height:var(--v-font-title-24-lineheight)}:where(.volvo_v0) .title-20{font-size:var(--v-font-title-20-size);line-height:var(--v-font-title-20-lineheight)}:where(.volvo_v0) .body-16{font-size:var(--v-font-16-size);line-height:var(--v-font-16-lineheight)}:where(.volvo_v0) :where(small:not([class])),:where(.volvo_v0) .micro{font-size:var(--v-font-12-size);line-height:var(--v-font-12-lineheight);letter-spacing:.02em}:where(.volvo_v0) .font-medium{font-weight:500}:where(.volvo_v0) .font-light{font-weight:300}:where(.volvo_v0) .hyphens{-webkit-hyphens:auto;hyphens:auto}:where(.volvo_v0) .hyphens:where(:lang(en)){-webkit-hyphenate-limit-before:2;-webkit-hyphenate-limit-after:4;-webkit-hyphenate-limit-lines:2;hyphenate-limit-lines:2;hyphenate-limit-chars:10 2 4}:where(.volvo_v0) .m-0{margin:0}:where(.volvo_v0) .mx-0,:where(.volvo_v0) .mr-0{margin-inline-end:0}:where(.volvo_v0) .mx-0,:where(.volvo_v0) .ml-0{margin-inline-start:0}:where(.volvo_v0) .my-0,:where(.volvo_v0) .mt-0{margin-top:0}:where(.volvo_v0) .my-0,:where(.volvo_v0) .mb-0{margin-bottom:0}:where(.volvo_v0) .m-4{margin:.25rem}:where(.volvo_v0) .mx-4,:where(.volvo_v0) .mr-4{margin-inline-end:.25rem}:where(.volvo_v0) .mx-4,:where(.volvo_v0) .ml-4{margin-inline-start:.25rem}:where(.volvo_v0) .my-4,:where(.volvo_v0) .mt-4{margin-top:.25rem}:where(.volvo_v0) .my-4,:where(.volvo_v0) .mb-4{margin-bottom:.25rem}:where(.volvo_v0) .m-8{margin:.5rem}:where(.volvo_v0) .mx-8,:where(.volvo_v0) .mr-8{margin-inline-end:.5rem}:where(.volvo_v0) .mx-8,:where(.volvo_v0) .ml-8{margin-inline-start:.5rem}:where(.volvo_v0) .my-8,:where(.volvo_v0) .mt-8{margin-top:.5rem}:where(.volvo_v0) .my-8,:where(.volvo_v0) .mb-8{margin-bottom:.5rem}:where(.volvo_v0) .m-16{margin:1rem}:where(.volvo_v0) .mx-16,:where(.volvo_v0) .mr-16{margin-inline-end:1rem}:where(.volvo_v0) .mx-16,:where(.volvo_v0) .ml-16{margin-inline-start:1rem}:where(.volvo_v0) .my-16,:where(.volvo_v0) .mt-16{margin-top:1rem}:where(.volvo_v0) .my-16,:where(.volvo_v0) .mb-16{margin-bottom:1rem}:where(.volvo_v0) .m-24{margin:1.5rem}:where(.volvo_v0) .mx-24,:where(.volvo_v0) .mr-24{margin-inline-end:1.5rem}:where(.volvo_v0) .mx-24,:where(.volvo_v0) .ml-24{margin-inline-start:1.5rem}:where(.volvo_v0) .my-24,:where(.volvo_v0) .mt-24{margin-top:1.5rem}:where(.volvo_v0) .my-24,:where(.volvo_v0) .mb-24{margin-bottom:1.5rem}:where(.volvo_v0) .my-section,:where(.volvo_v0) .mt-section{margin-top:var(--v-space-section)}:where(.volvo_v0) .my-section,:where(.volvo_v0) .mb-section{margin-bottom:var(--v-space-section)}:where(.volvo_v0) .p-0{padding:0}:where(.volvo_v0) .px-0,:where(.volvo_v0) .pr-0{padding-inline-end:0}:where(.volvo_v0) .px-0,:where(.volvo_v0) .pl-0{padding-inline-start:0}:where(.volvo_v0) .py-0,:where(.volvo_v0) .pt-0{padding-top:0}:where(.volvo_v0) .py-0,:where(.volvo_v0) .pb-0{padding-bottom:0}:where(.volvo_v0) .p-4{padding:.25rem}:where(.volvo_v0) .px-4,:where(.volvo_v0) .pr-4{padding-inline-end:.25rem}:where(.volvo_v0) .px-4,:where(.volvo_v0) .pl-4{padding-inline-start:.25rem}:where(.volvo_v0) .py-4,:where(.volvo_v0) .pt-4{padding-top:.25rem}:where(.volvo_v0) .py-4,:where(.volvo_v0) .pb-4{padding-bottom:.25rem}:where(.volvo_v0) .p-8{padding:.5rem}:where(.volvo_v0) .px-8,:where(.volvo_v0) .pr-8{padding-inline-end:.5rem}:where(.volvo_v0) .px-8,:where(.volvo_v0) .pl-8{padding-inline-start:.5rem}:where(.volvo_v0) .py-8,:where(.volvo_v0) .pt-8{padding-top:.5rem}:where(.volvo_v0) .py-8,:where(.volvo_v0) .pb-8{padding-bottom:.5rem}:where(.volvo_v0) .p-16{padding:1rem}:where(.volvo_v0) .px-16,:where(.volvo_v0) .pr-16{padding-inline-end:1rem}:where(.volvo_v0) .px-16,:where(.volvo_v0) .pl-16{padding-inline-start:1rem}:where(.volvo_v0) .py-16,:where(.volvo_v0) .pt-16{padding-top:1rem}:where(.volvo_v0) .py-16,:where(.volvo_v0) .pb-16{padding-bottom:1rem}:where(.volvo_v0) .p-24{padding:1.5rem}:where(.volvo_v0) .px-24,:where(.volvo_v0) .pr-24{padding-inline-end:1.5rem}:where(.volvo_v0) .px-24,:where(.volvo_v0) .pl-24{padding-inline-start:1.5rem}:where(.volvo_v0) .py-24,:where(.volvo_v0) .pt-24{padding-top:1.5rem}:where(.volvo_v0) .py-24,:where(.volvo_v0) .pb-24{padding-bottom:1.5rem}:where(.volvo_v0) .py-section,:where(.volvo_v0) .pt-section{padding-top:var(--v-space-section)}:where(.volvo_v0) .py-section,:where(.volvo_v0) .pb-section{padding-bottom:var(--v-space-section)}:where(.volvo_v0) .text-start{text-align:start}:where(.volvo_v0) .text-end{text-align:end}:where(.volvo_v0) .text-center{text-align:center}:where(.volvo_v0) .text-inherit{color:inherit}:where(.volvo_v0) .text-always-black{color:var(--v-color-always-black)}:where(.volvo_v0) .text-always-white{color:var(--v-color-always-white)}:where(.volvo_v0) .text-primary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .text-secondary{color:var(--v-color-foreground-secondary)}:where(.volvo_v0) .text-accent-blue{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) .text-feedback-green{color:var(--v-color-foreground-feedback-green)}:where(.volvo_v0) .text-feedback-orange{color:var(--v-color-foreground-feedback-orange)}:where(.volvo_v0) .text-feedback-red{color:var(--v-color-foreground-feedback-red)}
package/dist/styles.d.ts CHANGED
@@ -40,6 +40,7 @@ export interface ClassNames {
40
40
  readonly heading1: 'heading-1';
41
41
  readonly heading2: 'heading-2';
42
42
  readonly heading3: 'heading-3';
43
+ readonly hyphens: 'hyphens';
43
44
  readonly linkInline: 'link-inline';
44
45
  readonly list: 'list';
45
46
  readonly m0: 'm-0';
package/dist/styles.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "heading-1",
40
40
  "heading-2",
41
41
  "heading-3",
42
+ "hyphens",
42
43
  "link-inline",
43
44
  "list",
44
45
  "m-0",
@@ -1 +1 @@
1
- :where(.volvo_v0),:where(.volvo_v0 [data-color-mode]){color:var(--v-color-foreground-primary);color-scheme:light;accent-color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0[data-color-mode=dark],.volvo_v0 [data-color-mode=dark]){color-scheme:dark}:where(.volvo_v0){font:var(--v-font-16);tab-size:4}:where(.volvo_v0) :where(code,kbd,samp,pre){font-family:var(--v-font-mono-family);font-size:min(100%,var(--v-font-14-size))}:where(.volvo_v0 pre){white-space:break-spaces}:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{box-sizing:border-box}:where(.volvo_v0 :not(progress,meter)){border-color:var(--v-color-ornament-primary);border-style:solid;border-width:0}:where(.volvo_v0 body,body.volvo_v0){min-height:100vh;min-height:100dvh;scrollbar-gutter:stable;background-color:var(--v-color-background-primary);margin:0}:where(.volvo_v0 :is(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,input,fieldset)){margin:0}:where(.volvo_v0 :is(button,input,ol,ul,legend,fieldset)){padding:0}:where(.volvo_v0 a){color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}:where(.volvo_v0 :focus-visible){outline:2px solid var(--v-color-foreground-primary);outline-offset:2px}:where(.volvo_v0 :is(img,picture,video,canvas,svg)){max-width:100%}:where(.volvo_v0 :is(ol,ul)){list-style:none}:where(.volvo_v0 :is(button,input:is([type=button],[type=reset],[type=submit]))){-webkit-appearance:button;appearance:button;color:inherit;background-color:#0000}:where(.volvo_v0 summary:is(details[class]>*,[class])){list-style:none}:where(.volvo_v0 summary:is(details[class]>*,[class]))::marker,:where(.volvo_v0 summary:is(details[class]>*,[class]))::-webkit-details-marker{display:none}:where(.volvo_v0 :is(button,input,optgroup,select,textarea,h1,h2,h3,h4,h5,h6,small)){font:inherit}:where(.volvo_v0 :is(b,strong)){font-weight:500}:where(.volvo_v0 :is(button,input,optgroup,select)){line-height:1.3}:where(.volvo_v0 textarea){resize:vertical}:where(.volvo_v0 :is(p,li,h1,h2,h3,h4,h5,h6)){overflow-wrap:break-word}:where(.volvo_v0) [data-fluid-typography=min]{--_vcc7ec5de:0rem}:where(.volvo_v0) [data-fluid-typography=max]{--_vcc7ec5de:9rem}@media (prefers-reduced-motion:reduce){.volvo_v0 *,.volvo_v0 :before,.volvo_v0 :after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}:where(.volvo_v0) :is(.stack-4,.stack-8,.stack-16,.stack-24,.stack-section,.stack-text)>*+*{margin-top:var(--stack-gap)}:where(.volvo_v0) .stack-section>*{--stack-gap:var(--v-space-section)}:where(.volvo_v0) .stack-4>*{--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-8>*{--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-16>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-24>*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class]))+.title-20,.title-20:first-child)+:where(.body-16,.list,:is(p,ul):not([class])){--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-text>:where(.body-16.font-medium)+:where(.body-16,p:not([class])){--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-text>:where(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])){--stack-gap:var(--v-space-24)}:where(.volvo_v0 .stack-text)>.statement-3+*,:where(.volvo_v0 .stack-text)>.statement-3+:where(.heading-3,h3:not([class]))+*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>:where(.micro,small:not([class]))+:where(.micro,small:not([class])){--stack-gap:0rem}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])){width:var(--v-space-16);height:var(--v-space-16);-webkit-appearance:none;appearance:none;background-color:var(--v-color-background-primary);border:1px solid var(--v-color-foreground-secondary);border-radius:var(--v-radius-4);place-content:center;margin-top:.25em;transition:box-shadow .3s;display:inline-grid}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])):before{width:var(--v-space-16);height:var(--v-space-16);content:"";background-color:var(--v-color-background-accent-blue);border-radius:var(--v-radius-4);opacity:0;transition:transform .1s ease-in-out,background-color .3s,outline .3s,opacity .2s}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])):after{content:"";opacity:1;position:absolute}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])){border-radius:var(--v-radius-full)}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])):before{border-radius:var(--v-radius-full)}:where(.volvo_v0 [type=checkbox]):is(.checkbox,:not([class])):after{width:var(--v-space-4);height:var(--v-space-8);content:"";border-color:#0000;transition:border-top-color .15s linear,border-inline-end-color .15s linear .1s;transform:scaleX(-1) rotate(135deg) translate(5px,2px)}:where(.volvo_v0 [type=checkbox]:is(.checkbox,:not([class]))):checked:after{border-inline-end:1px solid var(--v-color-always-white);border-top:1px solid var(--v-color-always-white)}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])):after{width:8px;height:8px;background-color:var(--v-color-always-white);border-radius:var(--v-radius-full);transition:transform .25s;transform:matrix(0,.001,.001,0,3,3)}:where(.volvo_v0 [type=radio]:is(.radio,:not([class]))):checked:after{transform:matrix(0,1,1,0,3,3)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled:after{border-color:var(--v-color-ornament-primary)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled{background-color:var(--v-color-background-secondary);border-color:var(--v-color-ornament-primary)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):is(:active,:checked)):enabled:before{opacity:1}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))[aria-invalid]:not([aria-invalid=false]),.volvo_v0 :is(fieldset,[role=radiogroup])[aria-invalid]:not([aria-invalid=false]) [type=radio]:is(.radio,:not([class]))):not(:disabled,:hover){border-color:var(--v-color-foreground-feedback-red);box-shadow:inset 0 0 0 1px var(--v-color-foreground-feedback-red)}:where(.volvo_v0 h1:not([class])),:where(.volvo_v0) .heading-1{font:var(--v-font-heading-1)}:where(.volvo_v0) .heading-1[data-fluid-typography]{font-size:clamp(var(--v-font-heading-1-size-min),var(--_vcc7ec5de,var(--v-font-heading-1-size)),var(--v-font-heading-1-size-max))}:where(.volvo_v0 h2:not([class])),:where(.volvo_v0) .heading-2{font:var(--v-font-heading-2)}:where(.volvo_v0) .heading-2[data-fluid-typography]{font-size:clamp(var(--v-font-heading-2-size-min),var(--_vcc7ec5de,var(--v-font-heading-2-size)),var(--v-font-heading-2-size-max))}:where(.volvo_v0 h3:not([class])),:where(.volvo_v0) .heading-3{font:var(--v-font-heading-3)}:where(.volvo_v0) .heading-3[data-fluid-typography]{font-size:clamp(var(--v-font-heading-3-size-min),var(--_vcc7ec5de,var(--v-font-heading-3-size)),var(--v-font-heading-3-size-max))}:where(.volvo_v0 a[href]:not([class])),:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).link-inline{color:var(--v-color-foreground-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}:where(.volvo_v0 ul,.volvo_v0 ol).list,:where(.volvo_v0 ul,.volvo_v0 ol):where(:not([class])){list-style-type:revert;padding-inline-start:2rem}:where(.volvo_v0) .statement-1{font:var(--v-font-statement-1)}:where(.volvo_v0) .statement-1[data-fluid-typography]{font-size:clamp(var(--v-font-statement-1-size-min),var(--_vcc7ec5de),var(--v-font-statement-1-size-max))}:where(.volvo_v0) .statement-2{font:var(--v-font-statement-2)}:where(.volvo_v0) .statement-2[data-fluid-typography]{font-size:clamp(var(--v-font-statement-2-size-min),var(--_vcc7ec5de),var(--v-font-statement-2-size-max))}:where(.volvo_v0) .statement-3{font:var(--v-font-statement-3)}:where(.volvo_v0) .statement-3[data-fluid-typography]{font-size:clamp(var(--v-font-statement-3-size-min),var(--_vcc7ec5de),var(--v-font-statement-3-size-max))}:where(.volvo_v0) .statement-signature{font:var(--v-font-statement-signature);letter-spacing:.02em}:where(.volvo_v0) .statement-signature:where([data-fluid-typography]){font-size:clamp(var(--v-font-statement-signature-size-min),var(--_vcc7ec5de),var(--v-font-statement-signature-size-max))}:where(.volvo_v0) .bg-inherit{background-color:inherit}:where(.volvo_v0) .bg-transparent{background-color:#0000}:where(.volvo_v0) .bg-always-black{background-color:var(--v-color-always-black)}:where(.volvo_v0) .bg-always-white{background-color:var(--v-color-always-white)}:where(.volvo_v0) .bg-primary{background-color:var(--v-color-background-primary)}:where(.volvo_v0) .bg-secondary{background-color:var(--v-color-background-secondary)}:where(.volvo_v0) .bg-accent-blue{background-color:var(--v-color-background-accent-blue)}:where(.volvo_v0) .bg-feedback-green{background-color:var(--v-color-background-feedback-green)}:where(.volvo_v0) .bg-feedback-orange{background-color:var(--v-color-background-feedback-orange)}:where(.volvo_v0) .bg-feedback-red{background-color:var(--v-color-background-feedback-red)}:where(.volvo_v0) :is(.flex,.flex-col,.flex-row){display:flex}:where(.volvo_v0) .flex-row{flex-direction:row}:where(.volvo_v0) .flex-col{flex-direction:column}:where(.volvo_v0) .flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .flex-grow{flex-grow:1}:where(.volvo_v0) .flex-grow-0{flex-grow:0}:where(.volvo_v0) .flex-shrink{flex-shrink:1}:where(.volvo_v0) .flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .flex-items-start{align-items:flex-start}:where(.volvo_v0) .flex-items-end{align-items:flex-end}:where(.volvo_v0) .flex-items-center{align-items:center}:where(.volvo_v0) .flex-items-stretch{align-items:stretch}:where(.volvo_v0) .flex-self-start{align-self:flex-start}:where(.volvo_v0) .flex-self-end{align-self:flex-end}:where(.volvo_v0) .flex-self-center{align-self:center}:where(.volvo_v0) .flex-self-stretch{align-self:stretch}:where(.volvo_v0) .flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .flex-justify-around{justify-content:space-around}:where(.volvo_v0) .flex-justify-between{justify-content:space-between}:where(.volvo_v0) .flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .flex-justify-center{justify-content:center}:where(.volvo_v0) .title-24{font-size:var(--v-font-title-24-size);line-height:var(--v-font-title-24-lineheight)}:where(.volvo_v0) .title-20{font-size:var(--v-font-title-20-size);line-height:var(--v-font-title-20-lineheight)}:where(.volvo_v0) .body-16{font-size:var(--v-font-16-size);line-height:var(--v-font-16-lineheight)}:where(.volvo_v0 small:not([class])),:where(.volvo_v0) .micro{font-size:var(--v-font-12-size);line-height:var(--v-font-12-lineheight);letter-spacing:.02em}:where(.volvo_v0) .font-medium{font-weight:500}:where(.volvo_v0) .font-light{font-weight:300}:where(.volvo_v0) .m-0{margin:0}:where(.volvo_v0) :is(.mx-0,.mr-0){margin-inline-end:0}:where(.volvo_v0) :is(.mx-0,.ml-0){margin-inline-start:0}:where(.volvo_v0) :is(.my-0,.mt-0){margin-top:0}:where(.volvo_v0) :is(.my-0,.mb-0){margin-bottom:0}:where(.volvo_v0) .m-4{margin:.25rem}:where(.volvo_v0) :is(.mx-4,.mr-4){margin-inline-end:.25rem}:where(.volvo_v0) :is(.mx-4,.ml-4){margin-inline-start:.25rem}:where(.volvo_v0) :is(.my-4,.mt-4){margin-top:.25rem}:where(.volvo_v0) :is(.my-4,.mb-4){margin-bottom:.25rem}:where(.volvo_v0) .m-8{margin:.5rem}:where(.volvo_v0) :is(.mx-8,.mr-8){margin-inline-end:.5rem}:where(.volvo_v0) :is(.mx-8,.ml-8){margin-inline-start:.5rem}:where(.volvo_v0) :is(.my-8,.mt-8){margin-top:.5rem}:where(.volvo_v0) :is(.my-8,.mb-8){margin-bottom:.5rem}:where(.volvo_v0) .m-16{margin:1rem}:where(.volvo_v0) :is(.mx-16,.mr-16){margin-inline-end:1rem}:where(.volvo_v0) :is(.mx-16,.ml-16){margin-inline-start:1rem}:where(.volvo_v0) :is(.my-16,.mt-16){margin-top:1rem}:where(.volvo_v0) :is(.my-16,.mb-16){margin-bottom:1rem}:where(.volvo_v0) .m-24{margin:1.5rem}:where(.volvo_v0) :is(.mx-24,.mr-24){margin-inline-end:1.5rem}:where(.volvo_v0) :is(.mx-24,.ml-24){margin-inline-start:1.5rem}:where(.volvo_v0) :is(.my-24,.mt-24){margin-top:1.5rem}:where(.volvo_v0) :is(.my-24,.mb-24){margin-bottom:1.5rem}:where(.volvo_v0) :is(.my-section,.mt-section){margin-top:var(--v-space-section)}:where(.volvo_v0) :is(.my-section,.mb-section){margin-bottom:var(--v-space-section)}:where(.volvo_v0) .p-0{padding:0}:where(.volvo_v0) :is(.px-0,.pr-0){padding-inline-end:0}:where(.volvo_v0) :is(.px-0,.pl-0){padding-inline-start:0}:where(.volvo_v0) :is(.py-0,.pt-0){padding-top:0}:where(.volvo_v0) :is(.py-0,.pb-0){padding-bottom:0}:where(.volvo_v0) .p-4{padding:.25rem}:where(.volvo_v0) :is(.px-4,.pr-4){padding-inline-end:.25rem}:where(.volvo_v0) :is(.px-4,.pl-4){padding-inline-start:.25rem}:where(.volvo_v0) :is(.py-4,.pt-4){padding-top:.25rem}:where(.volvo_v0) :is(.py-4,.pb-4){padding-bottom:.25rem}:where(.volvo_v0) .p-8{padding:.5rem}:where(.volvo_v0) :is(.px-8,.pr-8){padding-inline-end:.5rem}:where(.volvo_v0) :is(.px-8,.pl-8){padding-inline-start:.5rem}:where(.volvo_v0) :is(.py-8,.pt-8){padding-top:.5rem}:where(.volvo_v0) :is(.py-8,.pb-8){padding-bottom:.5rem}:where(.volvo_v0) .p-16{padding:1rem}:where(.volvo_v0) :is(.px-16,.pr-16){padding-inline-end:1rem}:where(.volvo_v0) :is(.px-16,.pl-16){padding-inline-start:1rem}:where(.volvo_v0) :is(.py-16,.pt-16){padding-top:1rem}:where(.volvo_v0) :is(.py-16,.pb-16){padding-bottom:1rem}:where(.volvo_v0) .p-24{padding:1.5rem}:where(.volvo_v0) :is(.px-24,.pr-24){padding-inline-end:1.5rem}:where(.volvo_v0) :is(.px-24,.pl-24){padding-inline-start:1.5rem}:where(.volvo_v0) :is(.py-24,.pt-24){padding-top:1.5rem}:where(.volvo_v0) :is(.py-24,.pb-24){padding-bottom:1.5rem}:where(.volvo_v0) :is(.py-section,.pt-section){padding-top:var(--v-space-section)}:where(.volvo_v0) :is(.py-section,.pb-section){padding-bottom:var(--v-space-section)}:where(.volvo_v0) .text-start{text-align:start}:where(.volvo_v0) .text-end{text-align:end}:where(.volvo_v0) .text-center{text-align:center}:where(.volvo_v0) .text-inherit{color:inherit}:where(.volvo_v0) .text-always-black{color:var(--v-color-always-black)}:where(.volvo_v0) .text-always-white{color:var(--v-color-always-white)}:where(.volvo_v0) .text-primary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .text-secondary{color:var(--v-color-foreground-secondary)}:where(.volvo_v0) .text-accent-blue{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) .text-feedback-green{color:var(--v-color-foreground-feedback-green)}:where(.volvo_v0) .text-feedback-orange{color:var(--v-color-foreground-feedback-orange)}:where(.volvo_v0) .text-feedback-red{color:var(--v-color-foreground-feedback-red)}@media (hover:hover){:where(.volvo_v0 :-webkit-any(button,:-webkit-any([type=button],[type=reset],[type=submit],[type=checkbox],[type=radio]),label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0 [type=file]:not(:disabled,[aria-disabled]))::-webkit-file-upload-button{cursor:pointer}:where(.volvo_v0 :is(button,:is([type=button],[type=reset],[type=submit],[type=checkbox],[type=radio]),label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0 [type=file]:not(:disabled,[aria-disabled]))::file-selector-button{cursor:pointer}:where(.volvo_v0 input:is(:disabled,[aria-disabled])+label:hover){cursor:default}:where(.volvo_v0 a[href]:not([class]):hover),:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).link-inline:hover{color:var(--v-color-foreground-primary);-webkit-text-decoration-line:none;text-decoration-line:none}:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).UNSTABLE_link-secondary:hover{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled:checked):hover:before{background-color:var(--_vcc01cdae)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled):hover{box-shadow:inset 0 0 0 1px var(--v-color-background-accent-blue)}}@media (min-width:30rem){:where(.volvo_v0) :is(.md\:flex,.md\:flex-col,.md\:flex-row){display:flex}:where(.volvo_v0) .md\:flex-row{flex-direction:row}:where(.volvo_v0) .md\:flex-col{flex-direction:column}:where(.volvo_v0) .md\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .md\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .md\:flex-grow{flex-grow:1}:where(.volvo_v0) .md\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .md\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .md\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .md\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .md\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .md\:flex-items-center{align-items:center}:where(.volvo_v0) .md\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .md\:flex-self-start{align-self:start}:where(.volvo_v0) .md\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .md\:flex-self-center{align-self:center}:where(.volvo_v0) .md\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .md\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .md\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .md\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .md\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .md\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .md\:flex-justify-center{justify-content:center}}@media (min-width:30rem){:where(.volvo_v0) .md\:text-start{text-align:start}:where(.volvo_v0) .md\:text-end{text-align:end}:where(.volvo_v0) .md\:text-center{text-align:center}}@media (min-width:30rem){}@media (min-width:64rem){:where(.volvo_v0) :is(.lg\:flex,.lg\:flex-col,.lg\:flex-row){display:flex}:where(.volvo_v0) .lg\:flex-row{flex-direction:row}:where(.volvo_v0) .lg\:flex-col{flex-direction:column}:where(.volvo_v0) .lg\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .lg\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .lg\:flex-grow{flex-grow:1}:where(.volvo_v0) .lg\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .lg\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .lg\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .lg\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .lg\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .lg\:flex-items-center{align-items:center}:where(.volvo_v0) .lg\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .lg\:flex-self-start{align-self:start}:where(.volvo_v0) .lg\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .lg\:flex-self-center{align-self:center}:where(.volvo_v0) .lg\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .lg\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .lg\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .lg\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .lg\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .lg\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .lg\:flex-justify-center{justify-content:center}}@media (min-width:64rem){:where(.volvo_v0) .lg\:text-start{text-align:start}:where(.volvo_v0) .lg\:text-end{text-align:end}:where(.volvo_v0) .lg\:text-center{text-align:center}}@media (min-width:64rem){}
1
+ .volvo_v0,:where(.volvo_v0) [data-color-mode]{color:var(--v-color-foreground-primary);color-scheme:light;accent-color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0)[data-color-mode=dark],:where(.volvo_v0) [data-color-mode=dark]{color-scheme:dark}.volvo_v0{--_v85627f:initial;font:var(--v-font-16);tab-size:4}.volvo_v0:lang(ar),.volvo_v0:lang(he){--_v85627f: }:where(.volvo_v0) :where(code,kbd,samp,pre){font-family:var(--v-font-mono-family);font-size:min(100%,var(--v-font-14-size))}:where(.volvo_v0) :where(pre){white-space:break-spaces}:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{box-sizing:border-box}:where(.volvo_v0) :where(:not(progress,meter)){border-color:var(--v-color-ornament-primary);border-style:solid;border-width:0}:where(.volvo_v0 body,body.volvo_v0){min-height:100vh;min-height:100dvh;scrollbar-gutter:stable;background-color:var(--v-color-background-primary);margin:0}:where(.volvo_v0) :where(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,input,fieldset){margin:0}:where(.volvo_v0) :where(button,input,ol,ul,legend,fieldset){padding:0}:where(.volvo_v0) :where(a){color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}:where(.volvo_v0) :where(:focus-visible){outline:2px solid var(--v-color-foreground-primary);outline-offset:2px}:where(.volvo_v0) :where(img,picture,video,canvas,svg){max-width:100%}:where(.volvo_v0) :where(ol,ul){list-style:none}:where(.volvo_v0) :where(button,input:is([type=button],[type=reset],[type=submit])){-webkit-appearance:button;appearance:button;color:inherit;background-color:#0000}:where(.volvo_v0) :where(summary:is(details[class]>*,[class])){list-style:none}:where(.volvo_v0) :where(summary:is(details[class]>*,[class]))::marker,:where(.volvo_v0) :where(summary:is(details[class]>*,[class]))::-webkit-details-marker{display:none}:where(.volvo_v0) :where(button,input,optgroup,select,textarea,h1,h2,h3,h4,h5,h6,small){font:inherit}:where(.volvo_v0) :where(b,strong){font-weight:500}:where(.volvo_v0) :where(button,input,optgroup,select){line-height:1.3}:where(.volvo_v0) :where(textarea){resize:vertical}:where(.volvo_v0) :where(p,li,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(.volvo_v0) [data-fluid-typography=min]{--_v17b0f5:0rem}:where(.volvo_v0) [data-fluid-typography=max]{--_v17b0f5:9rem}@media (prefers-reduced-motion:reduce){:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}:where(.volvo_v0) :is(.stack-4,.stack-8,.stack-16,.stack-24,.stack-section,.stack-text)>*+*{margin-top:var(--stack-gap)}:where(.volvo_v0) .stack-section>*{--stack-gap:var(--v-space-section)}:where(.volvo_v0) .stack-4>*{--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-8>*{--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-16>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-24>*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class]))+.title-20,.title-20:first-child)+:where(.body-16,.list,.micro,:is(p,ul,small):not([class])){--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-text>:where(.body-16.font-medium)+:where(.body-16,p:not([class])){--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])))+:where(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])){--stack-gap:calc(var(--v-space-8) + 1em)}:where(.volvo_v0) :where(.stack-text)>.statement-3+*,:where(.volvo_v0) :where(.stack-text)>.statement-3+:where(.heading-3,h3:not([class]))+*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>:where(.micro,small:not([class]))+:where(.micro,small:not([class])){--stack-gap:0rem}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])){width:var(--v-space-16);height:var(--v-space-16);-webkit-appearance:none;appearance:none;background-color:var(--v-color-background-primary);border:1px solid var(--v-color-foreground-secondary);border-radius:var(--v-radius-4);place-content:center;margin-top:.25em;transition:box-shadow .3s;display:inline-grid}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):before{width:var(--v-space-16);height:var(--v-space-16);content:"";background-color:var(--v-color-background-accent-blue);border-radius:var(--v-radius-4);opacity:0;transition:transform .1s ease-in-out,background-color .3s,outline .3s,opacity .2s}:where(.volvo_v0) :where([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):after{content:"";opacity:1;position:absolute}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])){border-radius:var(--v-radius-full)}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])):before{border-radius:var(--v-radius-full)}:where(.volvo_v0) :where([type=checkbox]):is(.checkbox,:not([class])):after{--_v7e5a12:var(--_v85627f)-2px,-5px;width:var(--v-space-4);height:var(--v-space-8);content:"";transform:scaleX(-1)rotate(135deg)translate(var(--_v7e5a12,5px,2px));border-color:#0000;transition:border-top-color .15s linear,border-right-color .15s linear .1s}:where(.volvo_v0) :where([type=checkbox]:is(.checkbox,:not([class]))):checked:after{border-top:1px solid var(--v-color-always-white);border-right:1px solid var(--v-color-always-white)}:where(.volvo_v0) :where([type=radio]):is(.radio,:not([class])):after{width:8px;height:8px;background-color:var(--v-color-always-white);border-radius:var(--v-radius-full);transition:transform .25s;transform:matrix(0,.001,.001,0,3,3)}:where(.volvo_v0) :where([type=radio]:is(.radio,:not([class]))):checked:after{--_v9bae6e:var(--_v85627f)-3;transform:matrix(0,1,1,0,var(--_v9bae6e,3),3)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled:after{border-color:var(--v-color-ornament-primary)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled{background-color:var(--v-color-background-secondary);border-color:var(--v-color-ornament-primary)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):is(:active,:checked)):enabled:before{opacity:1}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))[aria-invalid]:not([aria-invalid=false]),:is(fieldset,[role=radiogroup])[aria-invalid]:not([aria-invalid=false]) [type=radio]:is(.radio,:not([class]))):not(:disabled,:hover){border-color:var(--v-color-foreground-feedback-red);box-shadow:inset 0 0 0 1px var(--v-color-foreground-feedback-red)}:where(.volvo_v0) :where(h1:not([class])),:where(.volvo_v0) .heading-1{font:var(--v-font-heading-1)}:where(.volvo_v0) .heading-1[data-fluid-typography]{font-size:clamp(var(--v-font-heading-1-size-min),var(--_v17b0f5,var(--v-font-heading-1-size)),var(--v-font-heading-1-size-max))}:where(.volvo_v0) :where(h2:not([class])),:where(.volvo_v0) .heading-2{font:var(--v-font-heading-2)}:where(.volvo_v0) .heading-2[data-fluid-typography]{font-size:clamp(var(--v-font-heading-2-size-min),var(--_v17b0f5,var(--v-font-heading-2-size)),var(--v-font-heading-2-size-max))}:where(.volvo_v0) :where(h3:not([class])),:where(.volvo_v0) .heading-3{font:var(--v-font-heading-3)}:where(.volvo_v0) .heading-3[data-fluid-typography]{font-size:clamp(var(--v-font-heading-3-size-min),var(--_v17b0f5,var(--v-font-heading-3-size)),var(--v-font-heading-3-size-max))}:where(.volvo_v0) :where(a[href]:not([class])),:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).link-inline{color:var(--v-color-foreground-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}:where(.volvo_v0) :where(ul,ol).list,:where(.volvo_v0) :where(ul,ol):where(:not([class])){list-style-type:revert;padding-inline-start:2rem}:where(.volvo_v0) .statement-1{font:var(--v-font-statement-1)}:where(.volvo_v0) .statement-1[data-fluid-typography]{font-size:clamp(var(--v-font-statement-1-size-min),var(--_v17b0f5),var(--v-font-statement-1-size-max))}:where(.volvo_v0) .statement-2{font:var(--v-font-statement-2)}:where(.volvo_v0) .statement-2[data-fluid-typography]{font-size:clamp(var(--v-font-statement-2-size-min),var(--_v17b0f5),var(--v-font-statement-2-size-max))}:where(.volvo_v0) .statement-3{font:var(--v-font-statement-3)}:where(.volvo_v0) .statement-3[data-fluid-typography]{font-size:clamp(var(--v-font-statement-3-size-min),var(--_v17b0f5),var(--v-font-statement-3-size-max))}:where(.volvo_v0) .statement-signature{font:var(--v-font-statement-signature);letter-spacing:.02em}:where(.volvo_v0) .statement-signature:where([data-fluid-typography]){font-size:clamp(var(--v-font-statement-signature-size-min),var(--_v17b0f5),var(--v-font-statement-signature-size-max))}:where(.volvo_v0) .bg-inherit{background-color:inherit}:where(.volvo_v0) .bg-transparent{background-color:#0000}:where(.volvo_v0) .bg-always-black{background-color:var(--v-color-always-black)}:where(.volvo_v0) .bg-always-white{background-color:var(--v-color-always-white)}:where(.volvo_v0) .bg-primary{background-color:var(--v-color-background-primary)}:where(.volvo_v0) .bg-secondary{background-color:var(--v-color-background-secondary)}:where(.volvo_v0) .bg-accent-blue{background-color:var(--v-color-background-accent-blue)}:where(.volvo_v0) .bg-feedback-green{background-color:var(--v-color-background-feedback-green)}:where(.volvo_v0) .bg-feedback-orange{background-color:var(--v-color-background-feedback-orange)}:where(.volvo_v0) .bg-feedback-red{background-color:var(--v-color-background-feedback-red)}:where(.volvo_v0) .flex,:where(.volvo_v0) .flex-col,:where(.volvo_v0) .flex-row{display:flex}:where(.volvo_v0) .flex-row{flex-direction:row}:where(.volvo_v0) .flex-col{flex-direction:column}:where(.volvo_v0) .flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .flex-grow{flex-grow:1}:where(.volvo_v0) .flex-grow-0{flex-grow:0}:where(.volvo_v0) .flex-shrink{flex-shrink:1}:where(.volvo_v0) .flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .flex-items-start{align-items:flex-start}:where(.volvo_v0) .flex-items-end{align-items:flex-end}:where(.volvo_v0) .flex-items-center{align-items:center}:where(.volvo_v0) .flex-items-stretch{align-items:stretch}:where(.volvo_v0) .flex-self-start{align-self:flex-start}:where(.volvo_v0) .flex-self-end{align-self:flex-end}:where(.volvo_v0) .flex-self-center{align-self:center}:where(.volvo_v0) .flex-self-stretch{align-self:stretch}:where(.volvo_v0) .flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .flex-justify-around{justify-content:space-around}:where(.volvo_v0) .flex-justify-between{justify-content:space-between}:where(.volvo_v0) .flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .flex-justify-center{justify-content:center}:where(.volvo_v0) .title-24{font-size:var(--v-font-title-24-size);line-height:var(--v-font-title-24-lineheight)}:where(.volvo_v0) .title-20{font-size:var(--v-font-title-20-size);line-height:var(--v-font-title-20-lineheight)}:where(.volvo_v0) .body-16{font-size:var(--v-font-16-size);line-height:var(--v-font-16-lineheight)}:where(.volvo_v0) :where(small:not([class])),:where(.volvo_v0) .micro{font-size:var(--v-font-12-size);line-height:var(--v-font-12-lineheight);letter-spacing:.02em}:where(.volvo_v0) .font-medium{font-weight:500}:where(.volvo_v0) .font-light{font-weight:300}:where(.volvo_v0) .hyphens{-webkit-hyphens:auto;hyphens:auto}:where(.volvo_v0) .hyphens:where(:lang(en)){-webkit-hyphenate-limit-before:2;-webkit-hyphenate-limit-after:4;-webkit-hyphenate-limit-lines:2;hyphenate-limit-lines:2;hyphenate-limit-chars:10 2 4}:where(.volvo_v0) .m-0{margin:0}:where(.volvo_v0) .mx-0,:where(.volvo_v0) .mr-0{margin-inline-end:0}:where(.volvo_v0) .mx-0,:where(.volvo_v0) .ml-0{margin-inline-start:0}:where(.volvo_v0) .my-0,:where(.volvo_v0) .mt-0{margin-top:0}:where(.volvo_v0) .my-0,:where(.volvo_v0) .mb-0{margin-bottom:0}:where(.volvo_v0) .m-4{margin:.25rem}:where(.volvo_v0) .mx-4,:where(.volvo_v0) .mr-4{margin-inline-end:.25rem}:where(.volvo_v0) .mx-4,:where(.volvo_v0) .ml-4{margin-inline-start:.25rem}:where(.volvo_v0) .my-4,:where(.volvo_v0) .mt-4{margin-top:.25rem}:where(.volvo_v0) .my-4,:where(.volvo_v0) .mb-4{margin-bottom:.25rem}:where(.volvo_v0) .m-8{margin:.5rem}:where(.volvo_v0) .mx-8,:where(.volvo_v0) .mr-8{margin-inline-end:.5rem}:where(.volvo_v0) .mx-8,:where(.volvo_v0) .ml-8{margin-inline-start:.5rem}:where(.volvo_v0) .my-8,:where(.volvo_v0) .mt-8{margin-top:.5rem}:where(.volvo_v0) .my-8,:where(.volvo_v0) .mb-8{margin-bottom:.5rem}:where(.volvo_v0) .m-16{margin:1rem}:where(.volvo_v0) .mx-16,:where(.volvo_v0) .mr-16{margin-inline-end:1rem}:where(.volvo_v0) .mx-16,:where(.volvo_v0) .ml-16{margin-inline-start:1rem}:where(.volvo_v0) .my-16,:where(.volvo_v0) .mt-16{margin-top:1rem}:where(.volvo_v0) .my-16,:where(.volvo_v0) .mb-16{margin-bottom:1rem}:where(.volvo_v0) .m-24{margin:1.5rem}:where(.volvo_v0) .mx-24,:where(.volvo_v0) .mr-24{margin-inline-end:1.5rem}:where(.volvo_v0) .mx-24,:where(.volvo_v0) .ml-24{margin-inline-start:1.5rem}:where(.volvo_v0) .my-24,:where(.volvo_v0) .mt-24{margin-top:1.5rem}:where(.volvo_v0) .my-24,:where(.volvo_v0) .mb-24{margin-bottom:1.5rem}:where(.volvo_v0) .my-section,:where(.volvo_v0) .mt-section{margin-top:var(--v-space-section)}:where(.volvo_v0) .my-section,:where(.volvo_v0) .mb-section{margin-bottom:var(--v-space-section)}:where(.volvo_v0) .p-0{padding:0}:where(.volvo_v0) .px-0,:where(.volvo_v0) .pr-0{padding-inline-end:0}:where(.volvo_v0) .px-0,:where(.volvo_v0) .pl-0{padding-inline-start:0}:where(.volvo_v0) .py-0,:where(.volvo_v0) .pt-0{padding-top:0}:where(.volvo_v0) .py-0,:where(.volvo_v0) .pb-0{padding-bottom:0}:where(.volvo_v0) .p-4{padding:.25rem}:where(.volvo_v0) .px-4,:where(.volvo_v0) .pr-4{padding-inline-end:.25rem}:where(.volvo_v0) .px-4,:where(.volvo_v0) .pl-4{padding-inline-start:.25rem}:where(.volvo_v0) .py-4,:where(.volvo_v0) .pt-4{padding-top:.25rem}:where(.volvo_v0) .py-4,:where(.volvo_v0) .pb-4{padding-bottom:.25rem}:where(.volvo_v0) .p-8{padding:.5rem}:where(.volvo_v0) .px-8,:where(.volvo_v0) .pr-8{padding-inline-end:.5rem}:where(.volvo_v0) .px-8,:where(.volvo_v0) .pl-8{padding-inline-start:.5rem}:where(.volvo_v0) .py-8,:where(.volvo_v0) .pt-8{padding-top:.5rem}:where(.volvo_v0) .py-8,:where(.volvo_v0) .pb-8{padding-bottom:.5rem}:where(.volvo_v0) .p-16{padding:1rem}:where(.volvo_v0) .px-16,:where(.volvo_v0) .pr-16{padding-inline-end:1rem}:where(.volvo_v0) .px-16,:where(.volvo_v0) .pl-16{padding-inline-start:1rem}:where(.volvo_v0) .py-16,:where(.volvo_v0) .pt-16{padding-top:1rem}:where(.volvo_v0) .py-16,:where(.volvo_v0) .pb-16{padding-bottom:1rem}:where(.volvo_v0) .p-24{padding:1.5rem}:where(.volvo_v0) .px-24,:where(.volvo_v0) .pr-24{padding-inline-end:1.5rem}:where(.volvo_v0) .px-24,:where(.volvo_v0) .pl-24{padding-inline-start:1.5rem}:where(.volvo_v0) .py-24,:where(.volvo_v0) .pt-24{padding-top:1.5rem}:where(.volvo_v0) .py-24,:where(.volvo_v0) .pb-24{padding-bottom:1.5rem}:where(.volvo_v0) .py-section,:where(.volvo_v0) .pt-section{padding-top:var(--v-space-section)}:where(.volvo_v0) .py-section,:where(.volvo_v0) .pb-section{padding-bottom:var(--v-space-section)}:where(.volvo_v0) .text-start{text-align:start}:where(.volvo_v0) .text-end{text-align:end}:where(.volvo_v0) .text-center{text-align:center}:where(.volvo_v0) .text-inherit{color:inherit}:where(.volvo_v0) .text-always-black{color:var(--v-color-always-black)}:where(.volvo_v0) .text-always-white{color:var(--v-color-always-white)}:where(.volvo_v0) .text-primary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .text-secondary{color:var(--v-color-foreground-secondary)}:where(.volvo_v0) .text-accent-blue{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) .text-feedback-green{color:var(--v-color-foreground-feedback-green)}:where(.volvo_v0) .text-feedback-orange{color:var(--v-color-foreground-feedback-orange)}:where(.volvo_v0) .text-feedback-red{color:var(--v-color-foreground-feedback-red)}@media (hover:hover){:where(.volvo_v0) :where(:-webkit-any(button,[type=button],[type=reset],[type=submit],[type=checkbox],[type=radio],label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0) :where([type=file]:not(:disabled,[aria-disabled]))::-webkit-file-upload-button{cursor:pointer}:where(.volvo_v0) :where(:is(button,[type=button],[type=reset],[type=submit],[type=checkbox],[type=radio],label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0) :where([type=file]:not(:disabled,[aria-disabled]))::file-selector-button{cursor:pointer}:where(.volvo_v0) :where(input:is(:disabled,[aria-disabled])+label:hover){cursor:default}:where(.volvo_v0) :where(a[href]:not([class]):hover),:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).link-inline:hover{color:var(--v-color-foreground-primary);-webkit-text-decoration-line:none;text-decoration-line:none}:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).UNSTABLE_link-secondary:hover{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled:checked):hover:before{background-color:var(--_v492382)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled):hover{box-shadow:inset 0 0 0 1px var(--v-color-background-accent-blue)}}@media (min-width:30rem){:where(.volvo_v0) .md\:flex,:where(.volvo_v0) .md\:flex-col,:where(.volvo_v0) .md\:flex-row{display:flex}:where(.volvo_v0) .md\:flex-row{flex-direction:row}:where(.volvo_v0) .md\:flex-col{flex-direction:column}:where(.volvo_v0) .md\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .md\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .md\:flex-grow{flex-grow:1}:where(.volvo_v0) .md\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .md\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .md\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .md\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .md\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .md\:flex-items-center{align-items:center}:where(.volvo_v0) .md\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .md\:flex-self-start{align-self:start}:where(.volvo_v0) .md\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .md\:flex-self-center{align-self:center}:where(.volvo_v0) .md\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .md\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .md\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .md\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .md\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .md\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .md\:flex-justify-center{justify-content:center}}@media (min-width:30rem){:where(.volvo_v0) .md\:text-start{text-align:start}:where(.volvo_v0) .md\:text-end{text-align:end}:where(.volvo_v0) .md\:text-center{text-align:center}}@media (min-width:30rem){}@media (min-width:64rem){:where(.volvo_v0) .lg\:flex,:where(.volvo_v0) .lg\:flex-col,:where(.volvo_v0) .lg\:flex-row{display:flex}:where(.volvo_v0) .lg\:flex-row{flex-direction:row}:where(.volvo_v0) .lg\:flex-col{flex-direction:column}:where(.volvo_v0) .lg\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .lg\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .lg\:flex-grow{flex-grow:1}:where(.volvo_v0) .lg\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .lg\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .lg\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .lg\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .lg\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .lg\:flex-items-center{align-items:center}:where(.volvo_v0) .lg\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .lg\:flex-self-start{align-self:start}:where(.volvo_v0) .lg\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .lg\:flex-self-center{align-self:center}:where(.volvo_v0) .lg\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .lg\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .lg\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .lg\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .lg\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .lg\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .lg\:flex-justify-center{justify-content:center}}@media (min-width:64rem){:where(.volvo_v0) .lg\:text-start{text-align:start}:where(.volvo_v0) .lg\:text-end{text-align:end}:where(.volvo_v0) .lg\:text-center{text-align:center}}@media (min-width:64rem){}
@@ -1 +1 @@
1
- :where(.volvo_v0 :-webkit-any(button,:-webkit-any([type=button],[type=reset],[type=submit],[type=checkbox],[type=radio]),label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0 [type=file]:not(:disabled,[aria-disabled]))::-webkit-file-upload-button{cursor:pointer}:where(.volvo_v0 :is(button,:is([type=button],[type=reset],[type=submit],[type=checkbox],[type=radio]),label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0 [type=file]:not(:disabled,[aria-disabled]))::file-selector-button{cursor:pointer}:where(.volvo_v0 input:is(:disabled,[aria-disabled])+label:hover){cursor:default}:where(.volvo_v0 a[href]:not([class]):hover),:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).link-inline:hover{color:var(--v-color-foreground-primary);-webkit-text-decoration-line:none;text-decoration-line:none}:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).UNSTABLE_link-secondary:hover{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled:checked):hover:before{background-color:var(--_vcc01cdae)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled):hover{box-shadow:inset 0 0 0 1px var(--v-color-background-accent-blue)}
1
+ :where(.volvo_v0) :where(:-webkit-any(button,[type=button],[type=reset],[type=submit],[type=checkbox],[type=radio],label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0) :where([type=file]:not(:disabled,[aria-disabled]))::-webkit-file-upload-button{cursor:pointer}:where(.volvo_v0) :where(:is(button,[type=button],[type=reset],[type=submit],[type=checkbox],[type=radio],label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0) :where([type=file]:not(:disabled,[aria-disabled]))::file-selector-button{cursor:pointer}:where(.volvo_v0) :where(input:is(:disabled,[aria-disabled])+label:hover){cursor:default}:where(.volvo_v0) :where(a[href]:not([class]):hover),:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).link-inline:hover{color:var(--v-color-foreground-primary);-webkit-text-decoration-line:none;text-decoration-line:none}:where(.volvo_v0) :where(a[href],button,[role=link],[role=button]).UNSTABLE_link-secondary:hover{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled:checked):hover:before{background-color:var(--_v492382)}:where(.volvo_v0) :where(:is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled):hover{box-shadow:inset 0 0 0 1px var(--v-color-background-accent-blue)}
@@ -1 +1 @@
1
- :where(.volvo_v0) :is(.lg\:flex,.lg\:flex-col,.lg\:flex-row){display:flex}:where(.volvo_v0) .lg\:flex-row{flex-direction:row}:where(.volvo_v0) .lg\:flex-col{flex-direction:column}:where(.volvo_v0) .lg\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .lg\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .lg\:flex-grow{flex-grow:1}:where(.volvo_v0) .lg\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .lg\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .lg\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .lg\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .lg\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .lg\:flex-items-center{align-items:center}:where(.volvo_v0) .lg\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .lg\:flex-self-start{align-self:start}:where(.volvo_v0) .lg\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .lg\:flex-self-center{align-self:center}:where(.volvo_v0) .lg\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .lg\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .lg\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .lg\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .lg\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .lg\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .lg\:flex-justify-center{justify-content:center}:where(.volvo_v0) .lg\:text-start{text-align:start}:where(.volvo_v0) .lg\:text-end{text-align:end}:where(.volvo_v0) .lg\:text-center{text-align:center}
1
+ :where(.volvo_v0) .lg\:flex,:where(.volvo_v0) .lg\:flex-col,:where(.volvo_v0) .lg\:flex-row{display:flex}:where(.volvo_v0) .lg\:flex-row{flex-direction:row}:where(.volvo_v0) .lg\:flex-col{flex-direction:column}:where(.volvo_v0) .lg\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .lg\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .lg\:flex-grow{flex-grow:1}:where(.volvo_v0) .lg\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .lg\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .lg\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .lg\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .lg\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .lg\:flex-items-center{align-items:center}:where(.volvo_v0) .lg\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .lg\:flex-self-start{align-self:start}:where(.volvo_v0) .lg\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .lg\:flex-self-center{align-self:center}:where(.volvo_v0) .lg\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .lg\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .lg\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .lg\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .lg\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .lg\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .lg\:flex-justify-center{justify-content:center}:where(.volvo_v0) .lg\:text-start{text-align:start}:where(.volvo_v0) .lg\:text-end{text-align:end}:where(.volvo_v0) .lg\:text-center{text-align:center}
@@ -1 +1 @@
1
- :where(.volvo_v0) :is(.md\:flex,.md\:flex-col,.md\:flex-row){display:flex}:where(.volvo_v0) .md\:flex-row{flex-direction:row}:where(.volvo_v0) .md\:flex-col{flex-direction:column}:where(.volvo_v0) .md\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .md\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .md\:flex-grow{flex-grow:1}:where(.volvo_v0) .md\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .md\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .md\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .md\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .md\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .md\:flex-items-center{align-items:center}:where(.volvo_v0) .md\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .md\:flex-self-start{align-self:start}:where(.volvo_v0) .md\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .md\:flex-self-center{align-self:center}:where(.volvo_v0) .md\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .md\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .md\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .md\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .md\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .md\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .md\:flex-justify-center{justify-content:center}:where(.volvo_v0) .md\:text-start{text-align:start}:where(.volvo_v0) .md\:text-end{text-align:end}:where(.volvo_v0) .md\:text-center{text-align:center}
1
+ :where(.volvo_v0) .md\:flex,:where(.volvo_v0) .md\:flex-col,:where(.volvo_v0) .md\:flex-row{display:flex}:where(.volvo_v0) .md\:flex-row{flex-direction:row}:where(.volvo_v0) .md\:flex-col{flex-direction:column}:where(.volvo_v0) .md\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .md\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .md\:flex-grow{flex-grow:1}:where(.volvo_v0) .md\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .md\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .md\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .md\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .md\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .md\:flex-items-center{align-items:center}:where(.volvo_v0) .md\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .md\:flex-self-start{align-self:start}:where(.volvo_v0) .md\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .md\:flex-self-center{align-self:center}:where(.volvo_v0) .md\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .md\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .md\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .md\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .md\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .md\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .md\:flex-justify-center{justify-content:center}:where(.volvo_v0) .md\:text-start{text-align:start}:where(.volvo_v0) .md\:text-end{text-align:end}:where(.volvo_v0) .md\:text-center{text-align:center}
package/dist/tokens.css CHANGED
@@ -1 +1 @@
1
- .volvo_v0{--v-font-sans-family:"Volvo Novum","Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif;--v-font-broad-family:"Volvo Broad","Arial Black",sans-serif;--v-font-mono-family:monospace;--v-font-16-size:1rem;--v-font-16-lineheight:1.5;--v-font-16:300 var(--v-font-16-size)/var(--v-font-16-lineheight) var(--v-font-sans-family);--v-font-14-size:.875rem;--v-font-14-lineheight:1.57;--v-font-14:300 var(--v-font-14-size)/var(--v-font-14-lineheight) var(--v-font-sans-family);--v-font-12-size:.75rem;--v-font-12-lineheight:1.67;--v-font-12:300 var(--v-font-12-size)/var(--v-font-12-lineheight) var(--v-font-sans-family);--_vcc33ac2c:calc(.31rem + 2ex);--v-font-heading-1-lineheight:var(--_vcc33ac2c);--v-font-heading-1-size-min:2rem;--v-font-heading-1-size-max:2.5rem;--v-font-heading-1-size:clamp(var(--v-font-heading-1-size-min),1vw + 1.7rem,var(--v-font-heading-1-size-max));--v-font-heading-1:500 var(--v-font-heading-1-size)/var(--v-font-heading-1-lineheight) var(--v-font-sans-family);--v-font-heading-2-lineheight:var(--_vcc33ac2c);--v-font-heading-2-size-min:1.5rem;--v-font-heading-2-size-max:2rem;--v-font-heading-2-size:clamp(var(--v-font-heading-2-size-min),1vw + 1.2rem,var(--v-font-heading-2-size-max));--v-font-heading-2:500 var(--v-font-heading-2-size)/var(--v-font-heading-2-lineheight) var(--v-font-sans-family);--v-font-heading-3-lineheight:var(--_vcc33ac2c);--v-font-heading-3-size-min:1.5rem;--v-font-heading-3-size-max:2rem;--v-font-heading-3-size:clamp(var(--v-font-heading-3-size-min),1vw + 1.2rem,var(--v-font-heading-3-size-max));--v-font-heading-3:300 var(--v-font-heading-3-size)/var(--v-font-heading-3-lineheight) var(--v-font-sans-family);--v-font-statement-1-lineheight:var(--_vcc33ac2c);--v-font-statement-1-size-min:4.5rem;--v-font-statement-1-size-max:6rem;--v-font-statement-1-size:clamp(var(--v-font-statement-1-size-min),3vw + 3.6rem,var(--v-font-statement-1-size-max));--v-font-statement-1:500 var(--v-font-statement-1-size)/var(--v-font-statement-1-lineheight) var(--v-font-sans-family);--v-font-statement-2-lineheight:var(--_vcc33ac2c);--v-font-statement-2-size-min:3.5rem;--v-font-statement-2-size-max:4.5rem;--v-font-statement-2-size:clamp(var(--v-font-statement-2-size-min),2vw + 2.9rem,var(--v-font-statement-2-size-max));--v-font-statement-2:500 var(--v-font-statement-2-size)/var(--v-font-statement-2-lineheight) var(--v-font-sans-family);--v-font-statement-3-lineheight:var(--_vcc33ac2c);--v-font-statement-3-size-min:3rem;--v-font-statement-3-size-max:3.5rem;--v-font-statement-3-size:clamp(var(--v-font-statement-3-size-min),1vw + 2.7rem,var(--v-font-statement-3-size-max));--v-font-statement-3:500 var(--v-font-statement-3-size)/var(--v-font-statement-3-lineheight) var(--v-font-sans-family);--v-font-statement-signature-lineheight:1;--v-font-statement-signature-size-min:2.5rem;--v-font-statement-signature-size-max:4.5rem;--v-font-statement-signature-size:clamp(var(--v-font-statement-signature-size-min),4vw + 1.3rem,var(--v-font-statement-signature-size-max));--v-font-statement-signature:500 var(--v-font-statement-signature-size)/var(--v-font-statement-signature-lineheight) var(--v-font-broad-family);--v-font-title-24-size:1.5rem;--v-font-title-24-lineheight:1.334;--v-font-title-24:300 var(--v-font-title-24-size)/var(--v-font-title-24-lineheight) var(--v-font-sans-family);--v-font-title-20-size:1.25rem;--v-font-title-20-lineheight:1.4;--v-font-title-20:300 var(--v-font-title-20-size)/var(--v-font-title-20-lineheight) var(--v-font-sans-family)}.volvo_v0:where(:lang(vi)){--v-font-sans-family:"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}.volvo_v0,.volvo_v0 [data-color-mode=light]{--v-color-always-black:#141414;--v-color-always-white:#fff;--v-color-foreground-primary:#000000eb;--v-color-foreground-secondary:#0000008f;--v-color-ornament-primary:#00000029;--v-color-background-primary:#fff;--v-color-background-secondary:#fafafa;--v-color-foreground-accent-blue:#2a609d;--v-color-background-accent-blue:#2a609d;--_vcc01cdae:#234871;--v-color-foreground-feedback-green:#048220;--v-color-foreground-feedback-orange:#eb7400;--v-color-foreground-feedback-red:#bf2012;--v-color-background-feedback-green:#048220;--v-color-background-feedback-orange:#eb7400;--v-color-background-feedback-red:#bf2012}.volvo_v0 [data-color-mode=dark],.volvo_v0[data-color-mode=dark]{--v-color-foreground-primary:#fff;--v-color-foreground-secondary:#ffffffa3;--v-color-ornament-primary:#ffffff1f;--v-color-background-primary:#000;--v-color-background-secondary:#141414;--v-color-foreground-accent-blue:#2387eb;--v-color-background-accent-blue:#1f78d1;--v-color-foreground-feedback-green:#07a62b;--v-color-foreground-feedback-orange:#ff9400;--v-color-foreground-feedback-red:#ff3320;--v-color-background-feedback-green:#088924;--v-color-background-feedback-orange:#ff9400;--v-color-background-feedback-red:#cc2617}.volvo_v0{--v-space-4:.25rem;--v-space-8:.5rem;--v-space-16:1rem;--v-space-24:1.5rem;--v-space-section:clamp(4rem,4vw + 2.8rem,6rem);--v-radius-4:.25rem;--v-radius-full:9999px}
1
+ .volvo_v0{--v-font-sans-family:"Volvo Novum","Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif;--v-font-broad-family:"Volvo Broad","Arial Black",sans-serif;--v-font-mono-family:monospace;--v-font-16-size:1rem;--v-font-16-lineheight:1.5;--v-font-16:300 var(--v-font-16-size)/var(--v-font-16-lineheight)var(--v-font-sans-family);--v-font-14-size:.875rem;--v-font-14-lineheight:1.57;--v-font-14:300 var(--v-font-14-size)/var(--v-font-14-lineheight)var(--v-font-sans-family);--v-font-12-size:.75rem;--v-font-12-lineheight:1.67;--v-font-12:300 var(--v-font-12-size)/var(--v-font-12-lineheight)var(--v-font-sans-family);--_v2a3cb9:calc(.31rem + 2ex);--v-font-heading-1-lineheight:var(--_v2a3cb9);--v-font-heading-1-size-min:2rem;--v-font-heading-1-size-max:2.5rem;--v-font-heading-1-size:clamp(var(--v-font-heading-1-size-min),1vw + 1.7rem,var(--v-font-heading-1-size-max));--v-font-heading-1:500 var(--v-font-heading-1-size)/var(--v-font-heading-1-lineheight)var(--v-font-sans-family);--v-font-heading-2-lineheight:var(--_v2a3cb9);--v-font-heading-2-size-min:1.5rem;--v-font-heading-2-size-max:2rem;--v-font-heading-2-size:clamp(var(--v-font-heading-2-size-min),1vw + 1.2rem,var(--v-font-heading-2-size-max));--v-font-heading-2:500 var(--v-font-heading-2-size)/var(--v-font-heading-2-lineheight)var(--v-font-sans-family);--v-font-heading-3-lineheight:var(--_v2a3cb9);--v-font-heading-3-size-min:1.5rem;--v-font-heading-3-size-max:2rem;--v-font-heading-3-size:clamp(var(--v-font-heading-3-size-min),1vw + 1.2rem,var(--v-font-heading-3-size-max));--v-font-heading-3:300 var(--v-font-heading-3-size)/var(--v-font-heading-3-lineheight)var(--v-font-sans-family);--v-font-statement-1-lineheight:var(--_v2a3cb9);--v-font-statement-1-size-min:4.5rem;--v-font-statement-1-size-max:6rem;--v-font-statement-1-size:clamp(var(--v-font-statement-1-size-min),3vw + 3.6rem,var(--v-font-statement-1-size-max));--v-font-statement-1:500 var(--v-font-statement-1-size)/var(--v-font-statement-1-lineheight)var(--v-font-sans-family);--v-font-statement-2-lineheight:var(--_v2a3cb9);--v-font-statement-2-size-min:3.5rem;--v-font-statement-2-size-max:4.5rem;--v-font-statement-2-size:clamp(var(--v-font-statement-2-size-min),2vw + 2.9rem,var(--v-font-statement-2-size-max));--v-font-statement-2:500 var(--v-font-statement-2-size)/var(--v-font-statement-2-lineheight)var(--v-font-sans-family);--v-font-statement-3-lineheight:var(--_v2a3cb9);--v-font-statement-3-size-min:3rem;--v-font-statement-3-size-max:3.5rem;--v-font-statement-3-size:clamp(var(--v-font-statement-3-size-min),1vw + 2.7rem,var(--v-font-statement-3-size-max));--v-font-statement-3:500 var(--v-font-statement-3-size)/var(--v-font-statement-3-lineheight)var(--v-font-sans-family);--v-font-statement-signature-lineheight:1;--v-font-statement-signature-size-min:2.5rem;--v-font-statement-signature-size-max:4.5rem;--v-font-statement-signature-size:clamp(var(--v-font-statement-signature-size-min),4vw + 1.3rem,var(--v-font-statement-signature-size-max));--v-font-statement-signature:500 var(--v-font-statement-signature-size)/var(--v-font-statement-signature-lineheight)var(--v-font-broad-family);--v-font-title-24-size:1.5rem;--v-font-title-24-lineheight:1.334;--v-font-title-24:300 var(--v-font-title-24-size)/var(--v-font-title-24-lineheight)var(--v-font-sans-family);--v-font-title-20-size:1.25rem;--v-font-title-20-lineheight:1.4;--v-font-title-20:300 var(--v-font-title-20-size)/var(--v-font-title-20-lineheight)var(--v-font-sans-family)}.volvo_v0:where(:lang(vi)){--v-font-sans-family:"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}.volvo_v0,.volvo_v0 [data-color-mode=light]{--v-color-always-black:#141414;--v-color-always-white:#fff;--v-color-foreground-primary:#000000eb;--v-color-foreground-secondary:#0000008f;--v-color-ornament-primary:#00000029;--v-color-background-primary:#fff;--v-color-background-secondary:#fafafa;--v-color-foreground-accent-blue:#2a609d;--v-color-background-accent-blue:#2a609d;--_v492382:#234871;--v-color-foreground-feedback-green:#048220;--v-color-foreground-feedback-orange:#eb7400;--v-color-foreground-feedback-red:#bf2012;--v-color-background-feedback-green:#048220;--v-color-background-feedback-orange:#eb7400;--v-color-background-feedback-red:#bf2012}.volvo_v0 [data-color-mode=dark],.volvo_v0[data-color-mode=dark]{--v-color-foreground-primary:#fff;--v-color-foreground-secondary:#ffffffa3;--v-color-ornament-primary:#ffffff1f;--v-color-background-primary:#000;--v-color-background-secondary:#141414;--v-color-foreground-accent-blue:#2387eb;--v-color-background-accent-blue:#1f78d1;--v-color-foreground-feedback-green:#07a62b;--v-color-foreground-feedback-orange:#ff9400;--v-color-foreground-feedback-red:#ff3320;--v-color-background-feedback-green:#088924;--v-color-background-feedback-orange:#ff9400;--v-color-background-feedback-red:#cc2617}.volvo_v0{--v-space-4:.25rem;--v-space-8:.5rem;--v-space-16:1rem;--v-space-24:1.5rem;--v-space-section:clamp(4rem,4vw + 2.8rem,6rem);--v-radius-4:.25rem;--v-radius-full:9999px}
@@ -1 +1 @@
1
- :where(.volvo_v0 :is(img,picture,video,canvas)){display:block}:where(.volvo_v0 img){object-fit:cover;object-position:center}:where(.volvo_v0 img[width][height]){height:auto}:where(.volvo_v0) .container{--_vcc40cb94:80rem;--_vcc157da2:var(--v-space-page-margin);--_vccde3de2:min(100vw - (var(--_vcc157da2)*2) - env(safe-area-inset-left,0) - env(safe-area-inset-right,0),160rem - (var(--_vcc157da2)*2),100% );width:min(var(--_vccde3de2),var(--_vcc40cb94) - min(var(--_vcc19dec1))*2);margin-inline-start:auto;margin-inline-end:auto}:where(.volvo_v0) .container[data-max-width=full]{--_vcc40cb94:100vw}:where(.volvo_v0) .container[data-bleed]:where(:not([data-bleed^=until])),:where(.volvo_v0) .container:not([data-bleed]) :where(.container){--_vcc157da2:0px}@media (max-width:calc(30rem - .001px)){:where(.volvo_v0) .container[data-bleed=until-md]{--_vcc157da2:0px}}@media (max-width:calc(64rem - .001px)){:where(.volvo_v0) .container[data-bleed=until-lg]{--_vcc157da2:0px}}:where(.volvo_v0 :is(a,button,[role=link],[role=button])).UNSTABLE_link-secondary{color:var(--v-color-foreground-primary)}.inline-icon{align-items:center;column-gap:4px;display:flex}.gap-x-4{column-gap:var(--v-space-4)}.gap-x-8{column-gap:var(--v-space-8)}.gap-x-16{column-gap:var(--v-space-16)}.gap-y-8{row-gap:var(--v-space-8)}.gap-y-16{row-gap:var(--v-space-16)}
1
+ :where(.volvo_v0) :where(img,picture,video,canvas){display:block}:where(.volvo_v0) :where(img){object-fit:cover;object-position:center}:where(.volvo_v0) :where(img[width][height]){height:auto}:where(.volvo_v0) .container{--_v6f5eba:80rem;--_v341c80:var(--v-space-page-margin);--_vd90f1f:min(100vw - (var(--_v341c80)*2) - env(safe-area-inset-left,0) - env(safe-area-inset-right,0),160rem - (var(--_v341c80)*2),100% );width:min(var(--_vd90f1f),var(--_v6f5eba) - min(var(--_v9f2db4))*2 );margin-inline-start:auto;margin-inline-end:auto}:where(.volvo_v0) .container[data-max-width=full]{--_v6f5eba:100vw}:where(.volvo_v0) .container[data-bleed]:where(:not([data-bleed^=until])),:where(.volvo_v0) .container:not([data-bleed]) :where(.container){--_v341c80:0px}@media (max-width:calc(30rem - .001px)){:where(.volvo_v0) .container[data-bleed=until-md]{--_v341c80:0px}}@media (max-width:calc(64rem - .001px)){:where(.volvo_v0) .container[data-bleed=until-lg]{--_v341c80:0px}}:where(.volvo_v0) :where(a,button,[role=link],[role=button]).UNSTABLE_link-secondary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .inline-icon{align-items:center;column-gap:4px;display:flex}:where(.volvo_v0) .gap-x-4{column-gap:var(--v-space-4)}:where(.volvo_v0) .gap-x-8{column-gap:var(--v-space-8)}:where(.volvo_v0) .gap-x-16{column-gap:var(--v-space-16)}:where(.volvo_v0) .gap-y-8{row-gap:var(--v-space-8)}:where(.volvo_v0) .gap-y-16{row-gap:var(--v-space-16)}
@@ -1 +1 @@
1
- .volvo_v0{--v-space-12:.75rem;--v-space-20:1.25rem;--v-space-32:2rem;--_vcc19dec1:1.75rem;--_vccc7dbb9:8rem;--v-space-page-margin:clamp(var(--_vcc19dec1),22vw - 16.3rem,var(--_vccc7dbb9))}
1
+ .volvo_v0{--v-space-12:.75rem;--v-space-20:1.25rem;--v-space-32:2rem;--_v9f2db4:1.75rem;--_vaa39d9:8rem;--v-space-page-margin:clamp(var(--_v9f2db4),22vw - 16.3rem,var(--_vaa39d9))}
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@volvo-cars/css",
3
3
  "description": "Volvo Cars shared CSS",
4
- "version": "0.8.1",
4
+ "version": "0.9.0",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,
7
7
  "type": "module",
8
8
  "exports": {
9
+ "./breakpoints.css": "./dist/breakpoints.css",
9
10
  "./styles.css": "./dist/styles.css",
10
11
  "./styles_all-media.css": "./dist/styles_all-media.css",
11
12
  "./styles_hover.css": "./dist/styles_hover.css",
@@ -119,15 +120,13 @@
119
120
  "directory": "packages/css"
120
121
  },
121
122
  "devDependencies": {
122
- "@types/css-tree": "2.0.1",
123
123
  "@volvo-cars/browserslist-config": "workspace:*",
124
- "browserslist": "4.21.4",
124
+ "browserslist": "4.21.5",
125
125
  "chokidar-cli": "3.0.0",
126
- "css-tree": "2.3.1",
127
126
  "lightningcss": "1.18.0",
128
127
  "lodash": "4.17.21",
129
128
  "tsup": "6.5.0",
130
- "typescript": "4.9.4"
129
+ "typescript": "4.9.5"
131
130
  },
132
131
  "browserslist": [
133
132
  "extends @volvo-cars/browserslist-config"
@@ -1,2 +0,0 @@
1
- var t={"font-face.css":"css/v0/font-face.05a7ed4c.css","styles.css":"css/v0/styles.d69280c3.css","styles_hover.css":"css/v0/styles_hover.9558b200.css","styles_lg.css":"css/v0/styles_lg.a6394f08.css","styles_md.css":"css/v0/styles_md.706c759a.css","tokens.css":"css/v0/tokens.07aba70e.css"};var v={hover:"(hover: hover)",md:"(min-width: 30rem)",lg:"(min-width: 64rem)"};export{t as a,v as b};
2
- //# sourceMappingURL=chunk-PNWJHY2L.js.map
@@ -1 +0,0 @@
1
- :where(.volvo_v0),:where(.volvo_v0 [data-color-mode]){color:var(--v-color-foreground-primary);color-scheme:light;accent-color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0[data-color-mode=dark],.volvo_v0 [data-color-mode=dark]){color-scheme:dark}:where(.volvo_v0){font:var(--v-font-16);tab-size:4}:where(.volvo_v0) :where(code,kbd,samp,pre){font-family:var(--v-font-mono-family);font-size:min(100%,var(--v-font-14-size))}:where(.volvo_v0 pre){white-space:break-spaces}:where(.volvo_v0) *,:where(.volvo_v0) :before,:where(.volvo_v0) :after{box-sizing:border-box}:where(.volvo_v0 :not(progress,meter)){border-color:var(--v-color-ornament-primary);border-style:solid;border-width:0}:where(.volvo_v0 body,body.volvo_v0){min-height:100vh;min-height:100dvh;scrollbar-gutter:stable;background-color:var(--v-color-background-primary);margin:0}:where(.volvo_v0 :is(h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ol,ul,pre,input,fieldset)){margin:0}:where(.volvo_v0 :is(button,input,ol,ul,legend,fieldset)){padding:0}:where(.volvo_v0 a){color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}:where(.volvo_v0 :focus-visible){outline:2px solid var(--v-color-foreground-primary);outline-offset:2px}:where(.volvo_v0 :is(img,picture,video,canvas,svg)){max-width:100%}:where(.volvo_v0 :is(ol,ul)){list-style:none}:where(.volvo_v0 :is(button,input:is([type=button],[type=reset],[type=submit]))){-webkit-appearance:button;appearance:button;color:inherit;background-color:#0000}:where(.volvo_v0 summary:is(details[class]>*,[class])){list-style:none}:where(.volvo_v0 summary:is(details[class]>*,[class]))::marker,:where(.volvo_v0 summary:is(details[class]>*,[class]))::-webkit-details-marker{display:none}:where(.volvo_v0 :is(button,input,optgroup,select,textarea,h1,h2,h3,h4,h5,h6,small)){font:inherit}:where(.volvo_v0 :is(b,strong)){font-weight:500}:where(.volvo_v0 :is(button,input,optgroup,select)){line-height:1.3}:where(.volvo_v0 textarea){resize:vertical}:where(.volvo_v0 :is(p,li,h1,h2,h3,h4,h5,h6)){overflow-wrap:break-word}:where(.volvo_v0) [data-fluid-typography=min]{--_vcc7ec5de:0rem}:where(.volvo_v0) [data-fluid-typography=max]{--_vcc7ec5de:9rem}@media (prefers-reduced-motion:reduce){.volvo_v0 *,.volvo_v0 :before,.volvo_v0 :after{transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}:where(.volvo_v0) :is(.stack-4,.stack-8,.stack-16,.stack-24,.stack-section,.stack-text)>*+*{margin-top:var(--stack-gap)}:where(.volvo_v0) .stack-section>*{--stack-gap:var(--v-space-section)}:where(.volvo_v0) .stack-4>*{--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-8>*{--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-16>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-24>*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>*{--stack-gap:var(--v-space-16)}:where(.volvo_v0) .stack-text>:where(:not(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class]))+.title-20,.title-20:first-child)+:where(.body-16,.list,:is(p,ul):not([class])){--stack-gap:var(--v-space-8)}:where(.volvo_v0) .stack-text>:where(.body-16.font-medium)+:where(.body-16,p:not([class])){--stack-gap:var(--v-space-4)}:where(.volvo_v0) .stack-text>:where(.heading-1,.heading-2,.heading-3,:is(h1,h2,h3):not([class])){--stack-gap:var(--v-space-24)}:where(.volvo_v0 .stack-text)>.statement-3+*,:where(.volvo_v0 .stack-text)>.statement-3+:where(.heading-3,h3:not([class]))+*{--stack-gap:var(--v-space-24)}:where(.volvo_v0) .stack-text>:where(.micro,small:not([class]))+:where(.micro,small:not([class])){--stack-gap:0rem}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])){width:var(--v-space-16);height:var(--v-space-16);-webkit-appearance:none;appearance:none;background-color:var(--v-color-background-primary);border:1px solid var(--v-color-foreground-secondary);border-radius:var(--v-radius-4);place-content:center;margin-top:.25em;transition:box-shadow .3s;display:inline-grid}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])):before{width:var(--v-space-16);height:var(--v-space-16);content:"";background-color:var(--v-color-background-accent-blue);border-radius:var(--v-radius-4);opacity:0;transition:transform .1s ease-in-out,background-color .3s,outline .3s,opacity .2s}:where(.volvo_v0 :is([type=checkbox],[type=radio])):is(.radio,.checkbox,:not([class])):after{content:"";opacity:1;position:absolute}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])){border-radius:var(--v-radius-full)}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])):before{border-radius:var(--v-radius-full)}:where(.volvo_v0 [type=checkbox]):is(.checkbox,:not([class])):after{width:var(--v-space-4);height:var(--v-space-8);content:"";border-color:#0000;transition:border-top-color .15s linear,border-inline-end-color .15s linear .1s;transform:scaleX(-1) rotate(135deg) translate(5px,2px)}:where(.volvo_v0 [type=checkbox]:is(.checkbox,:not([class]))):checked:after{border-inline-end:1px solid var(--v-color-always-white);border-top:1px solid var(--v-color-always-white)}:where(.volvo_v0 [type=radio]):is(.radio,:not([class])):after{width:8px;height:8px;background-color:var(--v-color-always-white);border-radius:var(--v-radius-full);transition:transform .25s;transform:matrix(0,.001,.001,0,3,3)}:where(.volvo_v0 [type=radio]:is(.radio,:not([class]))):checked:after{transform:matrix(0,1,1,0,3,3)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled:after{border-color:var(--v-color-ornament-primary)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))):disabled{background-color:var(--v-color-background-secondary);border-color:var(--v-color-ornament-primary)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):is(:active,:checked)):enabled:before{opacity:1}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class]))[aria-invalid]:not([aria-invalid=false]),.volvo_v0 :is(fieldset,[role=radiogroup])[aria-invalid]:not([aria-invalid=false]) [type=radio]:is(.radio,:not([class]))):not(:disabled,:hover){border-color:var(--v-color-foreground-feedback-red);box-shadow:inset 0 0 0 1px var(--v-color-foreground-feedback-red)}:where(.volvo_v0 h1:not([class])),:where(.volvo_v0) .heading-1{font:var(--v-font-heading-1)}:where(.volvo_v0) .heading-1[data-fluid-typography]{font-size:clamp(var(--v-font-heading-1-size-min),var(--_vcc7ec5de,var(--v-font-heading-1-size)),var(--v-font-heading-1-size-max))}:where(.volvo_v0 h2:not([class])),:where(.volvo_v0) .heading-2{font:var(--v-font-heading-2)}:where(.volvo_v0) .heading-2[data-fluid-typography]{font-size:clamp(var(--v-font-heading-2-size-min),var(--_vcc7ec5de,var(--v-font-heading-2-size)),var(--v-font-heading-2-size-max))}:where(.volvo_v0 h3:not([class])),:where(.volvo_v0) .heading-3{font:var(--v-font-heading-3)}:where(.volvo_v0) .heading-3[data-fluid-typography]{font-size:clamp(var(--v-font-heading-3-size-min),var(--_vcc7ec5de,var(--v-font-heading-3-size)),var(--v-font-heading-3-size-max))}:where(.volvo_v0 a[href]:not([class])),:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).link-inline{color:var(--v-color-foreground-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}:where(.volvo_v0 ul,.volvo_v0 ol).list,:where(.volvo_v0 ul,.volvo_v0 ol):where(:not([class])){list-style-type:revert;padding-inline-start:2rem}:where(.volvo_v0) .statement-1{font:var(--v-font-statement-1)}:where(.volvo_v0) .statement-1[data-fluid-typography]{font-size:clamp(var(--v-font-statement-1-size-min),var(--_vcc7ec5de),var(--v-font-statement-1-size-max))}:where(.volvo_v0) .statement-2{font:var(--v-font-statement-2)}:where(.volvo_v0) .statement-2[data-fluid-typography]{font-size:clamp(var(--v-font-statement-2-size-min),var(--_vcc7ec5de),var(--v-font-statement-2-size-max))}:where(.volvo_v0) .statement-3{font:var(--v-font-statement-3)}:where(.volvo_v0) .statement-3[data-fluid-typography]{font-size:clamp(var(--v-font-statement-3-size-min),var(--_vcc7ec5de),var(--v-font-statement-3-size-max))}:where(.volvo_v0) .statement-signature{font:var(--v-font-statement-signature);letter-spacing:.02em}:where(.volvo_v0) .statement-signature:where([data-fluid-typography]){font-size:clamp(var(--v-font-statement-signature-size-min),var(--_vcc7ec5de),var(--v-font-statement-signature-size-max))}:where(.volvo_v0) .bg-inherit{background-color:inherit}:where(.volvo_v0) .bg-transparent{background-color:#0000}:where(.volvo_v0) .bg-always-black{background-color:var(--v-color-always-black)}:where(.volvo_v0) .bg-always-white{background-color:var(--v-color-always-white)}:where(.volvo_v0) .bg-primary{background-color:var(--v-color-background-primary)}:where(.volvo_v0) .bg-secondary{background-color:var(--v-color-background-secondary)}:where(.volvo_v0) .bg-accent-blue{background-color:var(--v-color-background-accent-blue)}:where(.volvo_v0) .bg-feedback-green{background-color:var(--v-color-background-feedback-green)}:where(.volvo_v0) .bg-feedback-orange{background-color:var(--v-color-background-feedback-orange)}:where(.volvo_v0) .bg-feedback-red{background-color:var(--v-color-background-feedback-red)}:where(.volvo_v0) :is(.flex,.flex-col,.flex-row){display:flex}:where(.volvo_v0) .flex-row{flex-direction:row}:where(.volvo_v0) .flex-col{flex-direction:column}:where(.volvo_v0) .flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .flex-grow{flex-grow:1}:where(.volvo_v0) .flex-grow-0{flex-grow:0}:where(.volvo_v0) .flex-shrink{flex-shrink:1}:where(.volvo_v0) .flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .flex-items-start{align-items:flex-start}:where(.volvo_v0) .flex-items-end{align-items:flex-end}:where(.volvo_v0) .flex-items-center{align-items:center}:where(.volvo_v0) .flex-items-stretch{align-items:stretch}:where(.volvo_v0) .flex-self-start{align-self:flex-start}:where(.volvo_v0) .flex-self-end{align-self:flex-end}:where(.volvo_v0) .flex-self-center{align-self:center}:where(.volvo_v0) .flex-self-stretch{align-self:stretch}:where(.volvo_v0) .flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .flex-justify-around{justify-content:space-around}:where(.volvo_v0) .flex-justify-between{justify-content:space-between}:where(.volvo_v0) .flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .flex-justify-center{justify-content:center}:where(.volvo_v0) .title-24{font-size:var(--v-font-title-24-size);line-height:var(--v-font-title-24-lineheight)}:where(.volvo_v0) .title-20{font-size:var(--v-font-title-20-size);line-height:var(--v-font-title-20-lineheight)}:where(.volvo_v0) .body-16{font-size:var(--v-font-16-size);line-height:var(--v-font-16-lineheight)}:where(.volvo_v0 small:not([class])),:where(.volvo_v0) .micro{font-size:var(--v-font-12-size);line-height:var(--v-font-12-lineheight);letter-spacing:.02em}:where(.volvo_v0) .font-medium{font-weight:500}:where(.volvo_v0) .font-light{font-weight:300}:where(.volvo_v0) .m-0{margin:0}:where(.volvo_v0) :is(.mx-0,.mr-0){margin-inline-end:0}:where(.volvo_v0) :is(.mx-0,.ml-0){margin-inline-start:0}:where(.volvo_v0) :is(.my-0,.mt-0){margin-top:0}:where(.volvo_v0) :is(.my-0,.mb-0){margin-bottom:0}:where(.volvo_v0) .m-4{margin:.25rem}:where(.volvo_v0) :is(.mx-4,.mr-4){margin-inline-end:.25rem}:where(.volvo_v0) :is(.mx-4,.ml-4){margin-inline-start:.25rem}:where(.volvo_v0) :is(.my-4,.mt-4){margin-top:.25rem}:where(.volvo_v0) :is(.my-4,.mb-4){margin-bottom:.25rem}:where(.volvo_v0) .m-8{margin:.5rem}:where(.volvo_v0) :is(.mx-8,.mr-8){margin-inline-end:.5rem}:where(.volvo_v0) :is(.mx-8,.ml-8){margin-inline-start:.5rem}:where(.volvo_v0) :is(.my-8,.mt-8){margin-top:.5rem}:where(.volvo_v0) :is(.my-8,.mb-8){margin-bottom:.5rem}:where(.volvo_v0) .m-16{margin:1rem}:where(.volvo_v0) :is(.mx-16,.mr-16){margin-inline-end:1rem}:where(.volvo_v0) :is(.mx-16,.ml-16){margin-inline-start:1rem}:where(.volvo_v0) :is(.my-16,.mt-16){margin-top:1rem}:where(.volvo_v0) :is(.my-16,.mb-16){margin-bottom:1rem}:where(.volvo_v0) .m-24{margin:1.5rem}:where(.volvo_v0) :is(.mx-24,.mr-24){margin-inline-end:1.5rem}:where(.volvo_v0) :is(.mx-24,.ml-24){margin-inline-start:1.5rem}:where(.volvo_v0) :is(.my-24,.mt-24){margin-top:1.5rem}:where(.volvo_v0) :is(.my-24,.mb-24){margin-bottom:1.5rem}:where(.volvo_v0) :is(.my-section,.mt-section){margin-top:var(--v-space-section)}:where(.volvo_v0) :is(.my-section,.mb-section){margin-bottom:var(--v-space-section)}:where(.volvo_v0) .p-0{padding:0}:where(.volvo_v0) :is(.px-0,.pr-0){padding-inline-end:0}:where(.volvo_v0) :is(.px-0,.pl-0){padding-inline-start:0}:where(.volvo_v0) :is(.py-0,.pt-0){padding-top:0}:where(.volvo_v0) :is(.py-0,.pb-0){padding-bottom:0}:where(.volvo_v0) .p-4{padding:.25rem}:where(.volvo_v0) :is(.px-4,.pr-4){padding-inline-end:.25rem}:where(.volvo_v0) :is(.px-4,.pl-4){padding-inline-start:.25rem}:where(.volvo_v0) :is(.py-4,.pt-4){padding-top:.25rem}:where(.volvo_v0) :is(.py-4,.pb-4){padding-bottom:.25rem}:where(.volvo_v0) .p-8{padding:.5rem}:where(.volvo_v0) :is(.px-8,.pr-8){padding-inline-end:.5rem}:where(.volvo_v0) :is(.px-8,.pl-8){padding-inline-start:.5rem}:where(.volvo_v0) :is(.py-8,.pt-8){padding-top:.5rem}:where(.volvo_v0) :is(.py-8,.pb-8){padding-bottom:.5rem}:where(.volvo_v0) .p-16{padding:1rem}:where(.volvo_v0) :is(.px-16,.pr-16){padding-inline-end:1rem}:where(.volvo_v0) :is(.px-16,.pl-16){padding-inline-start:1rem}:where(.volvo_v0) :is(.py-16,.pt-16){padding-top:1rem}:where(.volvo_v0) :is(.py-16,.pb-16){padding-bottom:1rem}:where(.volvo_v0) .p-24{padding:1.5rem}:where(.volvo_v0) :is(.px-24,.pr-24){padding-inline-end:1.5rem}:where(.volvo_v0) :is(.px-24,.pl-24){padding-inline-start:1.5rem}:where(.volvo_v0) :is(.py-24,.pt-24){padding-top:1.5rem}:where(.volvo_v0) :is(.py-24,.pb-24){padding-bottom:1.5rem}:where(.volvo_v0) :is(.py-section,.pt-section){padding-top:var(--v-space-section)}:where(.volvo_v0) :is(.py-section,.pb-section){padding-bottom:var(--v-space-section)}:where(.volvo_v0) .text-start{text-align:start}:where(.volvo_v0) .text-end{text-align:end}:where(.volvo_v0) .text-center{text-align:center}:where(.volvo_v0) .text-inherit{color:inherit}:where(.volvo_v0) .text-always-black{color:var(--v-color-always-black)}:where(.volvo_v0) .text-always-white{color:var(--v-color-always-white)}:where(.volvo_v0) .text-primary{color:var(--v-color-foreground-primary)}:where(.volvo_v0) .text-secondary{color:var(--v-color-foreground-secondary)}:where(.volvo_v0) .text-accent-blue{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0) .text-feedback-green{color:var(--v-color-foreground-feedback-green)}:where(.volvo_v0) .text-feedback-orange{color:var(--v-color-foreground-feedback-orange)}:where(.volvo_v0) .text-feedback-red{color:var(--v-color-foreground-feedback-red)}
@@ -1 +0,0 @@
1
- :where(.volvo_v0 :-webkit-any(button,:-webkit-any([type=button],[type=reset],[type=submit],[type=checkbox],[type=radio]),label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0 [type=file]:not(:disabled,[aria-disabled]))::-webkit-file-upload-button{cursor:pointer}:where(.volvo_v0 :is(button,:is([type=button],[type=reset],[type=submit],[type=checkbox],[type=radio]),label[for],summary,[role=button],[role=link]):not(:disabled,[aria-disabled])),:where(.volvo_v0 [type=file]:not(:disabled,[aria-disabled]))::file-selector-button{cursor:pointer}:where(.volvo_v0 input:is(:disabled,[aria-disabled])+label:hover){cursor:default}:where(.volvo_v0 a[href]:not([class]):hover),:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).link-inline:hover{color:var(--v-color-foreground-primary);-webkit-text-decoration-line:none;text-decoration-line:none}:where(.volvo_v0 :is(a[href],button,[role=link],[role=button])).UNSTABLE_link-secondary:hover{color:var(--v-color-foreground-accent-blue)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled:checked):hover:before{background-color:var(--_vcc01cdae)}:where(.volvo_v0 :is([type=checkbox],[type=radio]):is(.radio,.checkbox,:not([class])):enabled):hover{box-shadow:inset 0 0 0 1px var(--v-color-background-accent-blue)}
@@ -1 +0,0 @@
1
- :where(.volvo_v0) :is(.lg\:flex,.lg\:flex-col,.lg\:flex-row){display:flex}:where(.volvo_v0) .lg\:flex-row{flex-direction:row}:where(.volvo_v0) .lg\:flex-col{flex-direction:column}:where(.volvo_v0) .lg\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .lg\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .lg\:flex-grow{flex-grow:1}:where(.volvo_v0) .lg\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .lg\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .lg\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .lg\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .lg\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .lg\:flex-items-center{align-items:center}:where(.volvo_v0) .lg\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .lg\:flex-self-start{align-self:start}:where(.volvo_v0) .lg\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .lg\:flex-self-center{align-self:center}:where(.volvo_v0) .lg\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .lg\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .lg\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .lg\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .lg\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .lg\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .lg\:flex-justify-center{justify-content:center}:where(.volvo_v0) .lg\:text-start{text-align:start}:where(.volvo_v0) .lg\:text-end{text-align:end}:where(.volvo_v0) .lg\:text-center{text-align:center}
@@ -1 +0,0 @@
1
- :where(.volvo_v0) :is(.md\:flex,.md\:flex-col,.md\:flex-row){display:flex}:where(.volvo_v0) .md\:flex-row{flex-direction:row}:where(.volvo_v0) .md\:flex-col{flex-direction:column}:where(.volvo_v0) .md\:flex-wrap{flex-wrap:wrap}:where(.volvo_v0) .md\:flex-nowrap{flex-wrap:nowrap}:where(.volvo_v0) .md\:flex-grow{flex-grow:1}:where(.volvo_v0) .md\:flex-grow-0{flex-grow:0}:where(.volvo_v0) .md\:flex-shrink{flex-shrink:1}:where(.volvo_v0) .md\:flex-shrink-0{flex-shrink:0}:where(.volvo_v0) .md\:flex-items-start{align-items:flex-start}:where(.volvo_v0) .md\:flex-items-end{align-items:flex-end}:where(.volvo_v0) .md\:flex-items-center{align-items:center}:where(.volvo_v0) .md\:flex-items-stretch{align-items:stretch}:where(.volvo_v0) .md\:flex-self-start{align-self:start}:where(.volvo_v0) .md\:flex-self-end{align-self:flex-end}:where(.volvo_v0) .md\:flex-self-center{align-self:center}:where(.volvo_v0) .md\:flex-self-stretch{align-self:stretch}:where(.volvo_v0) .md\:flex-justify-start{justify-content:flex-start}:where(.volvo_v0) .md\:flex-justify-end{justify-content:flex-end}:where(.volvo_v0) .md\:flex-justify-around{justify-content:space-around}:where(.volvo_v0) .md\:flex-justify-between{justify-content:space-between}:where(.volvo_v0) .md\:flex-justify-evenly{justify-content:space-evenly}:where(.volvo_v0) .md\:flex-justify-center{justify-content:center}:where(.volvo_v0) .md\:text-start{text-align:start}:where(.volvo_v0) .md\:text-end{text-align:end}:where(.volvo_v0) .md\:text-center{text-align:center}
@@ -1 +0,0 @@
1
- .volvo_v0{--v-font-sans-family:"Volvo Novum","Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif;--v-font-broad-family:"Volvo Broad","Arial Black",sans-serif;--v-font-mono-family:monospace;--v-font-16-size:1rem;--v-font-16-lineheight:1.5;--v-font-16:300 var(--v-font-16-size)/var(--v-font-16-lineheight) var(--v-font-sans-family);--v-font-14-size:.875rem;--v-font-14-lineheight:1.57;--v-font-14:300 var(--v-font-14-size)/var(--v-font-14-lineheight) var(--v-font-sans-family);--v-font-12-size:.75rem;--v-font-12-lineheight:1.67;--v-font-12:300 var(--v-font-12-size)/var(--v-font-12-lineheight) var(--v-font-sans-family);--_vcc33ac2c:calc(.31rem + 2ex);--v-font-heading-1-lineheight:var(--_vcc33ac2c);--v-font-heading-1-size-min:2rem;--v-font-heading-1-size-max:2.5rem;--v-font-heading-1-size:clamp(var(--v-font-heading-1-size-min),1vw + 1.7rem,var(--v-font-heading-1-size-max));--v-font-heading-1:500 var(--v-font-heading-1-size)/var(--v-font-heading-1-lineheight) var(--v-font-sans-family);--v-font-heading-2-lineheight:var(--_vcc33ac2c);--v-font-heading-2-size-min:1.5rem;--v-font-heading-2-size-max:2rem;--v-font-heading-2-size:clamp(var(--v-font-heading-2-size-min),1vw + 1.2rem,var(--v-font-heading-2-size-max));--v-font-heading-2:500 var(--v-font-heading-2-size)/var(--v-font-heading-2-lineheight) var(--v-font-sans-family);--v-font-heading-3-lineheight:var(--_vcc33ac2c);--v-font-heading-3-size-min:1.5rem;--v-font-heading-3-size-max:2rem;--v-font-heading-3-size:clamp(var(--v-font-heading-3-size-min),1vw + 1.2rem,var(--v-font-heading-3-size-max));--v-font-heading-3:300 var(--v-font-heading-3-size)/var(--v-font-heading-3-lineheight) var(--v-font-sans-family);--v-font-statement-1-lineheight:var(--_vcc33ac2c);--v-font-statement-1-size-min:4.5rem;--v-font-statement-1-size-max:6rem;--v-font-statement-1-size:clamp(var(--v-font-statement-1-size-min),3vw + 3.6rem,var(--v-font-statement-1-size-max));--v-font-statement-1:500 var(--v-font-statement-1-size)/var(--v-font-statement-1-lineheight) var(--v-font-sans-family);--v-font-statement-2-lineheight:var(--_vcc33ac2c);--v-font-statement-2-size-min:3.5rem;--v-font-statement-2-size-max:4.5rem;--v-font-statement-2-size:clamp(var(--v-font-statement-2-size-min),2vw + 2.9rem,var(--v-font-statement-2-size-max));--v-font-statement-2:500 var(--v-font-statement-2-size)/var(--v-font-statement-2-lineheight) var(--v-font-sans-family);--v-font-statement-3-lineheight:var(--_vcc33ac2c);--v-font-statement-3-size-min:3rem;--v-font-statement-3-size-max:3.5rem;--v-font-statement-3-size:clamp(var(--v-font-statement-3-size-min),1vw + 2.7rem,var(--v-font-statement-3-size-max));--v-font-statement-3:500 var(--v-font-statement-3-size)/var(--v-font-statement-3-lineheight) var(--v-font-sans-family);--v-font-statement-signature-lineheight:1;--v-font-statement-signature-size-min:2.5rem;--v-font-statement-signature-size-max:4.5rem;--v-font-statement-signature-size:clamp(var(--v-font-statement-signature-size-min),4vw + 1.3rem,var(--v-font-statement-signature-size-max));--v-font-statement-signature:500 var(--v-font-statement-signature-size)/var(--v-font-statement-signature-lineheight) var(--v-font-broad-family);--v-font-title-24-size:1.5rem;--v-font-title-24-lineheight:1.334;--v-font-title-24:300 var(--v-font-title-24-size)/var(--v-font-title-24-lineheight) var(--v-font-sans-family);--v-font-title-20-size:1.25rem;--v-font-title-20-lineheight:1.4;--v-font-title-20:300 var(--v-font-title-20-size)/var(--v-font-title-20-lineheight) var(--v-font-sans-family)}.volvo_v0:where(:lang(vi)){--v-font-sans-family:"Segoe UI","Helvetica Neue","Helvetica","Arial",sans-serif}.volvo_v0,.volvo_v0 [data-color-mode=light]{--v-color-always-black:#141414;--v-color-always-white:#fff;--v-color-foreground-primary:#000000eb;--v-color-foreground-secondary:#0000008f;--v-color-ornament-primary:#00000029;--v-color-background-primary:#fff;--v-color-background-secondary:#fafafa;--v-color-foreground-accent-blue:#2a609d;--v-color-background-accent-blue:#2a609d;--_vcc01cdae:#234871;--v-color-foreground-feedback-green:#048220;--v-color-foreground-feedback-orange:#eb7400;--v-color-foreground-feedback-red:#bf2012;--v-color-background-feedback-green:#048220;--v-color-background-feedback-orange:#eb7400;--v-color-background-feedback-red:#bf2012}.volvo_v0 [data-color-mode=dark],.volvo_v0[data-color-mode=dark]{--v-color-foreground-primary:#fff;--v-color-foreground-secondary:#ffffffa3;--v-color-ornament-primary:#ffffff1f;--v-color-background-primary:#000;--v-color-background-secondary:#141414;--v-color-foreground-accent-blue:#2387eb;--v-color-background-accent-blue:#1f78d1;--v-color-foreground-feedback-green:#07a62b;--v-color-foreground-feedback-orange:#ff9400;--v-color-foreground-feedback-red:#ff3320;--v-color-background-feedback-green:#088924;--v-color-background-feedback-orange:#ff9400;--v-color-background-feedback-red:#cc2617}.volvo_v0{--v-space-4:.25rem;--v-space-8:.5rem;--v-space-16:1rem;--v-space-24:1.5rem;--v-space-section:clamp(4rem,4vw + 2.8rem,6rem);--v-radius-4:.25rem;--v-radius-full:9999px}