/**
     * Post title styles
     *
     * These will be applied to all headings with a `page-title` or `entry-title`
     * class on the frontend and to the post title in the block editor.
     *
     * The supplied styles are meant to match the default `h1` classes from
     * Tailwind Typography.
     */

.work-template-default.single.single-work footer {
  background-color: #ff0000;
}

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/**
     * Layout styles for centered content areas
     *
     * If you are controlling the width of your content area with styles applied
     * to its container, you can delete the following styles whose selectors begin
     * with `.page-content >` and `.entry-content >`. For more details, please see
     * the following:
     *
     * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
     */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0px;
  z-index: 1300;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 32px;
  font-family: Outfit, sans-serif;
}

@media (min-width: 1024px) {
  .cookie-banner {
    flex-direction: row;
    justify-content: space-between;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    padding: 40px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

.cookie-banner {
  transform: translateY(100%);
  will-change: transform;
}

.cookie-banner .cookie-banner__close {
  position: absolute;
  top: 24px;
  right: 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .cookie-banner .cookie-banner__close {
    position: relative;
    top: auto;
    right: auto;
  }
}

.cookie-banner .cookie-banner__text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 240 240 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .cookie-banner .cookie-banner__text {
    margin-top: 0px;
    width: 60%;
  }
}

.cookie-banner .cookie-banner__text a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cookie-banner .cookie-banner__actions {
  margin-top: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (min-width: 1024px) {
  .cookie-banner .cookie-banner__actions {
    margin-top: 0px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
