.ws-recipe-page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #2c241e;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.ws-recipe-page *,
.ws-recipe-page *::before,
.ws-recipe-page *::after {
  box-sizing: border-box;
}

.ws-recipe-page .recipe-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.ws-recipe-page .recipe-image-main {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 20px 20px 60px rgba(0,0,0,0.05);
  display: block;
}

.ws-recipe-page .recipe-intro-content {
  padding-right: 40px;
}

.ws-recipe-page .recipe-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #8a8075;
  margin-bottom: 20px;
  display: block;
}

.ws-recipe-page h1 {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 30px 0;
  letter-spacing: -0.02em;
  color: #2c241e;
}

.ws-recipe-page .recipe-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
  padding: 25px 0;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.ws-recipe-page .meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #2c241e;
}

.ws-recipe-page .meta-item i {
  color: #c96148;
  font-size: 18px;
}

.ws-recipe-page .intro-text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 30px;
  color: #2c241e;
}

.ws-recipe-page .recipe-brand {
  margin-top: 40px;
}

.ws-recipe-page .recipe-brand-label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8a8075;
}

.ws-recipe-page .recipe-brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 24px 28px;
  background: #F6EFE4;
  border: 1px solid rgba(44, 36, 30, 0.08);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ws-recipe-page .recipe-brand-link:hover {
  border: 1px solid #2c241e;
}

.ws-recipe-page .recipe-brand-link--static:hover {
  transform: none;
  box-shadow: none;
}

.ws-recipe-page .recipe-brand-image {
  display: block;
  max-width: 240px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ws-recipe-page .recipe-brand-placeholder {
  color: #8a8075;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.ws-recipe-page .recipe-details {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 100px;
  margin-bottom: 100px;
}

.ws-recipe-page .ingredients-list {
  background: #fff;
  padding: 50px;
  border: 1px solid #f0f0f0;
  border-radius: 25px;
  height: fit-content;
  box-shadow: 0 10px 30px rgba(44,36,30,0.04);
}

.ws-recipe-page .ingredients-list h2 {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 30px 0;
  color: #2c241e;
}

.ws-recipe-page .ingredients-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ws-recipe-page .ingredients-list li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  color: #2c241e;
}

.ws-recipe-page .ingredients-list li:last-child {
  border-bottom: none;
}

.ws-recipe-page .method-steps h2 {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 42px;
  font-weight: 300;
  margin: 0 0 40px 0;
  color: #2c241e;
}

.ws-recipe-page .step {
  margin-bottom: 50px;
  position: relative;
  padding-left: 60px;
}

.ws-recipe-page .step:last-of-type {
  margin-bottom: 0;
}

.ws-recipe-page .step-number {
  position: absolute;
  left: 0;
  top: -5px;
  font-family: "Fraunces", serif;
  font-size: 32px;
  color: #c96148;
  opacity: 0.3;
  font-style: italic;
  font-optical-sizing: none;
  line-height: 1;
}

.ws-recipe-page .step h4 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 600;
  color: #2c241e;
}

.ws-recipe-page .step p {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4036;
  margin: 0;
}

.ws-recipe-page .recipe-related-wines-wrap {
  margin-top: 0;
}

.ws-recipe-page .recipe-related-wines-wrap .wine-recommendations {
  padding-top: 80px;
  border-top: 1px solid rgba(44, 36, 30, 0.1);
}

.ws-recipe-page .wine-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.ws-recipe-page .wine-section-header h2 {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 48px;
  font-weight: 300;
  margin: 0 0 10px 0;
  color: #2c241e;
}

.ws-recipe-page .wine-section-header p {
  color: #8a8075;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin: 0;
}

