.legacy-pattern-wrapper {
  padding: 24px 16px;
}
@media screen and (min-width: 480px) {
  .legacy-pattern-wrapper {
    padding: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .legacy-pattern-wrapper {
    padding: 32px 64px 32px 64px;
  }
}
.legacy-pattern-wrapper h1 {
  font-size: 36px;
}
.legacy-pattern-wrapper h1.lesson-title {
  font-size: 32px;
}
.legacy-pattern-wrapper h2 {
  font-weight: 600 !important;
  font-size: 22px;
  margin: 24px 0;
}
.legacy-pattern-wrapper .learndash_post_sfwd-lessons {
  margin: 0 auto;
  max-width: 1280px;
}

article.eael-post-block-item {
  padding: 32px;
}
@media screen and (min-width: 1024px) {
  article.eael-post-block-item {
    padding: 32px 64px;
  }
}

.single-sfwd-courses .entry-content {
  padding: 0;
}

.pattern-content {
  padding: 0 16px 24px 16px;
}
.pattern-content h1 {
  color: #493987;
  margin: 36px 0;
  font-size: 28px;
}
.pattern-content h2 {
  color: #493987;
  font-size: 24px;
}
.pattern-content h3 {
  color: #493987;
  font-size: 22px;
}
.pattern-content h4 {
  color: #493987;
  font-size: 18px;
}
.pattern-content > section:first-of-type {
  margin-top: -64px;
}
.pattern-content .main-section {
  margin-bottom: 64px;
  scroll-margin-top: 80px;
}
.pattern-content .section-content {
  padding: 0 12px;
  position: relative;
}
.pattern-content #comments {
  background-color: rgba(255, 255, 255, 0.7921568627);
}
@media screen and (min-width: 480px) {
  .pattern-content #video {
    display: block;
  }
  .pattern-content #gallery {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .pattern-content {
    padding: 0 192px 24px 48px;
  }
  .pattern-content .section-content {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .pattern-content {
    padding: 0 192px 32px 64px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pattern-content .section-content {
    padding: 0 32px;
  }
}

.section-jump-row {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 2px 12px 2px;
  color: #3a3a3a;
}
.section-jump-row .section-number {
  margin: 0;
  flex: 0 0 48px;
  color: #493987;
}
.section-jump-row .section-title {
  margin: 0;
  flex-grow: 1;
}
.section-jump-row a {
  display: flex;
  padding: 12px;
  align-items: center;
  flex-grow: 1;
  color: inherit;
  gap: 6px;
}
.section-jump-row a i {
  font-size: 20px;
}
.pattern-section {
  position: relative;
  scroll-margin-top: 48px;
}

.pattern-actions {
  padding: 12px 0;
  margin: 0 -8px;
}

.materials-grid {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .materials-grid {
    grid-template-columns: 300px 1fr;
  }
}

.other-materials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  gap: 16px;
}

.material {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.material > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .material > img {
    max-height: 300px;
  }
}
.material p {
  margin-bottom: 8px;
}
.material .material-info {
  padding: 12px 18px;
  grid-row: 2;
}
.material .material-info h4 {
  margin-bottom: 0;
}
.material .material-info .sub-label {
  font-weight: 600;
  color: #424775;
}

.other-material {
  display: grid;
  grid-template-rows: 150px 1fr;
}

.yarn-material {
  display: grid;
  grid-template-rows: auto 1fr;
  height: max-content;
}
.yarn-material #yarn-details {
  display: flex;
  gap: 32px;
  padding: 0;
}
.yarn-material .yarn-detail p {
  font-weight: 600;
  margin: 8px 0;
}
.yarn-material .yarn-detail .weight-icon {
  max-width: 48px;
}
.yarn-material .color {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 6px 0;
  text-align: left;
}
.yarn-material .color div:first-child {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 154, 0) 10%, rgb(208, 222, 33) 20%, rgb(79, 220, 74) 30%, rgb(63, 218, 216) 40%, rgb(47, 201, 226) 50%, rgb(28, 127, 238) 60%, rgb(95, 21, 242) 70%, rgb(186, 12, 248) 80%, rgb(251, 7, 217) 90%, rgb(255, 0, 0) 100%);
}
@media screen and (min-width: 768px) {
  .yarn-material {
    align-items: flex-start;
  }
}

.kit-product-container {
  display: flex;
  justify-content: center;
}

