/* xFigma – Scheiblhofer RE: Culinary Calendar */
.xfigma-re-cal {
  background: #131313;
  color: #fff;
  padding: 0 36px 24px;
}
.xfigma-re-cal__inner {
  max-width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.xfigma-re-cal__row {
  display: flex;
  gap: 30px;
  align-items: stretch;
  padding: 20px 0 21px;
  border-bottom: 1px solid #bf0f1e;
}
.xfigma-re-cal__img {
  flex: 0 0 465px;
  width: 465px;
  height: 275px;
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
}
.xfigma-re-cal__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 30px;
  min-width: 0;
}
.xfigma-re-cal__meta {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
}
.xfigma-re-cal__sep,
.xfigma-re-cal__cat {
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
}
.xfigma-re-cal__title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.xfigma-re-cal__facts {
  display: flex;
  gap: 36px;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  flex-wrap: wrap;
}
.xfigma-re-cal__divider {
  width: 2px;
  height: 22px;
  background: #bf0f1e;
}
.xfigma-re-cal__actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.xfigma-re-cal__btn {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 12px 10px;
  font-size: 16px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.xfigma-re-cal__btn:hover {
  background: #fff;
  color: #131313;
}
@media (max-width: 800px) {
  .xfigma-re-cal__row {
    flex-direction: column;
    gap: 20px;
  }
  .xfigma-re-cal__img {
    flex: none;
    width: 100%;
    height: 200px;
  }
  .xfigma-re-cal__body {
    padding-left: 0;
  }
  .xfigma-re-cal__title {
    font-size: 28px;
  }
  .xfigma-re-cal__facts {
    font-size: 18px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/174.css.css.map */