.ws-recipe-page .wine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ws-recipe-page .wine-card {
  background: #FFFBF6;
  padding: 40px 30px;
  border-radius: 25px;
  border:  1px solid rgba(44,36,30,0.08) ;
  text-align: center;
  transition: all 0.4s ease;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.ws-recipe-page .wine-card:hover {
  box-shadow: 0 20px 40px rgba(44, 36, 30, 0.08);
}

.ws-recipe-page .wine-image-real {
  width: 100px;
  height: 280px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws-recipe-page .wine-image-real img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.ws-recipe-page .wine-image-placeholder {
  width: 100px;
  height: 280px;
  background-color: rgba(255,255,255,0.5);
  margin-bottom: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ws-recipe-page .wine-image-placeholder::after {
  content: "";
  width: 35px;
  height: 220px;
  background: #5A644A;
  opacity: 0.2;
  border-radius: 4px;
}

.ws-recipe-page .wine-type {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c96148;
  margin-bottom: 10px;
  font-weight: 600;
}

.ws-recipe-page .wine-name {
  font-family: "Fraunces", serif;
  font-size: 22px;
  margin: 0 0 10px 0;
  font-style: italic;
  font-optical-sizing: none;
  font-weight: 300;
  color: #2c241e;
}

.ws-recipe-page .wine-region {
  font-size: 14px;
  color: #8a8075;
  margin-bottom: 20px;
}

.ws-recipe-page .wine-price {
  font-size: 19px;
  font-weight: 600;
  margin-top: auto;
  color: #2c241e;
}

.ws-recipe-page .add-to-cart-btn {
  margin-top: 25px;
  background: #5A644A;
  color: white;
  padding: 12px 30px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
}

/* Relaterede opskrifter p책 vinsiden */
.ws-product-related-recipes {
  margin-top: 80px;
}

.ws-product-related-recipes__header {
  text-align: center;
  margin-bottom: 40px;
}

.ws-product-related-recipes__header p {
  color: #8a8075;
  margin: 0 0 10px 0;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.ws-product-related-recipes__header h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 42px;
  font-weight: 300;
  color: #2c241e;
}

.ws-product-related-recipes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ws-product-related-recipes__card {
  display: block;
  text-decoration: none;
  color: #2c241e;
  background: #F6EFE4;
  border-radius: 20px;
  overflow: hidden;
  transition: all .35s ease;
}

.ws-product-related-recipes__card:hover {
  box-shadow: 0 20px 40px rgba(44,36,30,.08);
}

.ws-product-related-recipes__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.ws-product-related-recipes__content {
  padding: 24px;
}

.ws-product-related-recipes__content h3 {
  margin: 0 0 12px 0;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 24px;
  font-weight: 300;
  color: #2c241e;
}

.ws-product-related-recipes__content p {
  margin: 0 0 16px 0;
  color: #4a4036;
  line-height: 1.7;
}

.ws-product-related-recipes__content span {
  color: #c96148;
  font-weight: 600;
}

@media (max-width: 1400px) {
.ws-recipe-page .wine-grid {
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 1320px) {
  .ws-recipe-page h1 {
    font-size: 54px;
  }
}

@media (max-width: 1170px) {
  .ws-recipe-page h1 {
    font-size: 48px;
  }
}

@media (max-width: 1024px) {
  .ws-recipe-page .recipe-hero,
  .ws-recipe-page .recipe-details,
  .ws-recipe-page .wine-grid,
  .ws-product-related-recipes__grid {
    grid-template-columns: 1fr;
  }

  .ws-recipe-page .recipe-image-main {
    height: 450px;
  }

  .ws-recipe-page .recipe-intro-content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .ws-recipe-page .wine-card {
    padding: 40px 20px;
  }

  .ws-recipe-page h1 {
    font-size: 42px;
  }

  .ws-recipe-page .recipe-meta {
    gap: 20px;
  }

  .ws-recipe-page .ingredients-list {
    padding: 30px 24px;
  }

  .ws-recipe-page .method-steps h2,
  .ws-recipe-page .wine-section-header h2,
  .ws-product-related-recipes__header h2 {
    font-size: 34px;
  }

  .ws-recipe-page .step {
    padding-left: 48px;
  }

  .ws-recipe-page .step-number {
    font-size: 26px;
    top: 0px;
    width: 40px;
    display: block;
  }

  .ws-recipe-page .recipe-brand-link {
    min-height: 100px;
    padding: 20px;
  }
  
  .ws-recipe-page .recipe-brand-link:hover {
    border: 1px solid rgba(44, 36, 30, 0.08);
  }

  .ws-recipe-page .recipe-brand-image {
    max-width: 180px;
    max-height: 58px;
  }
}

.ws-recipe-page .wine-card__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex: 1 1 auto;
}

.ws-recipe-page .wine-card__top:hover{
  text-decoration:none;
  color:inherit;
}

.ws-recipe-page .wine-card__buy {
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(44,36,30,0.08);
}

.ws-recipe-page .wine-card__buy .price-row {
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.ws-recipe-page .wine-card__buy .price1 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.ws-recipe-page .wine-card__buy .price2 {
  font-size: 18px;
  line-height: 1.1;
}

.ws-recipe-page .wine-card__buy .discount-badge {
  font-size: 15px;
  line-height: 1;
}

.ws-recipe-page .wine-card__buy .cc-tier-note {
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  margin: 0 0 30px 0;
}

.ws-recipe-page .wine-card__buy .qty-cta {
  width: 100%;
}

.ws-recipe-page .wine-card__buy .qty-badge {
  background: #fff;
  border:  1px solid rgba(44,36,30,0.08) ;
}

.ws-recipe-page .wine-card__buy .btn-add {
  min-height: 54px;
}

.ws-recipe-page .add-to-cart-btn {
  display: none;
}

@media screen and (max-width: 450px){
.ws-recipe-page .wine-card__buy .btn-add{
  font-size:20px;
  padding:14px 24px;
}
}

@media screen and (max-width: 400px){
.ws-recipe-page .wine-card__buy .btn-add{
  padding:14px 22px;
}
}

@media screen and (max-width: 385px){
.ws-recipe-page .wine-card__buy .btn-add{
  padding:14px 20px;
  font-size:18px;
}

  .ws-recipe-page .wine-card__buy .qty-badge input.qty-value{
    width: 35px !important;
    min-width: 35px !important;
    max-width: 35px !important;
    flex: 0 0 35px !important;
    padding: 0 !important;
  }

  .ws-recipe-page .wine-card__buy .qty-badge .qty-btn{
    width: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
    height: 30px !important;
    flex: 0 0 25px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
}

/* =========================================================
   OPSKRIFTER – archive / overblik
   ========================================================= */

.ws-recipe-archive {
  width: 100%;
  color: #2c241e;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ws-recipe-archive *,
.ws-recipe-archive *::before,
.ws-recipe-archive *::after {
  box-sizing: border-box;
}

/* HERO – enkel version uden billede, tekst og baggrund */
.ws-recipe-archive-hero {
  text-align: center;
  padding: 0;
  background: none;
  background-image: none;
  margin: 0 0 45px;
  border-radius: 0;
  border: none;
}

.ws-recipe-archive-hero__tag {
  margin: 0 0 14px;
  font-size: 16px;
  color: #8a8075;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
}

.ws-recipe-archive-hero h1 {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: clamp(46px, 6vw, 70px);
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #2c241e;
  letter-spacing: -0.03em;
  margin: 0;
}

.ws-recipe-archive-hero__line {
  display: none;
}

.ws-recipe-archive-hero__text {
  display: none;
}

.ws-recipe-archive-toolbar {
  margin-bottom: 45px;
  background: #FFFBF6;
  border: 1px solid #EAE1D7;
  border-radius: 25px;
  padding: 24px;
}

.ws-recipe-archive-filters {
  display: grid;
  gap: 24px;
}

.ws-recipe-archive-search input {
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid #EAE1D7;
  background: #fff;
  padding: 0 22px;
  font-size: 16px;
  color: #2c241e;
  outline: none;
  box-shadow: none;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ws-recipe-archive-search input:focus {
  border-color: #5A644A;
}

.ws-recipe-archive-filter-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ws-recipe-archive-filter-group {
  display: grid;
  gap: 12px;
  align-content: start;
}

.ws-recipe-archive-filter-title {
  font-size: 14px;
  color: #8a8075;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.ws-recipe-archive-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ws-recipe-pill {
  display: inline-flex;
  cursor: pointer;
}

.ws-recipe-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ws-recipe-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #EAE1D7;
  background: #fff;
  color: #2c241e;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.ws-recipe-pill:hover span {
  border-color: #c96148;
}

.ws-recipe-pill input:checked + span {
  background: #c96148;
  border-color: #c96148;
  color: #fff;
}

.ws-recipe-archive-toolbar-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(44,36,30,0.08);
}

.ws-recipe-archive-results {
  font-size: 15px;
  color: #8a8075;
  line-height: 1.4;
}

.ws-recipe-archive-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ws-recipe-archive-sort label {
  font-size: 15px;
  color: #2c241e;
}

.ws-recipe-archive-sort select {
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid #2c241e;
  background: transparent;
  color: #2c241e;
  padding: 0 36px 0 14px;
  font-size: 15px;
  outline: none;
}

.ws-recipe-archive-active {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
}

.ws-recipe-archive-active.is-visible {
  display: flex;
}

.ws-recipe-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border-radius: 999px;
  background: #c96148;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.03em;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  line-height: 1;
  cursor: pointer;
}

.ws-recipe-chip:hover,.ws-recipe-chip:active {
  background: #c96148;
}

.ws-recipe-chip:focus-visible {
  outline: 2px solid #c96148;
  outline-offset: 2px;
}

.ws-recipe-chip__x {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  flex: 0 0 22px;
  opacity: 1;
  mix-blend-mode: normal;
}

.ws-recipe-chip__x::before,
.ws-recipe-chip__x::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  opacity: 1;
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform;
}

.ws-recipe-chip__x::before {
  transform: rotate(45deg) scaleY(0.5) translateZ(0);
}

.ws-recipe-chip__x::after {
  transform: rotate(-45deg) scaleY(0.5) translateZ(0);
}

.ws-recipe-archive-clear {
  display: none;
  justify-self: start;
  padding: 0;
  border: none;
  background: transparent;
  color: #c96148;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.ws-recipe-archive-grid-wrap.is-loading {
  opacity: .55;
  pointer-events: none;
}

.ws-recipe-archive-grid {
  display: grid;
  gap: 30px;
}

.ws-recipe-archive-grid--cols-1 {
  grid-template-columns: 1fr;
}

.ws-recipe-archive-grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ws-recipe-archive-grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ws-recipe-archive-grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ws-recipe-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #FFFBF6;
  border: 1px solid rgba(44,36,30,0.08);
  border-radius: 25px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ws-recipe-card:hover {
  box-shadow: 0 20px 40px rgba(44,36,30,0.08);
  border-color: rgba(44,36,30,0.16);
}

.ws-recipe-card__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ws-recipe-card__image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #F6EFE4;
}

.ws-recipe-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}

.ws-recipe-card:hover .ws-recipe-card__image img {
  transform: scale(1.04);
}

.ws-recipe-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a8075;
}

