/*
Theme Name: StuVe-Theme
Theme URI: https://stuve-bamberg.de
Author: StuVe Bamberg
Author URI: https://stuve-bamberg.de
Description: The official theme of the StuVe Bamberg website.
Version: 0.1.3
Text Domain: stuve-bamberg
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-auto {
  margin: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-\[80dvh\] {
  min-height: 80dvh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[5ch\] {
  width: 5ch;
}

.w-\[8ch\] {
  width: 8ch;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-\[40ch\] {
  max-width: 40ch;
}

.max-w-\[70ch\] {
  max-width: 70ch;
}

.max-w-\[70vw\] {
  max-width: 70vw;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-brand-blue-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 69 125 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.bg-brand-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(243 21 107 / var(--tw-bg-opacity, 1));
}

.bg-brand-blue-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 69 125 / var(--tw-bg-opacity, 1));
}

.bg-brand-blue-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(105 175 215 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.fill-white {
  fill: #fff;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.leading-3 {
  line-height: .75rem;
}

.leading-loose {
  line-height: 2;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-brand-blue-primary {
  --tw-text-opacity: 1;
  color: rgb(0 69 125 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: 'Open Sans';

  font-weight: normal;

  src: url('assets/fonts/Open_Sans/OpenSans-Regular.ttf')
}

@font-face {
  font-family: 'Open Sans';

  font-weight: bold;

  src: url('assets/fonts/Open_Sans/OpenSans-Bold.ttf')
}

@font-face {
  font-family: 'Domine';

  font-weight: normal;

  src: url('assets/fonts/Domine/Domine-Regular.ttf')
}

@font-face {
  font-family: 'Domine';

  font-weight: bold;

  src: url('assets/fonts/Domine/Domine-Bold.ttf')
}

.font-domine {
  font-family: 'Domine';
}

* {
  box-sizing: border-box;
}

body, .editor-styles-wrapper {
  width: 100%;
  min-height: 100vh;
}

html {
  font-family: 'Open Sans';
  font-size: 14pt;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 12pt;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Domine;
  font-weight: 700;
  line-height: 1.2em !important;
}

h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

h4 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.h-100vh {
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}

p {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}

/* POST TYPOGRAPHY */

.post-content {
  ul,
  ol {
    margin-top: 2rem;
  }
  ul,
  ol {
    margin-bottom: 2rem;
  }
  ul,
  ol {
    list-style-type: disc;
  }
  ul,
  ol {
    padding-left: 4rem;
  }
  ol {
    list-style-type: decimal;
  }
  ul li:not(:last-of-type),
  ol li:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
  a:link,
  a:hover,
  a:active,
  a:visited {
    --tw-text-opacity: 1;
    color: rgb(0 69 125 / var(--tw-text-opacity, 1));
  }
  a:link,
  a:hover,
  a:active,
  a:visited {
    text-decoration-line: underline;
  }
}

.post-detail .post-content {
  max-width: min(70ch, calc(100vw - 2rem));
  padding: 0.5rem
}

@media (min-width: 1024px) {
  .post-detail .post-content {
    padding: 0px;
  }
}

.post-detail .post-content {
  * {
    overflow-wrap: break-word;
  }
}

.wp-block-separator {
  margin-bottom: 4rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: 8rem;
}

