@websolutespa/bom-llm 2.0.1-next.2 → 3.0.1
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/CHANGELOG.md +22 -4
- package/dist/esm/index.js +145 -43
- package/dist/esm/index.js.map +1 -1
- package/dist/index.css +181 -112
- package/dist/index.css.map +1 -1
- package/dist/umd/index.css +181 -112
- package/dist/umd/index.css.map +1 -1
- package/dist/umd/index.js +145 -43
- package/dist/umd/index.js.map +1 -1
- package/package.json +20 -20
package/dist/index.css
CHANGED
|
@@ -72,21 +72,21 @@ $shadow: (
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
:root {
|
|
75
|
-
--llm-size-1: clamp(
|
|
76
|
-
--llm-size-2: clamp(
|
|
77
|
-
--llm-size-3: clamp(
|
|
78
|
-
--llm-size-4: clamp(
|
|
79
|
-
--llm-size-5: clamp(
|
|
80
|
-
--llm-size-6: clamp(
|
|
81
|
-
--llm-size-7: clamp(
|
|
82
|
-
--llm-size-8: clamp(
|
|
83
|
-
--llm-size-9: clamp(
|
|
84
|
-
--llm-size-10: clamp(
|
|
85
|
-
--llm-size-11: clamp(
|
|
86
|
-
--llm-size-12: clamp(
|
|
87
|
-
--llm-size-13: clamp(
|
|
88
|
-
--llm-size-14: clamp(
|
|
89
|
-
--llm-size-15: clamp(
|
|
75
|
+
--llm-size-1: clamp(8 * 1px * var(--s, 1), 8 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((8 - 8) * var(--s, 1)), 8 * 1px * var(--s, 1));
|
|
76
|
+
--llm-size-2: clamp(8 * 1px * var(--s, 1), 8 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((16 - 8) * var(--s, 1)), 16 * 1px * var(--s, 1));
|
|
77
|
+
--llm-size-3: clamp(16 * 1px * var(--s, 1), 16 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((24 - 16) * var(--s, 1)), 24 * 1px * var(--s, 1));
|
|
78
|
+
--llm-size-4: clamp(24 * 1px * var(--s, 1), 24 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((32 - 24) * var(--s, 1)), 32 * 1px * var(--s, 1));
|
|
79
|
+
--llm-size-5: clamp(24 * 1px * var(--s, 1), 24 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((40 - 24) * var(--s, 1)), 40 * 1px * var(--s, 1));
|
|
80
|
+
--llm-size-6: clamp(24 * 1px * var(--s, 1), 24 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((48 - 24) * var(--s, 1)), 48 * 1px * var(--s, 1));
|
|
81
|
+
--llm-size-7: clamp(24 * 1px * var(--s, 1), 24 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((56 - 24) * var(--s, 1)), 56 * 1px * var(--s, 1));
|
|
82
|
+
--llm-size-8: clamp(24 * 1px * var(--s, 1), 24 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((64 - 24) * var(--s, 1)), 64 * 1px * var(--s, 1));
|
|
83
|
+
--llm-size-9: clamp(32 * 1px * var(--s, 1), 32 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((72 - 32) * var(--s, 1)), 72 * 1px * var(--s, 1));
|
|
84
|
+
--llm-size-10: clamp(32 * 1px * var(--s, 1), 32 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((80 - 32) * var(--s, 1)), 80 * 1px * var(--s, 1));
|
|
85
|
+
--llm-size-11: clamp(40 * 1px * var(--s, 1), 40 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((88 - 40) * var(--s, 1)), 88 * 1px * var(--s, 1));
|
|
86
|
+
--llm-size-12: clamp(40 * 1px * var(--s, 1), 40 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((96 - 40) * var(--s, 1)), 96 * 1px * var(--s, 1));
|
|
87
|
+
--llm-size-13: clamp(48 * 1px * var(--s, 1), 48 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((104 - 48) * var(--s, 1)), 104 * 1px * var(--s, 1));
|
|
88
|
+
--llm-size-14: clamp(48 * 1px * var(--s, 1), 48 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((112 - 48) * var(--s, 1)), 112 * 1px * var(--s, 1));
|
|
89
|
+
--llm-size-15: clamp(48 * 1px * var(--s, 1), 48 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((120 - 48) * var(--s, 1)), 120 * 1px * var(--s, 1));
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
:where(llm-embed) {
|
|
@@ -117,7 +117,7 @@ $shadow: (
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
:where(.llm__container) {
|
|
120
|
-
padding: 0 clamp(
|
|
120
|
+
padding: 0 clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.--xs-1 {
|
|
@@ -796,7 +796,7 @@ $shadow: (
|
|
|
796
796
|
font-style: normal;
|
|
797
797
|
font-weight: normal;
|
|
798
798
|
font-family: var(--llm-font-primary);
|
|
799
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
799
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
:where(.llm h1, .llm h2, .llm h3, .llm h4, .llm h5, .llm h6, .llm a, .llm b, .llm em, .llm p, .llm strong, .llm span, .llm ol, .llm ul) {
|
|
@@ -816,7 +816,7 @@ $shadow: (
|
|
|
816
816
|
font-weight: var(--llm-typography-display1-font-weight);
|
|
817
817
|
line-height: var(--llm-typography-display1-line-height);
|
|
818
818
|
letter-spacing: var(--llm-typography-display1-letter-spacing);
|
|
819
|
-
font-size: clamp(var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1),
|
|
819
|
+
font-size: clamp(var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display1-font-size-max) - var(--llm-typography-display1-font-size-min)) * var(--s, 1)), var(--llm-typography-display1-font-size-max) * 1px * var(--s, 1));
|
|
820
820
|
}
|
|
821
821
|
|
|
822
822
|
.llm .-llm-t-display2 {
|
|
@@ -825,7 +825,7 @@ $shadow: (
|
|
|
825
825
|
font-weight: var(--llm-typography-display2-font-weight);
|
|
826
826
|
line-height: var(--llm-typography-display2-line-height);
|
|
827
827
|
letter-spacing: var(--llm-typography-display2-letter-spacing);
|
|
828
|
-
font-size: clamp(var(--llm-typography-display2-font-size-min) * 1px * var(--s, 1),
|
|
828
|
+
font-size: clamp(var(--llm-typography-display2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display2-font-size-max) - var(--llm-typography-display2-font-size-min)) * var(--s, 1)), var(--llm-typography-display2-font-size-max) * 1px * var(--s, 1));
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
.llm .-llm-t-display3 {
|
|
@@ -834,7 +834,7 @@ $shadow: (
|
|
|
834
834
|
font-weight: var(--llm-typography-display3-font-weight);
|
|
835
835
|
line-height: var(--llm-typography-display3-line-height);
|
|
836
836
|
letter-spacing: var(--llm-typography-display3-letter-spacing);
|
|
837
|
-
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1),
|
|
837
|
+
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display3-font-size-max) - var(--llm-typography-display3-font-size-min)) * var(--s, 1)), var(--llm-typography-display3-font-size-max) * 1px * var(--s, 1));
|
|
838
838
|
}
|
|
839
839
|
|
|
840
840
|
.llm .-llm-t-display4 {
|
|
@@ -843,7 +843,7 @@ $shadow: (
|
|
|
843
843
|
font-weight: var(--llm-typography-display4-font-weight);
|
|
844
844
|
line-height: var(--llm-typography-display4-line-height);
|
|
845
845
|
letter-spacing: var(--llm-typography-display4-letter-spacing);
|
|
846
|
-
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1),
|
|
846
|
+
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display4-font-size-max) - var(--llm-typography-display4-font-size-min)) * var(--s, 1)), var(--llm-typography-display4-font-size-max) * 1px * var(--s, 1));
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
.llm .-llm-t-display5 {
|
|
@@ -852,7 +852,7 @@ $shadow: (
|
|
|
852
852
|
font-weight: var(--llm-typography-display5-font-weight);
|
|
853
853
|
line-height: var(--llm-typography-display5-line-height);
|
|
854
854
|
letter-spacing: var(--llm-typography-display5-letter-spacing);
|
|
855
|
-
font-size: clamp(var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1),
|
|
855
|
+
font-size: clamp(var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display5-font-size-max) - var(--llm-typography-display5-font-size-min)) * var(--s, 1)), var(--llm-typography-display5-font-size-max) * 1px * var(--s, 1));
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
.llm .-llm-t-display6 {
|
|
@@ -861,7 +861,7 @@ $shadow: (
|
|
|
861
861
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
862
862
|
line-height: var(--llm-typography-display6-line-height);
|
|
863
863
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
864
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
864
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
865
865
|
}
|
|
866
866
|
|
|
867
867
|
.llm .-llm-t-heading1 {
|
|
@@ -870,7 +870,7 @@ $shadow: (
|
|
|
870
870
|
font-weight: var(--llm-typography-heading1-font-weight);
|
|
871
871
|
line-height: var(--llm-typography-heading1-line-height);
|
|
872
872
|
letter-spacing: var(--llm-typography-heading1-letter-spacing);
|
|
873
|
-
font-size: clamp(var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1),
|
|
873
|
+
font-size: clamp(var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-heading1-font-size-max) - var(--llm-typography-heading1-font-size-min)) * var(--s, 1)), var(--llm-typography-heading1-font-size-max) * 1px * var(--s, 1));
|
|
874
874
|
}
|
|
875
875
|
|
|
876
876
|
.llm .-llm-t-heading2 {
|
|
@@ -879,7 +879,7 @@ $shadow: (
|
|
|
879
879
|
font-weight: var(--llm-typography-heading2-font-weight);
|
|
880
880
|
line-height: var(--llm-typography-heading2-line-height);
|
|
881
881
|
letter-spacing: var(--llm-typography-heading2-letter-spacing);
|
|
882
|
-
font-size: clamp(var(--llm-typography-heading2-font-size-min) * 1px * var(--s, 1),
|
|
882
|
+
font-size: clamp(var(--llm-typography-heading2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-heading2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-heading2-font-size-max) - var(--llm-typography-heading2-font-size-min)) * var(--s, 1)), var(--llm-typography-heading2-font-size-max) * 1px * var(--s, 1));
|
|
883
883
|
}
|
|
884
884
|
|
|
885
885
|
.llm .-llm-t-body1 {
|
|
@@ -888,7 +888,7 @@ $shadow: (
|
|
|
888
888
|
font-weight: var(--llm-typography-body1-font-weight);
|
|
889
889
|
line-height: var(--llm-typography-body1-line-height);
|
|
890
890
|
letter-spacing: var(--llm-typography-body1-letter-spacing);
|
|
891
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
891
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
.llm .-llm-t-body2 {
|
|
@@ -897,7 +897,7 @@ $shadow: (
|
|
|
897
897
|
font-weight: var(--llm-typography-body2-font-weight);
|
|
898
898
|
line-height: var(--llm-typography-body2-line-height);
|
|
899
899
|
letter-spacing: var(--llm-typography-body2-letter-spacing);
|
|
900
|
-
font-size: clamp(var(--llm-typography-body2-font-size-min) * 1px * var(--s, 1),
|
|
900
|
+
font-size: clamp(var(--llm-typography-body2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body2-font-size-max) - var(--llm-typography-body2-font-size-min)) * var(--s, 1)), var(--llm-typography-body2-font-size-max) * 1px * var(--s, 1));
|
|
901
901
|
}
|
|
902
902
|
|
|
903
903
|
.llm .-llm-t-body3 {
|
|
@@ -906,7 +906,7 @@ $shadow: (
|
|
|
906
906
|
font-weight: var(--llm-typography-body3-font-weight);
|
|
907
907
|
line-height: var(--llm-typography-body3-line-height);
|
|
908
908
|
letter-spacing: var(--llm-typography-body3-letter-spacing);
|
|
909
|
-
font-size: clamp(var(--llm-typography-body3-font-size-min) * 1px * var(--s, 1),
|
|
909
|
+
font-size: clamp(var(--llm-typography-body3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body3-font-size-max) - var(--llm-typography-body3-font-size-min)) * var(--s, 1)), var(--llm-typography-body3-font-size-max) * 1px * var(--s, 1));
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
.llm .-llm-t-body4 {
|
|
@@ -915,7 +915,7 @@ $shadow: (
|
|
|
915
915
|
font-weight: var(--llm-typography-body4-font-weight);
|
|
916
916
|
line-height: var(--llm-typography-body4-line-height);
|
|
917
917
|
letter-spacing: var(--llm-typography-body4-letter-spacing);
|
|
918
|
-
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1),
|
|
918
|
+
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body4-font-size-max) - var(--llm-typography-body4-font-size-min)) * var(--s, 1)), var(--llm-typography-body4-font-size-max) * 1px * var(--s, 1));
|
|
919
919
|
}
|
|
920
920
|
|
|
921
921
|
.llm .-llm-t-body5 {
|
|
@@ -924,7 +924,7 @@ $shadow: (
|
|
|
924
924
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
925
925
|
line-height: var(--llm-typography-body5-line-height);
|
|
926
926
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
927
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
927
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
928
928
|
}
|
|
929
929
|
|
|
930
930
|
.llm .-llm-t-label1 {
|
|
@@ -933,7 +933,7 @@ $shadow: (
|
|
|
933
933
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
934
934
|
line-height: var(--llm-typography-label1-line-height);
|
|
935
935
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
936
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
936
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
937
937
|
}
|
|
938
938
|
|
|
939
939
|
.llm .-llm-t-cta1 {
|
|
@@ -942,7 +942,7 @@ $shadow: (
|
|
|
942
942
|
font-weight: var(--llm-typography-cta1-font-weight);
|
|
943
943
|
line-height: var(--llm-typography-cta1-line-height);
|
|
944
944
|
letter-spacing: var(--llm-typography-cta1-letter-spacing);
|
|
945
|
-
font-size: clamp(var(--llm-typography-cta1-font-size-min) * 1px * var(--s, 1),
|
|
945
|
+
font-size: clamp(var(--llm-typography-cta1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta1-font-size-max) - var(--llm-typography-cta1-font-size-min)) * var(--s, 1)), var(--llm-typography-cta1-font-size-max) * 1px * var(--s, 1));
|
|
946
946
|
text-transform: uppercase;
|
|
947
947
|
}
|
|
948
948
|
|
|
@@ -952,7 +952,7 @@ $shadow: (
|
|
|
952
952
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
953
953
|
line-height: var(--llm-typography-cta2-line-height);
|
|
954
954
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
955
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
955
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
956
956
|
}
|
|
957
957
|
|
|
958
958
|
.llm .-llm-t-cta3 {
|
|
@@ -961,7 +961,7 @@ $shadow: (
|
|
|
961
961
|
font-weight: var(--llm-typography-cta3-font-weight);
|
|
962
962
|
line-height: var(--llm-typography-cta3-line-height);
|
|
963
963
|
letter-spacing: var(--llm-typography-cta3-letter-spacing);
|
|
964
|
-
font-size: clamp(var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1),
|
|
964
|
+
font-size: clamp(var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta3-font-size-max) - var(--llm-typography-cta3-font-size-min)) * var(--s, 1)), var(--llm-typography-cta3-font-size-max) * 1px * var(--s, 1));
|
|
965
965
|
font-style: normal;
|
|
966
966
|
}
|
|
967
967
|
|
|
@@ -971,7 +971,7 @@ $shadow: (
|
|
|
971
971
|
font-weight: var(--llm-typography-cta4-font-weight);
|
|
972
972
|
line-height: var(--llm-typography-cta4-line-height);
|
|
973
973
|
letter-spacing: var(--llm-typography-cta4-letter-spacing);
|
|
974
|
-
font-size: clamp(var(--llm-typography-cta4-font-size-min) * 1px * var(--s, 1),
|
|
974
|
+
font-size: clamp(var(--llm-typography-cta4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta4-font-size-max) - var(--llm-typography-cta4-font-size-min)) * var(--s, 1)), var(--llm-typography-cta4-font-size-max) * 1px * var(--s, 1));
|
|
975
975
|
font-style: normal;
|
|
976
976
|
}
|
|
977
977
|
|
|
@@ -981,7 +981,7 @@ $shadow: (
|
|
|
981
981
|
font-weight: var(--llm-typography-body1-font-weight);
|
|
982
982
|
line-height: var(--llm-typography-body1-line-height);
|
|
983
983
|
letter-spacing: var(--llm-typography-body1-letter-spacing);
|
|
984
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
984
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
985
985
|
font-family: var(--llm-user-font-family, inherit);
|
|
986
986
|
background: var(--llm-user-background);
|
|
987
987
|
color: var(--llm-user-foreground);
|
|
@@ -1007,7 +1007,7 @@ $shadow: (
|
|
|
1007
1007
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
1008
1008
|
line-height: var(--llm-typography-display6-line-height);
|
|
1009
1009
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
1010
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
1010
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
1011
1011
|
}
|
|
1012
1012
|
:where([data-message-role=assistant] [data-text=true]) h1 {
|
|
1013
1013
|
line-height: 1;
|
|
@@ -1015,7 +1015,7 @@ $shadow: (
|
|
|
1015
1015
|
font-weight: var(--llm-typography-display3-font-weight);
|
|
1016
1016
|
line-height: var(--llm-typography-display3-line-height);
|
|
1017
1017
|
letter-spacing: var(--llm-typography-display3-letter-spacing);
|
|
1018
|
-
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1),
|
|
1018
|
+
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display3-font-size-max) - var(--llm-typography-display3-font-size-min)) * var(--s, 1)), var(--llm-typography-display3-font-size-max) * 1px * var(--s, 1));
|
|
1019
1019
|
}
|
|
1020
1020
|
:where([data-message-role=assistant] [data-text=true]) h2 {
|
|
1021
1021
|
line-height: 1;
|
|
@@ -1023,7 +1023,7 @@ $shadow: (
|
|
|
1023
1023
|
font-weight: var(--llm-typography-display4-font-weight);
|
|
1024
1024
|
line-height: var(--llm-typography-display4-line-height);
|
|
1025
1025
|
letter-spacing: var(--llm-typography-display4-letter-spacing);
|
|
1026
|
-
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1),
|
|
1026
|
+
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display4-font-size-max) - var(--llm-typography-display4-font-size-min)) * var(--s, 1)), var(--llm-typography-display4-font-size-max) * 1px * var(--s, 1));
|
|
1027
1027
|
}
|
|
1028
1028
|
:where([data-message-role=assistant] [data-text=true]) h3 {
|
|
1029
1029
|
line-height: 1;
|
|
@@ -1031,7 +1031,7 @@ $shadow: (
|
|
|
1031
1031
|
font-weight: var(--llm-typography-display5-font-weight);
|
|
1032
1032
|
line-height: var(--llm-typography-display5-line-height);
|
|
1033
1033
|
letter-spacing: var(--llm-typography-display5-letter-spacing);
|
|
1034
|
-
font-size: clamp(var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1),
|
|
1034
|
+
font-size: clamp(var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display5-font-size-max) - var(--llm-typography-display5-font-size-min)) * var(--s, 1)), var(--llm-typography-display5-font-size-max) * 1px * var(--s, 1));
|
|
1035
1035
|
}
|
|
1036
1036
|
:where([data-message-role=assistant] [data-text=true]) h4,
|
|
1037
1037
|
:where([data-message-role=assistant] [data-text=true]) h5,
|
|
@@ -1041,7 +1041,7 @@ $shadow: (
|
|
|
1041
1041
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
1042
1042
|
line-height: var(--llm-typography-display6-line-height);
|
|
1043
1043
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
1044
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
1044
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
1045
1045
|
}
|
|
1046
1046
|
:where([data-message-role=assistant] [data-text=true]) ol,
|
|
1047
1047
|
:where([data-message-role=assistant] [data-text=true]) ul {
|
|
@@ -1212,7 +1212,7 @@ $shadow: (
|
|
|
1212
1212
|
font-weight: var(--llm-typography-display3-font-weight);
|
|
1213
1213
|
line-height: var(--llm-typography-display3-line-height);
|
|
1214
1214
|
letter-spacing: var(--llm-typography-display3-letter-spacing);
|
|
1215
|
-
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1),
|
|
1215
|
+
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display3-font-size-max) - var(--llm-typography-display3-font-size-min)) * var(--s, 1)), var(--llm-typography-display3-font-size-max) * 1px * var(--s, 1));
|
|
1216
1216
|
}
|
|
1217
1217
|
|
|
1218
1218
|
:where([data-mode=chat] [data-message-role=user] [data-text=true]),
|
|
@@ -1544,7 +1544,7 @@ $shadow: (
|
|
|
1544
1544
|
font-weight: var(--llm-typography-cta4-font-weight);
|
|
1545
1545
|
line-height: var(--llm-typography-cta4-line-height);
|
|
1546
1546
|
letter-spacing: var(--llm-typography-cta4-letter-spacing);
|
|
1547
|
-
font-size: clamp(var(--llm-typography-cta4-font-size-min) * 1px * var(--s, 1),
|
|
1547
|
+
font-size: clamp(var(--llm-typography-cta4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta4-font-size-max) - var(--llm-typography-cta4-font-size-min)) * var(--s, 1)), var(--llm-typography-cta4-font-size-max) * 1px * var(--s, 1));
|
|
1548
1548
|
font-style: normal;
|
|
1549
1549
|
}
|
|
1550
1550
|
@media (hover: hover) {
|
|
@@ -1571,7 +1571,7 @@ $shadow: (
|
|
|
1571
1571
|
font-weight: var(--llm-typography-cta3-font-weight);
|
|
1572
1572
|
line-height: var(--llm-typography-cta3-line-height);
|
|
1573
1573
|
letter-spacing: var(--llm-typography-cta3-letter-spacing);
|
|
1574
|
-
font-size: clamp(var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1),
|
|
1574
|
+
font-size: clamp(var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta3-font-size-max) - var(--llm-typography-cta3-font-size-min)) * var(--s, 1)), var(--llm-typography-cta3-font-size-max) * 1px * var(--s, 1));
|
|
1575
1575
|
font-style: normal;
|
|
1576
1576
|
}
|
|
1577
1577
|
.llm .llm__cta--button .llm__background, .llm .llm__cta--submit .llm__background {
|
|
@@ -1597,7 +1597,7 @@ $shadow: (
|
|
|
1597
1597
|
font-weight: var(--llm-typography-cta3-font-weight);
|
|
1598
1598
|
line-height: var(--llm-typography-cta3-line-height);
|
|
1599
1599
|
letter-spacing: var(--llm-typography-cta3-letter-spacing);
|
|
1600
|
-
font-size: clamp(var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1),
|
|
1600
|
+
font-size: clamp(var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta3-font-size-max) - var(--llm-typography-cta3-font-size-min)) * var(--s, 1)), var(--llm-typography-cta3-font-size-max) * 1px * var(--s, 1));
|
|
1601
1601
|
font-style: normal;
|
|
1602
1602
|
padding: 0 var(--llm-size-6, 3rem);
|
|
1603
1603
|
height: 42px;
|
|
@@ -1722,7 +1722,7 @@ $shadow: (
|
|
|
1722
1722
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
1723
1723
|
line-height: var(--llm-typography-body5-line-height);
|
|
1724
1724
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
1725
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
1725
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
1726
1726
|
}
|
|
1727
1727
|
.llm .llm__disclaimer i {
|
|
1728
1728
|
width: 19px;
|
|
@@ -2582,7 +2582,7 @@ $shadow: (
|
|
|
2582
2582
|
.llm .llm__header-wrapper {
|
|
2583
2583
|
display: flex;
|
|
2584
2584
|
justify-content: space-between;
|
|
2585
|
-
padding: 0 min(var(--llm-size-5, 2.5rem), clamp(
|
|
2585
|
+
padding: 0 min(var(--llm-size-5, 2.5rem), clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)));
|
|
2586
2586
|
align-items: center;
|
|
2587
2587
|
height: 70px;
|
|
2588
2588
|
z-index: 2;
|
|
@@ -2605,7 +2605,7 @@ $shadow: (
|
|
|
2605
2605
|
row-gap: calc(var(--rem, 1rem) * 0.5);
|
|
2606
2606
|
}
|
|
2607
2607
|
.llm .llm__header-logo-full {
|
|
2608
|
-
height: clamp(
|
|
2608
|
+
height: clamp(40 * 1px * var(--s, 1), 40 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((60 - 40) * var(--s, 1)), 60 * 1px * var(--s, 1));
|
|
2609
2609
|
}
|
|
2610
2610
|
.-llm-scrolled .llm .llm__header-logo-full {
|
|
2611
2611
|
display: none;
|
|
@@ -2615,7 +2615,7 @@ $shadow: (
|
|
|
2615
2615
|
object-fit: contain;
|
|
2616
2616
|
}
|
|
2617
2617
|
.llm .llm__header-logo-mini {
|
|
2618
|
-
height: clamp(
|
|
2618
|
+
height: clamp(40 * 1px * var(--s, 1), 40 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((60 - 40) * var(--s, 1)), 60 * 1px * var(--s, 1));
|
|
2619
2619
|
/*
|
|
2620
2620
|
@include imgPad(65, 60);
|
|
2621
2621
|
width: 43px;
|
|
@@ -2630,7 +2630,7 @@ $shadow: (
|
|
|
2630
2630
|
object-fit: contain;
|
|
2631
2631
|
}
|
|
2632
2632
|
.llm .llm__header-logo-additional {
|
|
2633
|
-
height: clamp(
|
|
2633
|
+
height: clamp(28 * 1px * var(--s, 1), 28 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((40 - 28) * var(--s, 1)), 40 * 1px * var(--s, 1));
|
|
2634
2634
|
}
|
|
2635
2635
|
.-llm-scrolled .llm .llm__header-logo-additional {
|
|
2636
2636
|
display: none;
|
|
@@ -3648,12 +3648,12 @@ $shadow: (
|
|
|
3648
3648
|
container-type: inline-size;
|
|
3649
3649
|
--u: 1cqw;
|
|
3650
3650
|
--rem: 16px;
|
|
3651
|
-
--margin: clamp(
|
|
3651
|
+
--margin: clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
3652
3652
|
--negative-margin: calc(var(--margin) * -1);
|
|
3653
|
-
--gap: clamp(
|
|
3653
|
+
--gap: clamp(16 * 1px * var(--s, 1), 16 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((32 - 16) * var(--s, 1)), 32 * 1px * var(--s, 1));
|
|
3654
3654
|
}
|
|
3655
3655
|
.llm__root .llm__container {
|
|
3656
|
-
padding: 0 clamp(
|
|
3656
|
+
padding: 0 clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
3657
3657
|
}
|
|
3658
3658
|
.llm__root:not([data-embedded=true]) {
|
|
3659
3659
|
position: fixed;
|
|
@@ -3860,7 +3860,7 @@ $shadow: (
|
|
|
3860
3860
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
3861
3861
|
line-height: var(--llm-typography-cta2-line-height);
|
|
3862
3862
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
3863
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
3863
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
3864
3864
|
padding: var(--llm-pill-padding, 8px);
|
|
3865
3865
|
gap: var(--llm-pill-gap, 8px);
|
|
3866
3866
|
border: var(--llm-pill-border);
|
|
@@ -3868,7 +3868,7 @@ $shadow: (
|
|
|
3868
3868
|
background: var(--llm-pill-background);
|
|
3869
3869
|
color: var(--llm-pill-foreground);
|
|
3870
3870
|
font-family: var(--llm-pill-font-family);
|
|
3871
|
-
font-size: var(--llm-pill-font-size, clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
3871
|
+
font-size: var(--llm-pill-font-size, clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1)));
|
|
3872
3872
|
font-weight: var(--llm-pill-font-weight, --llm-typography-cta2-font-weight);
|
|
3873
3873
|
box-shadow: var(--llm-pill-box-shadow, none);
|
|
3874
3874
|
backdrop-filter: var(--llm-pill-backdrop-filter, blur(20px));
|
|
@@ -3890,7 +3890,7 @@ $shadow: (
|
|
|
3890
3890
|
font-weight: var(--llm-typography-body1-font-weight);
|
|
3891
3891
|
line-height: var(--llm-typography-body1-line-height);
|
|
3892
3892
|
letter-spacing: var(--llm-typography-body1-letter-spacing);
|
|
3893
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
3893
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
3894
3894
|
font-family: var(--llm-user-font-family, inherit);
|
|
3895
3895
|
background: var(--llm-user-background);
|
|
3896
3896
|
color: var(--llm-user-foreground);
|
|
@@ -3923,7 +3923,7 @@ $shadow: (
|
|
|
3923
3923
|
font-weight: var(--llm-typography-display3-font-weight);
|
|
3924
3924
|
line-height: var(--llm-typography-display3-line-height);
|
|
3925
3925
|
letter-spacing: var(--llm-typography-display3-letter-spacing);
|
|
3926
|
-
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1),
|
|
3926
|
+
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display3-font-size-max) - var(--llm-typography-display3-font-size-min)) * var(--s, 1)), var(--llm-typography-display3-font-size-max) * 1px * var(--s, 1));
|
|
3927
3927
|
margin: 0;
|
|
3928
3928
|
}
|
|
3929
3929
|
.llm .llm__message--assistant .llm__inner--text:not(:first-child) .llm__text .llm__text-body,
|
|
@@ -3933,7 +3933,7 @@ $shadow: (
|
|
|
3933
3933
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
3934
3934
|
line-height: var(--llm-typography-display6-line-height);
|
|
3935
3935
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
3936
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
3936
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
3937
3937
|
}
|
|
3938
3938
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body,
|
|
3939
3939
|
.llm .llm__message--assistant .llm__inner--string .llm__text .llm__text-body {
|
|
@@ -3955,7 +3955,7 @@ $shadow: (
|
|
|
3955
3955
|
font-weight: var(--llm-typography-display3-font-weight);
|
|
3956
3956
|
line-height: var(--llm-typography-display3-line-height);
|
|
3957
3957
|
letter-spacing: var(--llm-typography-display3-letter-spacing);
|
|
3958
|
-
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1),
|
|
3958
|
+
font-size: clamp(var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display3-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display3-font-size-max) - var(--llm-typography-display3-font-size-min)) * var(--s, 1)), var(--llm-typography-display3-font-size-max) * 1px * var(--s, 1));
|
|
3959
3959
|
}
|
|
3960
3960
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body h2,
|
|
3961
3961
|
.llm .llm__message--assistant .llm__inner--string .llm__text .llm__text-body h2 {
|
|
@@ -3964,7 +3964,7 @@ $shadow: (
|
|
|
3964
3964
|
font-weight: var(--llm-typography-display4-font-weight);
|
|
3965
3965
|
line-height: var(--llm-typography-display4-line-height);
|
|
3966
3966
|
letter-spacing: var(--llm-typography-display4-letter-spacing);
|
|
3967
|
-
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1),
|
|
3967
|
+
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display4-font-size-max) - var(--llm-typography-display4-font-size-min)) * var(--s, 1)), var(--llm-typography-display4-font-size-max) * 1px * var(--s, 1));
|
|
3968
3968
|
}
|
|
3969
3969
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body h3,
|
|
3970
3970
|
.llm .llm__message--assistant .llm__inner--string .llm__text .llm__text-body h3 {
|
|
@@ -3973,7 +3973,7 @@ $shadow: (
|
|
|
3973
3973
|
font-weight: var(--llm-typography-display5-font-weight);
|
|
3974
3974
|
line-height: var(--llm-typography-display5-line-height);
|
|
3975
3975
|
letter-spacing: var(--llm-typography-display5-letter-spacing);
|
|
3976
|
-
font-size: clamp(var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1),
|
|
3976
|
+
font-size: clamp(var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display5-font-size-max) - var(--llm-typography-display5-font-size-min)) * var(--s, 1)), var(--llm-typography-display5-font-size-max) * 1px * var(--s, 1));
|
|
3977
3977
|
}
|
|
3978
3978
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body h4,
|
|
3979
3979
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body h5,
|
|
@@ -3986,7 +3986,7 @@ $shadow: (
|
|
|
3986
3986
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
3987
3987
|
line-height: var(--llm-typography-display6-line-height);
|
|
3988
3988
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
3989
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
3989
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
3990
3990
|
}
|
|
3991
3991
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body ol,
|
|
3992
3992
|
.llm .llm__message--assistant .llm__inner--text .llm__text .llm__text-body ul,
|
|
@@ -4206,7 +4206,7 @@ $shadow: (
|
|
|
4206
4206
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
4207
4207
|
line-height: var(--llm-typography-display6-line-height);
|
|
4208
4208
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
4209
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
4209
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
4210
4210
|
}
|
|
4211
4211
|
.llm .llm__end {
|
|
4212
4212
|
height: 0;
|
|
@@ -4367,7 +4367,7 @@ $shadow: (
|
|
|
4367
4367
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
4368
4368
|
line-height: var(--llm-typography-cta2-line-height);
|
|
4369
4369
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
4370
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
4370
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
4371
4371
|
font-size: 0px;
|
|
4372
4372
|
}
|
|
4373
4373
|
@media (hover: hover) {
|
|
@@ -4451,6 +4451,75 @@ $shadow: (
|
|
|
4451
4451
|
translate: 0% 0%;
|
|
4452
4452
|
}
|
|
4453
4453
|
|
|
4454
|
+
.llm .llm__trigger.-minimized .llm__trigger-btn {
|
|
4455
|
+
width: calc(var(--llm-trigger-size) * 0.65);
|
|
4456
|
+
height: calc(var(--llm-trigger-size) * 0.65);
|
|
4457
|
+
}
|
|
4458
|
+
.llm .llm__trigger-minimize {
|
|
4459
|
+
margin: 0;
|
|
4460
|
+
padding: 0;
|
|
4461
|
+
border: none;
|
|
4462
|
+
border-radius: 0;
|
|
4463
|
+
text-decoration: none;
|
|
4464
|
+
background: none;
|
|
4465
|
+
color: inherit;
|
|
4466
|
+
appearance: none;
|
|
4467
|
+
font-family: inherit;
|
|
4468
|
+
font-style: inherit;
|
|
4469
|
+
font-size: inherit;
|
|
4470
|
+
font-variant-ligatures: inherit;
|
|
4471
|
+
font-variant-caps: inherit;
|
|
4472
|
+
font-variant-numeric: inherit;
|
|
4473
|
+
font-variant-east-asian: inherit;
|
|
4474
|
+
font-weight: inherit;
|
|
4475
|
+
font-stretch: inherit;
|
|
4476
|
+
text-rendering: inherit;
|
|
4477
|
+
letter-spacing: inherit;
|
|
4478
|
+
word-spacing: inherit;
|
|
4479
|
+
line-height: inherit;
|
|
4480
|
+
text-transform: none;
|
|
4481
|
+
text-indent: inherit;
|
|
4482
|
+
text-shadow: none;
|
|
4483
|
+
text-align: inherit;
|
|
4484
|
+
pointer-events: auto;
|
|
4485
|
+
cursor: pointer;
|
|
4486
|
+
outline: 2px solid transparent;
|
|
4487
|
+
outline-offset: 2px;
|
|
4488
|
+
position: absolute;
|
|
4489
|
+
top: 8px;
|
|
4490
|
+
right: 8px;
|
|
4491
|
+
display: flex;
|
|
4492
|
+
align-items: center;
|
|
4493
|
+
justify-content: center;
|
|
4494
|
+
width: 24px;
|
|
4495
|
+
height: 24px;
|
|
4496
|
+
border-radius: 50%;
|
|
4497
|
+
background: var(--llm-popup-foreground);
|
|
4498
|
+
color: var(--llm-popup-background);
|
|
4499
|
+
opacity: 0.6;
|
|
4500
|
+
transition: opacity 0.2s;
|
|
4501
|
+
cursor: pointer;
|
|
4502
|
+
z-index: 1;
|
|
4503
|
+
}
|
|
4504
|
+
.llm .llm__trigger-minimize:focus, .llm .llm__trigger-minimize:focus-visible {
|
|
4505
|
+
outline-color: var(--llm-color-outline);
|
|
4506
|
+
}
|
|
4507
|
+
.llm .llm__trigger-minimize:hover {
|
|
4508
|
+
outline-color: color-mix(in srgb, var(--llm-color-outline) 10%, transparent 90%);
|
|
4509
|
+
}
|
|
4510
|
+
.llm .llm__trigger-minimize:active {
|
|
4511
|
+
outline-color: var(--llm-color-accent-foreground);
|
|
4512
|
+
}
|
|
4513
|
+
@media (hover: hover) {
|
|
4514
|
+
.llm .llm__trigger-minimize:hover {
|
|
4515
|
+
opacity: 1;
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
.llm .llm__trigger-minimize svg {
|
|
4519
|
+
width: 14px;
|
|
4520
|
+
height: 14px;
|
|
4521
|
+
}
|
|
4522
|
+
|
|
4454
4523
|
.llm .llm__video,
|
|
4455
4524
|
.llm #theme-llm-dialog__video,
|
|
4456
4525
|
#theme-llm-dialog .llm__video,
|
|
@@ -4606,7 +4675,7 @@ $shadow: (
|
|
|
4606
4675
|
font-weight: var(--llm-typography-body1-font-weight);
|
|
4607
4676
|
line-height: var(--llm-typography-body1-line-height);
|
|
4608
4677
|
letter-spacing: var(--llm-typography-body1-letter-spacing);
|
|
4609
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
4678
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
4610
4679
|
font-weight: 800;
|
|
4611
4680
|
color: var(--llm-color-foreground);
|
|
4612
4681
|
}
|
|
@@ -4619,7 +4688,7 @@ $shadow: (
|
|
|
4619
4688
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
4620
4689
|
line-height: var(--llm-typography-label1-line-height);
|
|
4621
4690
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
4622
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
4691
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
4623
4692
|
text-transform: uppercase;
|
|
4624
4693
|
}
|
|
4625
4694
|
.llm .llm__card-title {
|
|
@@ -4628,7 +4697,7 @@ $shadow: (
|
|
|
4628
4697
|
font-weight: var(--llm-typography-body4-font-weight);
|
|
4629
4698
|
line-height: var(--llm-typography-body4-line-height);
|
|
4630
4699
|
letter-spacing: var(--llm-typography-body4-letter-spacing);
|
|
4631
|
-
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1),
|
|
4700
|
+
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body4-font-size-max) - var(--llm-typography-body4-font-size-min)) * var(--s, 1)), var(--llm-typography-body4-font-size-max) * 1px * var(--s, 1));
|
|
4632
4701
|
font-weight: 800;
|
|
4633
4702
|
}
|
|
4634
4703
|
.llm .llm__card-abstract {
|
|
@@ -4637,7 +4706,7 @@ $shadow: (
|
|
|
4637
4706
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
4638
4707
|
line-height: var(--llm-typography-body5-line-height);
|
|
4639
4708
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
4640
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
4709
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
4641
4710
|
}
|
|
4642
4711
|
.llm .llm__card-date {
|
|
4643
4712
|
line-height: 1;
|
|
@@ -4645,7 +4714,7 @@ $shadow: (
|
|
|
4645
4714
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
4646
4715
|
line-height: var(--llm-typography-label1-line-height);
|
|
4647
4716
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
4648
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
4717
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
4649
4718
|
font-weight: 800;
|
|
4650
4719
|
color: var(--llm-color-base-100);
|
|
4651
4720
|
}
|
|
@@ -4666,7 +4735,7 @@ $shadow: (
|
|
|
4666
4735
|
font-weight: var(--llm-typography-body4-font-weight);
|
|
4667
4736
|
line-height: var(--llm-typography-body4-line-height);
|
|
4668
4737
|
letter-spacing: var(--llm-typography-body4-letter-spacing);
|
|
4669
|
-
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1),
|
|
4738
|
+
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body4-font-size-max) - var(--llm-typography-body4-font-size-min)) * var(--s, 1)), var(--llm-typography-body4-font-size-max) * 1px * var(--s, 1));
|
|
4670
4739
|
font-weight: 800;
|
|
4671
4740
|
color: var(--llm-color-base-100);
|
|
4672
4741
|
}
|
|
@@ -4684,12 +4753,12 @@ $shadow: (
|
|
|
4684
4753
|
*/
|
|
4685
4754
|
}
|
|
4686
4755
|
.llm .llm__cards {
|
|
4687
|
-
width: calc(100% + clamp(
|
|
4688
|
-
margin-left: calc(clamp(
|
|
4689
|
-
margin-right: calc(clamp(
|
|
4756
|
+
width: calc(100% + clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)) * 2);
|
|
4757
|
+
margin-left: calc(clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)) * -1);
|
|
4758
|
+
margin-right: calc(clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)) * -1);
|
|
4690
4759
|
overflow: hidden;
|
|
4691
|
-
padding-left: clamp(
|
|
4692
|
-
padding-right: clamp(
|
|
4760
|
+
padding-left: clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
4761
|
+
padding-right: clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
4693
4762
|
overflow: hidden;
|
|
4694
4763
|
}
|
|
4695
4764
|
.llm .llm__cards .swiper {
|
|
@@ -4804,7 +4873,7 @@ $shadow: (
|
|
|
4804
4873
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
4805
4874
|
line-height: var(--llm-typography-label1-line-height);
|
|
4806
4875
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
4807
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
4876
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
4808
4877
|
text-transform: uppercase;
|
|
4809
4878
|
}
|
|
4810
4879
|
.llm .llm__event-title {
|
|
@@ -4813,7 +4882,7 @@ $shadow: (
|
|
|
4813
4882
|
font-weight: var(--llm-typography-heading1-font-weight);
|
|
4814
4883
|
line-height: var(--llm-typography-heading1-line-height);
|
|
4815
4884
|
letter-spacing: var(--llm-typography-heading1-letter-spacing);
|
|
4816
|
-
font-size: clamp(var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1),
|
|
4885
|
+
font-size: clamp(var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-heading1-font-size-max) - var(--llm-typography-heading1-font-size-min)) * var(--s, 1)), var(--llm-typography-heading1-font-size-max) * 1px * var(--s, 1));
|
|
4817
4886
|
}
|
|
4818
4887
|
.llm .llm__event-body {
|
|
4819
4888
|
line-height: 1;
|
|
@@ -4821,7 +4890,7 @@ $shadow: (
|
|
|
4821
4890
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
4822
4891
|
line-height: var(--llm-typography-body5-line-height);
|
|
4823
4892
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
4824
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
4893
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
4825
4894
|
}
|
|
4826
4895
|
.llm .llm__event-location {
|
|
4827
4896
|
line-height: 1;
|
|
@@ -4829,7 +4898,7 @@ $shadow: (
|
|
|
4829
4898
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
4830
4899
|
line-height: var(--llm-typography-cta2-line-height);
|
|
4831
4900
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
4832
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
4901
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
4833
4902
|
display: flex;
|
|
4834
4903
|
align-items: center;
|
|
4835
4904
|
gap: var(--llm-size-1, 0.5rem);
|
|
@@ -4867,7 +4936,7 @@ $shadow: (
|
|
|
4867
4936
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
4868
4937
|
line-height: var(--llm-typography-label1-line-height);
|
|
4869
4938
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
4870
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
4939
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
4871
4940
|
}
|
|
4872
4941
|
.llm .llm__event-time {
|
|
4873
4942
|
background: var(--llm-color-secondary-background);
|
|
@@ -4913,7 +4982,7 @@ $shadow: (
|
|
|
4913
4982
|
font-weight: var(--llm-typography-display1-font-weight);
|
|
4914
4983
|
line-height: var(--llm-typography-display1-line-height);
|
|
4915
4984
|
letter-spacing: var(--llm-typography-display1-letter-spacing);
|
|
4916
|
-
font-size: clamp(var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1),
|
|
4985
|
+
font-size: clamp(var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display1-font-size-max) - var(--llm-typography-display1-font-size-min)) * var(--s, 1)), var(--llm-typography-display1-font-size-max) * 1px * var(--s, 1));
|
|
4917
4986
|
}
|
|
4918
4987
|
}
|
|
4919
4988
|
@media (min-width: 1440px) {
|
|
@@ -4923,7 +4992,7 @@ $shadow: (
|
|
|
4923
4992
|
font-weight: var(--llm-typography-body1-font-weight);
|
|
4924
4993
|
line-height: var(--llm-typography-body1-line-height);
|
|
4925
4994
|
letter-spacing: var(--llm-typography-body1-letter-spacing);
|
|
4926
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
4995
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
4927
4996
|
}
|
|
4928
4997
|
}
|
|
4929
4998
|
@media (min-width: 768px) {
|
|
@@ -4941,12 +5010,12 @@ $shadow: (
|
|
|
4941
5010
|
}
|
|
4942
5011
|
|
|
4943
5012
|
.llm .llm__events {
|
|
4944
|
-
width: calc(100% + clamp(
|
|
4945
|
-
margin-left: calc(clamp(
|
|
4946
|
-
margin-right: calc(clamp(
|
|
5013
|
+
width: calc(100% + clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)) * 2);
|
|
5014
|
+
margin-left: calc(clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)) * -1);
|
|
5015
|
+
margin-right: calc(clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1)) * -1);
|
|
4947
5016
|
overflow: hidden;
|
|
4948
|
-
padding-left: clamp(
|
|
4949
|
-
padding-right: clamp(
|
|
5017
|
+
padding-left: clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
5018
|
+
padding-right: clamp(20 * 1px * var(--s, 1), 20 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((110 - 20) * var(--s, 1)), 110 * 1px * var(--s, 1));
|
|
4950
5019
|
}
|
|
4951
5020
|
.llm .llm__events .swiper {
|
|
4952
5021
|
position: relative;
|
|
@@ -5026,7 +5095,7 @@ $shadow: (
|
|
|
5026
5095
|
font-weight: var(--llm-typography-display4-font-weight);
|
|
5027
5096
|
line-height: var(--llm-typography-display4-line-height);
|
|
5028
5097
|
letter-spacing: var(--llm-typography-display4-letter-spacing);
|
|
5029
|
-
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1),
|
|
5098
|
+
font-size: clamp(var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display4-font-size-max) - var(--llm-typography-display4-font-size-min)) * var(--s, 1)), var(--llm-typography-display4-font-size-max) * 1px * var(--s, 1));
|
|
5030
5099
|
margin-bottom: var(--llm-size-3, 1.5rem);
|
|
5031
5100
|
}
|
|
5032
5101
|
.llm .llm__subscribe-fields {
|
|
@@ -5092,7 +5161,7 @@ $shadow: (
|
|
|
5092
5161
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
5093
5162
|
line-height: var(--llm-typography-body5-line-height);
|
|
5094
5163
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
5095
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
5164
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
5096
5165
|
line-height: 140%;
|
|
5097
5166
|
position: relative;
|
|
5098
5167
|
display: block;
|
|
@@ -5131,7 +5200,7 @@ $shadow: (
|
|
|
5131
5200
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
5132
5201
|
line-height: var(--llm-typography-display6-line-height);
|
|
5133
5202
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
5134
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
5203
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
5135
5204
|
}
|
|
5136
5205
|
|
|
5137
5206
|
.llm .llm__inner--formRecapSuccess .llm__text-body {
|
|
@@ -5140,7 +5209,7 @@ $shadow: (
|
|
|
5140
5209
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
5141
5210
|
line-height: var(--llm-typography-display6-line-height);
|
|
5142
5211
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
5143
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
5212
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
5144
5213
|
}
|
|
5145
5214
|
|
|
5146
5215
|
.llm .llm__inner--formRequest:not(:first-child) .llm__text-body {
|
|
@@ -5149,7 +5218,7 @@ $shadow: (
|
|
|
5149
5218
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
5150
5219
|
line-height: var(--llm-typography-display6-line-height);
|
|
5151
5220
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
5152
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
5221
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
5153
5222
|
}
|
|
5154
5223
|
.llm .llm__ctas {
|
|
5155
5224
|
display: flex;
|
|
@@ -5219,7 +5288,7 @@ $shadow: (
|
|
|
5219
5288
|
font-weight: var(--llm-typography-heading1-font-weight);
|
|
5220
5289
|
line-height: var(--llm-typography-heading1-line-height);
|
|
5221
5290
|
letter-spacing: var(--llm-typography-heading1-letter-spacing);
|
|
5222
|
-
font-size: clamp(var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1),
|
|
5291
|
+
font-size: clamp(var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-heading1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-heading1-font-size-max) - var(--llm-typography-heading1-font-size-min)) * var(--s, 1)), var(--llm-typography-heading1-font-size-max) * 1px * var(--s, 1));
|
|
5223
5292
|
}
|
|
5224
5293
|
.llm .llm__poi-body {
|
|
5225
5294
|
line-height: 1;
|
|
@@ -5227,7 +5296,7 @@ $shadow: (
|
|
|
5227
5296
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
5228
5297
|
line-height: var(--llm-typography-body5-line-height);
|
|
5229
5298
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
5230
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
5299
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
5231
5300
|
}
|
|
5232
5301
|
.llm .llm__poi-tags {
|
|
5233
5302
|
display: flex;
|
|
@@ -5239,7 +5308,7 @@ $shadow: (
|
|
|
5239
5308
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
5240
5309
|
line-height: var(--llm-typography-cta2-line-height);
|
|
5241
5310
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
5242
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
5311
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
5243
5312
|
display: flex;
|
|
5244
5313
|
align-items: center;
|
|
5245
5314
|
gap: var(--llm-size-1, 0.5rem);
|
|
@@ -5285,7 +5354,7 @@ $shadow: (
|
|
|
5285
5354
|
font-weight: var(--llm-typography-display1-font-weight);
|
|
5286
5355
|
line-height: var(--llm-typography-display1-line-height);
|
|
5287
5356
|
letter-spacing: var(--llm-typography-display1-letter-spacing);
|
|
5288
|
-
font-size: clamp(var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1),
|
|
5357
|
+
font-size: clamp(var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display1-font-size-max) - var(--llm-typography-display1-font-size-min)) * var(--s, 1)), var(--llm-typography-display1-font-size-max) * 1px * var(--s, 1));
|
|
5289
5358
|
}
|
|
5290
5359
|
}
|
|
5291
5360
|
@media (min-width: 1440px) {
|
|
@@ -5295,7 +5364,7 @@ $shadow: (
|
|
|
5295
5364
|
font-weight: var(--llm-typography-body1-font-weight);
|
|
5296
5365
|
line-height: var(--llm-typography-body1-line-height);
|
|
5297
5366
|
letter-spacing: var(--llm-typography-body1-letter-spacing);
|
|
5298
|
-
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1),
|
|
5367
|
+
font-size: clamp(var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body1-font-size-max) - var(--llm-typography-body1-font-size-min)) * var(--s, 1)), var(--llm-typography-body1-font-size-max) * 1px * var(--s, 1));
|
|
5299
5368
|
}
|
|
5300
5369
|
}
|
|
5301
5370
|
@media (min-width: 768px) {
|
|
@@ -5394,7 +5463,7 @@ $shadow: (
|
|
|
5394
5463
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
5395
5464
|
line-height: var(--llm-typography-label1-line-height);
|
|
5396
5465
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
5397
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
5466
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
5398
5467
|
font-weight: 700;
|
|
5399
5468
|
}
|
|
5400
5469
|
.llm .llm__product-grow {
|
|
@@ -5406,7 +5475,7 @@ $shadow: (
|
|
|
5406
5475
|
font-weight: var(--llm-typography-body4-font-weight);
|
|
5407
5476
|
line-height: var(--llm-typography-body4-line-height);
|
|
5408
5477
|
letter-spacing: var(--llm-typography-body4-letter-spacing);
|
|
5409
|
-
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1),
|
|
5478
|
+
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body4-font-size-max) - var(--llm-typography-body4-font-size-min)) * var(--s, 1)), var(--llm-typography-body4-font-size-max) * 1px * var(--s, 1));
|
|
5410
5479
|
font-weight: 400;
|
|
5411
5480
|
overflow: hidden;
|
|
5412
5481
|
text-overflow: ellipsis;
|
|
@@ -5420,7 +5489,7 @@ $shadow: (
|
|
|
5420
5489
|
font-weight: var(--llm-typography-body5-font-weight);
|
|
5421
5490
|
line-height: var(--llm-typography-body5-line-height);
|
|
5422
5491
|
letter-spacing: var(--llm-typography-body5-letter-spacing);
|
|
5423
|
-
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1),
|
|
5492
|
+
font-size: clamp(var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body5-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body5-font-size-max) - var(--llm-typography-body5-font-size-min)) * var(--s, 1)), var(--llm-typography-body5-font-size-max) * 1px * var(--s, 1));
|
|
5424
5493
|
font-weight: 300;
|
|
5425
5494
|
overflow: hidden;
|
|
5426
5495
|
text-overflow: ellipsis;
|
|
@@ -5438,7 +5507,7 @@ $shadow: (
|
|
|
5438
5507
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
5439
5508
|
line-height: var(--llm-typography-label1-line-height);
|
|
5440
5509
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
5441
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
5510
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
5442
5511
|
font-weight: 700;
|
|
5443
5512
|
}
|
|
5444
5513
|
.llm .llm__product-fullprice {
|
|
@@ -5447,7 +5516,7 @@ $shadow: (
|
|
|
5447
5516
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
5448
5517
|
line-height: var(--llm-typography-label1-line-height);
|
|
5449
5518
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
5450
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
5519
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
5451
5520
|
font-weight: 400;
|
|
5452
5521
|
text-decoration: line-through;
|
|
5453
5522
|
opacity: 0.5;
|
|
@@ -5458,7 +5527,7 @@ $shadow: (
|
|
|
5458
5527
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
5459
5528
|
line-height: var(--llm-typography-label1-line-height);
|
|
5460
5529
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
5461
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
5530
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
5462
5531
|
font-weight: 400;
|
|
5463
5532
|
color: var(--llm-product-available);
|
|
5464
5533
|
}
|
|
@@ -5468,7 +5537,7 @@ $shadow: (
|
|
|
5468
5537
|
font-weight: var(--llm-typography-label1-font-weight);
|
|
5469
5538
|
line-height: var(--llm-typography-label1-line-height);
|
|
5470
5539
|
letter-spacing: var(--llm-typography-label1-letter-spacing);
|
|
5471
|
-
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1),
|
|
5540
|
+
font-size: clamp(var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1), var(--llm-typography-label1-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-label1-font-size-max) - var(--llm-typography-label1-font-size-min)) * var(--s, 1)), var(--llm-typography-label1-font-size-max) * 1px * var(--s, 1));
|
|
5472
5541
|
font-weight: 400;
|
|
5473
5542
|
color: var(--llm-product-soldout);
|
|
5474
5543
|
}
|
|
@@ -5489,7 +5558,7 @@ $shadow: (
|
|
|
5489
5558
|
font-weight: var(--llm-typography-body4-font-weight);
|
|
5490
5559
|
line-height: var(--llm-typography-body4-line-height);
|
|
5491
5560
|
letter-spacing: var(--llm-typography-body4-letter-spacing);
|
|
5492
|
-
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1),
|
|
5561
|
+
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body4-font-size-max) - var(--llm-typography-body4-font-size-min)) * var(--s, 1)), var(--llm-typography-body4-font-size-max) * 1px * var(--s, 1));
|
|
5493
5562
|
font-weight: 700;
|
|
5494
5563
|
}
|
|
5495
5564
|
.llm .llm__product-cta svg {
|
|
@@ -5513,7 +5582,7 @@ $shadow: (
|
|
|
5513
5582
|
font-weight: var(--llm-typography-display6-font-weight);
|
|
5514
5583
|
line-height: var(--llm-typography-display6-line-height);
|
|
5515
5584
|
letter-spacing: var(--llm-typography-display6-letter-spacing);
|
|
5516
|
-
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1),
|
|
5585
|
+
font-size: clamp(var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1), var(--llm-typography-display6-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-display6-font-size-max) - var(--llm-typography-display6-font-size-min)) * var(--s, 1)), var(--llm-typography-display6-font-size-max) * 1px * var(--s, 1));
|
|
5517
5586
|
}
|
|
5518
5587
|
.llm .llm__stream-error__toggle {
|
|
5519
5588
|
margin: 0;
|
|
@@ -5587,8 +5656,8 @@ $shadow: (
|
|
|
5587
5656
|
.llm .llm__tripadv-media {
|
|
5588
5657
|
flex-shrink: 0;
|
|
5589
5658
|
position: relative;
|
|
5590
|
-
width: clamp(
|
|
5591
|
-
height: clamp(
|
|
5659
|
+
width: clamp(60 * 1px * var(--s, 1), 60 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((200 - 60) * var(--s, 1)), 200 * 1px * var(--s, 1));
|
|
5660
|
+
height: clamp(60 * 1px * var(--s, 1), 60 * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((200 - 60) * var(--s, 1)), 200 * 1px * var(--s, 1));
|
|
5592
5661
|
overflow: hidden;
|
|
5593
5662
|
}
|
|
5594
5663
|
.llm .llm__tripadv-media img {
|
|
@@ -5612,7 +5681,7 @@ $shadow: (
|
|
|
5612
5681
|
font-weight: var(--llm-typography-heading2-font-weight);
|
|
5613
5682
|
line-height: var(--llm-typography-heading2-line-height);
|
|
5614
5683
|
letter-spacing: var(--llm-typography-heading2-letter-spacing);
|
|
5615
|
-
font-size: clamp(var(--llm-typography-heading2-font-size-min) * 1px * var(--s, 1),
|
|
5684
|
+
font-size: clamp(var(--llm-typography-heading2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-heading2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-heading2-font-size-max) - var(--llm-typography-heading2-font-size-min)) * var(--s, 1)), var(--llm-typography-heading2-font-size-max) * 1px * var(--s, 1));
|
|
5616
5685
|
}
|
|
5617
5686
|
.llm .llm__tripadv-rating {
|
|
5618
5687
|
line-height: 1;
|
|
@@ -5620,7 +5689,7 @@ $shadow: (
|
|
|
5620
5689
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
5621
5690
|
line-height: var(--llm-typography-cta2-line-height);
|
|
5622
5691
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
5623
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
5692
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
5624
5693
|
display: flex;
|
|
5625
5694
|
gap: var(--llm-size-1, 0.5rem);
|
|
5626
5695
|
align-items: center;
|
|
@@ -5648,7 +5717,7 @@ $shadow: (
|
|
|
5648
5717
|
font-weight: var(--llm-typography-body4-font-weight);
|
|
5649
5718
|
line-height: var(--llm-typography-body4-line-height);
|
|
5650
5719
|
letter-spacing: var(--llm-typography-body4-letter-spacing);
|
|
5651
|
-
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1),
|
|
5720
|
+
font-size: clamp(var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1), var(--llm-typography-body4-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-body4-font-size-max) - var(--llm-typography-body4-font-size-min)) * var(--s, 1)), var(--llm-typography-body4-font-size-max) * 1px * var(--s, 1));
|
|
5652
5721
|
}
|
|
5653
5722
|
.llm .llm__tripadv-icon {
|
|
5654
5723
|
position: absolute;
|
|
@@ -5666,7 +5735,7 @@ $shadow: (
|
|
|
5666
5735
|
font-weight: var(--llm-typography-cta2-font-weight);
|
|
5667
5736
|
line-height: var(--llm-typography-cta2-line-height);
|
|
5668
5737
|
letter-spacing: var(--llm-typography-cta2-letter-spacing);
|
|
5669
|
-
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1),
|
|
5738
|
+
font-size: clamp(var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1), var(--llm-typography-cta2-font-size-min) * 1px * var(--s, 1) + (var(--u, 1vw) * 100 - 375px) / 1545 * calc((var(--llm-typography-cta2-font-size-max) - var(--llm-typography-cta2-font-size-min)) * var(--s, 1)), var(--llm-typography-cta2-font-size-max) * 1px * var(--s, 1));
|
|
5670
5739
|
display: flex;
|
|
5671
5740
|
align-items: center;
|
|
5672
5741
|
gap: var(--llm-size-1, 0.5rem);
|