/*
! tailwindcss v3.0.23 | 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.
*/

html {
  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: Lexend Deca, sans-serif;
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 639px) {
  .container {
    max-width: 639px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.frc {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.left-0\.5 {
  left: 0.125rem;
}

.top-0\.5 {
  top: 0.125rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.right-0 {
  right: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.top-3 {
  top: 0.75rem;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-2 {
  margin: 0.5rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-5 {
  margin: 1.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-16 {
  height: 4rem;
}

.\!h-full {
  height: 100% !important;
}

.h-32 {
  height: 8rem;
}

.h-screen {
  height: 100vh;
}

.h-20 {
  height: 5rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-52 {
  width: 13rem;
}

.w-32 {
  width: 8rem;
}

.w-auto {
  width: auto;
}

.w-72 {
  width: 18rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

.grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.items-end {
  align-items: flex-end;
}

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-24 {
  gap: 6rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-wnews-cream > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 242 230 / var(--tw-divide-opacity));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-lg {
  border-radius: 0.5rem;
}

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

.border {
  border-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-wnews-dark {
  --tw-border-opacity: 1;
  border-color: rgb(19 21 25 / var(--tw-border-opacity));
}

.border-wnews-cream {
  --tw-border-opacity: 1;
  border-color: rgb(255 242 230 / var(--tw-border-opacity));
}

.border-wnews-border {
  --tw-border-opacity: 1;
  border-color: rgb(143 135 128 / var(--tw-border-opacity));
}

.bg-wnews-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 230 / var(--tw-bg-opacity));
}

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

.bg-wnews-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 25 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.fill-current {
  fill: currentColor;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-vp {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.\!pt-0 {
  padding-top: 0px !important;
}

.pt-header {
  padding-top: 6rem;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-serif {
  font-family: Lexend Deca, serif;
}

.font-sans {
  font-family: Lexend Deca, sans-serif;
}

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-wnews-dark {
  --tw-text-opacity: 1;
  color: rgb(19 21 25 / var(--tw-text-opacity));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-wnews-cream {
  --tw-text-opacity: 1;
  color: rgb(255 242 230 / var(--tw-text-opacity));
}

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

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

.outline-0 {
  outline-width: 0px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.v-box-list {
  position: relative;
  height: 100vh;
  scroll-padding: 0px;
  overflow: scroll;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.v-box {
  height: auto;
  scroll-padding: 0px;
  padding-top: 6rem;
}

#category_content_container {
  --tw-scroll-snap-strictness: mandatory;
  scroll-snap-align: end;
  scroll-snap-stop: always;
  scroll-padding-top: 6rem;
}

#navbar-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
  height: 35px;
}

#navbar-wrapper:hover .site-navbar-container {
      top: 0px !important;
    }

.site-navbar {
  height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .site-navbar {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.site-navbar.logged {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

.site-navbar.logged {
    justify-content: space-between;
  }

.site-navbar.logged .left-menu {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

.site-navbar.logged .left-menu {
      gap: 1rem;
    }

.site-navbar.logged .right-menu {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

.site-navbar.logged .right-menu {
      gap: 4rem;
    }

.site-navbar.visitor {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

.site-navbar.visitor {
    justify-content: space-between;
  }

.site-navbar.visitor {
    gap: 1rem;
  }

@media (min-width: 1024px) {
    .site-navbar.visitor {
      width: 100%;
    }
  }

@media (min-width: 1024px) {
    .site-navbar.visitor {
      justify-content: center;
    }
  }

.site-navbar-container {
    position: fixed;
  }

.site-navbar-container {
    top: 0px;
  }

.site-navbar-container {
    left: 0px;
  }

.site-navbar-container {
    right: 0px;
  }

.site-navbar-container {
    z-index: 20;
  }

.site-navbar-container {
    height: 6rem;
  }

.site-navbar-container {
    border-bottom-width: 1px;
  }

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

.site-navbar-container {
    transition-duration: 500ms;
  }

.site-navbar-container {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

.site-navbar-container {
    z-index: 1;
    position: absolute;
    height: 96px;
    width: 100%;
  }

.site-navbar .logo {
    margin-right: 1rem;
  }

.site-navbar .logo {
    align-items: center;
  }

.site-navbar .logo {
    padding: 0.5rem;
  }

.site-navbar .logo {
    font-family: Lexend Deca, serif;
  }

.site-navbar .logo {
    font-size: 1.5rem;
    line-height: 2rem;
  }

.site-navbar .logo {
    text-transform: uppercase;
  }

.site-navbar .logo {
    letter-spacing: 0.025em;
  }

.site-navbar .nav-link {
    display: none;
  }

.site-navbar .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.site-navbar .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.site-navbar .nav-link {
    font-family: Lexend Deca, serif;
  }

@media (min-width: 1024px) {
    .site-navbar .nav-link {
      display: block;
    }
  }

.site-navbar .nav-link.active {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
    }

.site-navbar .nav-btn {
    position: relative;
  }

.site-navbar .nav-btn {
    display: none;
  }

.site-navbar .nav-btn {
    height: 1.5rem;
  }

@media (min-width: 1024px) {
    .site-navbar .nav-btn {
      display: block;
    }
  }

.site-navbar .profile-dropdown {
    position: absolute;
  }

.site-navbar .profile-dropdown {
    left: -8rem;
  }

.site-navbar .profile-dropdown {
    margin-top: 1.25rem;
  }

.site-navbar .profile-dropdown {
    width: 13rem;
  }

.site-navbar .profile-dropdown-decoration {
      position: relative;
    }

.site-navbar .profile-dropdown-decoration {
      border-width: 1px;
    }

.site-navbar .profile-dropdown-decoration {
      --tw-border-opacity: 1;
      border-color: rgb(231 218 206 / var(--tw-border-opacity));
    }

.site-navbar .profile-dropdown-decoration {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

.site-navbar .profile-dropdown-decoration:before, .site-navbar .profile-dropdown-decoration:after {
        left: 8rem;
      }

.site-navbar .profile-dropdown-decoration:before,
      .site-navbar .profile-dropdown-decoration:after {
        content: "";
        position: absolute;
        top: -24px;
        border-top: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #e4e4e4;
        border-left: 12px solid transparent;
      }

.site-navbar .profile-dropdown-decoration:after {
        border-bottom: 12px solid white;
        top: -23px;
      }

.site-navbar .profile-dropdown-list {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

.site-navbar .profile-dropdown-list {
      gap: 1rem;
    }

.site-navbar .profile-dropdown-list {
      padding: 1.5rem;
    }

.site-navbar .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

.site-navbar .mobile-menu {
    position: fixed;
  }

.site-navbar .mobile-menu {
    top: 6rem;
  }

.site-navbar .mobile-menu {
    left: 5rem;
  }

.site-navbar .mobile-menu {
    right: 0px;
  }

.site-navbar .mobile-menu {
    bottom: 0px;
  }

.site-navbar .mobile-menu {
    align-items: center;
  }

.site-navbar .mobile-menu {
    gap: 2rem;
  }

.site-navbar .mobile-menu {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.site-navbar .mobile-menu {
    padding: 2rem;
  }

.site-navbar .mobile-menu {
    font-family: Lexend Deca, serif;
  }

.site-navbar .mobile-menu-btn {
      position: relative;
    }

.site-navbar .mobile-menu-btn {
      display: block;
    }

.site-navbar .mobile-menu-btn {
      border-radius: 0.25rem;
    }

.site-navbar .mobile-menu-btn {
      padding: 0.75rem;
    }

.site-navbar .mobile-menu-btn {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }

@media (min-width: 1024px) {
      .site-navbar .mobile-menu-btn {
        display: none;
      }
    }

.site-navbar .mobile-menu-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      }

.site-navbar .mobile-menu-btn:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.site-navbar .mobile-menu .logo {
      margin-right: 0px;
    }

.site-navbar .mobile-menu .logo {
      padding-left: 0px;
      padding-right: 0px;
    }

.site-navbar .mobile-menu-link {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

.site-navbar .mobile-menu-link {
      gap: 1rem;
    }

.site-navbar .mobile-menu-link {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

.site-navbar .mobile-menu-link.active {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
      }

.site-navbar .mobile-menu-link.sm {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }

.category-page {
  position: relative;
  display: grid;
  max-height: 100vh;
  width: 100%;
  grid-template-rows: 40px 1fr;
}

.category-page-container {
    display: grid;
  }

.category-page-container {
    height: 100vh;
  }

.category-page-container {
    grid-template-rows: 1fr 30px;
  }

.category-page-container {
    gap: 1rem;
  }

.category-page-container {
    padding: 1.5rem;
  }

@media (min-width: 639px) {
    .category-page-container {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }

@media (min-width: 1024px) {
    .category-page-container {
      padding: 2rem;
    }
  }

.category-page-header {
    float: left;
  }

.category-page-header {
    padding-right: 0.5rem;
  }

.category-page-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.category-page-header {
    font-weight: 500;
  }

.category-page-header {
    text-transform: uppercase;
  }

.category-page-title {
    float: left;
  }

.category-page-title {
    padding-right: 0.5rem;
  }

.category-page-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.category-page-title {
    font-weight: 500;
  }

.category-page-title {
    text-transform: uppercase;
  }

.category-page-content {
    display: grid;
  }

.category-page-content {
    max-height: 100%;
  }

.category-page-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.category-page-content {
    gap: 2rem;
  }

@media (min-width: 639px) {
    .category-page-content {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 1024px) {
    .category-page-content {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

.reading-list-page {
  display: grid;
  height: 100%;
  grid-template-rows: 100px 1fr 30px;
  gap: 1rem;
}

@media (min-width: 639px) {
  .reading-list-page {
    grid-template-rows: 100px 1fr;
  }
}

.reading-list-page-container {
    height: 100vh;
  }

.reading-list-page-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

.reading-list-page-container {
    padding-bottom: 2rem;
  }

.reading-list-page-container {
    padding-top: 120px;
  }

.reading-list-page-header {
    display: flex;
  }

.reading-list-page-header {
    flex-direction: column;
  }

.reading-list-page-header {
    gap: 0.5rem;
  }

.reading-list-page-title {
    font-family: Lexend Deca, serif;
  }

.reading-list-page-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

.reading-list-page-title {
    font-weight: 700;
  }

.reading-list-page-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

.reading-list-page-tabs {
    gap: 2rem;
  }

.reading-list-page-tabs {
    border-bottom-width: 1px;
  }

.reading-list-page-tabs {
    --tw-border-opacity: 1;
    border-color: rgb(231 218 206 / var(--tw-border-opacity));
  }

.reading-list-page-tabs {
    font-weight: 300;
  }

.reading-list-page-tabs {
    --tw-text-opacity: 1;
    color: rgb(163 150 138 / var(--tw-text-opacity));
  }

.reading-list-page-tabs .tab {
      margin-bottom: -1px;
    }

.reading-list-page-tabs .tab {
      border-bottom-width: 1px;
    }

.reading-list-page-tabs .tab {
      border-color: transparent;
    }

.reading-list-page-tabs .tab {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

.reading-list-page-tabs .tab:hover {
      --tw-text-opacity: 1;
      color: rgb(19 21 25 / var(--tw-text-opacity));
    }

.reading-list-page-tabs .tab.active {
        --tw-border-opacity: 1;
        border-color: rgb(19 21 25 / var(--tw-border-opacity));
      }

.reading-list-page-tabs .tab.active {
        --tw-text-opacity: 1;
        color: rgb(19 21 25 / var(--tw-text-opacity));
      }

.reading-list-page-content {
    display: grid;
  }

.reading-list-page-content {
    max-height: 100%;
  }

.reading-list-page-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

.reading-list-page-content {
    gap: 2rem;
  }

@media (min-width: 639px) {
    .reading-list-page-content {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

@media (min-width: 1024px) {
    .reading-list-page-content {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

.article-page {
  display: grid;
  height: 100vh;
  width: 100%;
  grid-template-rows: 1fr 32px 20px;
  padding: 1.5rem;
}

@media (min-width: 639px) {
  .article-page {
    grid-template-rows: 1fr 0 32px;
  }
}

@media (min-width: 1024px) {
  .article-page {
    padding: 2rem;
  }
}

.article-page-container {
  }

.article-page-footer {
    -moz-columns: 1;
         columns: 1;
  }

@media (min-width: 639px) {
    .article-page-footer {
      -moz-columns: 2;
           columns: 2;
    }
  }

@media (min-width: 1280px) {
    .article-page-footer {
      -moz-columns: 3;
           columns: 3;
    }
  }

.article-page-footer {
    -moz-column-fill: auto;
         column-fill: auto;
  }

.article-page-page-counter {
    display: flex;
  }

.article-page-page-counter {
    justify-content: flex-end;
  }

.article-page-page-counter {
    gap: 0.5rem;
  }

.article-nav-mobile {
    display: grid;
  }

.article-nav-mobile {
    height: 32px;
  }

.article-nav-mobile {
    width: 100%;
  }

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

.article-nav-mobile {
    gap: 2rem;
  }

@media (min-width: 639px) {
    .article-nav-mobile {
      display: none;
    }
  }

.article-nav-desktop {
    display: none;
  }

@media (min-width: 639px) {
    .article-nav-desktop {
      display: block;
    }
  }

.article-nav-desktop-btn {
      height: 8rem;
    }

.article-nav-desktop-btn {
      cursor: pointer;
    }

.article-nav-desktop-btn-container {
        position: absolute;
      }

.article-nav-desktop-btn-container {
        top: 0px;
      }

.article-nav-desktop-btn-container {
        bottom: 0px;
      }

.article-nav-desktop-btn-container {
        display: flex;
      }

.article-nav-desktop-btn-container {
        width: 2rem;
      }

.article-nav-desktop-btn-container {
        flex-direction: column;
      }

.article-nav-desktop-btn-container {
        justify-content: center;
      }

.article-nav-desktop-btn-container.left {
          left: 0px;
        }

.article-nav-desktop-btn-container.right {
          right: 0px;
        }

.article {
  display: grid;
  grid-template-rows: 1fr 30px;
  gap: 1rem;
}

.article-header {
    margin-bottom: 1rem;
  }

.article-header {
    display: flex;
  }

.article-header {
    flex-direction: column;
  }

.article-header {
    gap: 1rem;
  }

.article-content {
    overflow: hidden;
  }

.article-content {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.article-content.full {
      -moz-columns: 1;
           columns: 1;
    }

.article-content.full {
      gap: 1rem;
    }

@media (min-width: 639px) {
      .article-content.full {
        -moz-columns: 2;
             columns: 2;
      }
    }

@media (min-width: 1280px) {
      .article-content.full {
        -moz-columns: 3;
             columns: 3;
      }
    }

.article-content.full {
      text-align: justify;
      overflow-x: hidden;
      -moz-column-fill: auto;
           column-fill: auto;
    }

.article-content.preview {
      overflow: hidden;
    }

.article-content.preview {
      text-overflow: ellipsis;
    }

.article-content.preview {
      max-height: calc(100vh - 180px);
    }

.reading-list-page .article-content.preview {
        max-height: calc(100vh - 350px);
      }

@media (min-width: 1024px) {
        .reading-list-page .article-content.preview {
          max-height: calc(100vh - 300px);
        }
      }

.article-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

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

.article-footer {
    gap: 1rem;
  }

.article-footer {
    font-family: Lexend Deca, sans-serif;
  }

.article-footer {
    font-weight: 300;
  }

.article-footer-btns {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

.article-footer-btns {
      gap: 1rem;
    }

.article-content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

/* Firefox */

.article-content::-webkit-scrollbar {
    display: none;
    height: 0px;
  }

.article-content * {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

.article-content img {
    max-height: 30px;
  }

.article-content img {
    max-width: 250px;
  }

@media (min-width: 639px) {
    .article-content img {
      max-height: 300px;
    }
  }

@media (min-width: 639px) {
    .article-content img {
      max-width: 250px;
    }
  }

.article-content img.rounded-lg {
      margin-right: 1em;
    }

.article-content > p {
    word-break: break-word;
  }

.article-content pre > code {
    display: inline-block;
    word-break: break-word;
    white-space: normal;
    text-align: initial;
  }

.btn-cta {
  width: 9rem;
  cursor: pointer;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 25 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-cta:disabled, .btn-cta[disabled] {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(163 150 138 / var(--tw-bg-opacity));
}

.btn-cta-xl {
  cursor: pointer;
  white-space: nowrap;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 25 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: Lexend Deca, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-cta-outline {
  width: 9rem;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(19 21 25 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(19 21 25 / var(--tw-text-opacity));
}

.box-style {
  -webkit-clip-path: polygon(
    10% 0%,
    87.28% 0px,
    97.12% 22.04%,
    97.82% 73.88%,
    90% 100%,
    10% 100%,
    1.81% 75.92%,
    1.81% 24.08%
  );
          clip-path: polygon(
    10% 0%,
    87.28% 0px,
    97.12% 22.04%,
    97.82% 73.88%,
    90% 100%,
    10% 100%,
    1.81% 75.92%,
    1.81% 24.08%
  );
  display: inline-block;
}

.box-style2 {
  -webkit-clip-path: polygon(
    10% 0%,
    87.28% 0px,
    97.12% 22.04%,
    97.82% 73.88%,
    90% 100%,
    10% 100%,
    1.81% 75.92%,
    1.81% 24.08%
  );
          clip-path: polygon(
    10% 0%,
    87.28% 0px,
    97.12% 22.04%,
    97.82% 73.88%,
    90% 100%,
    10% 100%,
    1.81% 75.92%,
    1.81% 24.08%
  );
  display: inline-block;
  color: black;
  background: black;
  border: none;
  position: relative;
  bottom: 0;
  width: 9.1rem;
}

.box-style2::before {
    -webkit-clip-path: polygon(
      10% 0%,
      87.28% 0px,
      97.12% 22.04%,
      97.82% 73.88%,
      90% 100%,
      10% 100%,
      1.81% 75.92%,
      1.81% 24.08%
    );
            clip-path: polygon(
      10% 0%,
      87.28% 0px,
      97.12% 22.04%,
      97.82% 73.88%,
      90% 100%,
      10% 100%,
      1.81% 75.92%,
      1.81% 24.08%
    );
    color: black;
    background: #fff2e6;
    content: "Sign Up";
    position: absolute;
    width: 9rem;
    border-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    left: 1px;
    top: 1px;
    bottom: 1px;
  }

@media (min-width: 768px) {
  .hero {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1025px) {
  .hero {
    font-size: 3.75rem;
    line-height: 1.5;
  }
}

.comment {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.comment.level-2 {
    gap: 0.5rem;
  }

.comment.level-2 {
    padding-left: 2.25rem;
  }

.comment.level-3 {
    gap: 0.5rem;
  }

.comment.level-3 {
    padding-left: 4rem;
  }

.comment-time {
    position: absolute;
  }

.comment-time {
    top: 0px;
  }

.comment-time {
    right: 0px;
  }

.comment-time {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.comment-time {
    --tw-text-opacity: 1;
    color: rgb(163 150 138 / var(--tw-text-opacity));
  }

.comment-line {
    position: absolute;
  }

.comment-line {
    left: 1.5rem;
  }

.comment-line {
    top: 0px;
  }

.comment-line {
    height: 100%;
  }

.comment-line {
    width: 1px;
  }

.comment-line {
    --tw-bg-opacity: 1;
    background-color: rgb(163 150 138 / var(--tw-bg-opacity));
  }

.comment-line-level-2 {
      left: 3rem;
    }

.comment-avatar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.comment-avatar-img {
      height: 3rem;
    }

.comment-avatar-img {
      width: 3rem;
    }

.comment-avatar-img {
      border-radius: 9999px;
    }

.comment-avatar-img {
      --tw-bg-opacity: 1;
      background-color: rgb(163 150 138 / var(--tw-bg-opacity));
    }

.comment-avatar.reply .comment-avatar-img {
      height: 1.5rem;
    }

.comment-avatar.reply .comment-avatar-img {
      width: 1.5rem;
    }

.comment-content {
    display: flex;
  }

.comment-content {
    flex-direction: column;
  }

.comment-content {
    gap: 0.25rem;
  }

.comment-content-title {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

.comment-content-msg {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

.comment-content-msg {
      --tw-text-opacity: 1;
      color: rgb(163 150 138 / var(--tw-text-opacity));
    }

.comment .reply-btn {
    display: flex;
  }

.comment .reply-btn {
    cursor: pointer;
  }

.comment .reply-btn {
    flex-direction: row;
  }

.comment .reply-btn {
    align-items: center;
  }

.comment .reply-btn {
    gap: 0.5rem;
  }

.comment .reply-btn {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.comment .reply-btn {
    --tw-text-opacity: 1;
    color: rgb(163 150 138 / var(--tw-text-opacity));
  }

.reactions-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  gap: 0.5rem;
}

.reactions-btn.active {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }

.reactions-btn-tooltip {
    position: absolute;
  }

.reactions-btn-tooltip {
    top: -2.5rem;
  }

.reactions-btn-tooltip {
    left: -1rem;
  }

.reactions-btn-tooltip {
    z-index: 30;
  }

.reactions-btn-tooltip {
    cursor: pointer;
  }

.reactions-btn-tooltip {
    flex-direction: row;
  }

.reactions-btn-tooltip {
    align-items: center;
  }

.reactions-btn-tooltip {
    gap: 1rem;
  }

.reactions-btn-tooltip {
    border-radius: 0.5rem;
  }

.reactions-btn-tooltip {
    border-width: 1px;
  }

.reactions-btn-tooltip {
    --tw-border-opacity: 1;
    border-color: rgb(255 242 230 / var(--tw-border-opacity));
  }

.reactions-btn-tooltip {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.reactions-btn-tooltip {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

.reactions-btn-tooltip {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.reactions-btn-tooltip {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

.reactions-btn.reactions-btn-tooltip {
    margin-right: 1em;
  }

.reactions-btn-tooltip-item {
      display: flex;
      flex-direction: row;
      align-items: center;
    }

.reactions-btn-tooltip-item {
      position: relative;
    }

.reactions-btn-tooltip-item {
      height: 2rem;
    }

.reactions-btn-tooltip-item {
      width: 2rem;
    }

.reactions-btn-tooltip-item {
      gap: 0.5rem;
    }

.reactions-btn-tooltip-item.active {
        --tw-text-opacity: 1;
        color: rgb(59 130 246 / var(--tw-text-opacity));
      }

.reactions-btn-tooltip-item .tooltip {
        position: absolute;
      }

.reactions-btn-tooltip-item .tooltip {
        z-index: 50;
      }

.reactions-btn-tooltip-item .tooltip {
        display: none;
      }

.reactions-btn-tooltip-item .tooltip {
        height: 2.5rem;
      }

.reactions-btn-tooltip-item .tooltip {
        white-space: nowrap;
      }

.reactions-btn-tooltip-item .tooltip {
        border-radius: 0.5rem;
      }

.reactions-btn-tooltip-item .tooltip {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }

.reactions-btn-tooltip-item .tooltip {
        padding-left: 1rem;
        padding-right: 1rem;
      }

.reactions-btn-tooltip-item .tooltip {
        font-size: 1rem;
        line-height: 1.5rem;
      }

.reactions-btn-tooltip-item .tooltip {
        font-weight: 500;
      }

.reactions-btn-tooltip-item .tooltip {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }

.reactions-btn-tooltip-item.tooltip {
        margin-right: 1em;
      }

.reactions-btn-tooltip-item .tooltip {
        top: -50px;
        left: 50%;
        transform: translate(-50%);
        background: #131519;
      }

.reactions-btn-tooltip-item .tooltip:before {
          content: "";
          position: absolute;
          display: block;
          width: 0px;
          bottom: 0;
          left: 50%;
          border: 5px solid transparent;
          border-top: 0;
          border-top: 5px solid #131519;
          transform: translate(-100%, 10px);
        }

.modal {
  position: relative;
  z-index: 1000;
}

.modal-bg {
    position: fixed;
  }

.modal-bg {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

.modal-bg {
    background-color: rgb(255 255 255 / 0.8);
  }

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

.modal-wrapper-1 {
    position: fixed;
  }

.modal-wrapper-1 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

.modal-wrapper-1 {
    overflow-y: auto;
  }

.modal-wrapper-2 {
    display: flex;
  }

.modal-wrapper-2 {
    min-height: 100%;
  }

.modal-wrapper-2 {
    align-items: flex-start;
  }

.modal-wrapper-2 {
    justify-content: center;
  }

.modal-content {
    width: 100%;
  }

.modal-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

.modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.modal-focus-wrap {
    position: relative;
  }

.modal-focus-wrap {
    border-radius: 0.5rem;
  }

.modal-focus-wrap {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

.modal-focus-wrap {
    padding: 2rem;
  }

.modal-focus-wrap {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

.modal.modal-focus-wrap {
    margin-right: 1em;
  }

.modal .close-btn {
    position: absolute;
  }

.modal .close-btn {
    top: 0.5rem;
  }

.modal .close-btn {
    right: 0.5rem;
  }

.modal .close-btn {
    cursor: pointer;
  }

.modal .close-btn {
    border-radius: 9999px;
  }

.modal .close-btn {
    padding: 0.5rem;
  }

.modal .close-btn {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

.copy_tooltip {
  transform: translate(0px, -25px);
  border: 1px solid #e7dace;
  border-radius: 4px;
  width: 220px;
}

.copy_tooltip:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    bottom: 0;
    left: 0;
    border: 7px solid transparent;
    border-top: 0;
    border-top: 7px solid #e7dace;
    transform: translate(0, 100%);
  }

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group-tooltip:hover .group-tooltip-hover\:block {
  display: block;
}

@media (min-width: 639px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\:align-middle {
    vertical-align: middle;
  }

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

@media (min-width: 1024px) {
  .md\:float-right {
    float: right;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grow {
    flex-grow: 1;
  }

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

@media (min-width: 1280px) {
  .lg\:float-right {
    float: right;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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