.kit-product-container .kit-product {
  display: grid;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.kit-product-container .kit-product img {
  object-fit: cover;
  max-height: 250px;
  display: block;
  width: 100%;
}
.kit-product-container .kit-product .kit-info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 18px;
}
.kit-product-container .kit-product .kit-info h6 {
  font-size: 24px;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .kit-product-container .kit-product {
    grid-template-columns: 350px 1fr;
  }
  .kit-product-container .kit-product img {
    max-height: none;
  }
  .kit-product-container .kit-product .kit-info {
    padding: 0 24px;
  }
}

.abbrev-wrapper {
  display: grid;
}
@media screen and (min-width: 768px) {
  .abbrev-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
}

.abbrev-wrapper .abbrev-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 4px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #ccc;
}
.abbrev-wrapper .abbrev-row p {
  margin: 0;
}

.abbrev-row .abbrev {
  font-weight: bold;
}

.info-group .info-label {
  margin-bottom: 8px;
}

.pattern-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media screen and (min-width: 480px) {
  .pattern-cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .pattern-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.pattern-card {
  display: grid;
  grid-template-rows: 150px auto;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  align-items: center;
  max-width: 400px;
}
.pattern-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pattern-card p {
  grid-row: 2;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  margin: 0;
  text-align: center;
  color: #012243;
}
@media screen and (min-width: 480px) {
  .pattern-card {
    grid-template-rows: 200px auto;
  }
  .pattern-card p {
    padding: 16px 12px;
  }
}

.action-toggle {
  width: 100%;
  max-width: 200px;
}
.action-toggle .toggle-menu {
  display: none;
  position: absolute;
  z-index: 99;
  background: white;
  right: 0;
  margin-top: 6px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  max-width: 280px;
  width: max-content;
}
.action-toggle .toggle-menu .toggle-menu-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 16px 48px;
  font-weight: 600;
  color: #493987;
  cursor: pointer;
}
.action-toggle .toggle-menu .toggle-menu-item img {
  display: block;
}
.action-toggle .toggle-menu .toggle-menu-item:hover {
  background-color: #493987;
  color: white;
}
.action-toggle .toggle-menu .toggle-menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(73, 57, 135, 0.3333333333);
}
.action-toggle .toggled-menu {
  display: block;
  z-index: 999;
}
.action-toggle .toggle-btn.active:not(.toggle-btn.alt-video-menu-btn) {
  text-shadow: 0px 1px 2px rgba(73, 57, 135, 0.15);
  background: rgba(227, 227, 227, 0.5);
}

.drop-label {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-flow: row;
}
.drop-label i {
  font-size: 15px;
}

.pattern-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(239, 239, 239, 0) 20%, #efefef);
  z-index: 99;
}

/******** Migrated from pattern.css******/
#sticky-video--placeholder {
  background: none !important;
}

#sticky-video--close-button {
  border-radius: 15px;
  border: 1px solid #012243 !important;
}

