@gofynd/theme-template 3.2.7 → 3.2.8

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.
Files changed (83) hide show
  1. package/dist/components/address-form/address-form.js +1 -1
  2. package/dist/components/address-form/form-input-selector.js +1 -1
  3. package/dist/components/address-form/v2/address-form.js +1 -1
  4. package/dist/components/compare-product-card/compare-product-card.css +824 -0
  5. package/dist/components/compare-product-card/compare-product-card.js +1 -0
  6. package/dist/components/core/fy-dropdown/fy-dropdown.js +1 -1
  7. package/dist/components/core/fy-input/fy-input.js +1 -1
  8. package/dist/components/filter-modal/filter-modal.js +1 -1
  9. package/dist/components/form-builder/form-builder.js +1 -1
  10. package/dist/components/google-map/google-map.js +1 -1
  11. package/dist/components/index.js +1 -1
  12. package/dist/components/location-modal/location-modal.js +1 -1
  13. package/dist/components/product-card/product-card.js +1 -1
  14. package/dist/components/quantity-control/quantity-control.js +1 -1
  15. package/dist/components/range-slider/range-slider.js +1 -1
  16. package/dist/index.css +1402 -216
  17. package/dist/index.js +1 -1
  18. package/dist/page-layouts/cart/Components/chip-item/chip-item.js +1 -1
  19. package/dist/page-layouts/cart/Components/delivery-location/delivery-location.js +1 -1
  20. package/dist/page-layouts/compare/compare.css +7319 -309
  21. package/dist/page-layouts/compare/compare.js +2 -1
  22. package/dist/page-layouts/compare/compare.js.LICENSE.txt +5 -0
  23. package/dist/page-layouts/login/component/social-login-button/apple-login-button.css +373 -0
  24. package/dist/page-layouts/login/component/social-login-button/apple-login-button.js +1 -0
  25. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.css +373 -0
  26. package/dist/page-layouts/login/component/social-login-button/facebook-login-button.js +1 -0
  27. package/dist/page-layouts/login/component/social-login-button/google-login-button.css +375 -0
  28. package/dist/page-layouts/login/component/social-login-button/google-login-button.js +1 -0
  29. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.css +3 -0
  30. package/dist/page-layouts/plp/Components/add-to-cart/add-to-cart.js +1 -1
  31. package/dist/page-layouts/plp/Components/delivery-info/delivery-info.js +1 -1
  32. package/dist/page-layouts/plp/Components/filter-item/filter-item.js +1 -1
  33. package/dist/page-layouts/plp/Components/filter-list/filter-list.js +1 -1
  34. package/dist/page-layouts/plp/Components/image-gallery/image-gallery.js +1 -1
  35. package/dist/page-layouts/plp/Components/lightbox-image/lightbox-image.js +1 -1
  36. package/dist/page-layouts/plp/Components/mobile-slider/mobile-slider.js +1 -1
  37. package/dist/page-layouts/plp/Components/product-variants/product-variants.js +1 -1
  38. package/dist/page-layouts/single-checkout/address/single-address.js +1 -1
  39. package/dist/page-layouts/single-checkout/payment/card-form.css +59 -1
  40. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.css +59 -1
  41. package/dist/page-layouts/single-checkout/payment/checkout-payment-content.js +1 -1
  42. package/dist/page-layouts/single-checkout/payment/checkout-payment.css +62 -1
  43. package/dist/page-layouts/single-checkout/payment/checkout-payment.js +1 -1
  44. package/dist/page-layouts/single-checkout/payment/juspay-card-from.css +59 -1
  45. package/dist/page-layouts/single-checkout/shipment/single-page-shipment.css +1 -0
  46. package/dist/pages/cart/cart.js +1 -1
  47. package/dist/pages/cart/index.js +1 -1
  48. package/dist/pages/checkout/checkout.css +63 -1
  49. package/dist/pages/checkout/checkout.js +1 -1
  50. package/dist/pages/checkout/index.css +63 -1
  51. package/dist/pages/checkout/index.js +1 -1
  52. package/dist/pages/contact-us/contact-us.js +1 -1
  53. package/dist/pages/contact-us/index.js +1 -1
  54. package/dist/pages/index.css +1402 -216
  55. package/dist/pages/index.js +1 -1
  56. package/dist/pages/login/index.css +1121 -0
  57. package/dist/pages/login/index.js +1 -1
  58. package/dist/pages/login/login.css +1121 -0
  59. package/dist/pages/login/login.js +1 -1
  60. package/dist/pages/order/index.js +1 -1
  61. package/dist/pages/order/order-tracking-details/order-tracking-details.js +1 -1
  62. package/dist/pages/order/order-tracking.js +1 -1
  63. package/dist/pages/order-status/index.css +5 -0
  64. package/dist/pages/order-status/index.js +1 -1
  65. package/dist/pages/order-status/order-status.css +5 -0
  66. package/dist/pages/order-status/order-status.js +1 -1
  67. package/dist/pages/product-listing/index.css +3 -0
  68. package/dist/pages/product-listing/index.js +1 -1
  69. package/dist/pages/product-listing/product-listing.css +3 -0
  70. package/dist/pages/product-listing/product-listing.js +1 -1
  71. package/dist/pages/profile/components/add-email-modal/add-email-modal.js +1 -1
  72. package/dist/pages/profile/components/add-phone-modal/add-phone-modal.js +1 -1
  73. package/dist/pages/profile/email/email.js +1 -1
  74. package/dist/pages/profile/email/index.js +1 -1
  75. package/dist/pages/profile/index.js +1 -1
  76. package/dist/pages/profile/phone/index.js +1 -1
  77. package/dist/pages/profile/phone/phone.js +1 -1
  78. package/dist/pages/profile/profile-details.js +1 -1
  79. package/dist/pages/wishlist/index.css +3 -0
  80. package/dist/pages/wishlist/index.js +1 -1
  81. package/dist/pages/wishlist/wishlist.css +3 -0
  82. package/dist/pages/wishlist/wishlist.js +1 -1
  83. package/package.json +1 -1
@@ -2810,3 +2810,1124 @@ h5,
2810
2810
  color: var(--buttonLink, #b1655b);
2811
2811
  }
2812
2812
 
