@axos-web-dev/shared-components 1.0.93 → 1.0.95

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.
@@ -1,6 +1,6 @@
1
- import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_1r8g1_1";
2
- const author = "_author_1r8g1_13";
3
- const quote = "_quote_1r8g1_1";
1
+ import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_1mzku_1";
2
+ const author = "_author_1mzku_7";
3
+ const quote = "_quote_1mzku_1";
4
4
  const css = {
5
5
  quote_spacer,
6
6
  author,
@@ -141,48 +141,48 @@ const AxosOneCalculator = ({
141
141
  ] }),
142
142
  /* @__PURE__ */ jsxs(TableRow, { children: [
143
143
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
144
- "Chase",
144
+ "Wells Fargo",
145
145
  /* @__PURE__ */ jsx("sup", { children: "2" })
146
146
  ] }),
147
147
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
148
- chaseAPY.toFixed(2),
148
+ fargoAPY.toFixed(2),
149
149
  "%"
150
150
  ] }),
151
151
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
152
152
  "$",
153
- chaseEarning.toLocaleString(void 0, {
153
+ fargoEarning.toLocaleString(void 0, {
154
154
  maximumFractionDigits: 2
155
155
  })
156
156
  ] })
157
157
  ] }),
158
158
  /* @__PURE__ */ jsxs(TableRow, { children: [
159
159
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
160
- "Wells Fargo",
160
+ "Bank of America",
161
161
  /* @__PURE__ */ jsx("sup", { children: "3" })
162
162
  ] }),
163
163
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
164
- fargoAPY.toFixed(2),
164
+ bofaAPY.toFixed(2),
165
165
  "%"
166
166
  ] }),
167
167
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
168
168
  "$",
169
- fargoEarning.toLocaleString(void 0, {
169
+ bofaEarning.toLocaleString(void 0, {
170
170
  maximumFractionDigits: 2
171
171
  })
172
172
  ] })
173
173
  ] }),
174
174
  /* @__PURE__ */ jsxs(TableRow, { children: [
175
175
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
176
- "Bank of America",
176
+ "Chase",
177
177
  /* @__PURE__ */ jsx("sup", { children: "4" })
178
178
  ] }),
179
179
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
180
- bofaAPY.toFixed(2),
180
+ chaseAPY.toFixed(2),
181
181
  "%"
182
182
  ] }),
183
183
  /* @__PURE__ */ jsxs(TableCell, { variant: "primary", children: [
184
184
  "$",
185
- bofaEarning.toLocaleString(void 0, {
185
+ chaseEarning.toLocaleString(void 0, {
186
186
  maximumFractionDigits: 2
187
187
  })
188
188
  ] })
@@ -1,5 +1,6 @@
1
1
  "use client";
2
2
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
+ import clsx from "clsx";
3
4
  import React, { useEffect, Children, cloneElement } from "react";
4
5
  import { section_text } from "../IconBillboard/IconBillboard.css.js";
5
6
  import "../icons/ArrowIcon/ArrowIcon.css.js";
@@ -14,7 +15,6 @@ import SvgQuoteIconWhite from "../icons/QuoteIconWhite.js";
14
15
  import SvgQuoteIconYellow from "../icons/QuoteIconYellow.js";
15
16
  import "../utils/allowedAxosDomains.js";
16
17
  import { getVariant } from "../utils/getVariant.js";
17
- import clsx from "clsx";
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  import "../Accordion/Accordion.js";
@@ -1,9 +1,9 @@
1
1
  import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
+ import clsx from "clsx";
2
3
  import "react";
3
4
  import { BulletItem } from "../BulletItem/BulletItem.js";
4
5
  import { Chevron } from "../Chevron/index.js";
5
6
  import { getVariant } from "../utils/getVariant.js";
6
- import clsx from "clsx";
7
7
  import { Button } from "../Button/Button.js";
8
8
  import "../Button/Button.css.js";
9
9
  import "react-use";
@@ -121,5 +121,6 @@ export declare const section_body: import('@vanilla-extract/recipes').RuntimeFn<
121
121
  };
122
122
  };