.lazyframe {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.lazyframe[data-vendor=youtube] {
  background-color: #493987;
  background: url("/wp-content/plugins/club-crochet/assets/img/yt_thumbnail.webp") no-repeat center/cover;
}
.lazyframe[data-vendor=youtube] .lazyframe__title {
  display: none;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
}
.lazyframe[data-vendor=youtube] .lazyframe__title::before {
  background: linear-gradient(#493987, transparent);
}
.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.alt-video-wrapper {
  display: flex;
  margin: 12px 0;
  position: relative;
}

a.alt-video-btn {
  display: block;
  font-weight: 600;
  background-color: white;
  padding: 12px 16px;
  text-align: center;
  color: #493987;
  border-radius: 50px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

a.alt-video-menu-btn {
  display: block;
  font-weight: 600;
  text-align: left;
  color: #493987;
  cursor: pointer;
  font-size: 15px;
}

.alt-video-menu {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.sticky-menu-header .alt-video-menu {
  margin-left: 12px;
  margin-top: 12px;
  left: 0;
  font-size: 15px;
}

.hero-header {
  background: linear-gradient(#0A2141, 60%, #493987);
}
.hero-header .pattern-title {
  color: white;
  font-size: 28px;
  margin: 0 0 12px 0;
  text-align: center;
}
.hero-header .collection {
  margin-top: -8px;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .hero-header .pattern-title {
    text-align: left;
  }
  .hero-header .collection {
    text-align: left;
  }
}

.header-content {
  max-width: 1280px;
  color: white;
  font-weight: 600;
  gap: 16px;
  padding: 0 16px 18px;
  display: grid;
  grid-template-areas: "image" "description";
}
@media screen and (min-width: 480px) {
  .header-content {
    padding: 16px 18px;
  }
}
@media screen and (min-width: 1024px) {
  .header-content {
    grid-template-columns: 45% 55%;
    grid-template-areas: "image description";
    flex-flow: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 24px 72px;
    gap: 36px;
  }
}

.feature-image {
  grid-area: image;
  padding: 6px;
  border-radius: 16px;
  background-color: white;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}
.feature-image img {
  display: block;
  object-fit: cover;
  border-radius: 12px;
}
@media screen and (min-width: 480px) {
  .feature-image {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .feature-image {
    align-self: start;
    flex: 1 0 30%;
    max-width: 500px;
  }
}

.pattern-description {
  grid-area: description;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: column;
  min-width: 0;
}
@media screen and (min-width: 1024px) {
  .pattern-description {
    flex: 1 0 50%;
  }
}

.hero-header .feature-image {
  display: block;
  object-fit: cover;
}

.course-includes {
  display: flex;
  align-items: center;
  color: white;
  font-size: 16px;
}

.course-includes > i {
  margin: 0 8px;
  font-size: 24px;
}

.pattern-meta {
  display: flex;
  color: white;
  font-weight: 600;
  flex-flow: column;
  align-items: center;
  flex-grow: 1;
}
.pattern-meta p {
  margin: 0;
}
.meta-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 8px 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .meta-row {
    justify-content: flex-start;
  }
}

.info-list {
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .info-list {
    gap: 8px;
  }
}

.categories-list {
  list-style-type: none;
  flex-flow: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  gap: 8px;
  justify-content: start;
}
.categories-list a {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 13px;
}
.categories-list a:hover {
  background-color: white;
  color: #012243;
  text-shadow: none;
}
.categories-list li a {
  width: max-content;
}

.meta-item {
  display: flex;
  align-items: center;
  flex-flow: column;
  flex-grow: 1;
  font-size: 14px;
  max-width: 84px;
}
.meta-item img.difficulty {
  height: 19px;
  display: block;
  margin-right: 2px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.4));
}
.meta-item i {
  font-size: 18px;
  margin-bottom: 4px;
}
.meta-item i.fa-hand-paper {
  transform: rotateY(180deg);
}
.meta-item:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.2588235294);
}
@media screen and (min-width: 768px) {
  .meta-item {
    flex-flow: row;
    flex-grow: 0;
    max-width: 120px;
  }
  .meta-item img.difficulty {
    height: 20px;
  }
  .meta-item i {
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 8px;
  }
  .meta-item:not(:last-child) {
    padding-right: 8px;
  }
}

.author {
  display: flex;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  gap: 6px;
}
.author a {
  color: white;
}
.author .avatar {
  height: 36px;
  border-radius: 50%;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .author {
    justify-content: flex-start;
  }
}

.pattern-excerpt {
  color: white;
  margin: 6px 0;
  font-weight: 600;
}
.pattern-excerpt a {
  color: var(--link-color);
}
.pattern-excerpt a:hover {
  color: var(--link-active-color);
}

.header-actions {
  grid-area: actions;
  display: flex;
  justify-content: center;
  gap: 16px 8px;
  align-items: center;
  text-shadow: none;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
  margin-top: 12px;
  flex-grow: 1;
  align-items: end;
}
.header-actions i, .header-actions .fav-icon {
  margin: 0;
}
.header-actions i.fas.fa-heart {
  color: #ed0610;
}
.header-actions .fav-disabled, .header-actions .action-disabled {
  background-color: #919191;
  color: #ffffff;
  pointer-events: none;
}
.header-actions .fav-disabled:hover, .header-actions .action-disabled:hover {
  color: #919191;
  box-shadow: none;
}
.header-actions .alt-actions {
  display: flex;
  background-color: white;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .header-actions {
    margin: 12px auto 0 auto;
  }
}

.alt-actions-wrapper {
  position: relative;
}

.header-action {
  font-weight: bold;
}
.header-action a {
  white-space: nowrap;
}
.header-action a:not(.toggle-menu-item) {
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
}
.main-action {
  flex: 1 0 100%;
}
@media screen and (min-width: 768px) {
  .main-action {
    flex: 1 0 50%;
  }
}

.header-message {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  flex: 0 0 100%;
  font-size: 15px;
  line-height: 1.6;
}
.header-message p {
  margin: 0;
}
.header-message a {
  color: #50afa2;
}
.header-message.reverse-message {
  margin-bottom: 24px;
}

a.action-btn {
  background-color: #44958a;
  color: white;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.25);
}

