@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, ::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.17 | 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;
}

.container{
  width: 100%;
}

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

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

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

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

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

.hidden{
  display: none;
}

:root {
  --primary-color: #E05225;
  /* Vermelho */
  --accent-color: #FFD200;
  /* Amarelo */
  --text-color: #1A1A1A;
  /* Preto */
  --color-17: #5BA830;
  /* Verde */
  --background-color: #F4F4F4;
  /* Cinza claro */
}

*::-moz-selection {
  color: var(--background-color);
  background-color: var(--primary-color);
}

*::selection {
  color: var(--background-color);
  background-color: var(--primary-color);
}

@font-face {
  font-family: concourse_index;

  font-style: normal;

  font-weight: normal;

  font-stretch: normal;

  font-display: auto;

  src: url('../fonts/concourse_index_regular.woff2') format('woff2');
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  font-family: 'DM Serif Display', serif;
}

header {
  padding: 10px 0 20px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: fixed;
  width: 100%;
  background-color: var(--background-color);
  z-index: 9999;
}

header .header-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

header h1 a {
  text-decoration: none;
  color: var(--primary-color);
}

header h2 {
  font-size: 20px;
  line-height: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

main {
  padding: 140px 0 80px 0;
}

p {
  margin: 0 0 1rem;
}

.container {
  width: 100%;
  margin: 0 auto;
}

h1 {
  font-size: 30px;
  margin: 0;
}

h2 {
  font-size: 24px;
  margin: 0;
}

footer {
  background-color: var(--background-color);
  padding: 20px 0;
  box-shadow: 0 -3px 112px -40px rgba(0, 0, 0, .4);
}

.footer-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
  align-items: flex-start;
  align-content: stretch;
  flex-direction: row;
  gap: 25px;
  padding: 20px;
}

.footer-section {
  flex-basis: 100%;
  width: 100%;
}

.footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'DM Serif Display', serif;
  color: var(--text-color);
}

.footer-title .title {
  color: var(--primary-color);
}

.footer-description {
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  color: var(--text-color);
}

.footer-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-categories li {
  margin-bottom: 5px;
}

.footer-categories li a {
  color: var(--text-color);
  text-decoration: none;
  display: block;
  border-bottom: 1px dashed var(--color-17);
}

.footer-categories li:last-child a {
  border-bottom: none;
}

.footer-tag-cloud {
  margin-top: 10px;
}

.tag {
  display: inline-block;
  margin: 0 0 4px 0;
  padding: 4px;
  background-color: var(--accent-color);
  border: 1px solid var(--background-color);
  border-radius: 4px;
  color: var(--background-color);
  text-decoration: none;
  font-size: 0.825rem;
}

.tag:hover {
  background-color: var(--background-color);
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}

.footer-bottom {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 13px;
  padding: 20px;
  min-height: 20px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  font-weight: 500;
}

.footer-menu li {
  display: inline-block;
  padding-right: 20px;
}

.footer-menu li a {
  text-decoration: none;
  color: var(--text-color);
}

.footer-menu li a:hover {
  color: var(--color-17);
}

.footer-copyright {
  width: 50%;
  float: right;
  text-align: right;
}

/* Estilos gerais */

body {
  background-color: var(--background-color);
  color: var(--text-color);
}

section {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto;
}

#disclaimer {
  display: none;
}

article.recipe {
  width: 100%;
}

article.recipe h1 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}

article.recipe figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

article.recipe figure img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

article.recipe figure figcaption {
  max-width: 1000px;
  width: 80%;
  margin: 10px auto 25px auto;
  font-size: 1rem;
  color: var(--color-17);
  font-family: 'Crimson Pro', serif;
}

.recipe-category {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: .25rem;
  color: var(--primary-color);
  margin: 0;
}

.recipe-description {
  font-size: 1.45rem;
  line-height: 1.825rem;
  font-style: oblique;
  font-weight: 400;
  color: var(--color-17);
  font-family: 'Crimson Pro', serif;
  margin: 10px 0;
}

.recipe-content p {
  word-spacing: 3px;
  overflow-wrap: break-word;
}

.recipe-content a {
  font-weight: 500;
  color: var(--color-17);
  text-decoration: none;
  border-bottom: none;
}

.recipe-content a:hover {
  font-weight: 600;
  border-bottom: dotted 1px var(--color-17);
}

.recipe-body {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

.recipe-body #recipe-ingredients {
  padding-right: 25px;
  width: 30%;
  font-size: .8625rem;
  text-align: right;
  color: var(--color-17);
}

.recipe-body #recipe-ingredients h2 {
  color: var(--primary-color);
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
}

.recipe-body #recipe-ingredients ul li {
  list-style: none;
  line-height: 1rem;
  margin-bottom: 0.825rem;
}

.recipe-body #recipe-instructions {
  border-left: solid 2px var(--primary-color);
  padding-left: 25px;
  width: 70%;
}