2813
+ /**color by character**/
2814
+ /** Font family **/
2815
+ /** Font weight **/
2816
+ .google-login-button__display-block___s15RG {
2817
+ display: block;
2818
+ }
2819
+ .google-login-button__inline-block___Q_L25,
2820
+ .google-login-button__inlineBlock___PixDy {
2821
+ display: inline-block;
2822
+ }
2823
+ .google-login-button__flex-row___Ac1Tp {
2824
+ display: flex;
2825
+ }
2826
+ .google-login-button__flex-column___yjfVB,
2827
+ .google-login-button__flexColumn___tktA6 {
2828
+ display: flex;
2829
+ flex-direction: column;
2830
+ }
2831
+ .google-login-button__flex-align-center___AGQ4A,
2832
+ .google-login-button__flexAlignCenter___jcHeh {
2833
+ display: flex;
2834
+ align-items: center;
2835
+ }
2836
+ .google-login-button__flex-justify-center___pwIau,
2837
+ .google-login-button__flexJustifyCenter___etrqc {
2838
+ display: flex;
2839
+ justify-content: center;
2840
+ }
2841
+ .google-login-button__flex-center___iZzXf,
2842
+ .google-login-button__flexCenter___Udri1 {
2843
+ display: flex;
2844
+ justify-content: center;
2845
+ align-items: center;
2846
+ }
2847
+ .google-login-button__justify-start___jP0Bf,
2848
+ .google-login-button__justifyStart___lB7Bm {
2849
+ justify-content: flex-start;
2850
+ }
2851
+ .google-login-button__justify-end___M6bWw,
2852
+ .google-login-button__justifyEnd___g8Qzy {
2853
+ justify-content: flex-end;
2854
+ }
2855
+ .google-login-button__justify-between___otTVm,
2856
+ .google-login-button__justifyBetween___Zv57a {
2857
+ justify-content: space-between;
2858
+ }
2859
+ .google-login-button__justify-around___BJOT_,
2860
+ .google-login-button__justifyAround___VvLTn {
2861
+ justify-content: space-around;
2862
+ }
2863
+ .google-login-button__justify-evenly___JJl44,
2864
+ .google-login-button__justifyEvenly___UKmGy {
2865
+ justify-content: space-evenly;
2866
+ }
2867
+ h1,
2868
+ .google-login-button__h1___IRFRh {
2869
+ font-weight: 700;
2870
+ font-size: 28px;
2871
+ line-height: 42px;
2872
+ letter-spacing: -0.03em;
2873
+ color: var(--textHeading, #26201a);
2874
+ }
2875
+ @media only screen and (min-width: 769px) {
2876
+ h1,
2877
+ .google-login-button__h1___IRFRh {
2878
+ font-size: 36px;
2879
+ line-height: 48px;
2880
+ }
2881
+ }
2882
+ h2,
2883
+ .google-login-button__h2___rMEfg {
2884
+ font-weight: 700;
2885
+ font-size: 28px;
2886
+ line-height: 36px;
2887
+ letter-spacing: -0.03em;
2888
+ color: var(--textHeading, #26201a);
2889
+ }
2890
+ @media only screen and (min-width: 769px) {
2891
+ h2,
2892
+ .google-login-button__h2___rMEfg {
2893
+ font-size: 32px;
2894
+ line-height: 42px;
2895
+ }
2896
+ }
2897
+ h3,
2898
+ .google-login-button__h3___gdnae {
2899
+ font-weight: 700;
2900
+ letter-spacing: -0.02em;
2901
+ color: var(--textHeading, #26201a);
2902
+ font-size: 24px;
2903
+ line-height: 32px;
2904
+ }
2905
+ @media only screen and (min-width: 769px) {
2906
+ h3,
2907
+ .google-login-button__h3___gdnae {
2908
+ font-weight: 700;
2909
+ letter-spacing: -0.02em;
2910
+ color: var(--textHeading, #26201a);
2911
+ font-size: 28px;
2912
+ line-height: 36px;
2913
+ }
2914
+ }
2915
+ h4,
2916
+ .google-login-button__h4___GupbO {
2917
+ font-weight: 600;
2918
+ letter-spacing: -0.02em;
2919
+ color: var(--textHeading, #26201a);
2920
+ font-size: 16px;
2921
+ line-height: 1.5;
2922
+ }
2923
+ @media only screen and (min-width: 769px) {
2924
+ h4,
2925
+ .google-login-button__h4___GupbO {
2926
+ font-weight: 600;
2927
+ letter-spacing: -0.02em;
2928
+ color: var(--textHeading, #26201a);
2929
+ font-size: 20px;
2930
+ line-height: 1.5;
2931
+ }
2932
+ }
2933
+ h5,
2934
+ .google-login-button__h5___qDny5 {
2935
+ font-weight: 600;
2936
+ font-size: 14px;
2937
+ line-height: 16px;
2938
+ letter-spacing: -0.02em;
2939
+ color: var(--textHeading, #26201a);
2940
+ }
2941
+ @media only screen and (min-width: 769px) {
2942
+ h5,
2943
+ .google-login-button__h5___qDny5 {
2944
+ font-size: 16px;
2945
+ line-height: 18px;
2946
+ }
2947
+ }
2948
+ .google-login-button__b1___zQFOd {
2949
+ font-weight: 400;
2950
+ font-size: 14px;
2951
+ line-height: 18px;
2952
+ letter-spacing: -0.02em;
2953
+ color: var(--textBody, #3c3131);
2954
+ }
2955
+ @media only screen and (min-width: 769px) {
2956
+ .google-login-button__b1___zQFOd {
2957
+ font-size: 16px;
2958
+ line-height: 20px;
2959
+ }
2960
+ }
2961
+ .google-login-button__b-small___D10Xc,
2962
+ .google-login-button__bSmall___IXVmp,
2963
+ .google-login-button__b2___rV4mg {
2964
+ font-weight: 400;
2965
+ letter-spacing: -0.02em;
2966
+ color: var(--textBody, #3c3131);
2967
+ font-size: 12px;
2968
+ line-height: 16px;
2969
+ }
2970
+ @media only screen and (min-width: 769px) {
2971
+ .google-login-button__b-small___D10Xc,
2972
+ .google-login-button__bSmall___IXVmp,
2973
+ .google-login-button__b2___rV4mg {
2974
+ font-weight: 400;
2975
+ letter-spacing: -0.02em;
2976
+ color: var(--textBody, #3c3131);
2977
+ font-size: 14px;
2978
+ line-height: 18px;
2979
+ }
2980
+ }
2981
+ .google-login-button__d1___UVhdX {
2982
+ font-size: 36px;
2983
+ font-weight: 700;
2984
+ line-height: 48px;
2985
+ letter-spacing: -0.02em;
2986
+ }
2987
+ @media only screen and (min-width: 769px) {
2988
+ .google-login-button__d1___UVhdX {
2989
+ font-size: 64px;
2990
+ line-height: 85px;
2991
+ letter-spacing: -0.03em;
2992
+ }
2993
+ }
2994
+ .google-login-button__caption-medium___yVS2n,
2995
+ .google-login-button__captionMedium___UIV13 {
2996
+ font-size: 12px;
2997
+ line-height: 1.5;
2998
+ letter-spacing: -0.02em;
2999
+ font-weight: 500;
3000
+ }
3001
+ @media only screen and (max-width: 480px) {
3002
+ .google-login-button__caption-medium___yVS2n,
3003
+ .google-login-button__captionMedium___UIV13 {
3004
+ font-size: 11px;
3005
+ }
3006
+ }
3007
+ .google-login-button__caption-semi-bold___Joz60,
3008
+ .google-login-button__captionSemiBold___C8p1l {
3009
+ font-size: 12px;
3010
+ line-height: 1.5;
3011
+ letter-spacing: -0.02em;
3012
+ font-weight: 600;
3013
+ }
3014
+ @media only screen and (max-width: 480px) {
3015
+ .google-login-button__caption-semi-bold___Joz60,
3016
+ .google-login-button__captionSemiBold___C8p1l {
3017
+ font-size: 11px;
3018
+ }
3019
+ }
3020
+ .google-login-button__btn-link___Z4yx6,
3021
+ .google-login-button__btnLink___WYTcb {
3022
+ font-weight: 500;
3023
+ letter-spacing: -0.02em;
3024
+ font-size: 12px;
3025
+ line-height: 14px;
3026
+ border-radius: var(--buttonRadius, 0px);
3027
+ cursor: pointer;
3028
+ color: var(--buttonLink, #b1655b);
3029
+ text-decoration: underline;
3030
+ background: none;
3031
+ border: none;
3032
+ }
3033
+ @media only screen and (min-width: 769px) {
3034
+ .google-login-button__btn-link___Z4yx6,
3035
+ .google-login-button__btnLink___WYTcb {
3036
+ font-weight: 500;
3037
+ letter-spacing: -0.02em;
3038
+ font-size: 14px;
3039
+ line-height: 16px;
3040
+ }
3041
+ }
3042
+ .google-login-button__btn-link___Z4yx6:hover,
3043
+ .google-login-button__btnLink___WYTcb:hover {
3044
+ color: var(--buttonLinkL1, #c1847c);
3045
+ }
3046
+ .google-login-button__btn-link___Z4yx6:disabled,
3047
+ .google-login-button__btnLink___WYTcb:disabled {
3048
+ color: var(--buttonLinkL2, #d0a39d);
3049
+ }
3050
+ .google-login-button__btn-link___Z4yx6:active,
3051
+ .google-login-button__btnLink___WYTcb:active {
3052
+ opacity: 0.8;
3053
+ }
3054
+ .google-login-button__user-select-none___atNX0,
3055
+ .google-login-button__userSelectNone___TjXmt {
3056
+ user-select: none;
3057
+ -moz-user-select: none;
3058
+ -webkit-user-select: none;
3059
+ -ms-user-select: none;
3060
+ }
3061
+ .google-login-button__margin-0-auto___lSMrD,
3062
+ .google-login-button__margin0auto___pjEMN {
3063
+ margin: 0 auto;
3064
+ }
3065
+ .google-login-button__base-page-container___HDsM1,
3066
+ .google-login-button__basePageContainer___EH4cp {
3067
+ max-width: 1440px !important;
3068
+ }
3069
+ .google-login-button__remove-scroll___Sv0ai,
3070
+ .google-login-button__removeScroll___hX_DS {
3071
+ overflow-y: hidden !important;
3072
+ }
3073
+ .google-login-button__mr-5___iQJLH,
3074
+ .google-login-button__mr5___co5at {
3075
+ margin-inline-end: 30px !important;
3076
+ }
3077
+ .google-login-button__mr-2___cdlE_,
3078
+ .google-login-button__mr2___hrKWR {
3079
+ margin-inline-end: 5px !important;
3080
+ }
3081
+ .google-login-button__py-5___ffmv9,
3082
+ .google-login-button__py5___h99Qk {
3083
+ padding-top: 1.875rem !important;
3084
+ padding-bottom: 1.875rem !important;
3085
+ }
3086
+ .google-login-button__view-all-text___wMzMP,
3087
+ .google-login-button__viewAllText___n8878 {
3088
+ font-size: 20px;
3089
+ font-weight: 400;
3090
+ text-transform: lowercase;
3091
+ text-decoration: underline;
3092
+ }
3093
+ .google-login-button__view-all-mobile___z3IOw,
3094
+ .google-login-button__viewAllMobile___kwSTY {
3095
+ display: none;
3096
+ }
3097
+ @media only screen and (max-width: 768px) {
3098
+ .google-login-button__view-all-mobile___z3IOw,
3099
+ .google-login-button__viewAllMobile___kwSTY {
3100
+ display: flex;
3101
+ align-items: center;
3102
+ justify-content: center;
3103
+ margin-top: 40px;
3104
+ }
3105
+ }
3106
+ @media only screen and (max-width: 480px) {
3107
+ .google-login-button__view-all-mobile___z3IOw,
3108
+ .google-login-button__viewAllMobile___kwSTY {
3109
+ margin-top: 24px;
3110
+ }
3111
+ }
3112
+ .google-login-button__accent-btn___brS2S,
3113
+ .google-login-button__accentBtn___k4j9C {
3114
+ background-color: var(--accentColor);
3115
+ color: #fff;
3116
+ }
3117
+ .google-login-button__no-scroll___ybGFl,
3118
+ .google-login-button__noScroll___vbFH0 {
3119
+ overflow-y: hidden;
3120
+ }
3121
+ .google-login-button__hide-overflow___o6HaR,
3122
+ .google-login-button__hideOverflow___nKtWu {
3123
+ overflow: hidden;
3124
+ }
3125
+ .google-login-button__markdown-body___sVl5K h6 {
3126
+ margin-top: 0 !important;
3127
+ margin-bottom: 0 !important;
3128
+ }
3129
+ @media only screen and (max-width: 480px) {
3130
+ .google-login-button__markdown-body___sVl5K {
3131
+ font-size: 12px !important;
3132
+ padding: 5px !important;
3133
+ }
3134
+ }
3135
+ .google-login-button__view3d-canvas___yERj4 {
3136
+ width: 100%;
3137
+ height: 100%;
3138
+ }
3139
+ @media only screen and (max-width: 480px) {
3140
+ .google-login-button__view-mobile-up___xPbca {
3141
+ display: none !important;
3142
+ }
3143
+ }
3144
+ @media only screen and (min-width: 481px) {
3145
+ .google-login-button__view-mobile___g5Syu {
3146
+ display: none !important;
3147
+ }
3148
+ }
3149
+ .google-login-button__google-login-container___txHJV {
3150
+ margin-top: 12px;
3151
+ }
3152
+ .google-login-button__google-login-container___txHJV .google-login-button__google-signin-wrapper___AifjG {
3153
+ width: 100%;
3154
+ }
3155
+ .google-login-button__google-login-container___txHJV .g_id_signin > div[role="button"] {
3156
+ height: 48px !important;
3157
+ padding: 12px !important;
3158
+ background: transparent !important;
3159
+ border-radius: 4px !important;
3160
+ border: 1px solid var(--dividerStokes) !important;
3161
+ font-size: 14px !important;
3162
+ font-style: normal !important;
3163
+ font-weight: 600 !important;
3164
+ line-height: 19.6px !important;
3165
+ text-transform: uppercase !important;
3166
+ color: var(--textHeading) !important;
3167
+ width: 100% !important;
3168
+ box-sizing: border-box !important;
3169
+ display: flex !important;
3170
+ align-items: center !important;
3171
+ cursor: pointer !important;
3172
+ }
3173
+ .google-login-button__google-login-container___txHJV .g_id_signin svg {
3174
+ flex: 0 0 24px !important;
3175
+ }
3176
+ .google-login-button__google-login-container___txHJV .g_id_signin span {
3177
+ margin-inline-end: 24px !important;
3178
+ color: var(--textHeading, #26201a) !important;
3179
+ font-size: 14px !important;
3180
+ font-style: normal !important;
3181
+ font-weight: 600 !important;
3182
+ line-height: 19.6px !important;
3183
+ text-transform: uppercase !important;
3184
+ width: 100%;
3185
+ font-family: var(--font-body) !important;
3186
+ }
3187
+
3188
+ /**color by character**/
3189
+ /** Font family **/
3190
+ /** Font weight **/
3191
+ .facebook-login-button__display-block___zjvnE {
3192
+ display: block;
3193
+ }
3194
+ .facebook-login-button__inline-block___DI3Vk,
3195
+ .facebook-login-button__inlineBlock___p0R2f {
3196
+ display: inline-block;
3197
+ }
3198
+ .facebook-login-button__flex-row___OaM0g {
3199
+ display: flex;
3200
+ }
3201
+ .facebook-login-button__flex-column___GWHUO,
3202
+ .facebook-login-button__flexColumn___vmTFT {
3203
+ display: flex;
3204
+ flex-direction: column;
3205
+ }
3206
+ .facebook-login-button__flex-align-center___M1zHK,
3207
+ .facebook-login-button__flexAlignCenter___YhQNt {
3208
+ display: flex;
3209
+ align-items: center;
3210
+ }
3211
+ .facebook-login-button__flex-justify-center___mlKsM,
3212
+ .facebook-login-button__flexJustifyCenter___QYADt {
3213
+ display: flex;
3214
+ justify-content: center;
3215
+ }
3216
+ .facebook-login-button__flex-center___tJtdp,
3217
+ .facebook-login-button__flexCenter___jM1oP {
3218
+ display: flex;
3219
+ justify-content: center;
3220
+ align-items: center;
3221
+ }
3222
+ .facebook-login-button__justify-start___o8HIw,
3223
+ .facebook-login-button__justifyStart___ydOaC {
3224
+ justify-content: flex-start;
3225
+ }
3226
+ .facebook-login-button__justify-end___Xxu9y,
3227
+ .facebook-login-button__justifyEnd___JJahf {
3228
+ justify-content: flex-end;
3229
+ }
3230
+ .facebook-login-button__justify-between___Vewwo,
3231
+ .facebook-login-button__justifyBetween___EeHlc {
3232
+ justify-content: space-between;
3233
+ }
3234
+ .facebook-login-button__justify-around___LmeOW,
3235
+ .facebook-login-button__justifyAround___JSyJb {
3236
+ justify-content: space-around;
3237
+ }
3238
+ .facebook-login-button__justify-evenly___MZbi6,
3239
+ .facebook-login-button__justifyEvenly___wt99i {
3240
+ justify-content: space-evenly;
3241
+ }
3242
+ h1,
3243
+ .facebook-login-button__h1___H8grr {
3244
+ font-weight: 700;
3245
+ font-size: 28px;
3246
+ line-height: 42px;
3247
+ letter-spacing: -0.03em;
3248
+ color: var(--textHeading, #26201a);
3249
+ }
3250
+ @media only screen and (min-width: 769px) {
3251
+ h1,
3252
+ .facebook-login-button__h1___H8grr {
3253
+ font-size: 36px;
3254
+ line-height: 48px;
3255
+ }
3256
+ }
3257
+ h2,
3258
+ .facebook-login-button__h2___iRoil {
3259
+ font-weight: 700;
3260
+ font-size: 28px;
3261
+ line-height: 36px;
3262
+ letter-spacing: -0.03em;
3263
+ color: var(--textHeading, #26201a);
3264
+ }
3265
+ @media only screen and (min-width: 769px) {
3266
+ h2,
3267
+ .facebook-login-button__h2___iRoil {
3268
+ font-size: 32px;
3269
+ line-height: 42px;
3270
+ }
3271
+ }
3272
+ h3,
3273
+ .facebook-login-button__h3___Jn7gH {
3274
+ font-weight: 700;
3275
+ letter-spacing: -0.02em;
3276
+ color: var(--textHeading, #26201a);
3277
+ font-size: 24px;
3278
+ line-height: 32px;
3279
+ }
3280
+ @media only screen and (min-width: 769px) {
3281
+ h3,
3282
+ .facebook-login-button__h3___Jn7gH {
3283
+ font-weight: 700;
3284
+ letter-spacing: -0.02em;
3285
+ color: var(--textHeading, #26201a);
3286
+ font-size: 28px;
3287
+ line-height: 36px;
3288
+ }
3289
+ }
3290
+ h4,
3291
+ .facebook-login-button__h4____fgnK {
3292
+ font-weight: 600;
3293
+ letter-spacing: -0.02em;
3294
+ color: var(--textHeading, #26201a);
3295
+ font-size: 16px;
3296
+ line-height: 1.5;
3297
+ }
3298
+ @media only screen and (min-width: 769px) {
3299
+ h4,
3300
+ .facebook-login-button__h4____fgnK {
3301
+ font-weight: 600;
3302
+ letter-spacing: -0.02em;
3303
+ color: var(--textHeading, #26201a);
3304
+ font-size: 20px;
3305
+ line-height: 1.5;
3306
+ }
3307
+ }
3308
+ h5,
3309
+ .facebook-login-button__h5___ZOk0w {
3310
+ font-weight: 600;
3311
+ font-size: 14px;
3312
+ line-height: 16px;
3313
+ letter-spacing: -0.02em;
3314
+ color: var(--textHeading, #26201a);
3315
+ }
3316
+ @media only screen and (min-width: 769px) {
3317
+ h5,
3318
+ .facebook-login-button__h5___ZOk0w {
3319
+ font-size: 16px;
3320
+ line-height: 18px;
3321
+ }
3322
+ }
3323
+ .facebook-login-button__b1___U1Mgc {
3324
+ font-weight: 400;
3325
+ font-size: 14px;
3326
+ line-height: 18px;
3327
+ letter-spacing: -0.02em;
3328
+ color: var(--textBody, #3c3131);
3329
+ }
3330
+ @media only screen and (min-width: 769px) {
3331
+ .facebook-login-button__b1___U1Mgc {
3332
+ font-size: 16px;
3333
+ line-height: 20px;
3334
+ }
3335
+ }
3336
+ .facebook-login-button__b-small___cQ06P,
3337
+ .facebook-login-button__bSmall___niutO,
3338
+ .facebook-login-button__b2___nTIF5 {
3339
+ font-weight: 400;
3340
+ letter-spacing: -0.02em;
3341
+ color: var(--textBody, #3c3131);
3342
+ font-size: 12px;
3343
+ line-height: 16px;
3344
+ }
3345
+ @media only screen and (min-width: 769px) {
3346
+ .facebook-login-button__b-small___cQ06P,
3347
+ .facebook-login-button__bSmall___niutO,
3348
+ .facebook-login-button__b2___nTIF5 {
3349
+ font-weight: 400;
3350
+ letter-spacing: -0.02em;
3351
+ color: var(--textBody, #3c3131);
3352
+ font-size: 14px;
3353
+ line-height: 18px;
3354
+ }
3355
+ }
3356
+ .facebook-login-button__d1___LbIQx {
3357
+ font-size: 36px;
3358
+ font-weight: 700;
3359
+ line-height: 48px;
3360
+ letter-spacing: -0.02em;
3361
+ }
3362
+ @media only screen and (min-width: 769px) {
3363
+ .facebook-login-button__d1___LbIQx {
3364
+ font-size: 64px;
3365
+ line-height: 85px;
3366
+ letter-spacing: -0.03em;
3367
+ }
3368
+ }
3369
+ .facebook-login-button__caption-medium___TsfS6,
3370
+ .facebook-login-button__captionMedium___pHi7v {
3371
+ font-size: 12px;
3372
+ line-height: 1.5;
3373
+ letter-spacing: -0.02em;
3374
+ font-weight: 500;
3375
+ }
3376
+ @media only screen and (max-width: 480px) {
3377
+ .facebook-login-button__caption-medium___TsfS6,
3378
+ .facebook-login-button__captionMedium___pHi7v {
3379
+ font-size: 11px;
3380
+ }
3381
+ }
3382
+ .facebook-login-button__caption-semi-bold___jgz3q,
3383
+ .facebook-login-button__captionSemiBold___Whpz9 {
3384
+ font-size: 12px;
3385
+ line-height: 1.5;
3386
+ letter-spacing: -0.02em;
3387
+ font-weight: 600;
3388
+ }
3389
+ @media only screen and (max-width: 480px) {
3390
+ .facebook-login-button__caption-semi-bold___jgz3q,
3391
+ .facebook-login-button__captionSemiBold___Whpz9 {
3392
+ font-size: 11px;
3393
+ }
3394
+ }
3395
+ .facebook-login-button__btn-link___xqFij,
3396
+ .facebook-login-button__btnLink___nQQDj {
3397
+ font-weight: 500;
3398
+ letter-spacing: -0.02em;
3399
+ font-size: 12px;
3400
+ line-height: 14px;
3401
+ border-radius: var(--buttonRadius, 0px);
3402
+ cursor: pointer;
3403
+ color: var(--buttonLink, #b1655b);
3404
+ text-decoration: underline;
3405
+ background: none;
3406
+ border: none;
3407
+ }
3408
+ @media only screen and (min-width: 769px) {
3409
+ .facebook-login-button__btn-link___xqFij,
3410
+ .facebook-login-button__btnLink___nQQDj {
3411
+ font-weight: 500;
3412
+ letter-spacing: -0.02em;
3413
+ font-size: 14px;
3414
+ line-height: 16px;
3415
+ }
3416
+ }
3417
+ .facebook-login-button__btn-link___xqFij:hover,
3418
+ .facebook-login-button__btnLink___nQQDj:hover {
3419
+ color: var(--buttonLinkL1, #c1847c);
3420
+ }
3421
+ .facebook-login-button__btn-link___xqFij:disabled,
3422
+ .facebook-login-button__btnLink___nQQDj:disabled {
3423
+ color: var(--buttonLinkL2, #d0a39d);
3424
+ }
3425
+ .facebook-login-button__btn-link___xqFij:active,
3426
+ .facebook-login-button__btnLink___nQQDj:active {
3427
+ opacity: 0.8;
3428
+ }
3429
+ .facebook-login-button__user-select-none___VOxiT,
3430
+ .facebook-login-button__userSelectNone___OWMIQ {
3431
+ user-select: none;
3432
+ -moz-user-select: none;
3433
+ -webkit-user-select: none;
3434
+ -ms-user-select: none;
3435
+ }
3436
+ .facebook-login-button__margin-0-auto___HYkij,
3437
+ .facebook-login-button__margin0auto___nKW2C {
3438
+ margin: 0 auto;
3439
+ }
3440
+ .facebook-login-button__base-page-container___EtZuz,
3441
+ .facebook-login-button__basePageContainer___mDB5N {
3442
+ max-width: 1440px !important;
3443
+ }
3444
+ .facebook-login-button__remove-scroll___eBRUs,
3445
+ .facebook-login-button__removeScroll___GXb7r {
3446
+ overflow-y: hidden !important;
3447
+ }
3448
+ .facebook-login-button__mr-5___q58cH,
3449
+ .facebook-login-button__mr5___fwWw2 {
3450
+ margin-inline-end: 30px !important;
3451
+ }
3452
+ .facebook-login-button__mr-2___ZKd3H,
3453
+ .facebook-login-button__mr2___erY8R {
3454
+ margin-inline-end: 5px !important;
3455
+ }
3456
+ .facebook-login-button__py-5___VjPa9,
3457
+ .facebook-login-button__py5____PWCV {
3458
+ padding-top: 1.875rem !important;
3459
+ padding-bottom: 1.875rem !important;
3460
+ }
3461
+ .facebook-login-button__view-all-text___LEUab,
3462
+ .facebook-login-button__viewAllText___nDMhF {
3463
+ font-size: 20px;
3464
+ font-weight: 400;
3465
+ text-transform: lowercase;
3466
+ text-decoration: underline;
3467
+ }
3468
+ .facebook-login-button__view-all-mobile___zvPKL,
3469
+ .facebook-login-button__viewAllMobile___D2Vp0 {
3470
+ display: none;
3471
+ }
3472
+ @media only screen and (max-width: 768px) {
3473
+ .facebook-login-button__view-all-mobile___zvPKL,
3474
+ .facebook-login-button__viewAllMobile___D2Vp0 {
3475
+ display: flex;
3476
+ align-items: center;
3477
+ justify-content: center;
3478
+ margin-top: 40px;
3479
+ }
3480
+ }
3481
+ @media only screen and (max-width: 480px) {
3482
+ .facebook-login-button__view-all-mobile___zvPKL,
3483
+ .facebook-login-button__viewAllMobile___D2Vp0 {
3484
+ margin-top: 24px;
3485
+ }
3486
+ }
3487
+ .facebook-login-button__accent-btn___WXMXk,
3488
+ .facebook-login-button__accentBtn___Eo2xa {
3489
+ background-color: var(--accentColor);
3490
+ color: #fff;
3491
+ }
3492
+ .facebook-login-button__no-scroll___DA1oc,
3493
+ .facebook-login-button__noScroll___Vz_wN {
3494
+ overflow-y: hidden;
3495
+ }
3496
+ .facebook-login-button__hide-overflow___IOMnf,
3497
+ .facebook-login-button__hideOverflow___dUDT6 {
3498
+ overflow: hidden;
3499
+ }
3500
+ .facebook-login-button__markdown-body___hpsNo h6 {
3501
+ margin-top: 0 !important;
3502
+ margin-bottom: 0 !important;
3503
+ }
3504
+ @media only screen and (max-width: 480px) {
3505
+ .facebook-login-button__markdown-body___hpsNo {
3506
+ font-size: 12px !important;
3507
+ padding: 5px !important;
3508
+ }
3509
+ }
3510
+ .facebook-login-button__view3d-canvas___drNqq {
3511
+ width: 100%;
3512
+ height: 100%;
3513
+ }
3514
+ @media only screen and (max-width: 480px) {
3515
+ .facebook-login-button__view-mobile-up___KlJWO {
3516
+ display: none !important;
3517
+ }
3518
+ }
3519
+ @media only screen and (min-width: 481px) {
3520
+ .facebook-login-button__view-mobile___ovTS9 {
3521
+ display: none !important;
3522
+ }
3523
+ }
3524
+ .facebook-login-button__facebook-login-container____88Dn {
3525
+ margin-top: 12px;
3526
+ }
3527
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw {
3528
+ height: 48px;
3529
+ padding: 12px;
3530
+ background: transparent;
3531
+ border-radius: 4px;
3532
+ border: 1px solid var(--dividerStokes, #dadce0);
3533
+ font-size: 14px;
3534
+ font-style: normal;
3535
+ font-weight: 600;
3536
+ line-height: 19.6px;
3537
+ text-transform: uppercase;
3538
+ color: var(--textHeading, #3c4043);
3539
+ width: 100%;
3540
+ box-sizing: border-box;
3541
+ display: flex;
3542
+ align-items: center;
3543
+ cursor: pointer;
3544
+ font-family: var(--font-body);
3545
+ }
3546
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw svg {
3547
+ flex: 0 0 24px;
3548
+ fill: #1877f2;
3549
+ }
3550
+ .facebook-login-button__facebook-login-container____88Dn .facebook-login-button__facebook-login-button___yF4aw span {
3551
+ margin-inline-end: 24px;
3552
+ color: var(--textHeading, #3c4043);
3553
+ font-size: 14px;
3554
+ font-style: normal;
3555
+ font-weight: 600;
3556
+ line-height: 19.6px;
3557
+ text-transform: uppercase;
3558
+ width: 100%;
3559
+ }
3560
+
3561
+ /**color by character**/
3562
+ /** Font family **/
3563
+ /** Font weight **/
3564
+ .apple-login-button__display-block___hwLap {
3565
+ display: block;
3566
+ }
3567
+ .apple-login-button__inline-block___aCF4e,
3568
+ .apple-login-button__inlineBlock___B4Xl5 {
3569
+ display: inline-block;
3570
+ }
3571
+ .apple-login-button__flex-row___X9IvI {
3572
+ display: flex;
3573
+ }
3574
+ .apple-login-button__flex-column___G7Y3y,
3575
+ .apple-login-button__flexColumn___SFk5p {
3576
+ display: flex;
3577
+ flex-direction: column;
3578
+ }
3579
+ .apple-login-button__flex-align-center___daUe5,
3580
+ .apple-login-button__flexAlignCenter___ofuh5 {
3581
+ display: flex;
3582
+ align-items: center;
3583
+ }
3584
+ .apple-login-button__flex-justify-center___DJ3WX,
3585
+ .apple-login-button__flexJustifyCenter___aC83Y {
3586
+ display: flex;
3587
+ justify-content: center;
3588
+ }
3589
+ .apple-login-button__flex-center___yxBkX,
3590
+ .apple-login-button__flexCenter___mtYEb {
3591
+ display: flex;
3592
+ justify-content: center;
3593
+ align-items: center;
3594
+ }
3595
+ .apple-login-button__justify-start___Ob0Wc,
3596
+ .apple-login-button__justifyStart___yoZ4s {
3597
+ justify-content: flex-start;
3598
+ }
3599
+ .apple-login-button__justify-end___D4MFl,
3600
+ .apple-login-button__justifyEnd___w7f3L {
3601
+ justify-content: flex-end;
3602
+ }
3603
+ .apple-login-button__justify-between___L8FRs,
3604
+ .apple-login-button__justifyBetween___FcE4J {
3605
+ justify-content: space-between;
3606
+ }
3607
+ .apple-login-button__justify-around___jzZ4w,
3608
+ .apple-login-button__justifyAround___Z4Oi1 {
3609
+ justify-content: space-around;
3610
+ }
3611
+ .apple-login-button__justify-evenly___AmQxs,
3612
+ .apple-login-button__justifyEvenly___RWzUG {
3613
+ justify-content: space-evenly;
3614
+ }
3615
+ h1,
3616
+ .apple-login-button__h1___oGPVa {
3617
+ font-weight: 700;
3618
+ font-size: 28px;
3619
+ line-height: 42px;
3620
+ letter-spacing: -0.03em;
3621
+ color: var(--textHeading, #26201a);
3622
+ }
3623
+ @media only screen and (min-width: 769px) {
3624
+ h1,
3625
+ .apple-login-button__h1___oGPVa {
3626
+ font-size: 36px;
3627
+ line-height: 48px;
3628
+ }
3629
+ }
3630
+ h2,
3631
+ .apple-login-button__h2___HPSR0 {
3632
+ font-weight: 700;
3633
+ font-size: 28px;
3634
+ line-height: 36px;
3635
+ letter-spacing: -0.03em;
3636
+ color: var(--textHeading, #26201a);
3637
+ }
3638
+ @media only screen and (min-width: 769px) {
3639
+ h2,
3640
+ .apple-login-button__h2___HPSR0 {
3641
+ font-size: 32px;
3642
+ line-height: 42px;
3643
+ }
3644
+ }
3645
+ h3,
3646
+ .apple-login-button__h3___JIdf0 {
3647
+ font-weight: 700;
3648
+ letter-spacing: -0.02em;
3649
+ color: var(--textHeading, #26201a);
3650
+ font-size: 24px;
3651
+ line-height: 32px;
3652
+ }
3653
+ @media only screen and (min-width: 769px) {
3654
+ h3,
3655
+ .apple-login-button__h3___JIdf0 {
3656
+ font-weight: 700;
3657
+ letter-spacing: -0.02em;
3658
+ color: var(--textHeading, #26201a);
3659
+ font-size: 28px;
3660
+ line-height: 36px;
3661
+ }
3662
+ }
3663
+ h4,
3664
+ .apple-login-button__h4___bA6k4 {
3665
+ font-weight: 600;
3666
+ letter-spacing: -0.02em;
3667
+ color: var(--textHeading, #26201a);
3668
+ font-size: 16px;
3669
+ line-height: 1.5;
3670
+ }
3671
+ @media only screen and (min-width: 769px) {
3672
+ h4,
3673
+ .apple-login-button__h4___bA6k4 {
3674
+ font-weight: 600;
3675
+ letter-spacing: -0.02em;
3676
+ color: var(--textHeading, #26201a);
3677
+ font-size: 20px;
3678
+ line-height: 1.5;
3679
+ }
3680
+ }
3681
+ h5,
3682
+ .apple-login-button__h5___zP6bH {
3683
+ font-weight: 600;
3684
+ font-size: 14px;
3685
+ line-height: 16px;
3686
+ letter-spacing: -0.02em;
3687
+ color: var(--textHeading, #26201a);
3688
+ }
3689
+ @media only screen and (min-width: 769px) {
3690
+ h5,
3691
+ .apple-login-button__h5___zP6bH {
3692
+ font-size: 16px;
3693
+ line-height: 18px;
3694
+ }
3695
+ }
3696
+ .apple-login-button__b1___ipJa4 {
3697
+ font-weight: 400;
3698
+ font-size: 14px;
3699
+ line-height: 18px;
3700
+ letter-spacing: -0.02em;
3701
+ color: var(--textBody, #3c3131);
3702
+ }
3703
+ @media only screen and (min-width: 769px) {
3704
+ .apple-login-button__b1___ipJa4 {
3705
+ font-size: 16px;
3706
+ line-height: 20px;
3707
+ }
3708
+ }
3709
+ .apple-login-button__b-small___4Ny5P,
3710
+ .apple-login-button__bSmall___gQa9Z,
3711
+ .apple-login-button__b2___dxOtO {
3712
+ font-weight: 400;
3713
+ letter-spacing: -0.02em;
3714
+ color: var(--textBody, #3c3131);
3715
+ font-size: 12px;
3716
+ line-height: 16px;
3717
+ }
3718
+ @media only screen and (min-width: 769px) {
3719
+ .apple-login-button__b-small___4Ny5P,
3720
+ .apple-login-button__bSmall___gQa9Z,
3721
+ .apple-login-button__b2___dxOtO {
3722
+ font-weight: 400;
3723
+ letter-spacing: -0.02em;
3724
+ color: var(--textBody, #3c3131);
3725
+ font-size: 14px;
3726
+ line-height: 18px;
3727
+ }
3728
+ }
3729
+ .apple-login-button__d1___aUKTx {
3730
+ font-size: 36px;
3731
+ font-weight: 700;
3732
+ line-height: 48px;
3733
+ letter-spacing: -0.02em;
3734
+ }
3735
+ @media only screen and (min-width: 769px) {
3736
+ .apple-login-button__d1___aUKTx {
3737
+ font-size: 64px;
3738
+ line-height: 85px;
3739
+ letter-spacing: -0.03em;
3740
+ }
3741
+ }
3742
+ .apple-login-button__caption-medium___lIWNV,
3743
+ .apple-login-button__captionMedium___bHFgu {
3744
+ font-size: 12px;
3745
+ line-height: 1.5;
3746
+ letter-spacing: -0.02em;
3747
+ font-weight: 500;
3748
+ }
3749
+ @media only screen and (max-width: 480px) {
3750
+ .apple-login-button__caption-medium___lIWNV,
3751
+ .apple-login-button__captionMedium___bHFgu {
3752
+ font-size: 11px;
3753
+ }
3754
+ }
3755
+ .apple-login-button__caption-semi-bold___Y_xIg,
3756
+ .apple-login-button__captionSemiBold___zYVQG {
3757
+ font-size: 12px;
3758
+ line-height: 1.5;
3759
+ letter-spacing: -0.02em;
3760
+ font-weight: 600;
3761
+ }
3762
+ @media only screen and (max-width: 480px) {
3763
+ .apple-login-button__caption-semi-bold___Y_xIg,
3764
+ .apple-login-button__captionSemiBold___zYVQG {
3765
+ font-size: 11px;
3766
+ }
3767
+ }
3768
+ .apple-login-button__btn-link___AyEZc,
3769
+ .apple-login-button__btnLink___agp9E {
3770
+ font-weight: 500;
3771
+ letter-spacing: -0.02em;
3772
+ font-size: 12px;
3773
+ line-height: 14px;
3774
+ border-radius: var(--buttonRadius, 0px);
3775
+ cursor: pointer;
3776
+ color: var(--buttonLink, #b1655b);
3777
+ text-decoration: underline;
3778
+ background: none;
3779
+ border: none;
3780
+ }
3781
+ @media only screen and (min-width: 769px) {
3782
+ .apple-login-button__btn-link___AyEZc,
3783
+ .apple-login-button__btnLink___agp9E {
3784
+ font-weight: 500;
3785
+ letter-spacing: -0.02em;
3786
+ font-size: 14px;
3787
+ line-height: 16px;
3788
+ }
3789
+ }
3790
+ .apple-login-button__btn-link___AyEZc:hover,
3791
+ .apple-login-button__btnLink___agp9E:hover {
3792
+ color: var(--buttonLinkL1, #c1847c);
3793
+ }
3794
+ .apple-login-button__btn-link___AyEZc:disabled,
3795
+ .apple-login-button__btnLink___agp9E:disabled {
3796
+ color: var(--buttonLinkL2, #d0a39d);
3797
+ }
3798
+ .apple-login-button__btn-link___AyEZc:active,
3799
+ .apple-login-button__btnLink___agp9E:active {
3800
+ opacity: 0.8;
3801
+ }
3802
+ .apple-login-button__user-select-none___Uu59m,
3803
+ .apple-login-button__userSelectNone___xv1oB {
3804
+ user-select: none;
3805
+ -moz-user-select: none;
3806
+ -webkit-user-select: none;
3807
+ -ms-user-select: none;
3808
+ }
3809
+ .apple-login-button__margin-0-auto___l6O1E,
3810
+ .apple-login-button__margin0auto___Nsb8q {
3811
+ margin: 0 auto;
3812
+ }
3813
+ .apple-login-button__base-page-container___dQWd_,
3814
+ .apple-login-button__basePageContainer___ZgJBO {
3815
+ max-width: 1440px !important;
3816
+ }
3817
+ .apple-login-button__remove-scroll___AJwUm,
3818
+ .apple-login-button__removeScroll___glZJJ {
3819
+ overflow-y: hidden !important;
3820
+ }
3821
+ .apple-login-button__mr-5____BDrE,
3822
+ .apple-login-button__mr5___hzHua {
3823
+ margin-inline-end: 30px !important;
3824
+ }
3825
+ .apple-login-button__mr-2___AgcLa,
3826
+ .apple-login-button__mr2___seZiB {
3827
+ margin-inline-end: 5px !important;
3828
+ }
3829
+ .apple-login-button__py-5___H1MFT,
3830
+ .apple-login-button__py5___bGZBu {
3831
+ padding-top: 1.875rem !important;
3832
+ padding-bottom: 1.875rem !important;
3833
+ }
3834
+ .apple-login-button__view-all-text___luJo7,
3835
+ .apple-login-button__viewAllText___h297C {
3836
+ font-size: 20px;
3837
+ font-weight: 400;
3838
+ text-transform: lowercase;
3839
+ text-decoration: underline;
3840
+ }
3841
+ .apple-login-button__view-all-mobile___Kk5t1,
3842
+ .apple-login-button__viewAllMobile___cznr_ {
3843
+ display: none;
3844
+ }
3845
+ @media only screen and (max-width: 768px) {
3846
+ .apple-login-button__view-all-mobile___Kk5t1,
3847
+ .apple-login-button__viewAllMobile___cznr_ {
3848
+ display: flex;
3849
+ align-items: center;
3850
+ justify-content: center;
3851
+ margin-top: 40px;
3852
+ }
3853
+ }
3854
+ @media only screen and (max-width: 480px) {
3855
+ .apple-login-button__view-all-mobile___Kk5t1,
3856
+ .apple-login-button__viewAllMobile___cznr_ {
3857
+ margin-top: 24px;
3858
+ }
3859
+ }
3860
+ .apple-login-button__accent-btn___nsUdz,
3861
+ .apple-login-button__accentBtn___nV53L {
3862
+ background-color: var(--accentColor);
3863
+ color: #fff;
3864
+ }
3865
+ .apple-login-button__no-scroll___K6rEz,
3866
+ .apple-login-button__noScroll___YSL2S {
3867
+ overflow-y: hidden;
3868
+ }
3869
+ .apple-login-button__hide-overflow___nBoux,
3870
+ .apple-login-button__hideOverflow___UTMCC {
3871
+ overflow: hidden;
3872
+ }
3873
+ .apple-login-button__markdown-body___hbLF0 h6 {
3874
+ margin-top: 0 !important;
3875
+ margin-bottom: 0 !important;
3876
+ }
3877
+ @media only screen and (max-width: 480px) {
3878
+ .apple-login-button__markdown-body___hbLF0 {
3879
+ font-size: 12px !important;
3880
+ padding: 5px !important;
3881
+ }
3882
+ }
3883
+ .apple-login-button__view3d-canvas___YbVDV {
3884
+ width: 100%;
3885
+ height: 100%;
3886
+ }
3887
+ @media only screen and (max-width: 480px) {
3888
+ .apple-login-button__view-mobile-up___QmpIA {
3889
+ display: none !important;
3890
+ }
3891
+ }
3892
+ @media only screen and (min-width: 481px) {
3893
+ .apple-login-button__view-mobile___hDSl7 {
3894
+ display: none !important;
3895
+ }
3896
+ }
3897
+ .apple-login-button__apple-login-container___QDt06 {
3898
+ margin-top: 12px;
3899
+ }
3900
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ {
3901
+ height: 48px;
3902
+ padding: 12px;
3903
+ background: transparent;
3904
+ border-radius: 4px;
3905
+ border: 1px solid var(--dividerStokes, #dadce0);
3906
+ font-size: 14px;
3907
+ font-style: normal;
3908
+ font-weight: 600;
3909
+ line-height: 19.6px;
3910
+ text-transform: uppercase;
3911
+ color: var(--textHeading, #3c4043);
3912
+ width: 100%;
3913
+ box-sizing: border-box;
3914
+ display: flex;
3915
+ align-items: center;
3916
+ cursor: pointer;
3917
+ font-family: var(--font-body);
3918
+ }
3919
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ svg {
3920
+ flex: 0 0 24px;
3921
+ fill: black;
3922
+ }
3923
+ .apple-login-button__apple-login-container___QDt06 .apple-login-button__apple-login-button___bv6AQ span {
3924
+ margin-inline-end: 24px;
3925
+ color: var(--textHeading, #3c4043);
3926
+ font-size: 14px;
3927
+ font-style: normal;
3928
+ font-weight: 600;
3929
+ line-height: 19.6px;
3930
+ text-transform: uppercase;
3931
+ width: 100%;
3932
+ }
3933
+