.alt-action-btn {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #493987;
  transition: all 100ms ease-in;
  cursor: pointer;
}
.alt-action-btn > a {
  display: flex;
  flex-direction: column;
  padding: 8px 12px 6px 12px;
  align-items: center;
  justify-content: center;
  color: #493987;
  font-size: 12px;
  gap: 2px;
  min-width: 80px;
}
.alt-action-btn > a > i {
  margin: 0;
  font-size: 22px;
}
.alt-action-btn > a:hover {
  background: #efefef;
}
.alt-action-btn > a:active {
  text-shadow: 0px 0px 8px rgba(73, 57, 135, 0.4);
  background-color: #efefef;
}
.alt-action-btn:first-child a {
  padding-left: 24px;
}
.alt-action-btn:last-child a {
  padding-right: 24px;
}

.untangle-action::before {
  width: 22px;
  height: 22px;
  content: url("/wp-content/plugins/club-crochet/assets/img/untangle.svg#dark");
}

.preview-actions {
  background-color: #493987;
  padding: 24px 16px;
  border-radius: 20px;
  color: white;
}

.outline-btn {
  border: 1px dashed white;
  border-radius: 4px;
  height: auto;
  padding: 10px 2px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  letter-spacing: normal;
}

.outline-btn:hover {
  color: white;
  /* background: var(--link-active-color) !important; */
  border: 1px solid white;
}

.timecode-note {
  color: white;
  background-color: #493987;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
}
.timecode-note .timecode {
  display: flex;
  gap: 6px;
  align-items: center;
}

#reset-progress {
  grid-column: 2;
  color: #44958a;
  font-weight: 600;
  margin-top: 2px;
  cursor: pointer;
  justify-self: flex-start;
  display: block;
}

.login-notice {
  margin-top: 10px;
  font-weight: 600;
}

.section-header {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  position: relative;
  padding: 36px 0 18px;
  border-top: 1px solid #ccc;
  gap: 8px;
}
.section-header .title {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-areas: "num title" "num info";
  row-gap: 8px;
}
.section-header .section-number {
  grid-area: num;
}
.section-header .section-info {
  display: grid;
  gap: 4px;
  grid-template-rows: auto auto;
}
.section-header .section-timecode {
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-header .time {
  justify-self: flex-start;
}
.section-header .qty {
  justify-self: flex-start;
}
@media screen and (min-width: 768px) {
  .section-header {
    flex-flow: row;
    align-items: center;
  }
  .section-header .section-info {
    display: grid;
    gap: 6px;
    grid-template-columns: auto auto;
  }
}

.section-pill {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  color: white;
  background-color: #493987;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
}

.pattern-notice {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 16px;
  background-color: #cecece;
  border-radius: 10px;
  padding: 12px 16px;
  margin: 24px 0;
}
.pattern-notice .group {
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 12px;
  justify-content: center;
  align-items: center;
}
.pattern-notice span {
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .pattern-notice {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding: 16px 24px;
  }
}

#start section:last-child {
  border-bottom: 1px solid #ccc;
}

.pattern-step {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  border-top: 1px dashed #ccc;
  padding-top: 16px;
}

div.pattern-step:first {
  border-top: none;
}

label.louiecontainer1 {
  position: relative;
  cursor: pointer;
}
label.louiecontainer1 span {
  display: block;
  position: static;
  top: 0px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(66, 71, 117, 0.3);
  border-radius: 4px;
}
label.louiecontainer1 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label.louiecontainer1 input:checked ~ .checkmark {
  background-color: #424775;
}
label.louiecontainer1 input:checked ~ .checkmark::after {
  display: block;
  position: absolute;
  content: "";
  left: 12px;
  top: 7px;
  width: 7px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  border-radius: 2px;
  transform: rotate(45deg);
}
label.louiecontainer1 input.section-check:checked ~ .checkmark {
  background-color: white;
}
label.louiecontainer1 input.section-check:checked ~ .checkmark::after {
  border-color: #424775;
}