.wp-block-file__button {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.wp-block-post-author {
  margin-top: 4rem;
  align-items: center;
  border-radius: 0.125rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  padding-bottom: 0.5rem;
  .wp-block-post-author__content {
    line-height: 1.25rem;
  }
  .wp-block-post-author__byline {
    margin-bottom: 0.25rem;
  }
  .wp-block-post-author__byline {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .wp-block-post-author__byline {
    text-transform: uppercase;
  }
  .wp-block-post-author__byline {
    line-height: .75rem;
  }
  .wp-block-post-author__byline {
    letter-spacing: 0.05em;
  }
  .wp-block-post-author__name {
    font-weight: 700;
  }
}

.wp-block-post-author-biography {
  margin-bottom: 4rem;
  align-items: center;
  border-radius: 0.125rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  padding-top: 0.5rem;
}

.wp-block-post-infobox {
  margin-bottom: 4rem;
  align-items: center;
  border-radius: 0.125rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

/* NAVIGATION */

.main-navigation {
  display: none;
  gap: 1rem;
  padding-top: 1rem;
}

@media (min-width: 1024px) {
  .main-navigation {
    display: grid;
  }
}

.main-navigation {
  grid-template-areas: 'left-navigation home-link right-navigation' ;
  grid-template-columns: 1fr 3rem 1fr;
  .home-link {
    display: flex;
  }
  .home-link {
    align-items: center;
  }
  .home-link {
    justify-content: center;
  }
  .home-link {
    grid-area: home-link;
  }
  .menu-left-header-menu-container,
  .menu-left-header-menu-english-container,
  .menu-right-header-menu-container,
  .menu-right-header-menu-english-container {
    display: flex;
  }
  .menu-left-header-menu-container,
  .menu-left-header-menu-english-container,
  .menu-right-header-menu-container,
  .menu-right-header-menu-english-container {
    align-items: center;
  }
  .menu-left-header-menu-container,
  .menu-left-header-menu-english-container,
  .menu-right-header-menu-container,
  .menu-right-header-menu-english-container {
    .menu {
      display: inline-flex;
    }
    .menu {
      gap: 1rem;
    }
  }
  .menu-left-header-menu-container,
  .menu-left-header-menu-english-container {
    justify-content: flex-end;
  }
  .lang-item {
    display: inline-flex;
  }
  .lang-item {
    align-items: center;
  }
  .lang-item img {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.menu-item {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.menu-item:hover {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .mobile-navigation-hamburger {
    display: none;
  }
}

.mobile-navigation {
  margin-bottom: 4rem;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(105 175 215 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.mobile-navigation-toggle:checked + .mobile-navigation {
  display: block;
}

@media (min-width: 1024px) {
  .mobile-navigation-toggle:checked + .mobile-navigation {
    display: none;
  }
}

.mobile-navigation .menu-item {
  padding: 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .mobile-navigation-wrapper {
    display: none;
  }
}

.mobile-navigation .lang-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-navigation .lang-item img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* HOME HERO */

.home h2,
.home h3 {
  margin-top: 0px;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .home-hero {
    display: grid;
  }
}

.home-hero {
  grid-template-rows: 4rem auto;
  .hero-wrapper {
    margin-top: 6rem;
  }
  .hero-wrapper {
    display: flex;
  }
  .hero-wrapper {
    flex-direction: column;
  }
  .hero-wrapper {
    align-items: center;
  }
  .hero-wrapper {
    justify-content: center;
  }
  @media (min-width: 1024px) {
    .hero-wrapper {
      margin-top: 0px;
    }
  }
  .hero-wrapper {
    .logo {
      width: 12rem;
    }
    .logo {
      border-radius: 9999px;
    }
    .logo {
      border-width: 1px;
    }
    .logo {
      border-width: 4px;
    }
    .logo {
      --tw-border-opacity: 1;
      border-color: rgb(0 69 125 / var(--tw-border-opacity, 1));
    }
    .logo {
      padding: 1rem;
    }
    @media (min-width: 1024px) {
      .logo {
        width: 15rem;
      }
    }
    .title {
      margin-top: 3rem;
    }
    .title {
      margin-bottom: 1.5rem;
    }
    .title {
      text-align: center;
    }
    .title {
      font-weight: 700;
    }
    .subtitle {
      text-align: center;
    }
    .subtitle {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
}

/* HOME CONTACT */

.home-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(105 175 215 / var(--tw-bg-opacity, 1));
  min-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .home-contact {
    flex-direction: row;
    gap: 6rem;
  }
}

.home-contact {
  .quote {
    position: relative;
  }
  .quote {
    margin-top: 8rem;
  }
  .quote {
    box-sizing: content-box;
  }
  .quote {
    width: 5ch;
  }
  .quote {
    border-radius: 0.125rem;
  }
  .quote {
    --tw-bg-opacity: 1;
    background-color: rgb(0 69 125 / var(--tw-bg-opacity, 1));
  }
  .quote {
    padding: 2rem;
  }
  .quote {
    font-size: 3.75rem;
    line-height: 1;
  }
  .quote {
    font-weight: 700;
  }
  .quote {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .quote {
    font-family: 'Domine';
  }
  @media (min-width: 1024px) {
    .quote {
      margin-top: 0px;
    }
  }
  .quote.quote-english {
    width: 8ch;
  }
  .quote::after {
    position: absolute;
  }
  .quote::after {
    top: 3rem;
  }
  .quote::after {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .quote::after {
    content: '”';
    font-size: 10rem;
    right: -1rem;
    transform: scale(2.5);
  }
  .info {
    max-width: 40ch;
  }
  .info {
    padding: 2rem;
  }
  @media (min-width: 1024px) {
    .info {
      padding: 0px;
    }
  }
  .info {
    .icons {
      margin-top: 3rem;
    }
    .icons {
      margin-bottom: 8rem;
    }
    @media (min-width: 1024px) {
      .icons {
        margin-bottom: 0px;
      }
    }
    .icons {
      .icon {
        margin-right: 1rem;
      }
      .icon {
        display: inline-flex;
      }
      .icon {
        height: 3rem;
      }
      .icon {
        width: 3rem;
      }
      .icon {
        align-items: center;
      }
      .icon {
        justify-content: center;
      }
      .icon {
        border-radius: 0.125rem;
      }
      .icon {
        --tw-bg-opacity: 1;
        background-color: rgb(0 69 125 / var(--tw-bg-opacity, 1));
      }
      .icon {
        padding: 0.5rem;
      }
      .icon {
        font-size: 1.5rem;
        line-height: 2rem;
      }
      .icon {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
  }
}

/* HOME POSTS */

.home-posts {
  .posts {
    margin-left: 2rem;
  }
  .posts {
    margin-right: 2rem;
  }
  .posts {
    display: grid;
  }
  .posts {
    gap: 3rem;
  }
  @media (min-width: 1024px) {
    .posts {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .posts {
    max-width: 1500px;
  }
  .post-preview .attachment-preview {
    margin-bottom: 2rem;
  }
}

/* HOME LINKS */

.home-links {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(105 175 215 / var(--tw-bg-opacity, 1));
  padding: 4rem;
}

@media (min-width: 1024px) {
  .home-links {
    padding: 0px;
  }
}

.home-links {
  .home-links-inner {
    display: flex;
  }
  .home-links-inner {
    max-width: 70ch;
  }
  .home-links-inner {
    flex-direction: column;
  }
  .home-links-inner {
    gap: 6rem;
  }
  .home-links-inner {
    overflow: hidden;
  }
  .home-link {
    display: flex;
  }
  .home-link {
    flex-direction: column;
  }
  .home-link {
    gap: 3rem;
  }
  @media (min-width: 1024px) {
    .home-link {
      display: grid;
    }
  }
  .home-link {
    grid-template-columns: 150px auto;
  }
  .home-link i {
    margin-top: auto;
  }
  .home-link i {
    margin-bottom: auto;
  }
  .home-link i {
    margin-left: auto;
  }
  .home-link i {
    margin-right: auto;
  }
  .home-link i {
    display: inline-flex;
  }
  .home-link i {
    align-items: center;
  }
  .home-link i {
    justify-content: center;
  }
  .home-link i {
    border-radius: 0.125rem;
  }
  .home-link i {
    --tw-bg-opacity: 1;
    background-color: rgb(0 69 125 / var(--tw-bg-opacity, 1));
  }
  .home-link i {
    font-size: 3.75rem;
    line-height: 1;
  }
  .home-link i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px) {
    .home-link i {
      display: flex;
    }
  }
  .home-link i {
    height: 150px;
    width: 150px;
  }
  .home-link p {
    margin-bottom: 0px;
  }
  .home-link div {
    margin-bottom: auto;
  }
  .home-link div {
    margin-top: auto;
  }
  .home-link div {
    display: inline-block;
  }
}

/* HOME PODCAST */

.home-podcast .info {
  max-width: 40ch;
}

/* FOOTER */

.menu-footer-menu-container .menu,
.menu-footer-menu-english-container .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* BLOG */

.blog-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  .title {
    margin-top: 0px;
  }
  .title {
    text-align: center;
  }
  @media (min-width: 1024px) {
    .title {
      margin-top: 8rem;
    }
  }
  .search-menu {
    #searchform {
      margin-bottom: 3rem;
    }
    #searchform {
      display: flex;
    }
    #searchform {
      align-items: center;
    }
    #searchform {
      gap: 0.5rem;
    }
    #searchform {
      border-radius: 0.25rem;
    }
    #searchform {
      border-width: 2px;
    }
    #searchform {
      --tw-border-opacity: 1;
      border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
    }
    @media (min-width: 1024px) {
      #searchform {
        margin-bottom: 6rem;
      }
    }
    #searchform {
      &:focus-within {
        outline-style: solid;
      }
      &:focus-within {
        outline-color: #00457d;
      }
      input {
        width: 500px;
      }
      input {
        max-width: 70vw;
      }
      input {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      input {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      input {
        &:focus {
          outline: 2px solid transparent;
          outline-offset: 2px;
        }
      }
      button[type=submit] {
        display: block;
      }
      button[type=submit] {
        aspect-ratio: 1 / 1;
      }
      button[type=submit] {
        height: 100%;
      }
      button[type=submit] {
        --tw-bg-opacity: 1;
        background-color: rgb(105 175 215 / var(--tw-bg-opacity, 1));
      }
      button[type=submit] {
        padding: 0.5rem;
      }
      button[type=submit] {
        svg {
          fill: #fff;
        }
      }
    }
  }
  .posts {
    width: 1500px;
    max-width: calc(100vw - 4rem);
  }
  .posts {
    margin-right: 2rem;
  }
  .posts {
    margin-left: 2rem;
  }
  .posts {
    display: grid;
  }
  .posts {
    gap: 3rem;
  }
  .posts {
    padding-bottom: 3rem;
  }
  @media (min-width: 1024px) {
    .posts {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .posts {
      padding-bottom: 6rem;
    }
  }
  .post-preview .attachment-preview {
    margin-bottom: 2rem;
  }
}

/* POST DETAIL */

.post-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  .wp-post-image {
    margin-bottom: 1rem;
  }
  .wp-post-image {
    height: auto;
  }
  .wp-post-image {
    width: 100%;
  }
  @media (min-width: 1024px) {
    .wp-post-image {
      margin-bottom: 3rem;
    }
  }
  @media (min-width: 1024px) {
    .wp-post-image {
      margin-top: 3rem;
    }
  }
}

@media screen and (min-width: 1024px) {
  .post-detail .wp-post-image {
    height: 60vh;
    width: auto;
  }
}

/* SHORT LINKS */

.page-shortlinks {
  .shortlinks {
    margin: auto;
  }
  .shortlinks {
    margin-bottom: 3rem;
  }
  .shortlinks {
    display: flex;
  }
  .shortlinks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .shortlinks {
    flex-direction: column;
  }
  .shortlinks {
    gap: 2rem;
  }
  .shortlinks {
    padding: 1rem;
  }
  @media (min-width: 1024px) {
    .shortlinks {
      display: grid;
    }
  }
  .shortlinks {
    max-width: 1200px;
    li {
      cursor: pointer;
    }
    li {
      border-radius: 0.25rem;
    }
    li {
      border-radius: 0.125rem;
    }
    li {
      border-width: 1px;
    }
    li {
      --tw-border-opacity: 1;
      border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    }
    li {
      padding: 1rem;
    }
    li {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    li {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    li:hover {
      --tw-text-opacity: 1;
      color: rgb(0 69 125 / var(--tw-text-opacity, 1));
    }
    h2,
    p {
      margin: 0px;
    }
    h2 {
      margin-bottom: 0.5rem;
    }
    li:hover p {
      --tw-text-opacity: 1;
      color: rgb(0 69 125 / var(--tw-text-opacity, 1));
    }
    p {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    p {
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    p {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    p {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
  }
  .translation-link {
    margin: auto;
  }
  .translation-link {
    margin-top: 1rem;
  }
  .translation-link {
    margin-bottom: 1rem;
  }
  .translation-link {
    display: inline-block;
  }
  .translation-link {
    width: auto;
  }
  .translation-link {
    --tw-bg-opacity: 1;
    background-color: rgb(0 69 125 / var(--tw-bg-opacity, 1));
  }
  .translation-link {
    padding: 0.5rem;
  }
  .translation-link {
    text-align: center;
  }
  .translation-link {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .translation-link {
    text-transform: uppercase;
  }
  .translation-link {
    letter-spacing: 0.05em;
  }
  .translation-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* BLOCK QUOTES */

.wp-block-quote {
  margin-bottom: 3rem;
  margin-top: 3rem;
  border-left-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 69 125 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  &> p {
    margin-bottom: 1rem;
  }
  &> cite {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  &> cite {
    font-style: normal;
  }
  &> cite {
    --tw-text-opacity: 1;
    color: rgb(0 69 125 / var(--tw-text-opacity, 1));
  }
}

/* FIGURES */

.wp-block-image {
  margin-bottom: 4rem;
  margin-top: 4rem;
  width: 100%;
}

figure figcaption,
.wp-block-image figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 69 125 / var(--tw-text-opacity, 1));
}

/* ELECTIONS */

.elections-preview {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  padding: 2rem;
}

@media (min-width: 1024px) {
  .elections-preview {
    margin-bottom: 8rem;
    padding: 4rem;
  }
}

.elections-preview {
  p {
    margin-bottom: 0px;
  }
  p {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  p {
    padding: 2rem;
  }
  p {
    padding-top: 1rem;
  }
  p {
    padding-bottom: 1rem;
  }
  p {
    text-align: center;
  }
  p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.elections-page {
  section {
    padding: 4rem;
  }
  section {
    padding-left: 2rem;
  }
  section {
    padding-right: 2rem;
  }
  @media (min-width: 1024px) {
    section {
      padding: 10rem;
    }
  }
  @media (min-width: 1024px) {
    section {
      padding-left: 5rem;
    }
  }
  @media (min-width: 1024px) {
    section {
      padding-right: 5rem;
    }
  }
  section {
    min-height: 100vh;
    &:nth-of-type(2n) {
      --tw-bg-opacity: 1;
      background-color: rgb(105 175 215 / var(--tw-bg-opacity, 1));
    }
    h2 {
      margin-top: 0px;
    }
    h2 {
      margin-bottom: 3rem;
    }
    p a {
      --tw-text-opacity: 1;
      color: rgb(0 69 125 / var(--tw-text-opacity, 1));
    }
    p a {
      text-decoration-line: underline;
    }
  }
  .bodies ul {
    list-style-type: disc;
  }
  .bodies ul {
    text-align: left;
  }
  .bodies .body-image {
    margin-left: auto;
  }
  .bodies .body-image {
    margin-right: auto;
  }
  .bodies .body-image {
    max-width: 15rem;
  }
  .three-columns {
    display: flex;
  }
  .three-columns {
    width: 100%;
  }
  .three-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .three-columns {
    flex-direction: column;
  }
  .three-columns {
    gap: 3rem;
  }
  @media (min-width: 1024px) {
    .three-columns {
      display: grid;
    }
  }
  @media (min-width: 1024px) {
    .three-columns {
      gap: 8rem;
    }
  }
  .candidates a {
    position: relative;
  }
  .candidates a {
    &::after{
      content: '';
      background-image: var(--icon);
      top: -2rem;
      right: -2rem;
    }
    &::after {
      position: absolute;
    }
    &::after {
      z-index: 20;
    }
    &::after {
      height: 4rem;
    }
    &::after {
      width: 4rem;
    }
    &::after {
      border-radius: 9999px;
    }
    &::after {
      background-color: transparent;
    }
    &::after {
      background-size: cover;
    }
    &::after {
      background-position: center;
    }
  }
  .overview .overview-image {
    max-width: 70vw;
  }
  .btn-vote-now.disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
  }
}

@media screen and (max-width: 800px) {
  .elections-page .overview .overview-image {
    max-width: 90vw;
  }
}

.hover\:text-brand-blue-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 69 125 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
