@openeuropa/bcl-theme-ucpkn 1.10.8 → 1.10.9

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.
@@ -17283,6 +17283,9 @@ em.placeholder {
17283
17283
  align-items: flex-end;
17284
17284
  }
17285
17285
 
17286
+ .bcl-header {
17287
+ --oel-mega-menu-offset-top: 0px;
17288
+ }
17286
17289
  .bcl-header .notification {
17287
17290
  position: relative;
17288
17291
  padding-right: 0;
@@ -17328,12 +17331,11 @@ em.placeholder {
17328
17331
  header:has(.bcl-header__navbar #main-navbar.show),
17329
17332
  header:has(.bcl-header__navbar.collapsing),
17330
17333
  header:has(.bcl-header__navbar.show) {
17331
- height: 100vh;
17334
+ height: calc(100vh - var(--oel-mega-menu-offset-top, 0px));
17332
17335
  display: -ms-flexbox;
17333
17336
  display: flex;
17334
17337
  -ms-flex-flow: column;
17335
17338
  flex-flow: column;
17336
- overflow: auto;
17337
17339
  }
17338
17340
  header:has(.bcl-header__navbar #main-navbar.collapsing) > div:has(.breadcrumb),
17339
17341
  header:has(.bcl-header__navbar #main-navbar.show) > div:has(.breadcrumb),
@@ -17360,6 +17362,7 @@ em.placeholder {
17360
17362
  width: 100%;
17361
17363
  -ms-flex-align: start;
17362
17364
  align-items: flex-start;
17365
+ overflow: auto;
17363
17366
  }
17364
17367
  .bcl-header__navbar.navbar .navbar-nav {
17365
17368
  width: 100%;
@@ -17751,6 +17754,10 @@ dd + dd {
17751
17754
  border-top-left-radius: 0;
17752
17755
  border-bottom-left-radius: 0;
17753
17756
  }
17757
+ .bcl-search-form.submittable .bcl-search-form__submit:focus-visible {
17758
+ outline-offset: 2px;
17759
+ outline-color: #221684;
17760
+ }
17754
17761
  .bcl-search-form.submittable .bcl-search-form__group {
17755
17762
  display: -ms-flexbox;
17756
17763
  display: flex;
@@ -17865,12 +17872,53 @@ dd + dd {
17865
17872
  padding-bottom: 0.5rem;
17866
17873
  padding-left: 1rem;
17867
17874
  font-size: 1.25rem;
17875
+ border-color: #6c757d;
17868
17876
  }
17869
17877
  .form-select:focus-visible {
17878
+ border-color: #6c757d;
17879
+ box-shadow: none;
17870
17880
  outline: 2px solid #221684;
17871
17881
  box-shadow: none;
17872
17882
  border-radius: 4px;
17873
- outline-offset: -1px;
17883
+ outline-offset: 2px;
17884
+ }
17885
+ .form-select:focus-visible.is-valid {
17886
+ outline-color: #3c8f38;
17887
+ }
17888
+ .form-select:focus-visible.is-valid:focus {
17889
+ box-shadow: none;
17890
+ border-color: #6c757d;
17891
+ }
17892
+ .form-select:focus-visible.is-invalid {
17893
+ outline-color: #b8282a;
17894
+ }
17895
+ .form-select:focus-visible.is-invalid:focus {
17896
+ box-shadow: none;
17897
+ border-color: #6c757d;
17898
+ }
17899
+ .form-select:focus {
17900
+ box-shadow: none;
17901
+ border-color: #6c757d;
17902
+ }
17903
+ .form-select.is-valid:focus, .form-select.is-invalid:focus {
17904
+ box-shadow: none;
17905
+ }
17906
+
17907
+ .form-check-input {
17908
+ border-color: #221684;
17909
+ }
17910
+ .form-check-input:focus-visible[type=radio] {
17911
+ border-radius: 50%;
17912
+ }
17913
+ .form-check-input:focus {
17914
+ border-color: #221684;
17915
+ box-shadow: none;
17916
+ }
17917
+ .form-check-input:focus-visible {
17918
+ outline: 2px solid #221684;
17919
+ box-shadow: none;
17920
+ border-radius: 4px;
17921
+ outline-offset: 1px;
17874
17922
  }
17875
17923
 
17876
17924
  .form-control {
@@ -17878,6 +17926,7 @@ dd + dd {
17878
17926
  padding: 0.5rem 1rem;
17879
17927
  font-size: 1.25rem;
17880
17928
  border-radius: 0.3rem;
17929
+ border-color: #6c757d;
17881
17930
  }
17882
17931
  .form-control::-webkit-file-upload-button {
17883
17932
  padding: 0.5rem 1rem;
@@ -17887,11 +17936,31 @@ dd + dd {
17887
17936
  padding: 0.5rem 1rem;
17888
17937
  margin: -0.5rem 1rem -0.5rem -1rem;
17889
17938
  }
17890
- .form-control:focus-visible {
17939
+ .form-control:focus:focus-visible {
17940
+ border-color: #6c757d;
17891
17941
  outline: 2px solid #221684;
17892
17942
  box-shadow: none;
17893
17943
  border-radius: 4px;
17894
- outline-offset: -1px;
17944
+ outline-offset: 2px;
17945
+ }
17946
+ .form-control.is-valid:focus, .form-control.is-invalid:focus {
17947
+ box-shadow: none;
17948
+ }
17949
+ .form-control.is-valid:focus:focus-visible {
17950
+ transition: none;
17951
+ border-color: #6c757d;
17952
+ outline: 2px solid #3c8f38;
17953
+ box-shadow: none;
17954
+ border-radius: 4px;
17955
+ outline-offset: 2px;
17956
+ }
17957
+ .form-control.is-invalid:focus:focus-visible {
17958
+ transition: none;
17959
+ border-color: #6c757d;
17960
+ outline: 2px solid #b8282a;
17961
+ box-shadow: none;
17962
+ border-radius: 4px;
17963
+ outline-offset: 2px;
17895
17964
  }
17896
17965
 
17897
17966
  .form-check:not(.form-switch) {
@@ -17906,19 +17975,6 @@ dd + dd {
17906
17975
  margin-top: 0.15rem;
17907
17976
  }
17908
17977
 
17909
- .form-check-input:focus-visible {
17910
- outline: 4px solid #221684;
17911
- box-shadow: none;
17912
- border-radius: 4px;
17913
- outline-offset: 0;
17914
- }
17915
- .form-check-input:focus-visible[type=radio] {
17916
- border-radius: 50%;
17917
- }
17918
- .form-check-input:checked:focus-visible {
17919
- border-color: #fff;
17920
- }
17921
-
17922
17978
  @media (min-width: 768px) {
17923
17979
  .form-check:not(.form-switch) {
17924
17980
  padding-left: 1.5rem;
@@ -17952,23 +18008,17 @@ dd + dd {
17952
18008
  }
17953
18009
  textarea.form-control.is-invalid,
17954
18010
  .form-control.is-invalid {
17955
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
18011
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23A51F2C'/%3E%3C/svg%3E%0A");
17956
18012
  }
17957
18013
  textarea.form-control.is-valid,
17958
18014
  .form-control.is-valid {
17959
18015
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
17960
18016
  }
17961
18017
 
17962
- .form-select:not([multiple]):not([size]):focus-visible {
17963
- outline: 2px solid #221684;
17964
- box-shadow: none;
17965
- border-radius: 4px;
17966
- outline-offset: -1px;
18018
+ select.form-select:not([multiple]):not([size]).is-invalid {
18019
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23A51F2C'/%3E%3C/svg%3E%0A");
17967
18020
  }
17968
- .form-select:not([multiple]):not([size]).is-invalid {
17969
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
17970
- }
17971
- .form-select:not([multiple]):not([size]).is-valid {
18021
+ select.form-select:not([multiple]):not([size]).is-valid {
17972
18022
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
17973
18023
  }
17974
18024
 
@@ -18860,7 +18910,7 @@ select.multi-select {
18860
18910
  --ss-font-color: #4d4d4d;
18861
18911
  --ss-font-placeholder-color: #212529;
18862
18912
  --ss-disabled-color: #dcdee2;
18863
- --ss-border-color: #dcdee2;
18913
+ --ss-border-color: #6c757d;
18864
18914
  --ss-highlight-color: #fffb8c;
18865
18915
  --ss-success-color: #00b755;
18866
18916
  --ss-error-color: #dc3545;
@@ -18950,8 +19000,11 @@ select.multi-select {
18950
19000
  overflow: hidden;
18951
19001
  min-height: 38px;
18952
19002
  }
18953
- .ss-main.ss-2:focus {
18954
- box-shadow: 0 0 5px var(--ss-focus-color);
19003
+ .ss-main.ss-2:focus-visible {
19004
+ outline: 2px solid #221684;
19005
+ box-shadow: none;
19006
+ border-radius: 4px;
19007
+ outline-offset: 2px;
18955
19008
  }
18956
19009
  .ss-main.ss-2.form-select {
18957
19010
  background: none;
@@ -19234,7 +19287,10 @@ select.multi-select {
19234
19287
  vertical-align: middle;
19235
19288
  }
19236
19289
  .ss-content.ss-content-2 .ss-search input:focus {
19237
- box-shadow: 0 0 5px var(--ss-focus-color);
19290
+ outline: 2px solid #221684;
19291
+ box-shadow: none;
19292
+ border-radius: 4px;
19293
+ outline-offset: 2px;
19238
19294
  }
19239
19295
  .ss-content.ss-content-2 .ss-search .ss-addable {
19240
19296
  display: -ms-inline-flexbox;
@@ -19426,23 +19482,35 @@ select.multi-select {
19426
19482
  background-color: var(--ss-highlight-color);
19427
19483
  }
19428
19484
 
19429
- .ss-main.multi-select.is-invalid,
19430
- .was-validated .multi-select:invalid + .ss-main.multi-select {
19485
+ .form-select.ss-main.multi-select.is-invalid,
19486
+ .was-validated .multi-select:invalid + .form-select.ss-main.multi-select {
19431
19487
  border-color: #b8282a;
19432
- background-position: right 1.5rem center;
19488
+ background-position: right 2.5rem center;
19433
19489
  background-repeat: no-repeat;
19490
+ padding-right: 0.5rem;
19434
19491
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
19435
- background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 4C7.46459 4 7.04623 4.46229 7.0995 4.99504L7.45025 8.50248C7.47849 8.78492 7.71616 9 8 9C8.28384 9 8.52151 8.78492 8.54975 8.50248L8.9005 4.99504C8.95377 4.46228 8.53541 4 8 4ZM8.00154 10C7.44926 10 7.00154 10.4477 7.00154 11C7.00154 11.5523 7.44926 12 8.00154 12C8.55383 12 9.00154 11.5523 9.00154 11C9.00154 10.4477 8.55383 10 8.00154 10Z' fill='%23D72E3D'/%3E%3C/svg%3E%0A");
19492
+ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23a51f2c' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4m.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2'/%3E%3C/svg%3E");
19493
+ }
19494
+ .form-select.ss-main.multi-select.is-invalid:focus-visible,
19495
+ .was-validated .multi-select:invalid + .form-select.ss-main.multi-select:focus-visible {
19496
+ border-color: #6c757d;
19497
+ outline-color: #b8282a;
19436
19498
  }
19437
19499
 
19438
- .ss-main.multi-select.is-valid,
19439
- .was-validated .multi-select:valid + .ss-main.multi-select {
19500
+ .form-select.ss-main.multi-select.is-valid,
19501
+ .was-validated .multi-select:valid + .form-select.ss-main.multi-select {
19440
19502
  border-color: #3c8f38;
19441
- background-position: right 1.5rem center;
19503
+ background-position: right 2.5rem center;
19442
19504
  background-repeat: no-repeat;
19505
+ padding-right: 0.5rem;
19443
19506
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
19444
19507
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM12.0303 4.96967C11.7374 4.67678 11.2626 4.67678 10.9697 4.96967C10.9626 4.97674 10.9559 4.98424 10.9498 4.9921L7.4774 9.41674L5.38388 7.32322C5.09098 7.03033 4.61611 7.03033 4.32322 7.32322C4.03032 7.61612 4.03032 8.09099 4.32322 8.38388L6.96966 11.0303C7.26256 11.3232 7.73743 11.3232 8.03032 11.0303C8.03685 11.0238 8.043 11.0169 8.04876 11.0097L12.041 6.01947C12.3232 5.72582 12.3196 5.25897 12.0303 4.96967Z' fill='%2328A745'/%3E%3C/svg%3E%0A");
19445
19508
  }
19509
+ .form-select.ss-main.multi-select.is-valid:focus-visible,
19510
+ .was-validated .multi-select:valid + .form-select.ss-main.multi-select:focus-visible {
19511
+ border-color: #6c757d;
19512
+ outline-color: #3c8f38;
19513
+ }
19446
19514
 
19447
19515
  .ss-sr-only {
19448
19516
  position: absolute;
@@ -19715,32 +19783,6 @@ ul.bcl-mega-menu__items > li > button[aria-expanded=true] {
19715
19783
  background-color: #221684;
19716
19784
  }
19717
19785
  }
19718
- ul.bcl-mega-menu__items > li:has(> a.see-all-button) {
19719
- position: -webkit-sticky;
19720
- position: sticky;
19721
- inset-block-start: 100%;
19722
- }
19723
- ul.bcl-mega-menu__items > li > a.see-all-button {
19724
- border-top: none;
19725
- }
19726
- ul.bcl-mega-menu__items > li > a.see-all-button:after {
19727
- background: #b9c5e9;
19728
- content: "";
19729
- block-size: 1px;
19730
- inset-inline-start: 0;
19731
- position: absolute;
19732
- inset-block-start: 0;
19733
- inset-inline: 1rem;
19734
- }
19735
- ul.bcl-mega-menu__items > li > a.see-all-button > svg {
19736
- inline-size: 0.8rem;
19737
- }
19738
- ul.bcl-mega-menu__items > li > a.see-all-button > span {
19739
- text-overflow: ellipsis;
19740
- overflow: hidden;
19741
- display: block;
19742
- white-space: nowrap;
19743
- }
19744
19786
 
19745
19787
  @media (min-width: 992px) {
19746
19788
  .bcl-mega-menu__menu {
@@ -19748,6 +19790,15 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19748
19790
  padding-right: 0;
19749
19791
  }
19750
19792
  }
19793
+ @media (max-width: 991.98px) {
19794
+ .bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__leaf,
19795
+ .bcl-mega-menu__menu > .bcl-mega-menu__items:has(.bcl-mega-menu__submenu:not([hidden])) > .__parent {
19796
+ display: none;
19797
+ }
19798
+ .bcl-mega-menu__menu > .bcl-mega-menu__items > .__parent:has(.bcl-mega-menu__submenu:not([hidden])) {
19799
+ display: block;
19800
+ }
19801
+ }
19751
19802
 
19752
19803
  .bcl-mega-menu__submenu {
19753
19804
  position: absolute;
@@ -19805,36 +19856,52 @@ ul.bcl-mega-menu__items > li > a.see-all-button > span {
19805
19856
  display: none;
19806
19857
  }
19807
19858
  }
19808
-
19809
19859
  @media (min-width: 992px) {
19810
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane {
19811
- background: tint-color(#253ebe, 90%);
19860
+ .bcl-mega-menu__submenu > .bcl-mega-menu__items {
19861
+ -ms-flex: 1 1 0px;
19862
+ flex: 1 1 0;
19863
+ overflow-y: auto;
19812
19864
  }
19813
- }
19814
- @media (max-width: 991.98px) {
19815
- .bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__info,
19816
- .bcl-mega-menu__container:has(.bcl-mega-menu__second-submenu > .tab-content > .tab-pane.active) .bcl-mega-menu__first-submenu {
19817
- display: none;
19865
+ .bcl-mega-menu__submenu > .bcl-mega-menu__items > li > :is(span, a, button) {
19866
+ padding: 0.75rem 1.75rem;
19818
19867
  }
19819
19868
  }
19820
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
19821
- padding: 1rem 1rem;
19822
- margin: 0;
19823
- color: #2e3338;
19824
- background: tint-color(#253ebe, 90%);
19825
- display: block;
19826
- font-size: 20px;
19869
+ .bcl-mega-menu__submenu > .__see_all {
19870
+ border-top: 1px solid #b9c5e9;
19827
19871
  }
19828
19872
  @media (min-width: 992px) {
19829
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > .panel-title {
19830
- display: none;
19873
+ .bcl-mega-menu__submenu > .__see_all {
19874
+ border-top: 1px solid tint-color(#253ebe, 80%);
19875
+ margin: 0 1.75rem;
19831
19876
  }
19832
19877
  }
19833
- @media (min-width: 1200px) {
19834
- .bcl-mega-menu__second-submenu > .tab-content > .tab-pane > ul > li > * {
19835
- margin: 0 0.75rem;
19878
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button {
19879
+ padding: 0.75rem 1rem;
19880
+ display: -ms-flexbox;
19881
+ display: flex;
19882
+ -ms-flex-align: center;
19883
+ align-items: center;
19884
+ color: #221684;
19885
+ }
19886
+ @media (min-width: 992px) {
19887
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button {
19888
+ padding: 0.75rem 1.75rem;
19889
+ margin: 0 -1.75rem;
19836
19890
  }
19837
19891
  }
19892
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button:hover {
19893
+ background: tint-color(#253ebe, 90%);
19894
+ }
19895
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button > svg {
19896
+ -ms-flex-negative: 0;
19897
+ flex-shrink: 0;
19898
+ }
19899
+ .bcl-mega-menu__submenu > .__see_all > .see-all-button > span {
19900
+ text-overflow: ellipsis;
19901
+ overflow: hidden;
19902
+ display: block;
19903
+ white-space: nowrap;
19904
+ }
19838
19905
 
19839
19906
  @media (max-width: 991.98px) {
19840
19907
  .bcl-mega-menu__submenu > .__header,
@@ -21103,6 +21170,10 @@ Due to the split circle of progress-left and progress right, we must use the ani
21103
21170
  }
21104
21171
 
21105
21172
  /* stylelint-disable no-descending-specificity */
21173
+ .pagination {
21174
+ -ms-flex-wrap: wrap;
21175
+ flex-wrap: wrap;
21176
+ }
21106
21177
  .pagination .page-item .page-link {
21107
21178
  display: -ms-flexbox;
21108
21179
  display: flex;