.section-checkboxes {
  display: flex;
  gap: 8px;
  padding-right: 4px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.section-checkboxes::-webkit-scrollbar {
  display: none;
}

.step-check {
  grid-row: 1;
  grid-column: 1;
}

.pattern-step > .step-text {
  grid-row: 1/3;
  grid-column: 2;
  font-size: 17px;
}

.pattern-note {
  background: rgba(73, 57, 135, 0.8666666667);
  padding: 16px 24px;
  margin: 16px 0;
  border-radius: 10px;
  color: white;
}
.pattern-note .note-label {
  font-size: 18px;
  font-weight: 600;
}
.pattern-note p {
  margin: 6px 0;
}
.pattern-note a {
  text-decoration: underline;
  color: white;
  font-weight: 600;
}
.pattern-note a:hover {
  color: white;
}

.photo-gallery {
  display: grid;
  column-gap: 16px;
  row-gap: 12px;
  margin: 16px 0;
  position: relative;
  border-radius: 10px;
  grid-template-areas: "title" "slider" "arrows";
}
.photo-gallery .gallery-title {
  text-align: center;
  grid-column: 1/-1;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px 0;
  justify-self: center;
  grid-area: title;
}
.photo-gallery .gallery-title p {
  margin: 6px 0;
}
.photo-gallery .gallery-title .timecode {
  font-size: 18px;
}
.photo-gallery .gallery-item-wrapper {
  display: grid;
  grid-template-rows: 150px auto;
  justify-content: center;
}
.photo-gallery .gallery-item-wrapper p {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 16px;
}
.photo-gallery .center-self {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .photo-gallery {
    column-gap: 36px;
    row-gap: 18px;
  }
  .photo-gallery .gallery-item-wrapper {
    grid-template-rows: auto auto;
  }
}

.photo-step {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 8px 0 24px;
}
.photo-step p {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 420px;
}

.pattern-photo {
  border-radius: 10px;
  object-fit: cover;
  display: block;
  max-height: 420px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.woocommerce.add_to_cart_inline {
  margin: 0;
}
.woocommerce.add_to_cart_inline .add_to_cart_button {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background: #44958a;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
  box-sizing: border-box;
  padding: 16px 32px;
}
.woocommerce.add_to_cart_inline .add_to_cart_button:active {
  box-shadow: 1px 0px 6px 2px rgba(80, 175, 162, 0.7019607843);
}
.woocommerce.add_to_cart_inline .add_to_cart_button:hover {
  background: #50afa2;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
}
@media (hover) and (pointer: fine) {
  .woocommerce.add_to_cart_inline .add_to_cart_button:hover {
    color: white;
    box-shadow: 0px 0px 4px 2px rgba(80, 175, 162, 0.7019607843);
    background: #50afa2;
  }
}
.woocommerce.add_to_cart_inline .added_to_cart {
  display: none;
}

.promo-section {
  overflow: hidden;
  border-radius: 20px;
  margin: 48px 0;
}

.collection-nav i {
  background-color: white;
  color: #493987;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  font-size: 14px;
}
.collection-nav.nav-prev {
  grid-area: prev;
}
.collection-nav.nav-next {
  grid-area: next;
}

.collection-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .collection-pills {
    gap: 36px;
  }
}
.collection-pills .pill {
  background-color: #493987;
  padding: 12px;
  border-radius: 50px;
  color: white;
  display: grid;
  grid-template-rows: 32px;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  width: fit-content;
}
.collection-pills .pill.prev {
  grid-template-columns: 32px auto;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .collection-pills .pill.prev {
    padding-right: 24px;
  }
}
.collection-pills .pill.next {
  grid-column: 2;
  grid-template-columns: auto 32px;
  padding-left: 24px;
  justify-self: end;
}
@media screen and (min-width: 768px) {
  .collection-pills .pill.next {
    padding-left: 24px;
    text-align: right;
  }
}
.collection-pills .pill i {
  background-color: white;
  color: #493987;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  font-size: 20px;
}
.collection-pills .pill div {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}

/**
*
* Sticky header styles
*
**/
.sticky-header {
  top: 4px;
  top: -1px;
  z-index: 899;
  position: sticky;
  background-color: #012243;
  opacity: 0;
  transition: opacity 180ms linear;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 480px) {
  .sticky-header {
    top: 32px;
    left: 0;
    right: 0;
    width: 95%;
    border-radius: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .sticky-header {
    top: 12px;
    border-radius: 50px;
  }
}

.sticky-header-content {
  display: flex;
  flex-flow: column;
  gap: 12px;
  padding: 12px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sticky-header-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px 32px;
  }
}

.sticky-title-bar {
  flex-basis: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "prev title next";
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sticky-title-bar {
    grid-template-columns: min-content fit-content(100%) min-content;
    flex-basis: 50%;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-title-bar {
    flex-basis: 60%;
  }
}

.sticky-title {
  grid-area: title;
  font-family: "Montserrat Alternates", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
  color: white;
  font-size: 17px;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .sticky-title {
    text-align: left;
  }
}

.sticky-actions {
  display: grid;
  grid-template-columns: 36% repeat(4, 1fr);
  gap: 6px;
  align-items: center;
}
.sticky-actions p {
  margin: 0;
  color: white;
  font-size: 14px;
  text-align: center;
  justify-self: center;
  min-width: 24px;
  padding: 0 2px;
}
.sticky-actions #sticky-section-btn {
  background: #44958a;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-self: center;
  gap: 4px;
  border-radius: 20px;
  transition: background 0.2s ease;
  width: 100%;
  max-width: 200px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.sticky-actions #sticky-section-btn:hover {
  background: #50afa2;
  color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.sticky-actions #sticky-section-btn:active {
  background: #3d8379;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.sticky-actions #sticky-section-btn.active {
  background: #50afa2;
  color: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.sticky-actions #sticky-section-btn .sticky-section-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.sticky-actions #sticky-section-btn i {
  font-size: 12px;
  transition: transform 0.2s ease;
  color: white;
}
.sticky-actions #sticky-section-btn.active i {
  transform: rotate(180deg);
}
.sticky-actions #sticky-section-btn:focus {
  outline: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.sticky-actions .sticky-menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 100%;
  min-width: 40px;
  transition: color 0.2s ease;
  border-radius: 10px;
  position: relative;
}
.sticky-actions .sticky-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.sticky-actions .sticky-menu-toggle.active {
  color: #50afa2;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(79, 175, 162, 0.5);
}
.sticky-actions .sticky-menu-toggle i {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .sticky-actions {
    grid-template-columns: 42% repeat(4, 1fr);
    gap: 12px;
    flex-basis: 50%;
    flex-grow: 1;
  }
}

