/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/pages/article.scss ***!
  \******************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./scss/pages/article.scss (1) ***!
  \**********************************************************************************************************************/
:root {
  --primary-color: white;
  --primary-color-dark: color-mix(in srgb, var(--primary-color) 90%, black);
  --primary-color-light: color-mix(in srgb, var(--primary-color) 90%, white);
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 8px;
  z-index: 800;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 8px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

@media (prefers-contrast: high) {
  .card,
  .btn {
    border: 2px solid;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:focus {
  outline-offset: 2px;
  outline: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline-offset: 2px;
}

.btn,
button,
[role=button],
a,
select,
textarea {
  min-height: 44px;
  min-width: 44px;
}

.btn--icon-only {
  position: relative;
}
.btn--icon-only .sr-only {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.text-low-contrast {
  color: #6c757d;
}

.form-error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.form-field--error input,
.form-field--error select,
.form-field--error textarea {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-field--success input,
.form-field--success select,
.form-field--success textarea {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.live-region {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

table {
  caption-side: top;
}

th {
  text-align: left;
}

ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

.card--link {
  position: relative;
}
.card--link:focus-within {
  outline-offset: 2px;
}
.card--link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card--link a,
.card--link button {
  position: relative;
  z-index: 2;
}

img:not([alt]) {
  outline: 2px solid red;
}

video:focus {
  outline-offset: 2px;
}

@media print {
  .skip-link,
  .sr-only {
    display: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
body {
  font-family: "Inter", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
@media screen and (max-width: calc(1300px - 1px)) {
  body {
    font-size: 0.87em;
  }
}

.container {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}

html,
body {
  min-height: 100%;
  height: auto;
}

body,
html,
div,
article,
aside,
section,
figure,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
ul,
ol,
dl,
address,
a,
input,
textarea,
button,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* reset.scss */
/* Box-sizing border-box globally */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Remove default list styles */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Remove default link styling */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

/* Ensure buttons are clickable */
button {
  cursor: pointer;
}

/* Remove border on images and ensure max-width */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Set base font smoothing and rendering */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Ensure body fills the viewport */
body {
  min-height: 100vh;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: 0 0;
  background-color: rgba(88, 86, 80, 0.25);
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(88, 86, 80, 0.5);
}

::-webkit-scrollbar-track {
  background-color: rgba(88, 86, 80, 0.05);
}

.breadcrumbs {
  display: flex;
  padding: 1.5rem 0;
}
.breadcrumbs .breadcrumb {
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs .breadcrumb:hover {
  color: var(--primary-color);
}

.article {
  margin-bottom: 2rem;
}
.article .richText-wide {
  max-width: 38.125rem;
  margin: 0 auto;
}
.article .richText-wide p {
  margin-bottom: 20px;
}
.article .richText-wide h2, .article .richText-wide h3, .article .richText-wide h4 {
  margin-bottom: 12px;
}
.article .article-hero.narrow {
  max-width: 960px;
}
.article .article-hero img {
  width: 100%;
  height: 100%;
  max-height: 27.25rem;
  object-fit: cover;
}
.article .article-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 960px;
  padding-top: 0.5rem;
}
.article .article-wrapper h1 {
  line-height: 120%;
  font-size: 2.5em;
}
.article .article-wrapper h2, .article .article-wrapper h3, .article .article-wrapper h4, .article .article-wrapper h5, .article .article-wrapper h6 {
  margin-bottom: 0.5rem;
}
.article .article-wrapper .sub-head {
  line-height: 140%;
  font-size: 1.5em;
  font-weight: 500;
  margin: 1rem 0 1rem 0;
}
.article .article-wrapper .by-line {
  line-height: 140%;
  font-size: 0.87em;
  font-style: italic;
  margin: 0 0 3rem 0;
}
.article .article-wrapper p {
  line-height: 150%;
  margin: 0 auto 1.5rem auto;
}
.article .article-wrapper .tag-date p {
  line-height: 120%;
  margin-top: 1.5rem;
  width: 100%;
  max-width: unset;
}
.article .article-wrapper .tag-date .cart__tag {
  line-height: 140%;
  font-size: 0.87em;
  font-style: italic;
  margin: 0 auto;
}
.article .article-wrapper ul, .article .article-wrapper ol {
  list-style: disc;
  padding-inline-start: 2rem;
  line-height: 150%;
  margin: 0 auto 0.5rem auto;
}
.article .article-wrapper ul li {
  line-height: 150%;
  margin-block-start: 0rem;
  margin-block-end: 0.25rem;
}
.article .article-wrapper ol li {
  line-height: 150%;
  margin-block-start: 0px;
  margin-block-end: 1rem;
}
.article .article-wrapper a {
  color: var(--primary-color);
  transition: color 0.2s;
}
.article .article-wrapper a:hover {
  color: black;
}
.article .article-wrapper .article-grid {
  display: flex;
  flex-direction: row;
  margin-bottom: 2rem;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .article .article-wrapper .article-grid {
    flex-direction: column-reverse;
  }
}
.article .article-wrapper .article-grid .ad-grid {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0rem;
  padding-right: 5rem;
  margin-bottom: 1.5rem;
  margin-top: 0rem;
}
@media screen and (max-width: calc(1440px - 1px)) {
  .article .article-wrapper .article-grid .ad-grid {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
    padding-right: unset;
  }
}
.article .article-wrapper .article-grid .ad-grid .ad-item img {
  width: 100%;
  height: 100%;
}
.article .article-wrapper .article-grid .article-content {
  width: 100%;
  max-width: 38.125rem;
  margin: 0 auto;
}
.article .article-wrapper .article-grid .article-content figure {
  display: table;
  width: 100%;
  height: auto;
  margin: 1rem auto 2rem auto;
}
.article .article-wrapper .article-grid .article-content figure figcaption {
  display: table-caption;
  caption-side: bottom;
  font-style: italic;
  text-align: right;
  font-size: 0.85em;
  font-weight: 300;
  letter-spacing: 0.4px;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  margin: 0.25rem 0 0 0;
  color: #585650;
}
.article .ad-bottom {
  display: flex;
  justify-content: center;
}
.article .ad-bottom img {
  width: 100%;
  height: auto;
  max-width: 56.25rem;
  max-height: 8.125rem;
}

.rte .recipe-section {
  background: #f0f0e9;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  max-width: 610px;
  margin: 0 auto 24px auto;
}
.rte .hightlight-red {
  color: #ff0f0f;
}
.rte .highlight-yellow {
  color: #ffff00;
}
.rte .spotlightr-container {
  margin-bottom: 20px;
}
