/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/offbeat-single-post-meta-block/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.offbeat-single-post-meta {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.offbeat-single-post-meta .offbeat-single-post-meta__track {
  display: grid;
  align-items: center;
  justify-items: end;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
}
.offbeat-single-post-meta .offbeat-single-post-meta__panel {
  grid-area: 1/1;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  visibility: hidden;
  pointer-events: none;
}
.offbeat-single-post-meta .offbeat-single-post-meta__panel.is-active {
  visibility: visible;
  pointer-events: auto;
}
.offbeat-single-post-meta .offbeat-single-post-meta__bubbles {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle svg {
  width: 14px;
  height: 14px;
  display: block;
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle::before {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  transform: translateY(4px);
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--nav-font);
  font-size: var(--wp--preset--font-size--minute);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 5;
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  right: 8px;
  border: 5px solid transparent;
  border-top-color: var(--wp--preset--color--senary);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 5;
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle.is-active::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle.is-active::after {
  opacity: 1;
  visibility: visible;
}
.offbeat-single-post-meta .offbeat-single-post-meta__bubbles:hover .offbeat-single-post-meta__toggle.is-active:not(:hover)::before,
.offbeat-single-post-meta .offbeat-single-post-meta__bubbles:hover .offbeat-single-post-meta__toggle.is-active:not(:hover)::after {
  opacity: 0;
  visibility: hidden;
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle:hover::after {
  opacity: 1;
  visibility: visible;
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle--terms {
  background-color: var(--wp--preset--color--secondary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle--terms::before {
  content: "Filed Under";
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle--featuring {
  background-color: var(--wp--preset--color--tertiary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__toggle--featuring::before {
  content: "Featuring";
}
.offbeat-single-post-meta .offbeat-single-post-meta__pill {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.85em;
  line-height: 1.4;
  white-space: nowrap;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__pill:hover, .offbeat-single-post-meta .offbeat-single-post-meta__pill:focus {
  text-decoration: none;
  background-color: #ffffff;
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__card {
  position: absolute;
  z-index: 20;
  width: 274px;
  padding-bottom: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 140ms ease-out, transform 140ms ease-out;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-inner {
  background: #ffffff;
  border-top: 3px solid var(--wp--preset--color--tertiary);
  box-shadow: 0 20px 44px -14px rgba(20, 17, 14, 0.62);
  text-align: left;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-head {
  display: flex;
  gap: 13px;
  padding: 15px;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-thumb {
  width: 62px;
  height: 62px;
  flex: none;
  background-color: var(--wp--preset--color--primary);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 24px;
  color: #ffffff;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card--no-image .offbeat-single-post-meta__card-thumb {
  width: 36px;
  height: 36px;
  font-size: 18px;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-category {
  font-family: var(--wp--preset--font-family--nav-font);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 9.5px;
  color: var(--wp--preset--color--primary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-name {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 19px;
  font-weight: inherit;
  line-height: 1.12;
  margin: 3px 0 2px;
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-name:hover, .offbeat-single-post-meta .offbeat-single-post-meta__card-name:focus {
  color: var(--wp--preset--color--contrast);
  text-decoration: none;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-location {
  font-size: 11px;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-city {
  color: #6b6860;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-location-more {
  color: #a5a29a;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-excerpt {
  margin: 0;
  padding: 0 15px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #3a382f;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-cta {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  border-top: 1px solid rgba(42, 40, 34, 0.1);
  padding: 10px 15px;
  font-family: var(--wp--preset--font-family--nav-font);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 10px;
  color: var(--wp--preset--color--septenary);
  text-decoration: none;
  background-color: transparent;
  transition: background-color 140ms ease;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-cta:hover, .offbeat-single-post-meta .offbeat-single-post-meta__card-cta:focus {
  text-decoration: none;
  color: var(--wp--preset--color--septenary);
  background-color: var(--wp--preset--color--quaternary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-cta-arrow {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  transition: transform 160ms ease;
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-inner:hover .offbeat-single-post-meta__card-cta-arrow {
  transform: translateX(3px);
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-cta:hover .offbeat-single-post-meta__card-cta-arrow,
.offbeat-single-post-meta .offbeat-single-post-meta__card-cta:focus .offbeat-single-post-meta__card-cta-arrow {
  transform: translateX(6px);
}
.offbeat-single-post-meta .offbeat-single-post-meta__card-arrow {
  position: absolute;
  bottom: 1px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid #ffffff;
  filter: drop-shadow(0 7px 5px rgba(20, 17, 14, 0.28));
}
.offbeat-single-post-meta .offbeat-single-post-meta__scrim {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(13, 11, 9, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}
.offbeat-single-post-meta .offbeat-single-post-meta__scrim.is-open {
  opacity: 1;
  pointer-events: auto;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  max-height: 72vh;
  background: var(--wp--preset--color--quaternary);
  box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.35);
  border-top: 3px solid var(--wp--preset--color--tertiary);
  transform: translateY(100%);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  padding-bottom: env(safe-area-inset-bottom);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet.is-open {
  transform: translateY(0);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet.is-terms {
  border-top-color: var(--wp--preset--color--secondary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-handle {
  width: 38px;
  height: 4px;
  flex: none;
  border-radius: 2px;
  background: rgba(42, 40, 34, 0.2);
  margin: 9px auto 0;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 10px;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-marker {
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--wp--preset--color--tertiary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet.is-terms .offbeat-single-post-meta__sheet-marker {
  background: var(--wp--preset--color--secondary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-title {
  flex: 1;
  font-family: var(--wp--preset--font-family--nav-font);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 12px;
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-close {
  flex: none;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  color: #8a877e;
  cursor: pointer;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-panel {
  overflow-y: auto;
  background: #ffffff;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-panel[hidden] {
  display: none;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-panel--terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px;
  background: var(--wp--preset--color--quaternary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-panel--terms[hidden] {
  display: none;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-row {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(42, 40, 34, 0.08);
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-row:last-child {
  border-bottom: 0;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-row:hover, .offbeat-single-post-meta .offbeat-single-post-meta__sheet-row:focus {
  text-decoration: none;
  background: var(--wp--preset--color--quaternary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-thumb {
  width: 46px;
  height: 46px;
  flex: none;
  background-color: var(--wp--preset--color--primary);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 20px;
  color: #ffffff;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-meta {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-category {
  font-family: var(--wp--preset--font-family--nav-font);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 9px;
  color: var(--wp--preset--color--primary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-name {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: 16px;
  line-height: 1.1;
  margin: 2px 0;
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-row:hover .offbeat-single-post-meta__sheet-name,
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-row:focus .offbeat-single-post-meta__sheet-name {
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-location {
  font-size: 11px;
  color: #6b6860;
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-arrow {
  flex: none;
  font-size: 16px;
  color: var(--wp--preset--color--septenary);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-family: var(--wp--preset--font-family--nav-font);
  font-size: 12px;
  text-decoration: none;
  background: #ffffff;
  color: var(--wp--preset--color--contrast);
}
.offbeat-single-post-meta .offbeat-single-post-meta__sheet-chip:hover, .offbeat-single-post-meta .offbeat-single-post-meta__sheet-chip:focus {
  text-decoration: none;
  background: var(--wp--preset--color--secondary);
}

@media (max-width: 767px) {
  .offbeat-single-post-meta .offbeat-single-post-meta__track,
  .offbeat-single-post-meta .offbeat-single-post-meta__card {
    display: none;
  }
}
@media (min-width: 768px) {
  .offbeat-single-post-meta .offbeat-single-post-meta__scrim,
  .offbeat-single-post-meta .offbeat-single-post-meta__sheet {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .offbeat-single-post-meta .offbeat-single-post-meta__sheet {
    transition: opacity 180ms ease;
    transform: translateY(0);
    opacity: 0;
  }
  .offbeat-single-post-meta .offbeat-single-post-meta__sheet.is-open {
    opacity: 1;
  }
  .offbeat-single-post-meta .offbeat-single-post-meta__sheet[hidden] {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .offbeat-single-post-meta .offbeat-single-post-meta__card {
    transition: opacity 120ms ease-out;
    transform: none;
  }
  .offbeat-single-post-meta .offbeat-single-post-meta__card.is-visible {
    transform: none;
  }
}

/*# sourceMappingURL=style-index.css.map*/