.recipe-body #recipe-instructions ol {
  counter-reset: step;
  padding: 0;
}

.recipe-body #recipe-instructions ol li {
  line-height: 1.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px var(--primary-color);
  margin-left: 2.5rem;
  list-style: none;
}

.recipe-body #recipe-instructions ol li:last-child {
  border-bottom: none;
}

.recipe-body #recipe-instructions ol li:before {
  counter-increment: step;
  content: counter(step);
  font-family: concourse_index;
  font-size: 1.25rem;
  position: absolute;
  margin-left: -2.5rem;
}

.recipe-info {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.info-column {
  flex-basis: 20%;
  flex-grow: 1;
  text-align: center;
  background-color: var(--background-color);
  color: var(--text-color);
  border: solid 1px var(--primary-color);
}

.info-column h4 {
  background-color: var(--primary-color);
  color: var(--background-color);
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  margin: 0;
}

.info-column p {
  margin: 0;
}

.card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3em;
  cursor: default;
}

.card .card-image {
  width: 40%;
  margin-right: 20px;
}

.card .card-image img {
  width: 100%;
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  /*-webkit-transition: 0.2s ease-in-out;*/
  /*transition: 0.2s ease-in-out;*/
}

.card:hover img {
  /*-webkit-transform: scale(1.025) rotate(-1deg);*/
  /*transform: scale(1.025) rotate(1);*/
}

.card .card-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}

section.receitas-sem-imagens {
}

section.receitas-sem-imagens .card {
  margin-bottom: 1em;
}

section.receitas-sem-imagens .card .card-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  white-space: pre-wrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

section.receitas-sem-imagens .card .card-content .recipe-category {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: .25rem;
  color: var(--primary-color);
  margin: 0 20px 0 0;
  width: 40%;
  text-align: right;
}

.transition-color {
  transition-duration: .2s;
}

.card .card-content h2 {
  line-height: 1.125em;
}

.card .card-content h2 a {
  text-decoration: none;
  color: var(--text-color);
}

.card .card-content h2 a:hover {
  -webkit-text-decoration: dotted 1px;
          text-decoration: dotted 1px;
  color: var(--primary-color);
}

.card .card-content .card-excerpt {
}

.card .card-content .card-excerpt p {
  color: var(--color-17);
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

@media (max-width: 600px) {
  main {
    padding: 140px 0 20px 0;
  }

  section {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
  }

  .card {
    margin-bottom: 1em;
  }

  .card .card-content .card-excerpt {
    display: none;
  }

  .recipe-category {
    letter-spacing: 0.125rem;
  }

  section.receitas-sem-imagens .card .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  section.receitas-sem-imagens .card .card-content .recipe-category {
    width: 100%;
    text-align: start;
  }

  .footer-container {
    max-width: 600px;
    flex-direction: column;
  }

  .recipe-body {
    display: block;
  }

  .recipe-body #recipe-ingredients {
    width: 100%;
    font-size: .8625rem;
    text-align: left;
    color: var(--color-17);
  }

  .recipe-body #recipe-ingredients ul {
    padding-left: 1em;
  }

  .recipe-body #recipe-instructions {
    border-left: none;
    width: 100%;
    padding-left: 0;
  }

  .recipe-body #recipe-instructions .recipe-info .info-column {
    flex-basis: 40%;
  }
}

button#ver-mais {
  background-color: var(--primary-color);
  color: var(--background-color);
  border: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: -1em auto 2em auto;
  text-align: center;
  display: block;
  padding: 0.2em 1.8em;
  font-style: italic;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.footer-categories span {
  background-color: var(--primary-color);
  color: var(--background-color);
  border: 0;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  text-align: center;
  float: right;
  padding: 0.2em 1.8em;
  font-style: italic;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.category-related {
  margin-top: 70px;
}

.category-related h2 {
  margin: 2em 0;
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.recipe-related {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 20px;
}

.recipe-related .recipe-related-item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  align-self: flex-start;
  font-size: 0.75em 10.125px;
  align-self: stretch;
  display: flex;
}

.recipe-related .recipe-related-item a {
  -webkit-font-smoothing: antialiased;
  color: var(--primary-color);
  text-decoration: none;
  font-family: 'DM Serif Display', serif;
  display: block;
  background-color: var(--accent-color);
  align-self: stretch;
}

.recipe-related .recipe-related-item a:hover {
  background-color: var(--primary-color);
  color: var(--accent-color);
}

.recipe-related .recipe-related-item a p {
  line-height: 24px;
  text-align: left;
  padding: 0 10px;
}

.recipe-related .recipe-related-item a img {
  width: 100%;
  image-rendering: pixelated;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.recipe-related .recipe-related-item+.view-all a {
  align-content: center;
  padding: 35px;
}

@media (max-width: 600px) {
  .recipe-related {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}

#commento-error {
  display: none !important;
}