123
123
  }>;
124
+ export declare const link_wrapper: string;
124
125
  export type ContainerVariants = RecipeVariants<typeof containerIconBillboard>;
125
126
  export type LayoutVariants = RecipeVariants<typeof layout>;
@@ -17,6 +17,7 @@ var section_text = "_1r4ovbui";
17
17
  var header_section = createRuntimeFn({ defaultClassName: "_1r4ovbuj", variantClassNames: { variant: { primary: "_1r4ovbuk", secondary: "_1r4ovbul", tertiary: "_1r4ovbum", quaternary: "_1r4ovbun" } }, defaultVariants: {}, compoundVariants: [] });
18
18
  var section_container = "_1r4ovbuo";
19
19
  var section_body = createRuntimeFn({ defaultClassName: "_1r4ovbup", variantClassNames: { variant: { primary: "_1r4ovbuq", secondary: "_1r4ovbur", tertiary: "_1r4ovbus", quaternary: "_1r4ovbut" } }, defaultVariants: {}, compoundVariants: [] });
20
+ var link_wrapper = "_1r4ovbuu";
20
21
  export {
21
22
  billboard_icon,
22
23
  buttons,
@@ -25,6 +26,7 @@ export {
25
26
  headerIconBillboard,
26
27
  header_section,
27
28
  layout,
29
+ link_wrapper,
28
30
  list,
29
31
  listItem,
30
32
  section_body,
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
+ import clsx from "clsx";
3
4
  import { useRef, useState, useEffect, createElement } from "react";
4
5
  import { BulletItem } from "../BulletItem/BulletItem.js";
5
6
  import { Chevron } from "../Chevron/index.js";
6
7
  import { getVariant } from "../utils/getVariant.js";
7
- import clsx from "clsx";
8
8
  import { Button } from "../Button/Button.js";
9
9
  import "../Button/Button.css.js";
10
10
  import "react-use";
11
- import { billboard_icon, layout, headerIconBillboard, title, list, content, buttons, containerIconBillboard } from "./IconBillboard.css.js";
11
+ import { billboard_icon, layout, headerIconBillboard, title, list, content, buttons, containerIconBillboard, link_wrapper } from "./IconBillboard.css.js";
12
12
  const Icon = ({ children }) => /* @__PURE__ */ jsx("div", { className: billboard_icon, role: "presentation", children });
13
13
  const IconBillboard = (props) => {
14
14
  const {
@@ -36,15 +36,42 @@ const IconBillboard = (props) => {
36
36
  }
37
37
  }
38
38
  }, []);
39
+ let chevronCount = 0;
40
+ let buttonCount = 0;
41
+ let chevronUrl;
42
+ let chevronText;
43
+ if (callToActionRow && callToActionRow.length > 0) {
44
+ callToActionRow.forEach((cta) => {
45
+ if (cta.type === "Button") {
46
+ buttonCount++;
47
+ } else {
48
+ chevronCount++;
49
+ chevronUrl = cta.targetUrl;
50
+ chevronText = cta.displayText;
51
+ }
52
+ });
53
+ }
54
+ const isClickable = chevronCount === 1 && buttonCount === 0 && typeof chevronUrl === "string" && chevronUrl.length > 0;
55
+ const handleClick = (e) => {
56
+ if (!isClickable) return;
57
+ const linkEl = e.currentTarget.querySelector("a");
58
+ if (linkEl && linkEl instanceof HTMLAnchorElement) {
59
+ window.location.href = linkEl.href;
60
+ }
61
+ };
39
62
  return /* @__PURE__ */ jsxs(
40
63
  "div",
41
64
  {
42
65
  className: clsx(
43
66
  containerIconBillboard({ variant }),
44
67
  `${set ? "" : "containment"}`,
45
- "billboard rounded flex_col gap_24 is_icon"
68
+ "billboard rounded flex_col gap_24 is_icon",
69
+ isClickable && link_wrapper
46
70
  ),
47
71
  id,
72
+ onClick: handleClick,
73
+ role: isClickable ? "link" : void 0,
74
+ title: isClickable ? chevronText : void 0,
48
75
  children: [
49
76
  /* @__PURE__ */ jsxs("div", { className: `flex_col middle ${layout({ side })}`, children: [
50
77
  icon && /* @__PURE__ */ jsx(Icon, { children: /* @__PURE__ */ jsx(
@@ -1,5 +1,5 @@
1
1
  import { Icon, IconBillboard } from "./IconBillboard.js";
2
- import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard.css.js";
2
+ import { billboard_icon, buttons, containerIconBillboard, content, headerIconBillboard, header_section, layout, link_wrapper, list, listItem, section_body, section_container, section_text, title } from "./IconBillboard.css.js";
3
3
  import { IconBillboardSet } from "./IconBillboardSet.js";
4
4
  export {
5
5
  Icon,
@@ -12,6 +12,7 @@ export {
12
12
  headerIconBillboard,
13
13
  header_section,
14
14
  layout,
15
+ link_wrapper,
15
16
  list,
16
17
  listItem,
17
18
  section_body,
@@ -1,4 +1,5 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
+ import "clsx";
2
3
  import "react";
3
4
  import { buttons } from "../IconBillboard/IconBillboard.css.js";
4
5
  import "../icons/ArrowIcon/ArrowIcon.css.js";
@@ -10,7 +11,6 @@ import '../assets/VideoWrapper/VideoWrapper.css';import '../assets/TopicalNavSet
10
11
  /* empty css */
11
12
  import "../utils/allowedAxosDomains.js";
12
13
  import { getVariant } from "../utils/getVariant.js";
13
- import "clsx";
14
14
  /* empty css */
15
15
  /* empty css */
16
16
  import { Chevron } from "../Chevron/index.js";
@@ -1,5 +1,6 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { Chevron } from "../../Chevron/index.js";
3
+ import clsx from "clsx";
3
4
  import "react";
4
5
  import { title } from "../../IconBillboard/IconBillboard.css.js";
5
6
  import "../../icons/ArrowIcon/ArrowIcon.css.js";
@@ -11,7 +12,6 @@ import '../../assets/Modal/Modal.css';import '../../assets/VideoWrapper/VideoWra
11
12
  /* empty css */
12
13
  /* empty css */
13
14
  import "../../utils/allowedAxosDomains.js";
14
- import clsx from "clsx";
15
15
  /* empty css */
16
16
  /* empty css */
17
17
  import "../../Interstitial/Interstitial-variants.css.js";
@@ -1,4 +1,5 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
+ import clsx from "clsx";
2
3
  import { Fragment } from "react";
3
4
  import { title } from "../../IconBillboard/IconBillboard.css.js";
4
5
  import "../../icons/ArrowIcon/ArrowIcon.css.js";
@@ -11,7 +12,6 @@ import '../../assets/VideoWrapper/VideoWrapper.css';import '../../assets/Topical
11
12
  /* empty css */
12
13
  import "../../utils/allowedAxosDomains.js";
13
14
  import { getVariant } from "../../utils/getVariant.js";
14
- import clsx from "clsx";
15
15
  /* empty css */
16
16
  /* empty css */
17
17
  import "../../Accordion/Accordion.js";
@@ -1,4 +1,5 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
+ import clsx from "clsx";
2
3
  import "react";
3
4
  import { title } from "../../IconBillboard/IconBillboard.css.js";
4
5
  import "../../icons/ArrowIcon/ArrowIcon.css.js";
@@ -9,7 +10,6 @@ import '../../assets/VideoWrapper/VideoWrapper.css';import '../../assets/Topical
9
10
  /* empty css */
10
11
  /* empty css */
11
12
  import "../../utils/allowedAxosDomains.js";
12
- import clsx from "clsx";
13
13
  /* empty css */
14
14
  /* empty css */
15
15
  import "../../Accordion/Accordion.js";
@@ -1,19 +1,19 @@
1
- import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_1rjre_1";
2
- const drawer = "_drawer_1rjre_17";
3
- const hamburger = "_hamburger_1rjre_57";
4
- const header = "_header_1rjre_79";
5
- const back = "_back_1rjre_101";
6
- const close = "_close_1rjre_123";
7
- const levelContainer = "_levelContainer_1rjre_137";
8
- const level = "_level_1rjre_137";
9
- const levelTitle = "_levelTitle_1rjre_169";
10
- const menu = "_menu_1rjre_179";
11
- const menuItem = "_menuItem_1rjre_219";
12
- const chevron = "_chevron_1rjre_251";
13
- const chevronIcon = "_chevronIcon_1rjre_261";
14
- const quickLinks = "_quickLinks_1rjre_283";
15
- const quickLink = "_quickLink_1rjre_283";
16
- const sr_only = "_sr_only_1rjre_331";
1
+ import '../../../assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css';const overlay = "_overlay_1s2qa_1";
2
+ const drawer = "_drawer_1s2qa_9";
3
+ const hamburger = "_hamburger_1s2qa_29";
4
+ const header = "_header_1s2qa_40";
5
+ const back = "_back_1s2qa_51";
6
+ const close = "_close_1s2qa_62";
7
+ const levelContainer = "_levelContainer_1s2qa_69";
8
+ const level = "_level_1s2qa_69";
9
+ const levelTitle = "_levelTitle_1s2qa_85";
10
+ const menu = "_menu_1s2qa_90";
11
+ const menuItem = "_menuItem_1s2qa_110";
12
+ const chevron = "_chevron_1s2qa_126";
13
+ const chevronIcon = "_chevronIcon_1s2qa_131";
14
+ const quickLinks = "_quickLinks_1s2qa_142";
15
+ const quickLink = "_quickLink_1s2qa_142";
16
+ const sr_only = "_sr_only_1s2qa_166";
17
17
  const styles = {
18
18
  overlay,
19
19
  drawer,
@@ -1,42 +1,42 @@
1
- import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_nom5w_1";
2
- const wrapper = "_wrapper_nom5w_9";
3
- const header_main_row = "_header_main_row_nom5w_21";
4
- const logo_wrap = "_logo_wrap_nom5w_33";
5
- const primary_links = "_primary_links_nom5w_41";
6
- const main_nav_link = "_main_nav_link_nom5w_49";
7
- const sub_nav_link = "_sub_nav_link_nom5w_113";
8
- const signin_wrap = "_signin_wrap_nom5w_117";
9
- const signin_btn = "_signin_btn_nom5w_119";
10
- const header_sub_row = "_header_sub_row_nom5w_193";
11
- const signin_dropdown = "_signin_dropdown_nom5w_257";
12
- const shadow = "_shadow_nom5w_277";
13
- const signin_header = "_signin_header_nom5w_297";
14
- const signin_subheader = "_signin_subheader_nom5w_311";
15
- const opacity = "_opacity_nom5w_355";
16
- const fadeInDown = "_fadeInDown_nom5w_1";
17
- const signin_footer = "_signin_footer_nom5w_367";
18
- const open = "_open_nom5w_409";
19
- const dd_wrapper = "_dd_wrapper_nom5w_433";
20
- const dd_media = "_dd_media_nom5w_451";
21
- const dd_media_img = "_dd_media_img_nom5w_461";
22
- const dd_site_navs = "_dd_site_navs_nom5w_469";
23
- const dd_media_header = "_dd_media_header_nom5w_483";
24
- const mt_8 = "_mt_8_nom5w_503";
25
- const mt_16 = "_mt_16_nom5w_511";
26
- const ml_8 = "_ml_8_nom5w_519";
27
- const dd_media_cta = "_dd_media_cta_nom5w_527";
28
- const reversed_row = "_reversed_row_nom5w_591";
29
- const headline = "_headline_nom5w_611";
30
- const nav_anchor = "_nav_anchor_nom5w_627";
31
- const headline_cta = "_headline_cta_nom5w_643";
32
- const site_lists = "_site_lists_nom5w_673";
33
- const mobile_only = "_mobile_only_nom5w_749";
34
- const mobile_logo = "_mobile_logo_nom5w_761";
35
- const highlight = "_highlight_nom5w_775";
36
- const mobile_opened = "_mobile_opened_nom5w_787";
37
- const dd_footer = "_dd_footer_nom5w_803";
38
- const skip_btn = "_skip_btn_nom5w_819";
39
- const desktop_only = "_desktop_only_nom5w_891";
1
+ import '../../assets/NavigationMenu/AxosBank/NavBar.css.css';const header = "_header_68bu0_1";
2
+ const wrapper = "_wrapper_68bu0_5";
3
+ const header_main_row = "_header_main_row_68bu0_11";
4
+ const logo_wrap = "_logo_wrap_68bu0_17";
5
+ const primary_links = "_primary_links_68bu0_21";
6
+ const main_nav_link = "_main_nav_link_68bu0_25";
7
+ const sub_nav_link = "_sub_nav_link_68bu0_57";
8
+ const signin_wrap = "_signin_wrap_68bu0_59";
9
+ const signin_btn = "_signin_btn_68bu0_60";
10
+ const header_sub_row = "_header_sub_row_68bu0_97";
11
+ const signin_dropdown = "_signin_dropdown_68bu0_129";
12
+ const shadow = "_shadow_68bu0_139";
13
+ const signin_header = "_signin_header_68bu0_149";
14
+ const signin_subheader = "_signin_subheader_68bu0_156";
15
+ const opacity = "_opacity_68bu0_178";
16
+ const fadeInDown = "_fadeInDown_68bu0_1";
17
+ const signin_footer = "_signin_footer_68bu0_184";
18
+ const open = "_open_68bu0_205";
19
+ const dd_wrapper = "_dd_wrapper_68bu0_217";
20
+ const dd_media = "_dd_media_68bu0_226";
21
+ const dd_media_img = "_dd_media_img_68bu0_231";
22
+ const dd_site_navs = "_dd_site_navs_68bu0_235";
23
+ const dd_media_header = "_dd_media_header_68bu0_242";
24
+ const mt_8 = "_mt_8_68bu0_252";
25
+ const mt_16 = "_mt_16_68bu0_256";
26
+ const ml_8 = "_ml_8_68bu0_260";
27
+ const dd_media_cta = "_dd_media_cta_68bu0_264";
28
+ const reversed_row = "_reversed_row_68bu0_296";
29
+ const headline = "_headline_68bu0_306";
30
+ const nav_anchor = "_nav_anchor_68bu0_314";
31
+ const headline_cta = "_headline_cta_68bu0_322";
32
+ const site_lists = "_site_lists_68bu0_337";
33
+ const mobile_only = "_mobile_only_68bu0_375";
34
+ const mobile_logo = "_mobile_logo_68bu0_381";
35
+ const highlight = "_highlight_68bu0_388";
36
+ const mobile_opened = "_mobile_opened_68bu0_394";
37
+ const dd_footer = "_dd_footer_68bu0_402";
38
+ const skip_btn = "_skip_btn_68bu0_410";
39
+ const desktop_only = "_desktop_only_68bu0_446";
40
40
  const styles = {
41
41
  header,
42
42
  wrapper,
@@ -1,68 +1,68 @@
1
- ._quote_spacer_1r8g1_1 {
2
- line-height: 1.35;
3
- margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
- margin-inline: auto;
5
- }
6
-
7
- ._author_1r8g1_13,
8
- ._quote_1r8g1_1 {
9
- color: #333d46;
10
- }
11
-
12
- ._author_1r8g1_13 {
13
- text-align: right;
14
- margin-top: 18px;
15
- }
16
-
17
- ._author_1r8g1_13 cite {
18
- font-style: normal;
19
- }
20
-
21
- ._quote_spacer_1r8g1_1 .img_fluid {
22
- margin-right: 24px;
23
- transform: rotateY(180deg) scaleY(-1);
24
- }
25
-
26
- ._quote_spacer_1r8g1_1 .flex_row {
27
- align-items: flex-start;
28
- }
29
-
30
- ._quote_1r8g1_1 p {
31
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
- font-style: italic;
33
- line-height: 1.2;
34
- }
35
-
36
- @media (max-width: 768px) {
37
- ._quote_spacer_1r8g1_1 .img_fluid {
38
- max-width: 30px;
39
- margin-right: 12px;
40
- }
41
- ._author_1r8g1_13 {
42
- margin-top: 14px;
43
- }
44
- ._quote_1r8g1_1 p {
45
- font-size: 18px;
46
- }
47
- ._author_1r8g1_13 cite {
48
- font-size: 14px;
49
- }
50
- }
51
-
52
- @media (max-width: 500px) {
53
- ._author_1r8g1_13 {
54
- margin-top: 12px;
55
- }
56
- }
57
-
58
- @media (min-width: 604px) {
59
- ._quote_spacer_1r8g1_1 {
60
- width: min(calc(100% - 2rem), 792px);
61
- }
62
- }
63
-
64
- @media (min-width: 1023px) {
65
- ._quote_1r8g1_1 p {
66
- font-weight: 600;
67
- }
68
- }
1
+ ._quote_spacer_1mzku_1 {
2
+ line-height: 1.35;
3
+ margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
+ margin-inline: auto;
5
+ }
6
+
7
+ ._author_1mzku_7,
8
+ ._quote_1mzku_1 {
9
+ color: #333d46;
10
+ }
11
+
12
+ ._author_1mzku_7 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_1mzku_7 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_1mzku_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_1mzku_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_1mzku_1 p {
31
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
+ font-style: italic;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ @media (max-width: 768px) {
37
+ ._quote_spacer_1mzku_1 .img_fluid {
38
+ max-width: 30px;
39
+ margin-right: 12px;
40
+ }
41
+ ._author_1mzku_7 {
42
+ margin-top: 14px;
43
+ }
44
+ ._quote_1mzku_1 p {
45
+ font-size: 18px;
46
+ }
47
+ ._author_1mzku_7 cite {
48
+ font-size: 14px;
49
+ }
50
+ }
51
+
52
+ @media (max-width: 500px) {
53
+ ._author_1mzku_7 {
54
+ margin-top: 12px;
55
+ }
56
+ }
57
+
58
+ @media (min-width: 604px) {
59
+ ._quote_spacer_1mzku_1 {
60
+ width: min(calc(100% - 2rem), 792px);
61
+ }
62
+ }
63
+
64
+ @media (min-width: 1023px) {
65
+ ._quote_1mzku_1 p {
66
+ font-weight: 600;
67
+ }
68
+ }
@@ -97,9 +97,9 @@
97
97
  }
98
98
  ._1r4ovbui {
99
99
  margin-inline: auto;
100
+ max-width: 1000px;
100
101
  padding-block: 2.5rem;
101
102
  text-align: center;
102
- max-width: 1000px;
103
103
  }
104
104
  ._1r4ovbui > p {
105
105
  margin-top: 8px;
@@ -151,6 +151,23 @@
151
151
  main > div:nth-last-child(2) > ._1r4ovbu0 {
152
152
  margin-bottom: 3.5rem;
153
153
  }
154
+ ._1r4ovbuu {
155
+ cursor: pointer;
156
+ position: relative;
157
+ transform: translateY(0px);
158
+ transition: all 0.38s ease;
159
+ }
160
+ ._1r4ovbuu:hover {
161
+ box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0 3px 7px -3px;
162
+ transform: translateY(-4px);
163
+ }
164
+ ._1r4ovbuu:active {
165
+ box-shadow: none;
166
+ transform: translateY(0px);
167
+ }
168
+ ._1r4ovbuu:hover ._1r4ovbuh a {
169
+ text-decoration: underline;
170
+ }
154
171
  @media screen and (max-width: 380px) {
155
172
  ._1r4ovbuh {
156
173
  flex-direction: column;