.ws-recipe-card__badges {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 36px);
}

.ws-recipe-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #5A644A;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.ws-recipe-card__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 26px;
}

.ws-recipe-card__meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
  color: #8a8075;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ws-recipe-card h3 {
  margin: 0 0 14px;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
  color: #2c241e;
  letter-spacing: -0.03em;
  
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-recipe-card p {
  margin: 0 0 22px;
  color: #4a4036;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

.ws-recipe-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(44,36,30,0.08);
}

.ws-recipe-card__facts span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: #F6EFE4;
  color: #2c241e;
  font-size: 13px;
  line-height: 1;
}

.ws-recipe-archive__no-results {
  margin: 0;
  padding: 18px 20px;
  background: rgba(201, 97, 72, 0.10);
  border: 1px solid rgba(201, 97, 72, 0.22);
  border-radius: 18px;
  color: #2C241E;
  font-size: 16px;
  line-height: 1.5;
}

.ws-recipe-archive-load-wrap {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.ws-recipe-archive-load {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: none;
  border-radius: 999px;
  background: #5A644A;
  color: #fff;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.ws-recipe-archive-load:hover,
.ws-recipe-archive-load:focus {
  background: #5A644A;
  color: #fff;
}

.ws-recipe-archive-load:disabled {
  opacity: .55;
  cursor: default;
}

@media (max-width: 1200px) {
  .ws-recipe-archive-filter-row {
    grid-template-columns: 1fr;
  }

  .ws-recipe-archive-grid--cols-3,
  .ws-recipe-archive-grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ws-recipe-archive-hero {
    padding: 0;
    margin-bottom: 35px;
  }
  
  .ws-recipe-archive-hero__tag {
  font-size: 14px;
}

  .ws-recipe-archive-toolbar {
    padding: 18px;
    border-radius: 22px;
  }

  .ws-recipe-archive-toolbar-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ws-recipe-archive-grid--cols-2,
  .ws-recipe-archive-grid--cols-3,
  .ws-recipe-archive-grid--cols-4 {
    grid-template-columns: 1fr;
  }

  .ws-recipe-card h3 {
    font-size: 28px;
  }

  .ws-recipe-card__content {
    padding: 24px;
  }
}

@media (max-width: 450px) {
  .ws-recipe-archive-hero {
    padding: 0;
    margin-bottom: 30px;
  }

  .ws-recipe-pill span {
    font-size: 13px;
    padding: 9px 12px;
  }

  .ws-recipe-card h3 {
    font-size: 26px;
  }
}