@media screen and (max-width: 360px) {
  .sticky-actions {
    gap: 4px;
    padding: 0 2px;
  }
  .sticky-actions .sticky-section-btn {
    padding: 4px 8px;
    font-size: 12px;
    max-width: 100px;
  }
  .sticky-actions .sticky-section-btn .sticky-section-text {
    font-size: 12px;
  }
  .sticky-actions .sticky-section-btn i {
    font-size: 10px;
  }
  .sticky-actions .sticky-video-btn,
  .sticky-actions .sticky-abbrev-btn,
  .sticky-actions .sticky-gallery-btn {
    padding: 6px;
    min-width: 32px;
  }
  .sticky-actions .sticky-video-btn i,
  .sticky-actions .sticky-abbrev-btn i,
  .sticky-actions .sticky-gallery-btn i {
    font-size: 14px;
  }
  .sticky-actions p {
    font-size: 12px;
  }
}
#sticky-video-btn i.pinned {
  display: none;
  font-size: 10px;
}
#sticky-video-btn.is-pinned i.pinned {
  display: block;
  color: white;
  position: absolute;
  bottom: 4px;
  right: 12%;
}
#sticky-video-btn i.playing {
  display: none;
  font-size: 10px;
}
#sticky-video-btn.is-playing i.playing {
  display: block;
  color: white;
  position: absolute;
  bottom: 4px;
  right: 8px;
}

.sticky-menu {
  position: absolute;
  left: 10px;
  right: 10px;
  padding: 0;
  background-color: transparent;
  z-index: 999;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.25);
  margin-top: 4px;
  isolation: isolate;
  animation: slideDown 0.3s ease-out;
  transform-origin: top center;
}
@media screen and (min-width: 768px) {
  .sticky-menu {
    max-width: 350px;
    left: unset;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-menu {
    max-width: 480px;
  }
}

.sticky-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px 6px 20px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  border-radius: 20px 20px 0 0;
}
.sticky-menu-header h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #493987;
}
.sticky-menu-header .sticky-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #493987;
  padding: 0;
}
.sticky-menu-header .sticky-menu-close:hover {
  background: rgba(73, 57, 135, 0.2);
  color: #493987;
}
.sticky-menu-header .sticky-menu-close:active {
  background: #493987;
  color: white;
}

#sticky-video-pin.is-pinned {
  background-color: rgba(73, 57, 135, 0.6862745098);
  color: white;
}
#sticky-video-pin.is-pinned:hover {
  background-color: #493987;
}

#sticky-video-container .sticky-menu-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.2s ease;
}

.sticky-container-content {
  background: white;
  border-radius: 0 0 20px 20px;
  max-height: 50vh;
  overflow-y: auto;
  margin: 0;
  position: relative;
}
.sticky-container-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e9ecef;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .sticky-container-content {
    max-height: 350px;
  }
}

.sticky-gallery-toggle-wrapper {
  display: flex;
  align-items: center;
  margin: 0 12px;
}

