katalyst-koi 4.3.0 → 4.3.2

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.
@@ -2069,21 +2069,74 @@ trix-editor .attachment__metadata .attachment__size {
2069
2069
  --heading--h4: 1rem;
2070
2070
  }
2071
2071
 
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+
2105
+
2106
+
2107
+
2108
+
2109
+
2110
+
2111
+
2112
+
2113
+
2114
+
2072
2115
  :root {
2073
- --govuk-frontend-version: "4.7.0";
2116
+ --govuk-frontend-version: "5.0.0";
2074
2117
  }
2075
2118
 
2119
+
2076
2120
  .govuk-link {
2077
2121
  font-family: "Inter";
2078
2122
  -webkit-font-smoothing: antialiased;
2079
2123
  -moz-osx-font-smoothing: grayscale;
2080
2124
  text-decoration: underline;
2125
+ text-decoration-thickness: max(1px, .0625rem);
2126
+ text-underline-offset: 0.1578em;
2081
2127
  }
2082
2128
  @media print {
2083
2129
  .govuk-link {
2084
2130
  font-family: sans-serif;
2085
2131
  }
2086
2132
  }
2133
+ .govuk-link:hover {
2134
+ text-decoration-thickness: max(3px, .1875rem, .12em);
2135
+ -webkit-text-decoration-skip-ink: none;
2136
+ text-decoration-skip-ink: none;
2137
+ -webkit-text-decoration-skip: none;
2138
+ text-decoration-skip: none;
2139
+ }
2087
2140
  .govuk-link:focus {
2088
2141
  outline: 3px solid transparent;
2089
2142
  color: #0b0c0c;
@@ -2109,7 +2162,7 @@ trix-editor .attachment__metadata .attachment__size {
2109
2162
  color: #0b0c0c;
2110
2163
  }
2111
2164
  @media print {
2112
- [href^="/"].govuk-link:after, [href^="http://"].govuk-link:after, [href^="https://"].govuk-link:after {
2165
+ [href^="/"].govuk-link::after, [href^="http://"].govuk-link::after, [href^="https://"].govuk-link::after {
2113
2166
  content: " (" attr(href) ")";
2114
2167
  font-size: 90%;
2115
2168
  word-wrap: break-word;
@@ -2173,12 +2226,22 @@ trix-editor .attachment__metadata .attachment__size {
2173
2226
  color: #0b0c0c;
2174
2227
  }
2175
2228
 
2229
+ .govuk-link-image {
2230
+ display: inline-block;
2231
+ line-height: 0;
2232
+ text-decoration: none;
2233
+ }
2234
+ .govuk-link-image:focus {
2235
+ outline: 3px solid transparent;
2236
+ box-shadow: 0 0 0 4px #ffdd00, 0 0 0 8px #0b0c0c;
2237
+ }
2238
+
2239
+
2176
2240
  .govuk-list {
2177
2241
  font-family: "Inter";
2178
2242
  -webkit-font-smoothing: antialiased;
2179
2243
  -moz-osx-font-smoothing: grayscale;
2180
2244
  font-weight: 400;
2181
- font-size: 16px;
2182
2245
  font-size: 1rem;
2183
2246
  line-height: 1.5;
2184
2247
  color: var(--site-text-color);
@@ -2194,7 +2257,6 @@ trix-editor .attachment__metadata .attachment__size {
2194
2257
  }
2195
2258
  @media (min-width: 40.0625em) {
2196
2259
  .govuk-list {
2197
- font-size: 16px;
2198
2260
  font-size: 1rem;
2199
2261
  line-height: 1.5;
2200
2262
  }
@@ -2253,13 +2315,13 @@ trix-editor .attachment__metadata .attachment__size {
2253
2315
  }
2254
2316
  }
2255
2317
 
2318
+
2256
2319
  .govuk-heading-xl {
2257
2320
  color: var(--site-text-color);
2258
2321
  font-family: "Inter";
2259
2322
  -webkit-font-smoothing: antialiased;
2260
2323
  -moz-osx-font-smoothing: grayscale;
2261
2324
  font-weight: 700;
2262
- font-size: 32px;
2263
2325
  font-size: 2rem;
2264
2326
  line-height: 0.545;
2265
2327
  display: block;
@@ -2278,7 +2340,6 @@ trix-editor .attachment__metadata .attachment__size {
2278
2340
  }
2279
2341
  @media (min-width: 40.0625em) {
2280
2342
  .govuk-heading-xl {
2281
- font-size: 32px;
2282
2343
  font-size: 2rem;
2283
2344
  line-height: 0.545;
2284
2345
  }
@@ -2301,7 +2362,6 @@ trix-editor .attachment__metadata .attachment__size {
2301
2362
  -webkit-font-smoothing: antialiased;
2302
2363
  -moz-osx-font-smoothing: grayscale;
2303
2364
  font-weight: 700;
2304
- font-size: 24px;
2305
2365
  font-size: 1.5rem;
2306
2366
  line-height: 0.6933333333;
2307
2367
  display: block;
@@ -2320,7 +2380,6 @@ trix-editor .attachment__metadata .attachment__size {
2320
2380
  }
2321
2381
  @media (min-width: 40.0625em) {
2322
2382
  .govuk-heading-l {
2323
- font-size: 24px;
2324
2383
  font-size: 1.5rem;
2325
2384
  line-height: 0.6933333333;
2326
2385
  }
@@ -2343,7 +2402,6 @@ trix-editor .attachment__metadata .attachment__size {
2343
2402
  -webkit-font-smoothing: antialiased;
2344
2403
  -moz-osx-font-smoothing: grayscale;
2345
2404
  font-weight: 700;
2346
- font-size: 18px;
2347
2405
  font-size: 1.125rem;
2348
2406
  line-height: 0.9866666667;
2349
2407
  display: block;
@@ -2362,7 +2420,6 @@ trix-editor .attachment__metadata .attachment__size {
2362
2420
  }
2363
2421
  @media (min-width: 40.0625em) {
2364
2422
  .govuk-heading-m {
2365
- font-size: 18px;
2366
2423
  font-size: 1.125rem;
2367
2424
  line-height: 0.9866666667;
2368
2425
  }
@@ -2385,7 +2442,6 @@ trix-editor .attachment__metadata .attachment__size {
2385
2442
  -webkit-font-smoothing: antialiased;
2386
2443
  -moz-osx-font-smoothing: grayscale;
2387
2444
  font-weight: 700;
2388
- font-size: 16px;
2389
2445
  font-size: 1rem;
2390
2446
  line-height: 1.5;
2391
2447
  display: block;
@@ -2404,7 +2460,6 @@ trix-editor .attachment__metadata .attachment__size {
2404
2460
  }
2405
2461
  @media (min-width: 40.0625em) {
2406
2462
  .govuk-heading-s {
2407
- font-size: 16px;
2408
2463
  font-size: 1rem;
2409
2464
  line-height: 1.5;
2410
2465
  }
@@ -2426,7 +2481,6 @@ trix-editor .attachment__metadata .attachment__size {
2426
2481
  -webkit-font-smoothing: antialiased;
2427
2482
  -moz-osx-font-smoothing: grayscale;
2428
2483
  font-weight: 400;
2429
- font-size: 18px;
2430
2484
  font-size: 1.125rem;
2431
2485
  line-height: 0.9866666667;
2432
2486
  display: block;
@@ -2440,7 +2494,6 @@ trix-editor .attachment__metadata .attachment__size {
2440
2494
  }
2441
2495
  @media (min-width: 40.0625em) {
2442
2496
  .govuk-caption-xl {
2443
- font-size: 18px;
2444
2497
  font-size: 1.125rem;
2445
2498
  line-height: 0.9866666667;
2446
2499
  }
@@ -2457,7 +2510,6 @@ trix-editor .attachment__metadata .attachment__size {
2457
2510
  -webkit-font-smoothing: antialiased;
2458
2511
  -moz-osx-font-smoothing: grayscale;
2459
2512
  font-weight: 400;
2460
- font-size: 18px;
2461
2513
  font-size: 1.125rem;
2462
2514
  line-height: 0.9866666667;
2463
2515
  display: block;
@@ -2471,7 +2523,6 @@ trix-editor .attachment__metadata .attachment__size {
2471
2523
  }
2472
2524
  @media (min-width: 40.0625em) {
2473
2525
  .govuk-caption-l {
2474
- font-size: 18px;
2475
2526
  font-size: 1.125rem;
2476
2527
  line-height: 0.9866666667;
2477
2528
  }
@@ -2493,7 +2544,6 @@ trix-editor .attachment__metadata .attachment__size {
2493
2544
  -webkit-font-smoothing: antialiased;
2494
2545
  -moz-osx-font-smoothing: grayscale;
2495
2546
  font-weight: 400;
2496
- font-size: 16px;
2497
2547
  font-size: 1rem;
2498
2548
  line-height: 1.5;
2499
2549
  display: block;
@@ -2506,7 +2556,6 @@ trix-editor .attachment__metadata .attachment__size {
2506
2556
  }
2507
2557
  @media (min-width: 40.0625em) {
2508
2558
  .govuk-caption-m {
2509
- font-size: 16px;
2510
2559
  font-size: 1rem;
2511
2560
  line-height: 1.5;
2512
2561
  }
@@ -2524,7 +2573,6 @@ trix-editor .attachment__metadata .attachment__size {
2524
2573
  -webkit-font-smoothing: antialiased;
2525
2574
  -moz-osx-font-smoothing: grayscale;
2526
2575
  font-weight: 400;
2527
- font-size: 18px;
2528
2576
  font-size: 1.125rem;
2529
2577
  line-height: 0.9866666667;
2530
2578
  margin-top: 0;
@@ -2542,7 +2590,6 @@ trix-editor .attachment__metadata .attachment__size {
2542
2590
  }
2543
2591
  @media (min-width: 40.0625em) {
2544
2592
  .govuk-body-lead, .govuk-body-l {
2545
- font-size: 18px;
2546
2593
  font-size: 1.125rem;
2547
2594
  line-height: 0.9866666667;
2548
2595
  }
@@ -2565,7 +2612,6 @@ trix-editor .attachment__metadata .attachment__size {
2565
2612
  -webkit-font-smoothing: antialiased;
2566
2613
  -moz-osx-font-smoothing: grayscale;
2567
2614
  font-weight: 400;
2568
- font-size: 16px;
2569
2615
  font-size: 1rem;
2570
2616
  line-height: 1.5;
2571
2617
  margin-top: 0;
@@ -2583,7 +2629,6 @@ trix-editor .attachment__metadata .attachment__size {
2583
2629
  }
2584
2630
  @media (min-width: 40.0625em) {
2585
2631
  .govuk-body, .govuk-body-m {
2586
- font-size: 16px;
2587
2632
  font-size: 1rem;
2588
2633
  line-height: 1.5;
2589
2634
  }
@@ -2606,7 +2651,6 @@ trix-editor .attachment__metadata .attachment__size {
2606
2651
  -webkit-font-smoothing: antialiased;
2607
2652
  -moz-osx-font-smoothing: grayscale;
2608
2653
  font-weight: 400;
2609
- font-size: 16px;
2610
2654
  font-size: 1rem;
2611
2655
  line-height: 1.14;
2612
2656
  margin-top: 0;
@@ -2624,7 +2668,6 @@ trix-editor .attachment__metadata .attachment__size {
2624
2668
  }
2625
2669
  @media (min-width: 40.0625em) {
2626
2670
  .govuk-body-s {
2627
- font-size: 16px;
2628
2671
  font-size: 1rem;
2629
2672
  line-height: 1.14;
2630
2673
  }
@@ -2647,7 +2690,6 @@ trix-editor .attachment__metadata .attachment__size {
2647
2690
  -webkit-font-smoothing: antialiased;
2648
2691
  -moz-osx-font-smoothing: grayscale;
2649
2692
  font-weight: 400;
2650
- font-size: 14px;
2651
2693
  font-size: 0.875rem;
2652
2694
  line-height: 1.4285714286;
2653
2695
  margin-top: 0;
@@ -2665,7 +2707,6 @@ trix-editor .attachment__metadata .attachment__size {
2665
2707
  }
2666
2708
  @media (min-width: 40.0625em) {
2667
2709
  .govuk-body-xs {
2668
- font-size: 14px;
2669
2710
  font-size: 0.875rem;
2670
2711
  line-height: 1.4285714286;
2671
2712
  }
@@ -2725,6 +2766,7 @@ trix-editor .attachment__metadata .attachment__size {
2725
2766
  }
2726
2767
  }
2727
2768
 
2769
+
2728
2770
  .govuk-section-break {
2729
2771
  margin: 0;
2730
2772
  border: 0;
@@ -2779,13 +2821,58 @@ trix-editor .attachment__metadata .attachment__size {
2779
2821
  border-bottom: 1px solid #b1b4b6;
2780
2822
  }
2781
2823
 
2824
+
2825
+
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+
2835
+
2836
+
2837
+
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+
2851
+
2852
+
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+
2859
+
2860
+
2861
+
2862
+
2863
+
2864
+
2865
+
2866
+
2867
+
2868
+
2869
+
2870
+
2871
+
2782
2872
  .govuk-button-group {
2783
2873
  margin-bottom: 5px;
2784
- display: -ms-flexbox;
2785
2874
  display: flex;
2786
- -ms-flex-direction: column;
2787
2875
  flex-direction: column;
2788
- -ms-flex-align: center;
2789
2876
  align-items: center;
2790
2877
  }
2791
2878
  @media (min-width: 40.0625em) {
@@ -2798,7 +2885,6 @@ trix-editor .attachment__metadata .attachment__size {
2798
2885
  -webkit-font-smoothing: antialiased;
2799
2886
  -moz-osx-font-smoothing: grayscale;
2800
2887
  font-weight: 400;
2801
- font-size: 16px;
2802
2888
  font-size: 1rem;
2803
2889
  line-height: 1.1875;
2804
2890
  display: inline-block;
@@ -2814,7 +2900,6 @@ trix-editor .attachment__metadata .attachment__size {
2814
2900
  }
2815
2901
  @media (min-width: 40.0625em) {
2816
2902
  .govuk-button-group .govuk-link {
2817
- font-size: 16px;
2818
2903
  font-size: 1rem;
2819
2904
  line-height: 1.1875;
2820
2905
  }
@@ -2831,11 +2916,8 @@ trix-editor .attachment__metadata .attachment__size {
2831
2916
  @media (min-width: 40.0625em) {
2832
2917
  .govuk-button-group {
2833
2918
  margin-right: -15px;
2834
- -ms-flex-direction: row;
2835
2919
  flex-direction: row;
2836
- -ms-flex-wrap: wrap;
2837
2920
  flex-wrap: wrap;
2838
- -ms-flex-align: baseline;
2839
2921
  align-items: baseline;
2840
2922
  }
2841
2923
  .govuk-button-group .govuk-button,
@@ -2847,10 +2929,54 @@ trix-editor .attachment__metadata .attachment__size {
2847
2929
  }
2848
2930
  }
2849
2931
 
2932
+
2933
+
2934
+
2935
+
2936
+
2937
+
2938
+
2939
+
2940
+
2941
+
2942
+
2943
+
2944
+
2945
+
2946
+
2947
+
2948
+
2949
+
2950
+
2951
+
2952
+
2953
+
2954
+
2955
+
2956
+
2957
+
2958
+
2959
+
2960
+
2961
+
2962
+
2963
+
2964
+
2965
+
2966
+
2967
+
2968
+
2969
+
2970
+
2971
+
2972
+
2973
+
2974
+
2975
+
2850
2976
  .govuk-form-group {
2851
2977
  margin-bottom: 20px;
2852
2978
  }
2853
- .govuk-form-group:after {
2979
+ .govuk-form-group::after {
2854
2980
  content: "";
2855
2981
  display: block;
2856
2982
  clear: both;
@@ -2873,11 +2999,55 @@ trix-editor .attachment__metadata .attachment__size {
2873
2999
  border: 0;
2874
3000
  }
2875
3001
 
3002
+
3003
+
3004
+
3005
+
3006
+
3007
+
3008
+
3009
+
3010
+
3011
+
3012
+
3013
+
3014
+
3015
+
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+
3023
+
3024
+
3025
+
3026
+
3027
+
3028
+
3029
+
3030
+
3031
+
3032
+
3033
+
3034
+
3035
+
3036
+
3037
+
3038
+
3039
+
3040
+
3041
+
3042
+
3043
+
3044
+
3045
+
2876
3046
  .govuk-grid-row {
2877
3047
  margin-right: -15px;
2878
3048
  margin-left: -15px;
2879
3049
  }
2880
- .govuk-grid-row:after {
3050
+ .govuk-grid-row::after {
2881
3051
  content: "";
2882
3052
  display: block;
2883
3053
  clear: both;
@@ -3021,6 +3191,50 @@ trix-editor .attachment__metadata .attachment__size {
3021
3191
  }
3022
3192
  }
3023
3193
 
3194
+
3195
+
3196
+
3197
+
3198
+
3199
+
3200
+
3201
+
3202
+
3203
+
3204
+
3205
+
3206
+
3207
+
3208
+
3209
+
3210
+
3211
+
3212
+
3213
+
3214
+
3215
+
3216
+
3217
+
3218
+
3219
+
3220
+
3221
+
3222
+
3223
+
3224
+
3225
+
3226
+
3227
+
3228
+
3229
+
3230
+
3231
+
3232
+
3233
+
3234
+
3235
+
3236
+
3237
+
3024
3238
  .govuk-main-wrapper {
3025
3239
  display: block;
3026
3240
  padding-top: 20px;
@@ -3044,6 +3258,50 @@ trix-editor .attachment__metadata .attachment__size {
3044
3258
  }
3045
3259
  }
3046
3260
 
3261
+
3262
+
3263
+
3264
+
3265
+
3266
+
3267
+
3268
+
3269
+
3270
+
3271
+
3272
+
3273
+
3274
+
3275
+
3276
+
3277
+
3278
+
3279
+
3280
+
3281
+
3282
+
3283
+
3284
+
3285
+
3286
+
3287
+
3288
+
3289
+
3290
+
3291
+
3292
+
3293
+
3294
+
3295
+
3296
+
3297
+
3298
+
3299
+
3300
+
3301
+
3302
+
3303
+
3304
+
3047
3305
  .govuk-template {
3048
3306
  background-color: #f3f2f1;
3049
3307
  -webkit-text-size-adjust: 100%;
@@ -3069,6 +3327,50 @@ trix-editor .attachment__metadata .attachment__size {
3069
3327
  background-color: #ffffff;
3070
3328
  }
3071
3329
 
3330
+
3331
+
3332
+
3333
+
3334
+
3335
+
3336
+
3337
+
3338
+
3339
+
3340
+
3341
+
3342
+
3343
+
3344
+
3345
+
3346
+
3347
+
3348
+
3349
+
3350
+
3351
+
3352
+
3353
+
3354
+
3355
+
3356
+
3357
+
3358
+
3359
+
3360
+
3361
+
3362
+
3363
+
3364
+
3365
+
3366
+
3367
+
3368
+
3369
+
3370
+
3371
+
3372
+
3373
+
3072
3374
  .govuk-width-container {
3073
3375
  max-width: 960px;
3074
3376
  margin-right: 15px;
@@ -3105,12 +3407,13 @@ trix-editor .attachment__metadata .attachment__size {
3105
3407
  }
3106
3408
  }
3107
3409
 
3410
+
3411
+
3108
3412
  .govuk-button {
3109
3413
  font-family: "Inter";
3110
3414
  -webkit-font-smoothing: antialiased;
3111
3415
  -moz-osx-font-smoothing: grayscale;
3112
3416
  font-weight: 400;
3113
- font-size: 16px;
3114
3417
  font-size: 1rem;
3115
3418
  line-height: 1.1875;
3116
3419
  box-sizing: border-box;
@@ -3139,7 +3442,6 @@ trix-editor .attachment__metadata .attachment__size {
3139
3442
  }
3140
3443
  @media (min-width: 40.0625em) {
3141
3444
  .govuk-button {
3142
- font-size: 16px;
3143
3445
  font-size: 1rem;
3144
3446
  line-height: 1.1875;
3145
3447
  }
@@ -3185,7 +3487,7 @@ trix-editor .attachment__metadata .attachment__size {
3185
3487
  background-color: #ffdd00;
3186
3488
  box-shadow: 0 2px 0 #0b0c0c;
3187
3489
  }
3188
- .govuk-button:before {
3490
+ .govuk-button::before {
3189
3491
  content: "";
3190
3492
  display: block;
3191
3493
  position: absolute;
@@ -3195,23 +3497,17 @@ trix-editor .attachment__metadata .attachment__size {
3195
3497
  left: -2px;
3196
3498
  background: transparent;
3197
3499
  }
3198
- .govuk-button:active:before {
3500
+ .govuk-button:active::before {
3199
3501
  top: -4px;
3200
3502
  }
3201
3503
 
3202
- .govuk-button--disabled,
3203
- .govuk-button[disabled=disabled],
3204
3504
  .govuk-button[disabled] {
3205
3505
  opacity: 0.5;
3206
3506
  }
3207
- .govuk-button--disabled:hover,
3208
- .govuk-button[disabled=disabled]:hover,
3209
3507
  .govuk-button[disabled]:hover {
3210
3508
  background-color: #00703c;
3211
3509
  cursor: not-allowed;
3212
3510
  }
3213
- .govuk-button--disabled:active,
3214
- .govuk-button[disabled=disabled]:active,
3215
3511
  .govuk-button[disabled]:active {
3216
3512
  top: 0;
3217
3513
  box-shadow: 0 2px 0 #002d18;
@@ -3261,18 +3557,14 @@ trix-editor .attachment__metadata .attachment__size {
3261
3557
 
3262
3558
  .govuk-button--start {
3263
3559
  font-weight: 700;
3264
- font-size: 18px;
3265
3560
  font-size: 1.125rem;
3266
3561
  line-height: 1;
3267
- display: -ms-inline-flexbox;
3268
3562
  display: inline-flex;
3269
3563
  min-height: auto;
3270
- -ms-flex-pack: center;
3271
3564
  justify-content: center;
3272
3565
  }
3273
3566
  @media (min-width: 40.0625em) {
3274
3567
  .govuk-button--start {
3275
- font-size: 18px;
3276
3568
  font-size: 1.125rem;
3277
3569
  line-height: 1;
3278
3570
  }
@@ -3287,9 +3579,7 @@ trix-editor .attachment__metadata .attachment__size {
3287
3579
  .govuk-button__start-icon {
3288
3580
  margin-left: 5px;
3289
3581
  vertical-align: middle;
3290
- -ms-flex-negative: 0;
3291
3582
  flex-shrink: 0;
3292
- -ms-flex-item-align: center;
3293
3583
  align-self: center;
3294
3584
  forced-color-adjust: auto;
3295
3585
  }
@@ -3299,12 +3589,12 @@ trix-editor .attachment__metadata .attachment__size {
3299
3589
  }
3300
3590
  }
3301
3591
 
3592
+
3302
3593
  .govuk-error-message {
3303
3594
  font-family: "Inter";
3304
3595
  -webkit-font-smoothing: antialiased;
3305
3596
  -moz-osx-font-smoothing: grayscale;
3306
3597
  font-weight: 700;
3307
- font-size: 16px;
3308
3598
  font-size: 1rem;
3309
3599
  line-height: 1.5;
3310
3600
  display: block;
@@ -3320,7 +3610,6 @@ trix-editor .attachment__metadata .attachment__size {
3320
3610
  }
3321
3611
  @media (min-width: 40.0625em) {
3322
3612
  .govuk-error-message {
3323
- font-size: 16px;
3324
3613
  font-size: 1rem;
3325
3614
  line-height: 1.5;
3326
3615
  }
@@ -3332,13 +3621,14 @@ trix-editor .attachment__metadata .attachment__size {
3332
3621
  }
3333
3622
  }
3334
3623
 
3624
+
3335
3625
  .govuk-fieldset {
3336
3626
  min-width: 0;
3337
3627
  margin: 0;
3338
3628
  padding: 0;
3339
3629
  border: 0;
3340
3630
  }
3341
- .govuk-fieldset:after {
3631
+ .govuk-fieldset::after {
3342
3632
  content: "";
3343
3633
  display: block;
3344
3634
  clear: both;
@@ -3355,7 +3645,6 @@ trix-editor .attachment__metadata .attachment__size {
3355
3645
  -webkit-font-smoothing: antialiased;
3356
3646
  -moz-osx-font-smoothing: grayscale;
3357
3647
  font-weight: 400;
3358
- font-size: 16px;
3359
3648
  font-size: 1rem;
3360
3649
  line-height: 1.5;
3361
3650
  color: var(--site-text-color);
@@ -3373,7 +3662,6 @@ trix-editor .attachment__metadata .attachment__size {
3373
3662
  }
3374
3663
  @media (min-width: 40.0625em) {
3375
3664
  .govuk-fieldset__legend {
3376
- font-size: 16px;
3377
3665
  font-size: 1rem;
3378
3666
  line-height: 1.5;
3379
3667
  }
@@ -3390,24 +3678,19 @@ trix-editor .attachment__metadata .attachment__size {
3390
3678
  }
3391
3679
  }
3392
3680
 
3393
- .govuk-fieldset__legend--xl {
3394
- font-family: "Inter";
3395
- -webkit-font-smoothing: antialiased;
3396
- -moz-osx-font-smoothing: grayscale;
3681
+ .govuk-fieldset__legend--xl,
3682
+ .govuk-fieldset__legend--l,
3683
+ .govuk-fieldset__legend--m {
3397
3684
  font-weight: 700;
3398
- font-size: 32px;
3399
- font-size: 2rem;
3400
- line-height: 0.545;
3401
3685
  margin-bottom: 15px;
3402
3686
  }
3403
- @media print {
3404
- .govuk-fieldset__legend--xl {
3405
- font-family: sans-serif;
3406
- }
3687
+
3688
+ .govuk-fieldset__legend--xl {
3689
+ font-size: 2rem;
3690
+ line-height: 0.545;
3407
3691
  }
3408
3692
  @media (min-width: 40.0625em) {
3409
3693
  .govuk-fieldset__legend--xl {
3410
- font-size: 32px;
3411
3694
  font-size: 2rem;
3412
3695
  line-height: 0.545;
3413
3696
  }
@@ -3420,23 +3703,11 @@ trix-editor .attachment__metadata .attachment__size {
3420
3703
  }
3421
3704
 
3422
3705
  .govuk-fieldset__legend--l {
3423
- font-family: "Inter";
3424
- -webkit-font-smoothing: antialiased;
3425
- -moz-osx-font-smoothing: grayscale;
3426
- font-weight: 700;
3427
- font-size: 24px;
3428
3706
  font-size: 1.5rem;
3429
3707
  line-height: 0.6933333333;
3430
- margin-bottom: 15px;
3431
- }
3432
- @media print {
3433
- .govuk-fieldset__legend--l {
3434
- font-family: sans-serif;
3435
- }
3436
3708
  }
3437
3709
  @media (min-width: 40.0625em) {
3438
3710
  .govuk-fieldset__legend--l {
3439
- font-size: 24px;
3440
3711
  font-size: 1.5rem;
3441
3712
  line-height: 0.6933333333;
3442
3713
  }
@@ -3449,23 +3720,11 @@ trix-editor .attachment__metadata .attachment__size {
3449
3720
  }
3450
3721
 
3451
3722
  .govuk-fieldset__legend--m {
3452
- font-family: "Inter";
3453
- -webkit-font-smoothing: antialiased;
3454
- -moz-osx-font-smoothing: grayscale;
3455
- font-weight: 700;
3456
- font-size: 18px;
3457
3723
  font-size: 1.125rem;
3458
3724
  line-height: 0.9866666667;
3459
- margin-bottom: 15px;
3460
- }
3461
- @media print {
3462
- .govuk-fieldset__legend--m {
3463
- font-family: sans-serif;
3464
- }
3465
3725
  }
3466
3726
  @media (min-width: 40.0625em) {
3467
3727
  .govuk-fieldset__legend--m {
3468
- font-size: 18px;
3469
3728
  font-size: 1.125rem;
3470
3729
  line-height: 0.9866666667;
3471
3730
  }
@@ -3477,32 +3736,8 @@ trix-editor .attachment__metadata .attachment__size {
3477
3736
  }
3478
3737
  }
3479
3738
 
3480
- .govuk-fieldset__legend--s {
3481
- font-family: "Inter";
3482
- -webkit-font-smoothing: antialiased;
3483
- -moz-osx-font-smoothing: grayscale;
3484
- font-weight: 700;
3485
- font-size: 16px;
3486
- font-size: 1rem;
3487
- line-height: 1.5;
3488
- }
3489
- @media print {
3490
- .govuk-fieldset__legend--s {
3491
- font-family: sans-serif;
3492
- }
3493
- }
3494
- @media (min-width: 40.0625em) {
3495
- .govuk-fieldset__legend--s {
3496
- font-size: 16px;
3497
- font-size: 1rem;
3498
- line-height: 1.5;
3499
- }
3500
- }
3501
- @media print {
3502
- .govuk-fieldset__legend--s {
3503
- font-size: 16px;
3504
- line-height: 1.5;
3505
- }
3739
+ .govuk-fieldset__legend--s {
3740
+ font-weight: 700;
3506
3741
  }
3507
3742
 
3508
3743
  .govuk-fieldset__heading {
@@ -3511,12 +3746,12 @@ trix-editor .attachment__metadata .attachment__size {
3511
3746
  font-weight: inherit;
3512
3747
  }
3513
3748
 
3749
+
3514
3750
  .govuk-hint {
3515
3751
  font-family: "Inter";
3516
3752
  -webkit-font-smoothing: antialiased;
3517
3753
  -moz-osx-font-smoothing: grayscale;
3518
3754
  font-weight: 400;
3519
- font-size: 16px;
3520
3755
  font-size: 1rem;
3521
3756
  line-height: 1.5;
3522
3757
  margin-bottom: 15px;
@@ -3529,7 +3764,6 @@ trix-editor .attachment__metadata .attachment__size {
3529
3764
  }
3530
3765
  @media (min-width: 40.0625em) {
3531
3766
  .govuk-hint {
3532
- font-size: 16px;
3533
3767
  font-size: 1rem;
3534
3768
  line-height: 1.5;
3535
3769
  }
@@ -3553,12 +3787,12 @@ trix-editor .attachment__metadata .attachment__size {
3553
3787
  margin-top: -5px;
3554
3788
  }
3555
3789
 
3790
+
3556
3791
  .govuk-label {
3557
3792
  font-family: "Inter";
3558
3793
  -webkit-font-smoothing: antialiased;
3559
3794
  -moz-osx-font-smoothing: grayscale;
3560
3795
  font-weight: 400;
3561
- font-size: 16px;
3562
3796
  font-size: 1rem;
3563
3797
  line-height: 1.5;
3564
3798
  color: var(--site-text-color);
@@ -3572,7 +3806,6 @@ trix-editor .attachment__metadata .attachment__size {
3572
3806
  }
3573
3807
  @media (min-width: 40.0625em) {
3574
3808
  .govuk-label {
3575
- font-size: 16px;
3576
3809
  font-size: 1rem;
3577
3810
  line-height: 1.5;
3578
3811
  }
@@ -3589,24 +3822,19 @@ trix-editor .attachment__metadata .attachment__size {
3589
3822
  }
3590
3823
  }
3591
3824
 
3592
- .govuk-label--xl {
3593
- font-family: "Inter";
3594
- -webkit-font-smoothing: antialiased;
3595
- -moz-osx-font-smoothing: grayscale;
3825
+ .govuk-label--xl,
3826
+ .govuk-label--l,
3827
+ .govuk-label--m {
3596
3828
  font-weight: 700;
3597
- font-size: 32px;
3598
- font-size: 2rem;
3599
- line-height: 0.545;
3600
3829
  margin-bottom: 15px;
3601
3830
  }
3602
- @media print {
3603
- .govuk-label--xl {
3604
- font-family: sans-serif;
3605
- }
3831
+
3832
+ .govuk-label--xl {
3833
+ font-size: 2rem;
3834
+ line-height: 0.545;
3606
3835
  }
3607
3836
  @media (min-width: 40.0625em) {
3608
3837
  .govuk-label--xl {
3609
- font-size: 32px;
3610
3838
  font-size: 2rem;
3611
3839
  line-height: 0.545;
3612
3840
  }
@@ -3619,23 +3847,11 @@ trix-editor .attachment__metadata .attachment__size {
3619
3847
  }
3620
3848
 
3621
3849
  .govuk-label--l {
3622
- font-family: "Inter";
3623
- -webkit-font-smoothing: antialiased;
3624
- -moz-osx-font-smoothing: grayscale;
3625
- font-weight: 700;
3626
- font-size: 24px;
3627
3850
  font-size: 1.5rem;
3628
3851
  line-height: 0.6933333333;
3629
- margin-bottom: 15px;
3630
- }
3631
- @media print {
3632
- .govuk-label--l {
3633
- font-family: sans-serif;
3634
- }
3635
3852
  }
3636
3853
  @media (min-width: 40.0625em) {
3637
3854
  .govuk-label--l {
3638
- font-size: 24px;
3639
3855
  font-size: 1.5rem;
3640
3856
  line-height: 0.6933333333;
3641
3857
  }
@@ -3648,23 +3864,11 @@ trix-editor .attachment__metadata .attachment__size {
3648
3864
  }
3649
3865
 
3650
3866
  .govuk-label--m {
3651
- font-family: "Inter";
3652
- -webkit-font-smoothing: antialiased;
3653
- -moz-osx-font-smoothing: grayscale;
3654
- font-weight: 700;
3655
- font-size: 18px;
3656
3867
  font-size: 1.125rem;
3657
3868
  line-height: 0.9866666667;
3658
- margin-bottom: 10px;
3659
- }
3660
- @media print {
3661
- .govuk-label--m {
3662
- font-family: sans-serif;
3663
- }
3664
3869
  }
3665
3870
  @media (min-width: 40.0625em) {
3666
3871
  .govuk-label--m {
3667
- font-size: 18px;
3668
3872
  font-size: 1.125rem;
3669
3873
  line-height: 0.9866666667;
3670
3874
  }
@@ -3677,45 +3881,15 @@ trix-editor .attachment__metadata .attachment__size {
3677
3881
  }
3678
3882
 
3679
3883
  .govuk-label--s {
3680
- font-family: "Inter";
3681
- -webkit-font-smoothing: antialiased;
3682
- -moz-osx-font-smoothing: grayscale;
3683
3884
  font-weight: 700;
3684
- font-size: 16px;
3685
- font-size: 1rem;
3686
- line-height: 1.5;
3687
- }
3688
- @media print {
3689
- .govuk-label--s {
3690
- font-family: sans-serif;
3691
- }
3692
- }
3693
- @media (min-width: 40.0625em) {
3694
- .govuk-label--s {
3695
- font-size: 16px;
3696
- font-size: 1rem;
3697
- line-height: 1.5;
3698
- }
3699
- }
3700
- @media print {
3701
- .govuk-label--s {
3702
- font-size: 16px;
3703
- line-height: 1.5;
3704
- }
3705
3885
  }
3706
3886
 
3707
3887
  .govuk-label-wrapper {
3708
3888
  margin: 0;
3709
3889
  }
3710
3890
 
3891
+
3711
3892
  .govuk-checkboxes__item {
3712
- font-family: "Inter";
3713
- -webkit-font-smoothing: antialiased;
3714
- -moz-osx-font-smoothing: grayscale;
3715
- font-weight: 400;
3716
- font-size: 16px;
3717
- font-size: 1rem;
3718
- line-height: 1.5;
3719
3893
  display: block;
3720
3894
  position: relative;
3721
3895
  min-height: 40px;
@@ -3723,24 +3897,6 @@ trix-editor .attachment__metadata .attachment__size {
3723
3897
  padding-left: 40px;
3724
3898
  clear: left;
3725
3899
  }
3726
- @media print {
3727
- .govuk-checkboxes__item {
3728
- font-family: sans-serif;
3729
- }
3730
- }
3731
- @media (min-width: 40.0625em) {
3732
- .govuk-checkboxes__item {
3733
- font-size: 16px;
3734
- font-size: 1rem;
3735
- line-height: 1.5;
3736
- }
3737
- }
3738
- @media print {
3739
- .govuk-checkboxes__item {
3740
- font-size: 16px;
3741
- line-height: 1.5;
3742
- }
3743
- }
3744
3900
 
3745
3901
  .govuk-checkboxes__item:last-child,
3746
3902
  .govuk-checkboxes__item:last-of-type {
@@ -3748,7 +3904,6 @@ trix-editor .attachment__metadata .attachment__size {
3748
3904
  }
3749
3905
 
3750
3906
  .govuk-checkboxes__input {
3751
- cursor: pointer;
3752
3907
  position: absolute;
3753
3908
  z-index: 1;
3754
3909
  top: -2px;
@@ -3757,6 +3912,7 @@ trix-editor .attachment__metadata .attachment__size {
3757
3912
  height: 44px;
3758
3913
  margin: 0;
3759
3914
  opacity: 0;
3915
+ cursor: pointer;
3760
3916
  }
3761
3917
 
3762
3918
  .govuk-checkboxes__label {
@@ -3764,11 +3920,10 @@ trix-editor .attachment__metadata .attachment__size {
3764
3920
  margin-bottom: 0;
3765
3921
  padding: 8px 15px 5px;
3766
3922
  cursor: pointer;
3767
- -ms-touch-action: manipulation;
3768
3923
  touch-action: manipulation;
3769
3924
  }
3770
3925
 
3771
- .govuk-checkboxes__label:before {
3926
+ .govuk-checkboxes__label::before {
3772
3927
  content: "";
3773
3928
  box-sizing: border-box;
3774
3929
  position: absolute;
@@ -3780,7 +3935,7 @@ trix-editor .attachment__metadata .attachment__size {
3780
3935
  background: transparent;
3781
3936
  }
3782
3937
 
3783
- .govuk-checkboxes__label:after {
3938
+ .govuk-checkboxes__label::after {
3784
3939
  content: "";
3785
3940
  box-sizing: border-box;
3786
3941
  position: absolute;
@@ -3788,8 +3943,6 @@ trix-editor .attachment__metadata .attachment__size {
3788
3943
  left: 9px;
3789
3944
  width: 23px;
3790
3945
  height: 12px;
3791
- -webkit-transform: rotate(-45deg);
3792
- -ms-transform: rotate(-45deg);
3793
3946
  transform: rotate(-45deg);
3794
3947
  border: solid;
3795
3948
  border-width: 0 0 5px 5px;
@@ -3804,19 +3957,19 @@ trix-editor .attachment__metadata .attachment__size {
3804
3957
  padding-left: 15px;
3805
3958
  }
3806
3959
 
3807
- .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
3960
+ .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
3808
3961
  border-width: 4px;
3809
3962
  outline: 3px solid transparent;
3810
3963
  outline-offset: 1px;
3811
3964
  box-shadow: 0 0 0 3px #ffdd00;
3812
3965
  }
3813
3966
  @media screen and (forced-colors: active), (-ms-high-contrast: active) {
3814
- .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
3967
+ .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
3815
3968
  outline-color: Highlight;
3816
3969
  }
3817
3970
  }
3818
3971
 
3819
- .govuk-checkboxes__input:checked + .govuk-checkboxes__label:after {
3972
+ .govuk-checkboxes__input:checked + .govuk-checkboxes__label::after {
3820
3973
  opacity: 1;
3821
3974
  }
3822
3975
 
@@ -3835,7 +3988,6 @@ trix-editor .attachment__metadata .attachment__size {
3835
3988
  -webkit-font-smoothing: antialiased;
3836
3989
  -moz-osx-font-smoothing: grayscale;
3837
3990
  font-weight: 400;
3838
- font-size: 16px;
3839
3991
  font-size: 1rem;
3840
3992
  line-height: 1.5;
3841
3993
  color: var(--site-text-color);
@@ -3850,7 +4002,6 @@ trix-editor .attachment__metadata .attachment__size {
3850
4002
  }
3851
4003
  @media (min-width: 40.0625em) {
3852
4004
  .govuk-checkboxes__divider {
3853
- font-size: 16px;
3854
4005
  font-size: 1rem;
3855
4006
  line-height: 1.5;
3856
4007
  }
@@ -3878,7 +4029,7 @@ trix-editor .attachment__metadata .attachment__size {
3878
4029
  margin-bottom: 20px;
3879
4030
  }
3880
4031
  }
3881
- .js-enabled .govuk-checkboxes__conditional--hidden {
4032
+ .govuk-frontend-supported .govuk-checkboxes__conditional--hidden {
3882
4033
  display: none;
3883
4034
  }
3884
4035
  .govuk-checkboxes__conditional > :last-child {
@@ -3891,7 +4042,7 @@ trix-editor .attachment__metadata .attachment__size {
3891
4042
  padding-left: 34px;
3892
4043
  float: left;
3893
4044
  }
3894
- .govuk-checkboxes--small .govuk-checkboxes__item:after {
4045
+ .govuk-checkboxes--small .govuk-checkboxes__item::after {
3895
4046
  content: "";
3896
4047
  display: block;
3897
4048
  clear: both;
@@ -3909,12 +4060,12 @@ trix-editor .attachment__metadata .attachment__size {
3909
4060
  padding: 11px 15px 10px 1px;
3910
4061
  }
3911
4062
  }
3912
- .govuk-checkboxes--small .govuk-checkboxes__label:before {
4063
+ .govuk-checkboxes--small .govuk-checkboxes__label::before {
3913
4064
  top: 8px;
3914
4065
  width: 24px;
3915
4066
  height: 24px;
3916
4067
  }
3917
- .govuk-checkboxes--small .govuk-checkboxes__label:after {
4068
+ .govuk-checkboxes--small .govuk-checkboxes__label::after {
3918
4069
  top: 15px;
3919
4070
  left: 6px;
3920
4071
  width: 12px;
@@ -3930,32 +4081,42 @@ trix-editor .attachment__metadata .attachment__size {
3930
4081
  padding-left: 20px;
3931
4082
  clear: both;
3932
4083
  }
3933
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before {
4084
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
4085
+ outline: 3px dashed transparent;
4086
+ outline-offset: 1px;
3934
4087
  box-shadow: 0 0 0 10px #b1b4b6;
3935
4088
  }
3936
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
4089
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
3937
4090
  box-shadow: 0 0 0 3px #ffdd00, 0 0 0 10px #b1b4b6;
3938
4091
  }
4092
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
4093
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
4094
+ outline-color: Highlight;
4095
+ }
4096
+ }
3939
4097
  @media (hover: none), (pointer: coarse) {
3940
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label:before {
4098
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:not(:disabled) + .govuk-checkboxes__label::before {
3941
4099
  box-shadow: initial;
3942
4100
  }
3943
- .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label:before {
4101
+ .govuk-checkboxes--small .govuk-checkboxes__item:hover .govuk-checkboxes__input:focus + .govuk-checkboxes__label::before {
3944
4102
  box-shadow: 0 0 0 3px #ffdd00;
3945
4103
  }
3946
4104
  }
3947
4105
 
4106
+
4107
+
4108
+
4109
+
4110
+
3948
4111
  .govuk-input {
3949
4112
  font-family: "Inter";
3950
4113
  -webkit-font-smoothing: antialiased;
3951
4114
  -moz-osx-font-smoothing: grayscale;
3952
4115
  font-weight: 400;
3953
- font-size: 16px;
3954
4116
  font-size: 1rem;
3955
4117
  line-height: 1.5;
3956
4118
  box-sizing: border-box;
3957
4119
  width: 100%;
3958
- height: 40px;
3959
4120
  height: 2.5rem;
3960
4121
  margin-top: 0;
3961
4122
  padding: 5px;
@@ -3971,7 +4132,6 @@ trix-editor .attachment__metadata .attachment__size {
3971
4132
  }
3972
4133
  @media (min-width: 40.0625em) {
3973
4134
  .govuk-input {
3974
- font-size: 16px;
3975
4135
  font-size: 1rem;
3976
4136
  line-height: 1.5;
3977
4137
  }
@@ -4015,7 +4175,6 @@ trix-editor .attachment__metadata .attachment__size {
4015
4175
  font-family: "Inter";
4016
4176
  -webkit-font-smoothing: antialiased;
4017
4177
  -moz-osx-font-smoothing: grayscale;
4018
- -webkit-font-feature-settings: "tnum" 1;
4019
4178
  font-feature-settings: "tnum" 1;
4020
4179
  font-weight: 400;
4021
4180
  letter-spacing: 0.05em;
@@ -4027,7 +4186,6 @@ trix-editor .attachment__metadata .attachment__size {
4027
4186
  }
4028
4187
  @supports (font-variant-numeric: tabular-nums) {
4029
4188
  .govuk-input--extra-letter-spacing {
4030
- -webkit-font-feature-settings: normal;
4031
4189
  font-feature-settings: normal;
4032
4190
  font-variant-numeric: tabular-nums;
4033
4191
  }
@@ -4062,11 +4220,9 @@ trix-editor .attachment__metadata .attachment__size {
4062
4220
  }
4063
4221
 
4064
4222
  .govuk-input__wrapper {
4065
- display: -ms-flexbox;
4066
4223
  display: flex;
4067
4224
  }
4068
4225
  .govuk-input__wrapper .govuk-input {
4069
- -ms-flex: 0 1 auto;
4070
4226
  flex: 0 1 auto;
4071
4227
  }
4072
4228
  .govuk-input__wrapper .govuk-input:focus {
@@ -4087,14 +4243,11 @@ trix-editor .attachment__metadata .attachment__size {
4087
4243
  -webkit-font-smoothing: antialiased;
4088
4244
  -moz-osx-font-smoothing: grayscale;
4089
4245
  font-weight: 400;
4090
- font-size: 16px;
4091
4246
  font-size: 1rem;
4092
4247
  line-height: 1.5;
4093
4248
  box-sizing: border-box;
4094
4249
  display: inline-block;
4095
- min-width: 40px;
4096
4250
  min-width: 2.5rem;
4097
- height: 40px;
4098
4251
  height: 2.5rem;
4099
4252
  padding: 5px;
4100
4253
  border: 2px solid var(--site-text-color);
@@ -4102,7 +4255,6 @@ trix-editor .attachment__metadata .attachment__size {
4102
4255
  text-align: center;
4103
4256
  white-space: nowrap;
4104
4257
  cursor: default;
4105
- -ms-flex: 0 0 auto;
4106
4258
  flex: 0 0 auto;
4107
4259
  }
4108
4260
  @media print {
@@ -4114,7 +4266,6 @@ trix-editor .attachment__metadata .attachment__size {
4114
4266
  @media (min-width: 40.0625em) {
4115
4267
  .govuk-input__prefix,
4116
4268
  .govuk-input__suffix {
4117
- font-size: 16px;
4118
4269
  font-size: 1rem;
4119
4270
  line-height: 1.5;
4120
4271
  }
@@ -4163,10 +4314,13 @@ trix-editor .attachment__metadata .attachment__size {
4163
4314
  }
4164
4315
  }
4165
4316
 
4317
+
4318
+
4319
+
4166
4320
  .govuk-date-input {
4167
4321
  font-size: 0;
4168
4322
  }
4169
- .govuk-date-input:after {
4323
+ .govuk-date-input::after {
4170
4324
  content: "";
4171
4325
  display: block;
4172
4326
  clear: both;
@@ -4186,12 +4340,38 @@ trix-editor .attachment__metadata .attachment__size {
4186
4340
  margin-bottom: 0;
4187
4341
  }
4188
4342
 
4343
+
4344
+
4345
+
4189
4346
  .govuk-error-summary {
4347
+ font-family: "Inter";
4348
+ -webkit-font-smoothing: antialiased;
4349
+ -moz-osx-font-smoothing: grayscale;
4350
+ font-weight: 400;
4351
+ font-size: 1rem;
4352
+ line-height: 1.5;
4190
4353
  color: var(--site-text-color);
4191
4354
  padding: 15px;
4192
4355
  margin-bottom: 30px;
4193
4356
  border: 5px solid #d4351c;
4194
4357
  }
4358
+ @media print {
4359
+ .govuk-error-summary {
4360
+ font-family: sans-serif;
4361
+ }
4362
+ }
4363
+ @media (min-width: 40.0625em) {
4364
+ .govuk-error-summary {
4365
+ font-size: 1rem;
4366
+ line-height: 1.5;
4367
+ }
4368
+ }
4369
+ @media print {
4370
+ .govuk-error-summary {
4371
+ font-size: 16px;
4372
+ line-height: 1.5;
4373
+ }
4374
+ }
4195
4375
  @media print {
4196
4376
  .govuk-error-summary {
4197
4377
  color: #000000;
@@ -4212,24 +4392,14 @@ trix-editor .attachment__metadata .attachment__size {
4212
4392
  }
4213
4393
 
4214
4394
  .govuk-error-summary__title {
4215
- font-family: "Inter";
4216
- -webkit-font-smoothing: antialiased;
4217
- -moz-osx-font-smoothing: grayscale;
4218
- font-weight: 700;
4219
- font-size: 18px;
4220
4395
  font-size: 1.125rem;
4221
4396
  line-height: 0.9866666667;
4397
+ font-weight: 700;
4222
4398
  margin-top: 0;
4223
4399
  margin-bottom: 15px;
4224
4400
  }
4225
- @media print {
4226
- .govuk-error-summary__title {
4227
- font-family: sans-serif;
4228
- }
4229
- }
4230
4401
  @media (min-width: 40.0625em) {
4231
4402
  .govuk-error-summary__title {
4232
- font-size: 18px;
4233
4403
  font-size: 1.125rem;
4234
4404
  line-height: 0.9866666667;
4235
4405
  }
@@ -4246,33 +4416,6 @@ trix-editor .attachment__metadata .attachment__size {
4246
4416
  }
4247
4417
  }
4248
4418
 
4249
- .govuk-error-summary__body {
4250
- font-family: "Inter";
4251
- -webkit-font-smoothing: antialiased;
4252
- -moz-osx-font-smoothing: grayscale;
4253
- font-weight: 400;
4254
- font-size: 16px;
4255
- font-size: 1rem;
4256
- line-height: 1.5;
4257
- }
4258
- @media print {
4259
- .govuk-error-summary__body {
4260
- font-family: sans-serif;
4261
- }
4262
- }
4263
- @media (min-width: 40.0625em) {
4264
- .govuk-error-summary__body {
4265
- font-size: 16px;
4266
- font-size: 1rem;
4267
- line-height: 1.5;
4268
- }
4269
- }
4270
- @media print {
4271
- .govuk-error-summary__body {
4272
- font-size: 16px;
4273
- line-height: 1.5;
4274
- }
4275
- }
4276
4419
  .govuk-error-summary__body p {
4277
4420
  margin-top: 0;
4278
4421
  margin-bottom: 15px;
@@ -4294,12 +4437,21 @@ trix-editor .attachment__metadata .attachment__size {
4294
4437
  -webkit-font-smoothing: antialiased;
4295
4438
  -moz-osx-font-smoothing: grayscale;
4296
4439
  text-decoration: underline;
4440
+ text-decoration-thickness: max(1px, .0625rem);
4441
+ text-underline-offset: 0.1578em;
4297
4442
  }
4298
4443
  @media print {
4299
4444
  .govuk-error-summary__list a {
4300
4445
  font-family: sans-serif;
4301
4446
  }
4302
4447
  }
4448
+ .govuk-error-summary__list a:hover {
4449
+ text-decoration-thickness: max(3px, .1875rem, .12em);
4450
+ -webkit-text-decoration-skip-ink: none;
4451
+ text-decoration-skip-ink: none;
4452
+ -webkit-text-decoration-skip: none;
4453
+ text-decoration-skip: none;
4454
+ }
4303
4455
  .govuk-error-summary__list a:focus {
4304
4456
  outline: 3px solid transparent;
4305
4457
  color: #0b0c0c;
@@ -4322,12 +4474,16 @@ trix-editor .attachment__metadata .attachment__size {
4322
4474
  color: #0b0c0c;
4323
4475
  }
4324
4476
 
4477
+
4478
+
4479
+
4480
+
4481
+
4325
4482
  .govuk-file-upload {
4326
4483
  font-family: "Inter";
4327
4484
  -webkit-font-smoothing: antialiased;
4328
4485
  -moz-osx-font-smoothing: grayscale;
4329
4486
  font-weight: 400;
4330
- font-size: 16px;
4331
4487
  font-size: 1rem;
4332
4488
  line-height: 1.5;
4333
4489
  color: var(--site-text-color);
@@ -4342,7 +4498,6 @@ trix-editor .attachment__metadata .attachment__size {
4342
4498
  }
4343
4499
  @media (min-width: 40.0625em) {
4344
4500
  .govuk-file-upload {
4345
- font-size: 16px;
4346
4501
  font-size: 1rem;
4347
4502
  line-height: 1.5;
4348
4503
  }
@@ -4376,14 +4531,18 @@ trix-editor .attachment__metadata .attachment__size {
4376
4531
  cursor: not-allowed;
4377
4532
  }
4378
4533
 
4534
+
4535
+
4536
+
4537
+
4538
+
4539
+
4540
+
4541
+
4542
+
4543
+
4544
+
4379
4545
  .govuk-radios__item {
4380
- font-family: "Inter";
4381
- -webkit-font-smoothing: antialiased;
4382
- -moz-osx-font-smoothing: grayscale;
4383
- font-weight: 400;
4384
- font-size: 16px;
4385
- font-size: 1rem;
4386
- line-height: 1.5;
4387
4546
  display: block;
4388
4547
  position: relative;
4389
4548
  min-height: 40px;
@@ -4391,24 +4550,6 @@ trix-editor .attachment__metadata .attachment__size {
4391
4550
  padding-left: 40px;
4392
4551
  clear: left;
4393
4552
  }
4394
- @media print {
4395
- .govuk-radios__item {
4396
- font-family: sans-serif;
4397
- }
4398
- }
4399
- @media (min-width: 40.0625em) {
4400
- .govuk-radios__item {
4401
- font-size: 16px;
4402
- font-size: 1rem;
4403
- line-height: 1.5;
4404
- }
4405
- }
4406
- @media print {
4407
- .govuk-radios__item {
4408
- font-size: 16px;
4409
- line-height: 1.5;
4410
- }
4411
- }
4412
4553
 
4413
4554
  .govuk-radios__item:last-child,
4414
4555
  .govuk-radios__item:last-of-type {
@@ -4416,7 +4557,6 @@ trix-editor .attachment__metadata .attachment__size {
4416
4557
  }
4417
4558
 
4418
4559
  .govuk-radios__input {
4419
- cursor: pointer;
4420
4560
  position: absolute;
4421
4561
  z-index: 1;
4422
4562
  top: -2px;
@@ -4425,6 +4565,7 @@ trix-editor .attachment__metadata .attachment__size {
4425
4565
  height: 44px;
4426
4566
  margin: 0;
4427
4567
  opacity: 0;
4568
+ cursor: pointer;
4428
4569
  }
4429
4570
 
4430
4571
  .govuk-radios__label {
@@ -4432,11 +4573,10 @@ trix-editor .attachment__metadata .attachment__size {
4432
4573
  margin-bottom: 0;
4433
4574
  padding: 8px 15px 5px;
4434
4575
  cursor: pointer;
4435
- -ms-touch-action: manipulation;
4436
4576
  touch-action: manipulation;
4437
4577
  }
4438
4578
 
4439
- .govuk-radios__label:before {
4579
+ .govuk-radios__label::before {
4440
4580
  content: "";
4441
4581
  box-sizing: border-box;
4442
4582
  position: absolute;
@@ -4449,7 +4589,7 @@ trix-editor .attachment__metadata .attachment__size {
4449
4589
  background: transparent;
4450
4590
  }
4451
4591
 
4452
- .govuk-radios__label:after {
4592
+ .govuk-radios__label::after {
4453
4593
  content: "";
4454
4594
  position: absolute;
4455
4595
  top: 10px;
@@ -4468,19 +4608,19 @@ trix-editor .attachment__metadata .attachment__size {
4468
4608
  padding-left: 15px;
4469
4609
  }
4470
4610
 
4471
- .govuk-radios__input:focus + .govuk-radios__label:before {
4611
+ .govuk-radios__input:focus + .govuk-radios__label::before {
4472
4612
  border-width: 4px;
4473
4613
  outline: 3px solid transparent;
4474
4614
  outline-offset: 1px;
4475
4615
  box-shadow: 0 0 0 4px #ffdd00;
4476
4616
  }
4477
4617
  @media screen and (forced-colors: active), (-ms-high-contrast: active) {
4478
- .govuk-radios__input:focus + .govuk-radios__label:before {
4618
+ .govuk-radios__input:focus + .govuk-radios__label::before {
4479
4619
  outline-color: Highlight;
4480
4620
  }
4481
4621
  }
4482
4622
 
4483
- .govuk-radios__input:checked + .govuk-radios__label:after {
4623
+ .govuk-radios__input:checked + .govuk-radios__label::after {
4484
4624
  opacity: 1;
4485
4625
  }
4486
4626
 
@@ -4495,7 +4635,7 @@ trix-editor .attachment__metadata .attachment__size {
4495
4635
  }
4496
4636
 
4497
4637
  @media (min-width: 40.0625em) {
4498
- .govuk-radios--inline:after {
4638
+ .govuk-radios--inline::after {
4499
4639
  content: "";
4500
4640
  display: block;
4501
4641
  clear: both;
@@ -4512,7 +4652,6 @@ trix-editor .attachment__metadata .attachment__size {
4512
4652
  -webkit-font-smoothing: antialiased;
4513
4653
  -moz-osx-font-smoothing: grayscale;
4514
4654
  font-weight: 400;
4515
- font-size: 16px;
4516
4655
  font-size: 1rem;
4517
4656
  line-height: 1.5;
4518
4657
  color: var(--site-text-color);
@@ -4527,7 +4666,6 @@ trix-editor .attachment__metadata .attachment__size {
4527
4666
  }
4528
4667
  @media (min-width: 40.0625em) {
4529
4668
  .govuk-radios__divider {
4530
- font-size: 16px;
4531
4669
  font-size: 1rem;
4532
4670
  line-height: 1.5;
4533
4671
  }
@@ -4555,7 +4693,7 @@ trix-editor .attachment__metadata .attachment__size {
4555
4693
  margin-bottom: 20px;
4556
4694
  }
4557
4695
  }
4558
- .js-enabled .govuk-radios__conditional--hidden {
4696
+ .govuk-frontend-supported .govuk-radios__conditional--hidden {
4559
4697
  display: none;
4560
4698
  }
4561
4699
  .govuk-radios__conditional > :last-child {
@@ -4568,7 +4706,7 @@ trix-editor .attachment__metadata .attachment__size {
4568
4706
  padding-left: 34px;
4569
4707
  float: left;
4570
4708
  }
4571
- .govuk-radios--small .govuk-radios__item:after {
4709
+ .govuk-radios--small .govuk-radios__item::after {
4572
4710
  content: "";
4573
4711
  display: block;
4574
4712
  clear: both;
@@ -4586,12 +4724,12 @@ trix-editor .attachment__metadata .attachment__size {
4586
4724
  padding: 11px 15px 10px 1px;
4587
4725
  }
4588
4726
  }
4589
- .govuk-radios--small .govuk-radios__label:before {
4727
+ .govuk-radios--small .govuk-radios__label::before {
4590
4728
  top: 8px;
4591
4729
  width: 24px;
4592
4730
  height: 24px;
4593
4731
  }
4594
- .govuk-radios--small .govuk-radios__label:after {
4732
+ .govuk-radios--small .govuk-radios__label::after {
4595
4733
  top: 15px;
4596
4734
  left: 7px;
4597
4735
  border-width: 5px;
@@ -4610,33 +4748,42 @@ trix-editor .attachment__metadata .attachment__size {
4610
4748
  width: 24px;
4611
4749
  margin-bottom: 5px;
4612
4750
  }
4613
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label:before {
4751
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
4752
+ outline: 4px dashed transparent;
4753
+ outline-offset: 1px;
4614
4754
  box-shadow: 0 0 0 10px #b1b4b6;
4615
4755
  }
4616
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label:before {
4617
- box-shadow: 0 0 0 4px #ffdd00, 0 0 0 10px #b1b4b6;
4756
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
4757
+ box-shadow: 0 0 0 4px #ffdd00 0 0 0 10px #b1b4b6;
4758
+ }
4759
+ @media screen and (forced-colors: active), (-ms-high-contrast: active) {
4760
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
4761
+ outline-color: Highlight;
4762
+ }
4618
4763
  }
4619
4764
  @media (hover: none), (pointer: coarse) {
4620
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label:before {
4765
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:not(:disabled) + .govuk-radios__label::before {
4621
4766
  box-shadow: initial;
4622
4767
  }
4623
- .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label:before {
4768
+ .govuk-radios--small .govuk-radios__item:hover .govuk-radios__input:focus + .govuk-radios__label::before {
4624
4769
  box-shadow: 0 0 0 4px #ffdd00;
4625
4770
  }
4626
4771
  }
4627
4772
 
4773
+
4774
+
4775
+
4776
+
4628
4777
  .govuk-select {
4629
4778
  font-family: "Inter";
4630
4779
  -webkit-font-smoothing: antialiased;
4631
4780
  -moz-osx-font-smoothing: grayscale;
4632
4781
  font-weight: 400;
4633
- font-size: 16px;
4634
4782
  font-size: 1rem;
4635
4783
  line-height: 1.25;
4636
4784
  box-sizing: border-box;
4637
4785
  min-width: 11.5em;
4638
4786
  max-width: 100%;
4639
- height: 40px;
4640
4787
  height: 2.5rem;
4641
4788
  padding: 5px;
4642
4789
  border: 2px solid var(--site-text-color);
@@ -4650,7 +4797,6 @@ trix-editor .attachment__metadata .attachment__size {
4650
4797
  }
4651
4798
  @media (min-width: 40.0625em) {
4652
4799
  .govuk-select {
4653
- font-size: 16px;
4654
4800
  font-size: 1rem;
4655
4801
  line-height: 1.25;
4656
4802
  }
@@ -4686,12 +4832,15 @@ trix-editor .attachment__metadata .attachment__size {
4686
4832
  border-color: var(--site-text-color);
4687
4833
  }
4688
4834
 
4835
+
4836
+
4837
+
4838
+
4689
4839
  .govuk-textarea {
4690
4840
  font-family: "Inter";
4691
4841
  -webkit-font-smoothing: antialiased;
4692
4842
  -moz-osx-font-smoothing: grayscale;
4693
4843
  font-weight: 400;
4694
- font-size: 16px;
4695
4844
  font-size: 1rem;
4696
4845
  line-height: 1.25;
4697
4846
  box-sizing: border-box;
@@ -4712,7 +4861,6 @@ trix-editor .attachment__metadata .attachment__size {
4712
4861
  }
4713
4862
  @media (min-width: 40.0625em) {
4714
4863
  .govuk-textarea {
4715
- font-size: 16px;
4716
4864
  font-size: 1rem;
4717
4865
  line-height: 1.25;
4718
4866
  }
@@ -4747,12 +4895,14 @@ trix-editor .attachment__metadata .attachment__size {
4747
4895
  border-color: var(--site-text-color);
4748
4896
  }
4749
4897
 
4750
- .govuk-clearfix:after {
4898
+
4899
+ .govuk-clearfix::after {
4751
4900
  content: "";
4752
4901
  display: block;
4753
4902
  clear: both;
4754
4903
  }
4755
4904
 
4905
+
4756
4906
  .govuk-visually-hidden {
4757
4907
  position: absolute !important;
4758
4908
  width: 1px !important;
@@ -4765,11 +4915,14 @@ trix-editor .attachment__metadata .attachment__size {
4765
4915
  clip-path: inset(50%) !important;
4766
4916
  border: 0 !important;
4767
4917
  white-space: nowrap !important;
4918
+ -webkit-user-select: none;
4919
+ -ms-user-select: none;
4920
+ user-select: none;
4768
4921
  }
4769
- .govuk-visually-hidden:before {
4922
+ .govuk-visually-hidden::before {
4770
4923
  content: " ";
4771
4924
  }
4772
- .govuk-visually-hidden:after {
4925
+ .govuk-visually-hidden::after {
4773
4926
  content: " ";
4774
4927
  }
4775
4928
 
@@ -4783,6 +4936,9 @@ trix-editor .attachment__metadata .attachment__size {
4783
4936
  -webkit-clip-path: inset(50%) !important;
4784
4937
  clip-path: inset(50%) !important;
4785
4938
  white-space: nowrap !important;
4939
+ -webkit-user-select: none;
4940
+ -ms-user-select: none;
4941
+ user-select: none;
4786
4942
  }
4787
4943
  .govuk-visually-hidden-focusable:active, .govuk-visually-hidden-focusable:focus {
4788
4944
  position: static !important;
@@ -4794,8 +4950,13 @@ trix-editor .attachment__metadata .attachment__size {
4794
4950
  -webkit-clip-path: none !important;
4795
4951
  clip-path: none !important;
4796
4952
  white-space: inherit !important;
4953
+ -webkit-user-select: text;
4954
+ -ms-user-select: text;
4955
+ user-select: text;
4797
4956
  }
4798
4957
 
4958
+
4959
+
4799
4960
  .govuk-\!-display-inline {
4800
4961
  display: inline !important;
4801
4962
  }
@@ -4817,6 +4978,7 @@ trix-editor .attachment__metadata .attachment__size {
4817
4978
  display: none !important;
4818
4979
  }
4819
4980
  }
4981
+
4820
4982
  .govuk-\!-margin-0 {
4821
4983
  margin: 0 !important;
4822
4984
  }
@@ -5517,506 +5679,407 @@ trix-editor .attachment__metadata .attachment__size {
5517
5679
  }
5518
5680
  }
5519
5681
 
5520
- .govuk-\!-margin-static-0,
5521
5682
  .govuk-\!-static-margin-0 {
5522
5683
  margin: 0 !important;
5523
5684
  }
5524
5685
 
5525
- .govuk-\!-margin-top-static-0,
5526
5686
  .govuk-\!-static-margin-top-0 {
5527
5687
  margin-top: 0 !important;
5528
5688
  }
5529
5689
 
5530
- .govuk-\!-margin-right-static-0,
5531
5690
  .govuk-\!-static-margin-right-0 {
5532
5691
  margin-right: 0 !important;
5533
5692
  }
5534
5693
 
5535
- .govuk-\!-margin-bottom-static-0,
5536
5694
  .govuk-\!-static-margin-bottom-0 {
5537
5695
  margin-bottom: 0 !important;
5538
5696
  }
5539
5697
 
5540
- .govuk-\!-margin-left-static-0,
5541
5698
  .govuk-\!-static-margin-left-0 {
5542
5699
  margin-left: 0 !important;
5543
5700
  }
5544
5701
 
5545
- .govuk-\!-margin-static-1,
5546
5702
  .govuk-\!-static-margin-1 {
5547
5703
  margin: 5px !important;
5548
5704
  }
5549
5705
 
5550
- .govuk-\!-margin-top-static-1,
5551
5706
  .govuk-\!-static-margin-top-1 {
5552
5707
  margin-top: 5px !important;
5553
5708
  }
5554
5709
 
5555
- .govuk-\!-margin-right-static-1,
5556
5710
  .govuk-\!-static-margin-right-1 {
5557
5711
  margin-right: 5px !important;
5558
5712
  }
5559
5713
 
5560
- .govuk-\!-margin-bottom-static-1,
5561
5714
  .govuk-\!-static-margin-bottom-1 {
5562
5715
  margin-bottom: 5px !important;
5563
5716
  }
5564
5717
 
5565
- .govuk-\!-margin-left-static-1,
5566
5718
  .govuk-\!-static-margin-left-1 {
5567
5719
  margin-left: 5px !important;
5568
5720
  }
5569
5721
 
5570
- .govuk-\!-margin-static-2,
5571
5722
  .govuk-\!-static-margin-2 {
5572
5723
  margin: 10px !important;
5573
5724
  }
5574
5725
 
5575
- .govuk-\!-margin-top-static-2,
5576
5726
  .govuk-\!-static-margin-top-2 {
5577
5727
  margin-top: 10px !important;
5578
5728
  }
5579
5729
 
5580
- .govuk-\!-margin-right-static-2,
5581
5730
  .govuk-\!-static-margin-right-2 {
5582
5731
  margin-right: 10px !important;
5583
5732
  }
5584
5733
 
5585
- .govuk-\!-margin-bottom-static-2,
5586
5734
  .govuk-\!-static-margin-bottom-2 {
5587
5735
  margin-bottom: 10px !important;
5588
5736
  }
5589
5737
 
5590
- .govuk-\!-margin-left-static-2,
5591
5738
  .govuk-\!-static-margin-left-2 {
5592
5739
  margin-left: 10px !important;
5593
5740
  }
5594
5741
 
5595
- .govuk-\!-margin-static-3,
5596
5742
  .govuk-\!-static-margin-3 {
5597
5743
  margin: 15px !important;
5598
5744
  }
5599
5745
 
5600
- .govuk-\!-margin-top-static-3,
5601
5746
  .govuk-\!-static-margin-top-3 {
5602
5747
  margin-top: 15px !important;
5603
5748
  }
5604
5749
 
5605
- .govuk-\!-margin-right-static-3,
5606
5750
  .govuk-\!-static-margin-right-3 {
5607
5751
  margin-right: 15px !important;
5608
5752
  }
5609
5753
 
5610
- .govuk-\!-margin-bottom-static-3,
5611
5754
  .govuk-\!-static-margin-bottom-3 {
5612
5755
  margin-bottom: 15px !important;
5613
5756
  }
5614
5757
 
5615
- .govuk-\!-margin-left-static-3,
5616
5758
  .govuk-\!-static-margin-left-3 {
5617
5759
  margin-left: 15px !important;
5618
5760
  }
5619
5761
 
5620
- .govuk-\!-margin-static-4,
5621
5762
  .govuk-\!-static-margin-4 {
5622
5763
  margin: 20px !important;
5623
5764
  }
5624
5765
 
5625
- .govuk-\!-margin-top-static-4,
5626
5766
  .govuk-\!-static-margin-top-4 {
5627
5767
  margin-top: 20px !important;
5628
5768
  }
5629
5769
 
5630
- .govuk-\!-margin-right-static-4,
5631
5770
  .govuk-\!-static-margin-right-4 {
5632
5771
  margin-right: 20px !important;
5633
5772
  }
5634
5773
 
5635
- .govuk-\!-margin-bottom-static-4,
5636
5774
  .govuk-\!-static-margin-bottom-4 {
5637
5775
  margin-bottom: 20px !important;
5638
5776
  }
5639
5777
 
5640
- .govuk-\!-margin-left-static-4,
5641
5778
  .govuk-\!-static-margin-left-4 {
5642
5779
  margin-left: 20px !important;
5643
5780
  }
5644
5781
 
5645
- .govuk-\!-margin-static-5,
5646
5782
  .govuk-\!-static-margin-5 {
5647
5783
  margin: 25px !important;
5648
5784
  }
5649
5785
 
5650
- .govuk-\!-margin-top-static-5,
5651
5786
  .govuk-\!-static-margin-top-5 {
5652
5787
  margin-top: 25px !important;
5653
5788
  }
5654
5789
 
5655
- .govuk-\!-margin-right-static-5,
5656
5790
  .govuk-\!-static-margin-right-5 {
5657
5791
  margin-right: 25px !important;
5658
5792
  }
5659
5793
 
5660
- .govuk-\!-margin-bottom-static-5,
5661
5794
  .govuk-\!-static-margin-bottom-5 {
5662
5795
  margin-bottom: 25px !important;
5663
5796
  }
5664
5797
 
5665
- .govuk-\!-margin-left-static-5,
5666
5798
  .govuk-\!-static-margin-left-5 {
5667
5799
  margin-left: 25px !important;
5668
5800
  }
5669
5801
 
5670
- .govuk-\!-margin-static-6,
5671
5802
  .govuk-\!-static-margin-6 {
5672
5803
  margin: 30px !important;
5673
5804
  }
5674
5805
 
5675
- .govuk-\!-margin-top-static-6,
5676
5806
  .govuk-\!-static-margin-top-6 {
5677
5807
  margin-top: 30px !important;
5678
5808
  }
5679
5809
 
5680
- .govuk-\!-margin-right-static-6,
5681
5810
  .govuk-\!-static-margin-right-6 {
5682
5811
  margin-right: 30px !important;
5683
5812
  }
5684
5813
 
5685
- .govuk-\!-margin-bottom-static-6,
5686
5814
  .govuk-\!-static-margin-bottom-6 {
5687
5815
  margin-bottom: 30px !important;
5688
5816
  }
5689
5817
 
5690
- .govuk-\!-margin-left-static-6,
5691
5818
  .govuk-\!-static-margin-left-6 {
5692
5819
  margin-left: 30px !important;
5693
5820
  }
5694
5821
 
5695
- .govuk-\!-margin-static-7,
5696
5822
  .govuk-\!-static-margin-7 {
5697
5823
  margin: 40px !important;
5698
5824
  }
5699
5825
 
5700
- .govuk-\!-margin-top-static-7,
5701
5826
  .govuk-\!-static-margin-top-7 {
5702
5827
  margin-top: 40px !important;
5703
5828
  }
5704
5829
 
5705
- .govuk-\!-margin-right-static-7,
5706
5830
  .govuk-\!-static-margin-right-7 {
5707
5831
  margin-right: 40px !important;
5708
5832
  }
5709
5833
 
5710
- .govuk-\!-margin-bottom-static-7,
5711
5834
  .govuk-\!-static-margin-bottom-7 {
5712
5835
  margin-bottom: 40px !important;
5713
5836
  }
5714
5837
 
5715
- .govuk-\!-margin-left-static-7,
5716
5838
  .govuk-\!-static-margin-left-7 {
5717
5839
  margin-left: 40px !important;
5718
5840
  }
5719
5841
 
5720
- .govuk-\!-margin-static-8,
5721
5842
  .govuk-\!-static-margin-8 {
5722
5843
  margin: 50px !important;
5723
5844
  }
5724
5845
 
5725
- .govuk-\!-margin-top-static-8,
5726
5846
  .govuk-\!-static-margin-top-8 {
5727
5847
  margin-top: 50px !important;
5728
5848
  }
5729
5849
 
5730
- .govuk-\!-margin-right-static-8,
5731
5850
  .govuk-\!-static-margin-right-8 {
5732
5851
  margin-right: 50px !important;
5733
5852
  }
5734
5853
 
5735
- .govuk-\!-margin-bottom-static-8,
5736
5854
  .govuk-\!-static-margin-bottom-8 {
5737
5855
  margin-bottom: 50px !important;
5738
5856
  }
5739
5857
 
5740
- .govuk-\!-margin-left-static-8,
5741
5858
  .govuk-\!-static-margin-left-8 {
5742
5859
  margin-left: 50px !important;
5743
5860
  }
5744
5861
 
5745
- .govuk-\!-margin-static-9,
5746
5862
  .govuk-\!-static-margin-9 {
5747
5863
  margin: 60px !important;
5748
5864
  }
5749
5865
 
5750
- .govuk-\!-margin-top-static-9,
5751
5866
  .govuk-\!-static-margin-top-9 {
5752
5867
  margin-top: 60px !important;
5753
5868
  }
5754
5869
 
5755
- .govuk-\!-margin-right-static-9,
5756
5870
  .govuk-\!-static-margin-right-9 {
5757
5871
  margin-right: 60px !important;
5758
5872
  }
5759
5873
 
5760
- .govuk-\!-margin-bottom-static-9,
5761
5874
  .govuk-\!-static-margin-bottom-9 {
5762
5875
  margin-bottom: 60px !important;
5763
5876
  }
5764
5877
 
5765
- .govuk-\!-margin-left-static-9,
5766
5878
  .govuk-\!-static-margin-left-9 {
5767
5879
  margin-left: 60px !important;
5768
5880
  }
5769
5881
 
5770
- .govuk-\!-padding-static-0,
5771
5882
  .govuk-\!-static-padding-0 {
5772
5883
  padding: 0 !important;
5773
5884
  }
5774
5885
 
5775
- .govuk-\!-padding-top-static-0,
5776
5886
  .govuk-\!-static-padding-top-0 {
5777
5887
  padding-top: 0 !important;
5778
5888
  }
5779
5889
 
5780
- .govuk-\!-padding-right-static-0,
5781
5890
  .govuk-\!-static-padding-right-0 {
5782
5891
  padding-right: 0 !important;
5783
5892
  }
5784
5893
 
5785
- .govuk-\!-padding-bottom-static-0,
5786
5894
  .govuk-\!-static-padding-bottom-0 {
5787
5895
  padding-bottom: 0 !important;
5788
5896
  }
5789
5897
 
5790
- .govuk-\!-padding-left-static-0,
5791
5898
  .govuk-\!-static-padding-left-0 {
5792
5899
  padding-left: 0 !important;
5793
5900
  }
5794
5901
 
5795
- .govuk-\!-padding-static-1,
5796
5902
  .govuk-\!-static-padding-1 {
5797
5903
  padding: 5px !important;
5798
5904
  }
5799
5905
 
5800
- .govuk-\!-padding-top-static-1,
5801
5906
  .govuk-\!-static-padding-top-1 {
5802
5907
  padding-top: 5px !important;
5803
5908
  }
5804
5909
 
5805
- .govuk-\!-padding-right-static-1,
5806
5910
  .govuk-\!-static-padding-right-1 {
5807
5911
  padding-right: 5px !important;
5808
5912
  }
5809
5913
 
5810
- .govuk-\!-padding-bottom-static-1,
5811
5914
  .govuk-\!-static-padding-bottom-1 {
5812
5915
  padding-bottom: 5px !important;
5813
5916
  }
5814
5917
 
5815
- .govuk-\!-padding-left-static-1,
5816
5918
  .govuk-\!-static-padding-left-1 {
5817
5919
  padding-left: 5px !important;
5818
5920
  }
5819
5921
 
5820
- .govuk-\!-padding-static-2,
5821
5922
  .govuk-\!-static-padding-2 {
5822
5923
  padding: 10px !important;
5823
5924
  }
5824
5925
 
5825
- .govuk-\!-padding-top-static-2,
5826
5926
  .govuk-\!-static-padding-top-2 {
5827
5927
  padding-top: 10px !important;
5828
5928
  }
5829
5929
 
5830
- .govuk-\!-padding-right-static-2,
5831
5930
  .govuk-\!-static-padding-right-2 {
5832
5931
  padding-right: 10px !important;
5833
5932
  }
5834
5933
 
5835
- .govuk-\!-padding-bottom-static-2,
5836
5934
  .govuk-\!-static-padding-bottom-2 {
5837
5935
  padding-bottom: 10px !important;
5838
5936
  }
5839
5937
 
5840
- .govuk-\!-padding-left-static-2,
5841
5938
  .govuk-\!-static-padding-left-2 {
5842
5939
  padding-left: 10px !important;
5843
5940
  }
5844
5941
 
5845
- .govuk-\!-padding-static-3,
5846
5942
  .govuk-\!-static-padding-3 {
5847
5943
  padding: 15px !important;
5848
5944
  }
5849
5945
 
5850
- .govuk-\!-padding-top-static-3,
5851
5946
  .govuk-\!-static-padding-top-3 {
5852
5947
  padding-top: 15px !important;
5853
5948
  }
5854
5949
 
5855
- .govuk-\!-padding-right-static-3,
5856
5950
  .govuk-\!-static-padding-right-3 {
5857
5951
  padding-right: 15px !important;
5858
5952
  }
5859
5953
 
5860
- .govuk-\!-padding-bottom-static-3,
5861
5954
  .govuk-\!-static-padding-bottom-3 {
5862
5955
  padding-bottom: 15px !important;
5863
5956
  }
5864
5957
 
5865
- .govuk-\!-padding-left-static-3,
5866
5958
  .govuk-\!-static-padding-left-3 {
5867
5959
  padding-left: 15px !important;
5868
5960
  }
5869
5961
 
5870
- .govuk-\!-padding-static-4,
5871
5962
  .govuk-\!-static-padding-4 {
5872
5963
  padding: 20px !important;
5873
5964
  }
5874
5965
 
5875
- .govuk-\!-padding-top-static-4,
5876
5966
  .govuk-\!-static-padding-top-4 {
5877
5967
  padding-top: 20px !important;
5878
5968
  }
5879
5969
 
5880
- .govuk-\!-padding-right-static-4,
5881
5970
  .govuk-\!-static-padding-right-4 {
5882
5971
  padding-right: 20px !important;
5883
5972
  }
5884
5973
 
5885
- .govuk-\!-padding-bottom-static-4,
5886
5974
  .govuk-\!-static-padding-bottom-4 {
5887
5975
  padding-bottom: 20px !important;
5888
5976
  }
5889
5977
 
5890
- .govuk-\!-padding-left-static-4,
5891
5978
  .govuk-\!-static-padding-left-4 {
5892
5979
  padding-left: 20px !important;
5893
5980
  }
5894
5981
 
5895
- .govuk-\!-padding-static-5,
5896
5982
  .govuk-\!-static-padding-5 {
5897
5983
  padding: 25px !important;
5898
5984
  }
5899
5985
 
5900
- .govuk-\!-padding-top-static-5,
5901
5986
  .govuk-\!-static-padding-top-5 {
5902
5987
  padding-top: 25px !important;
5903
5988
  }
5904
5989
 
5905
- .govuk-\!-padding-right-static-5,
5906
5990
  .govuk-\!-static-padding-right-5 {
5907
5991
  padding-right: 25px !important;
5908
5992
  }
5909
5993
 
5910
- .govuk-\!-padding-bottom-static-5,
5911
5994
  .govuk-\!-static-padding-bottom-5 {
5912
5995
  padding-bottom: 25px !important;
5913
5996
  }
5914
5997
 
5915
- .govuk-\!-padding-left-static-5,
5916
5998
  .govuk-\!-static-padding-left-5 {
5917
5999
  padding-left: 25px !important;
5918
6000
  }
5919
6001
 
5920
- .govuk-\!-padding-static-6,
5921
6002
  .govuk-\!-static-padding-6 {
5922
6003
  padding: 30px !important;
5923
6004
  }
5924
6005
 
5925
- .govuk-\!-padding-top-static-6,
5926
6006
  .govuk-\!-static-padding-top-6 {
5927
6007
  padding-top: 30px !important;
5928
6008
  }
5929
6009
 
5930
- .govuk-\!-padding-right-static-6,
5931
6010
  .govuk-\!-static-padding-right-6 {
5932
6011
  padding-right: 30px !important;
5933
6012
  }
5934
6013
 
5935
- .govuk-\!-padding-bottom-static-6,
5936
6014
  .govuk-\!-static-padding-bottom-6 {
5937
6015
  padding-bottom: 30px !important;
5938
6016
  }
5939
6017
 
5940
- .govuk-\!-padding-left-static-6,
5941
6018
  .govuk-\!-static-padding-left-6 {
5942
6019
  padding-left: 30px !important;
5943
6020
  }
5944
6021
 
5945
- .govuk-\!-padding-static-7,
5946
6022
  .govuk-\!-static-padding-7 {
5947
6023
  padding: 40px !important;
5948
6024
  }
5949
6025
 
5950
- .govuk-\!-padding-top-static-7,
5951
6026
  .govuk-\!-static-padding-top-7 {
5952
6027
  padding-top: 40px !important;
5953
6028
  }
5954
6029
 
5955
- .govuk-\!-padding-right-static-7,
5956
6030
  .govuk-\!-static-padding-right-7 {
5957
6031
  padding-right: 40px !important;
5958
6032
  }
5959
6033
 
5960
- .govuk-\!-padding-bottom-static-7,
5961
6034
  .govuk-\!-static-padding-bottom-7 {
5962
6035
  padding-bottom: 40px !important;
5963
6036
  }
5964
6037
 
5965
- .govuk-\!-padding-left-static-7,
5966
6038
  .govuk-\!-static-padding-left-7 {
5967
6039
  padding-left: 40px !important;
5968
6040
  }
5969
6041
 
5970
- .govuk-\!-padding-static-8,
5971
6042
  .govuk-\!-static-padding-8 {
5972
6043
  padding: 50px !important;
5973
6044
  }
5974
6045
 
5975
- .govuk-\!-padding-top-static-8,
5976
6046
  .govuk-\!-static-padding-top-8 {
5977
6047
  padding-top: 50px !important;
5978
6048
  }
5979
6049
 
5980
- .govuk-\!-padding-right-static-8,
5981
6050
  .govuk-\!-static-padding-right-8 {
5982
6051
  padding-right: 50px !important;
5983
6052
  }
5984
6053
 
5985
- .govuk-\!-padding-bottom-static-8,
5986
6054
  .govuk-\!-static-padding-bottom-8 {
5987
6055
  padding-bottom: 50px !important;
5988
6056
  }
5989
6057
 
5990
- .govuk-\!-padding-left-static-8,
5991
6058
  .govuk-\!-static-padding-left-8 {
5992
6059
  padding-left: 50px !important;
5993
6060
  }
5994
6061
 
5995
- .govuk-\!-padding-static-9,
5996
6062
  .govuk-\!-static-padding-9 {
5997
6063
  padding: 60px !important;
5998
6064
  }
5999
6065
 
6000
- .govuk-\!-padding-top-static-9,
6001
6066
  .govuk-\!-static-padding-top-9 {
6002
6067
  padding-top: 60px !important;
6003
6068
  }
6004
6069
 
6005
- .govuk-\!-padding-right-static-9,
6006
6070
  .govuk-\!-static-padding-right-9 {
6007
6071
  padding-right: 60px !important;
6008
6072
  }
6009
6073
 
6010
- .govuk-\!-padding-bottom-static-9,
6011
6074
  .govuk-\!-static-padding-bottom-9 {
6012
6075
  padding-bottom: 60px !important;
6013
6076
  }
6014
6077
 
6015
- .govuk-\!-padding-left-static-9,
6016
6078
  .govuk-\!-static-padding-left-9 {
6017
6079
  padding-left: 60px !important;
6018
6080
  }
6019
6081
 
6082
+
6020
6083
  .govuk-\!-text-align-left {
6021
6084
  text-align: left !important;
6022
6085
  }
@@ -6029,14 +6092,13 @@ trix-editor .attachment__metadata .attachment__size {
6029
6092
  text-align: right !important;
6030
6093
  }
6031
6094
 
6095
+
6032
6096
  .govuk-\!-font-size-80 {
6033
- font-size: 53px !important;
6034
6097
  font-size: 3.3125rem !important;
6035
6098
  line-height: 0.3109433962 !important;
6036
6099
  }
6037
6100
  @media (min-width: 40.0625em) {
6038
6101
  .govuk-\!-font-size-80 {
6039
- font-size: 53px !important;
6040
6102
  font-size: 3.3125rem !important;
6041
6103
  line-height: 0.3109433962 !important;
6042
6104
  }
@@ -6049,13 +6111,11 @@ trix-editor .attachment__metadata .attachment__size {
6049
6111
  }
6050
6112
 
6051
6113
  .govuk-\!-font-size-48 {
6052
- font-size: 32px !important;
6053
6114
  font-size: 2rem !important;
6054
6115
  line-height: 0.545 !important;
6055
6116
  }
6056
6117
  @media (min-width: 40.0625em) {
6057
6118
  .govuk-\!-font-size-48 {
6058
- font-size: 32px !important;
6059
6119
  font-size: 2rem !important;
6060
6120
  line-height: 0.545 !important;
6061
6121
  }
@@ -6068,13 +6128,11 @@ trix-editor .attachment__metadata .attachment__size {
6068
6128
  }
6069
6129
 
6070
6130
  .govuk-\!-font-size-36 {
6071
- font-size: 24px !important;
6072
6131
  font-size: 1.5rem !important;
6073
6132
  line-height: 0.6933333333 !important;
6074
6133
  }
6075
6134
  @media (min-width: 40.0625em) {
6076
6135
  .govuk-\!-font-size-36 {
6077
- font-size: 24px !important;
6078
6136
  font-size: 1.5rem !important;
6079
6137
  line-height: 0.6933333333 !important;
6080
6138
  }
@@ -6087,13 +6145,11 @@ trix-editor .attachment__metadata .attachment__size {
6087
6145
  }
6088
6146
 
6089
6147
  .govuk-\!-font-size-27 {
6090
- font-size: 18px !important;
6091
6148
  font-size: 1.125rem !important;
6092
6149
  line-height: 0.9866666667 !important;
6093
6150
  }
6094
6151
  @media (min-width: 40.0625em) {
6095
6152
  .govuk-\!-font-size-27 {
6096
- font-size: 18px !important;
6097
6153
  font-size: 1.125rem !important;
6098
6154
  line-height: 0.9866666667 !important;
6099
6155
  }
@@ -6106,13 +6162,11 @@ trix-editor .attachment__metadata .attachment__size {
6106
6162
  }
6107
6163
 
6108
6164
  .govuk-\!-font-size-24 {
6109
- font-size: 18px !important;
6110
6165
  font-size: 1.125rem !important;
6111
6166
  line-height: 0.9866666667 !important;
6112
6167
  }
6113
6168
  @media (min-width: 40.0625em) {
6114
6169
  .govuk-\!-font-size-24 {
6115
- font-size: 18px !important;
6116
6170
  font-size: 1.125rem !important;
6117
6171
  line-height: 0.9866666667 !important;
6118
6172
  }
@@ -6125,13 +6179,11 @@ trix-editor .attachment__metadata .attachment__size {
6125
6179
  }
6126
6180
 
6127
6181
  .govuk-\!-font-size-19 {
6128
- font-size: 16px !important;
6129
6182
  font-size: 1rem !important;
6130
6183
  line-height: 1.5 !important;
6131
6184
  }
6132
6185
  @media (min-width: 40.0625em) {
6133
6186
  .govuk-\!-font-size-19 {
6134
- font-size: 16px !important;
6135
6187
  font-size: 1rem !important;
6136
6188
  line-height: 1.5 !important;
6137
6189
  }
@@ -6144,13 +6196,11 @@ trix-editor .attachment__metadata .attachment__size {
6144
6196
  }
6145
6197
 
6146
6198
  .govuk-\!-font-size-16 {
6147
- font-size: 16px !important;
6148
6199
  font-size: 1rem !important;
6149
6200
  line-height: 1.14 !important;
6150
6201
  }
6151
6202
  @media (min-width: 40.0625em) {
6152
6203
  .govuk-\!-font-size-16 {
6153
- font-size: 16px !important;
6154
6204
  font-size: 1rem !important;
6155
6205
  line-height: 1.14 !important;
6156
6206
  }
@@ -6163,13 +6213,11 @@ trix-editor .attachment__metadata .attachment__size {
6163
6213
  }
6164
6214
 
6165
6215
  .govuk-\!-font-size-14 {
6166
- font-size: 14px !important;
6167
6216
  font-size: 0.875rem !important;
6168
6217
  line-height: 1.4285714286 !important;
6169
6218
  }
6170
6219
  @media (min-width: 40.0625em) {
6171
6220
  .govuk-\!-font-size-14 {
6172
- font-size: 14px !important;
6173
6221
  font-size: 0.875rem !important;
6174
6222
  line-height: 1.4285714286 !important;
6175
6223
  }
@@ -6189,6 +6237,7 @@ trix-editor .attachment__metadata .attachment__size {
6189
6237
  font-weight: 700 !important;
6190
6238
  }
6191
6239
 
6240
+
6192
6241
  .govuk-\!-width-full {
6193
6242
  width: 100% !important;
6194
6243
  }
@@ -6238,12 +6287,16 @@ trix-editor .attachment__metadata .attachment__size {
6238
6287
  }
6239
6288
  }
6240
6289
 
6290
+
6291
+
6292
+
6293
+
6294
+
6241
6295
  .govuk-richtextarea {
6242
6296
  font-family: "Inter";
6243
6297
  -webkit-font-smoothing: antialiased;
6244
6298
  -moz-osx-font-smoothing: grayscale;
6245
6299
  font-weight: 400;
6246
- font-size: 16px;
6247
6300
  font-size: 1rem;
6248
6301
  line-height: 1.25;
6249
6302
  box-sizing: border-box;
@@ -6263,7 +6316,6 @@ trix-editor .attachment__metadata .attachment__size {
6263
6316
  }
6264
6317
  @media (min-width: 40.0625em) {
6265
6318
  .govuk-richtextarea {
6266
- font-size: 16px;
6267
6319
  font-size: 1rem;
6268
6320
  line-height: 1.25;
6269
6321
  }
@@ -6291,10 +6343,10 @@ trix-editor .attachment__metadata .attachment__size {
6291
6343
  cursor: not-allowed;
6292
6344
  }
6293
6345
 
6294
- .govuk-textarea--error {
6346
+ .govuk-richtextarea--error {
6295
6347
  border-color: #d4351c;
6296
6348
  }
6297
- .govuk-textarea--error:focus {
6349
+ .govuk-richtextarea--error:focus {
6298
6350
  border-color: var(--site-text-color);
6299
6351
  }
6300
6352