.sticky-gallery-toggle {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.sticky-gallery-toggle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sticky-gallery-toggle .sticky-gallery-toggle-slider {
  position: relative;
  width: 44px;
  height: 24px;
  background-color: #ccc;
  border-radius: 24px;
  transition: background-color 0.3s ease;
  margin: 0 8px;
}
.sticky-gallery-toggle .sticky-gallery-toggle-slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.sticky-gallery-toggle input:checked ~ .sticky-gallery-toggle-slider {
  background-color: #012243;
}
.sticky-gallery-toggle input:checked ~ .sticky-gallery-toggle-slider:before {
  transform: translateX(20px);
}
.sticky-gallery-toggle .toggle-label-official,
.sticky-gallery-toggle .toggle-label-community {
  font-size: 12px;
  font-weight: 600;
  color: #493987;
}
.sticky-gallery-toggle .toggle-label-official {
  margin-right: 8px;
}
.sticky-gallery-toggle .toggle-label-community {
  margin-left: 8px;
}

.sticky-community-gallery-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
  padding: 16px;
}

.sticky-community-item {
  position: relative;
}
.sticky-community-item .sticky-community-item-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 8px 6px 4px;
  font-size: 11px;
  border-radius: 0 0 8px 8px;
}
.sticky-community-item .sticky-community-item-details .community-author {
  font-weight: 600;
}

.sticky-gallery-empty {
  padding: 16px;
  text-align: center;
  color: #666;
}
.sticky-gallery-empty p {
  margin: 0;
  font-style: italic;
}

.sticky-pattern-completion {
  padding: 16px;
  border-top: 1px solid #e9ecef;
  background: #f8f9fa;
  text-align: center;
}

.sticky-completion-btn {
  background: #012243;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 8px;
}
.sticky-completion-btn:hover {
  background: rgb(1.75, 59.5, 117.25);
  transform: translateY(-1px);
}
.sticky-completion-btn:active {
  transform: translateY(0);
}

.sticky-completion-text {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}
.sticky-completion-text .sticky-learn-more {
  color: #012243;
  text-decoration: none;
  font-weight: 600;
}
.sticky-completion-text .sticky-learn-more:hover {
  text-decoration: underline;
}

.sticky-section-content {
  padding: 8px 0;
  overflow-y: auto;
  flex: 1;
}
.sticky-section-content .sticky-section-item {
  width: 100%;
  background: none;
  border: none;
  padding: 12px 20px;
  text-align: left;
  color: #495057;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.sticky-section-content .sticky-section-item:hover {
  background: #f8f9fa;
  color: #493987;
}
.sticky-section-content .sticky-section-item.active {
  background: rgba(73, 57, 135, 0.1);
  color: #493987;
  border-left-color: #493987;
  font-weight: 600;
}
.sticky-section-content .sticky-section-item:focus {
  outline: none;
  background: #f8f9fa;
  color: #493987;
}
.sticky-section-content .sub-section-item {
  padding-left: 36px;
}

.sticky-gallery-slider {
  display: flex;
  gap: 12px;
  padding: 12px 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sticky-gallery-slider::-webkit-scrollbar {
  display: none;
}
.sticky-gallery-slider .sticky-gallery-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  scroll-margin: 0 12px;
}
.sticky-gallery-slider .sticky-gallery-item:hover {
  transform: scale(1.02);
}
.sticky-gallery-slider .sticky-gallery-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.sticky-gallery-slider .sticky-gallery-item .sticky-gallery-placeholder {
  width: 120px;
  height: 120px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
}

.sticky-abbrev-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 12px;
  border-bottom: 1px solid #f1f3f4;
  align-items: start;
}
.sticky-abbrev-row:last-child {
  border-bottom: none;
}
.sticky-abbrev-row .sticky-abbrev-term {
  font-weight: 600;
  color: #493987;
  font-size: 14px;
  min-width: 60px;
  text-align: left;
}
.sticky-abbrev-row .sticky-abbrev-definition {
  color: #495057;
  font-size: 14px;
  line-height: 1.4;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.sticky-help-content {
  background: transparent;
  position: relative;
  min-height: 200px;
}
.sticky-help-content .sticky-help-accordion {
  background: white;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.sticky-help-accordion-item {
  border-bottom: 1px solid #e9ecef;
}
.sticky-help-accordion-item:last-child {
  border-bottom: none;
}

.sticky-help-accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 20px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.sticky-help-accordion-header:hover {
  background-color: #f8f9fa;
}
.sticky-help-accordion-header[aria-expanded=true] {
  background-color: #f8f9fa;
}
.sticky-help-accordion-header:focus {
  outline: none;
  background-color: #f8f9fa;
  box-shadow: inset 0 0 0 2px rgba(80, 175, 162, 0.3);
}
.sticky-help-accordion-header i {
  color: #666;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.sticky-help-accordion-header[aria-expanded=true] i {
  transform: rotate(180deg);
}

.help-option-text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.sticky-help-accordion-content {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
}
.sticky-help-accordion-content.expanded {
  max-height: 500px;
}

.sticky-help-submenu-content {
  padding: 16px 20px 20px 20px;
  background-color: #fafafa;
  border-top: 1px solid #e9ecef;
}
.sticky-help-submenu-content p {
  margin: 0 0 16px 0;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.sticky-help-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sticky-help-list li {
  margin-bottom: 8px;
}
.sticky-help-list li:last-child {
  margin-bottom: 0;
}

.sticky-help-link {
  display: block;
  padding: 10px 14px;
  background-color: white;
  border-radius: 6px;
  text-decoration: none;
  color: #012243;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.2s ease;
  border: 1px solid #e9ecef;
  line-height: 1.4;
}
.sticky-help-link:hover {
  background-color: #f0f8ff;
  color: #50afa2;
  text-decoration: none;
  border-color: #50afa2;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sticky-help-link:focus {
  outline: none;
  background-color: #f0f8ff;
  color: #50afa2;
  border-color: #50afa2;
  box-shadow: 0 0 0 2px rgba(80, 175, 162, 0.3);
}
.sticky-help-link:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sticky-help-completion-actions {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

.sticky-help-complete-btn {
  margin: 0 auto;
  font-size: 14px;
  gap: 8px;
}
.sticky-help-complete-btn:hover {
  background: #50afa2;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.sticky-help-complete-btn:focus {
  outline: none;
  background: #50afa2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(80, 175, 162, 0.3);
}
.sticky-help-complete-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sticky-help-complete-btn i {
  font-size: 14px;
}

.sticky-help-completion-note {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.4;
  font-style: italic;
}
.sticky-help-completion-note a {
  color: #44958a;
  text-decoration: none;
  font-weight: 500;
}
.sticky-help-completion-note a:hover {
  color: #50afa2;
  text-decoration: underline;
}

.sticky-help-content .sticky-help-accordion-item:first-child .sticky-help-accordion-header {
  padding-top: 18px;
}
.sticky-help-content .sticky-help-accordion-item:last-child .sticky-help-submenu-content {
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 360px) {
  .sticky-help-accordion-header {
    padding: 14px 16px;
    font-size: 13px;
  }
  .sticky-help-submenu-content {
    padding: 14px 16px 18px 16px;
  }
  .sticky-help-submenu-content p {
    font-size: 12px;
  }
  .sticky-help-link {
    padding: 8px 12px;
    font-size: 12px;
  }
  .sticky-help-complete-btn {
    padding: 10px 20px;
    font-size: 13px;
    gap: 6px;
  }
  .sticky-help-completion-note {
    font-size: 11px;
  }
}
/**
*
* Untangle styles
*
**/
@media screen and (min-width: 1024px) {
  .untangle-popup {
    width: 50%;
    max-width: 600px;
  }
}
.untangle-popup .redemption-label {
  font-size: 16px;
  color: #424775;
  margin-bottom: 8px;
}
.untangle-popup .redemption-info {
  display: grid;
  grid-template-columns: max-content auto;
  margin: 18px 0;
  gap: 2px 4px;
  align-items: center;
}
.untangle-popup .redemption-info p {
  margin: 0;
  line-height: normal;
}
.untangle-popup .redemption-info #balance {
  font-weight: 600;
}
.untangle-popup .error {
  color: rgb(225, 0, 0);
}
.untangle-popup form {
  margin-top: 24px;
}
.untangle-popup form p {
  margin: 8px 0;
}
.untangle-popup form button[type=submit] {
  margin-top: 12px;
  width: 100%;
  line-height: normal;
}
.untangle-popup form .missing-credits {
  text-align: center;
  margin-bottom: 0;
}
.untangle-popup .u-credits {
  margin: 0 4px;
}
.untangle-popup .u-credits::before {
  width: 16px;
  height: 16px;
}
.untangle-popup .untangle-animation {
  clip-path: fill-box;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s linear;
}
.untangle-popup .untangle-failed {
  text-align: center;
  margin: 8px 0 0 0;
}

/*# sourceMappingURL=pattern.css.map */
