/** Shopify CDN: Minification failed

Line 1388:1 Expected "}" to go with "{"

**/
/* Inkspired Concepts — Custom Orders V2 */

:root {
  --icv2-cream: #fff7ef;
  --icv2-blush: #f8e9e6;
  --icv2-pink: #d95782;
  --icv2-olive: #748064;
  --icv2-olive-dark: #596447;
  --icv2-navy: #0b2344;
  --icv2-border: rgba(11, 35, 68, 0.11);
}

.icv2-section {
  background: var(--icv2-cream);
  color: var(--icv2-navy);
}

.icv2-section * {
  box-sizing: border-box;
}

.icv2-script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-weight: 400;
}

.icv2-card {
  background: #ffffff;
  border: 1px solid var(--icv2-border);
  border-radius: 1.6rem;
}

.icv2-heart-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--icv2-pink);
}

.icv2-heart-rule::before,
.icv2-heart-rule::after {
  content: "";
  width: 6rem;
  height: 1px;
  background: rgba(116, 128, 100, 0.4);
}

.icv2-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 4.8rem;
  padding: 1rem 2.4rem;
  color: #ffffff !important;
  background: var(--icv2-pink);
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.icv2-button:hover {
  background: var(--icv2-olive);
  transform: translateY(-2px);
}

.icv2-fade {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.icv2-fade.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */

.icv2-hero {
  background:
    linear-gradient(
      90deg,
      #fffaf6 0%,
      #fffaf6 43%,
      #f3e8df 100%
    );
  border-bottom: 1px solid var(--icv2-border);
}

.icv2-hero .page-width {
  padding-top: 1.8rem;
  padding-bottom: 2.2rem;
}

.icv2-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
}

.icv2-breadcrumbs a {
  color: var(--icv2-pink);
  text-decoration: none;
}

.icv2-hero__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 3rem;
}

.icv2-hero__eyebrow {
  margin: 0 0 0.9rem;
  color: var(--icv2-pink);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.icv2-hero h1 {
  margin: 0;
  line-height: 0.86;
}

.icv2-hero h1 span,
.icv2-hero h1 em {
  display: block;
}

.icv2-hero h1 span {
  color: #3f4a2e;
  font-family: var(--font-heading-family);
  font-size: clamp(4.8rem, 6vw, 7.4rem);
  font-weight: 600;
}

.icv2-hero h1 em {
  color: var(--icv2-pink);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(4.8rem, 6.5vw, 7.8rem);
  font-style: normal;
  font-weight: 400;
}

.icv2-hero__copy .rte {
  max-width: 49rem;
  font-size: 1.65rem;
  line-height: 1.75;
}

.icv2-hero__actions {
  margin-top: 2rem;
}

.icv2-hero__media {
  min-height: 34rem;
  overflow: hidden;
  border-radius: 0 0 0 3rem;
}

.icv2-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 34rem;
  object-fit: cover;
}

.icv2-hero__media.is-placeholder {
  display: grid;
  place-items: center;
  background: #ede1d5;
}

.icv2-hero__placeholder {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  padding: 2rem;
}

.icv2-hero__placeholder div {
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff8f1;
  box-shadow: 0 14px 30px rgba(11, 35, 68, 0.08);
}

.icv2-hero__placeholder .book {
  width: 18rem;
  height: 23rem;
  border-radius: 1rem;
  font-family: "Brush Script MT", cursive;
  font-size: 2.7rem;
}

.icv2-hero__placeholder .mug {
  width: 11rem;
  height: 14rem;
  border-radius: 1rem 1rem 3rem 3rem;
  font-family: "Brush Script MT", cursive;
}

.icv2-hero__placeholder .shirt {
  width: 20rem;
  height: 17rem;
  border-radius: 2rem;
  font-family: "Brush Script MT", cursive;
  font-size: 2.3rem;
}

/* Process */

.icv2-process {
  padding: 1.6rem 0;
}

.icv2-process__shell {
  padding: 1.8rem 2.2rem;
  background: #ffffff;
  border: 1px solid var(--icv2-border);
  border-radius: 1.6rem;
}

.icv2-process__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin-bottom: 1.6rem;
}

.icv2-process__title span {
  width: 6rem;
  height: 1px;
  background: rgba(116, 128, 100, 0.45);
}

.icv2-process__title h2 {
  margin: 0;
  color: #4b553c;
  font-size: 2rem;
  letter-spacing: 0.13em;
}

.icv2-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.icv2-process__step {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 1rem 2rem;
  text-align: center;
  border-right: 1px solid rgba(11, 35, 68, 0.1);
}

.icv2-process__step:last-child {
  border-right: 0;
}

.icv2-process__num {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  color: #ffffff;
  background: #e98ba4;
  border-radius: 50%;
  font-weight: 700;
}

.icv2-process__icon {
  width: 5.8rem;
  height: 5.8rem;
  display: grid;
  place-items: center;
  margin-bottom: 0.8rem;
  color: var(--icv2-olive-dark);
  font-size: 3.2rem;
}

.icv2-process__step h3 {
  margin: 0.2rem 0 0.5rem;
  font-family: var(--font-heading-family);
  font-size: 1.8rem;
}

.icv2-process__step p {
  margin: 0;
  color: rgba(11, 35, 68, 0.76);
  line-height: 1.55;
}

/* Form */

.icv2-form-wrap {
  padding-bottom: 1.6rem;
}

.icv2-form-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 1.4rem;
}

.icv2-form-card {
  padding: 2.2rem;
}

.icv2-form-card__title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.4rem;
}

.icv2-form-card__title h2 {
  margin: 0;
  color: #48523b;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 3.5rem;
  font-weight: 400;
}

.icv2-form-card__title span {
  color: var(--icv2-pink);
}

.icv2-fields {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.icv2-fields--spaced,
.icv2-field-spacing {
  margin-top: 1rem;
}

.icv2-fields.two {
  grid-template-columns: 1fr 1fr;
}

.icv2-fields.three {
  grid-template-columns: repeat(3, 1fr);
}

.icv2-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.icv2-input,
.icv2-form-card select,
.icv2-form-card textarea {
  width: 100%;
  padding: 1.25rem 1.35rem;
  color: var(--icv2-navy);
  background: #ffffff;
  border: 1px solid rgba(11, 35, 68, 0.15);
  border-radius: 0.8rem;
  font: inherit;
}

.icv2-form-card textarea {
  resize: vertical;
}

.icv2-date {
  display: flex;
  width: 100%;
  padding: 1.25rem 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(11, 35, 68, 0.15);
  border-radius: 0.8rem;
}

.icv2-date input {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

.icv2-submit {
  margin-top: 1.2rem;
}

.icv2-success {
  margin-bottom: 1rem;
  padding: 1.2rem;
  background: rgba(116, 128, 100, 0.12);
  border-radius: 0.8rem;
}

.icv2-sidebar {
  display: grid;
  gap: 1.2rem;
  align-content: start;
}

.icv2-sidebar__encourage {
  padding: 2rem;
  text-align: center;
  background:
    linear-gradient(
      145deg,
      #fff7f4,
      #f7e3df
    );
}

.icv2-sidebar__icon {
  color: var(--icv2-olive);
  font-size: 4rem;
}

.icv2-sidebar__encourage h3 {
  margin: 0.4rem 0;
  color: var(--icv2-pink);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 3rem;
  font-weight: 400;
}

.icv2-sidebar__encourage p {
  margin: 0.7rem 0;
  line-height: 1.65;
}

.icv2-sidebar__script {
  color: var(--icv2-olive);
  font-size: 2.2rem;
}

.icv2-sidebar__ask {
  padding: 1.8rem;
}

.icv2-sidebar__ask h3 {
  margin: 0 0 1rem;
  color: #4b553c;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.6rem;
  font-weight: 400;
}

.icv2-sidebar__ask ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icv2-sidebar__ask li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 0.8rem;
  align-items: start;
}

.icv2-sidebar__ask li::before {
  content: "✓";
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--icv2-olive);
  border-radius: 50%;
  font-size: 1.1rem;
}

/* Next steps */

/* What Happens Next */

.icv2-next {
  padding-bottom: 1.4rem;
}

.icv2-next__shell {
  display: grid;

  grid-template-columns:
    7rem
    minmax(0, 1.4fr)
    1px
    minmax(24rem, 0.8fr);

  align-items: center;
  column-gap: 2.4rem;

  width: 100%;
  padding: 2.4rem 3rem;

  color: #ffffff;
  background: linear-gradient(
    90deg,
    #747b5f,
    #93947a
  );

  border-radius: 1.5rem;
  overflow: hidden;
}

.icv2-next__shell > * {
  min-width: 0;
}

.icv2-next__icon {
  width: 7rem;
  height: 7rem;

  display: grid;
  place-items: center;

  color: var(--icv2-pink);
  background: #fff5f2;

  border-radius: 50%;
  font-size: 3rem;
}

.icv2-next__shell > div:nth-child(2) {
  width: 100%;
  min-width: 0;
}

.icv2-next h2 {
  margin: 0 0 0.6rem;

  color: #ffffff;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.icv2-next .rte {
  width: 100%;
  max-width: none;
  min-width: 0;

  color: #ffffff;
  line-height: 1.65;
}

.icv2-next .rte p {
  width: 100%;
  max-width: none;
  margin: 0;

  color: #ffffff;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.icv2-next__divider {
  width: 1px;
  height: 9rem;

  background: rgba(255, 255, 255, 0.45);
}

.icv2-next__thank {
  width: 100%;
  min-width: 0;

  padding: 0 1rem;
  text-align: center;
}

.icv2-next__thank em {
  display: block;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;

  color: #ffffff;

  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.35;

  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.icv2-note {
  margin-top: 1rem;
  padding: 1.3rem 2rem;

  color: var(--icv2-navy);
  background: #ffffff;

  border: 1px solid rgba(11, 35, 68, 0.16);
  border-radius: 1rem;

  text-align: center;
  line-height: 1.6;
}

.icv2-note strong {
  margin-right: 0.5rem;

  color: var(--icv2-pink);
  letter-spacing: 0.08em;
}

/* Closing */

.icv2-closing {
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  padding: 1rem 0 3.5rem;
  text-align: center;
}

.icv2-closing p {
  margin: 0;
  color: var(--icv2-olive);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.5rem;
}

.icv2-closing p span,
.icv2-closing em {
  color: var(--icv2-pink);
}

.icv2-closing em {
  font-style: normal;
}

.icv2-closing strong {
  letter-spacing: 0.16em;
}

/* Tablet */

@media screen and (max-width: 989px) {
  .icv2-hero__grid,
  .icv2-form-grid {
    grid-template-columns: 1fr;
  }

  .icv2-hero__media {
    border-radius: 2rem;
  }

  .icv2-process__grid {
    grid-template-columns: 1fr 1fr;
  }

  .icv2-process__step:nth-child(2) {
    border-right: 0;
  }

  .icv2-process__step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(11, 35, 68, 0.1);
  }

  .icv2-next__shell {
  grid-template-columns: 7rem minmax(0, 1fr);
  row-gap: 1.8rem;
  padding: 2.2rem;
}

.icv2-next__divider {
  display: none;
}

.icv2-next__thank {
  grid-column: 1 / -1;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.icv2-next__thank em {
  max-width: 48rem;
}

/* Mobile */

@media screen and (max-width: 749px) {
  .icv2-hero h1 span {
    font-size: 4.3rem;
  }

  .icv2-hero h1 em {
    font-size: 5rem;
  }

  .icv2-hero__media,
  .icv2-hero__media img {
    min-height: 24rem;
  }

  .icv2-process__grid {
    grid-template-columns: 1fr;
  }

  .icv2-process__step {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 35, 68, 0.1);
  }

  .icv2-process__step:last-child {
    border-bottom: 0;
  }

  .icv2-fields.two,
  .icv2-fields.three {
    grid-template-columns: 1fr;
  }

  .icv2-form-card {
    padding: 1.5rem;
  }

  .icv2-form-card__title h2 {
    font-size: 3rem;
  }

  .icv2-next__shell {
  display: block;
  padding: 2rem;
  text-align: center;
}

.icv2-next__icon {
  margin: 0 auto 1.5rem;
}

.icv2-next h2 {
  font-size: 2.7rem;
}

.icv2-next__thank {
  margin-top: 1.8rem;
  padding: 1.8rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.icv2-next__thank em {
  max-width: 100%;
  font-size: 2.2rem;
}

@media (prefers-reduced-motion: reduce) {
  .icv2-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .icv2-button {
    transition: none;
  }
}
/* =========================================================
   Custom Orders V2 — Desktop Next Steps Fix
   Keep this at the very bottom of the CSS file
========================================================= */

@media screen and (min-width: 990px) {

  .icv2-next__shell {
    display: flex !important;
    align-items: center !important;
    gap: 2.4rem !important;

    width: 100% !important;
    min-height: 17rem !important;
    padding: 2.4rem 3rem !important;
  }

  .icv2-next__icon {
    flex: 0 0 7rem !important;

    width: 7rem !important;
    height: 7rem !important;
  }

  .icv2-next__shell > div:nth-child(2) {
    flex: 1 1 62% !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .icv2-next__divider {
    display: block !important;
    flex: 0 0 1px !important;

    width: 1px !important;
    height: 9rem !important;
  }

  .icv2-next__thank {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 30% !important;

    width: 30% !important;
    min-width: 25rem !important;
    max-width: 34rem !important;

    padding: 0 1.5rem !important;
    border-top: 0 !important;
    text-align: center !important;
  }

  .icv2-next__thank em {
    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 30rem !important;
    margin: 0 auto !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;

    font-size: 2.4rem !important;
    line-height: 1.35 !important;
  }

  .icv2-next .rte,
  .icv2-next .rte p {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }

}
/* =========================================================
   Custom Orders V2 — Rebuilt Next Steps Section
========================================================= */

.icv2-next {
  padding-bottom: 1.4rem;
}

.icv2-next__shell {
  display: grid !important;
  grid-template-columns:
    minmax(0, 1.8fr)
    minmax(32rem, 0.8fr) !important;

  align-items: stretch !important;
  gap: 0 !important;

  width: 100% !important;
  min-height: 17rem !important;

  padding: 0 !important;

  color: #ffffff;
  background: linear-gradient(
    90deg,
    #747b5f,
    #93947a
  );

  border-radius: 1.5rem;
  overflow: hidden;
}

.icv2-next__shell > * {
  min-width: 0 !important;
}

.icv2-next__main {
  display: grid !important;
  grid-template-columns: 8rem minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 2.2rem !important;

  min-width: 0 !important;
  padding: 2.5rem 3rem !important;
}

.icv2-next__icon {
  width: 7rem !important;
  height: 7rem !important;

  display: grid !important;
  place-items: center !important;

  margin: 0 !important;

  color: var(--icv2-pink);
  background: #fff5f2;

  border-radius: 50%;
  font-size: 3rem;
}

.icv2-next__copy {
  width: 100% !important;
  min-width: 0 !important;
}

.icv2-next__copy h2 {
  margin: 0 0 0.7rem !important;

  color: #ffffff;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

.icv2-next__text,
.icv2-next__text p {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;

  color: #ffffff;
  line-height: 1.65;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.icv2-next__thank {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 32rem !important;
  max-width: none !important;

  padding: 2.5rem 3rem !important;

  border-top: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4);

  text-align: center !important;
}

.icv2-next__thank em {
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 36rem !important;

  margin: 0 auto !important;

  color: #ffffff;

  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 2.5rem !important;
  font-style: normal;
  line-height: 1.4 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.icv2-next__thank span {
  display: block;
  margin-top: 1rem;

  color: #f3a0b6;
  font-size: 3rem;
}

.icv2-note {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;

  margin-top: 1rem;
  padding: 1.3rem 2rem;

  color: var(--icv2-navy);
  background: #ffffff;

  border: 1px solid rgba(11, 35, 68, 0.16);
  border-radius: 1rem;

  text-align: center;
  line-height: 1.6;
}

.icv2-note strong {
  color: var(--icv2-pink);
  letter-spacing: 0.08em;
}

/* Tablet */

@media screen and (max-width: 989px) {

  .icv2-next__shell {
    grid-template-columns: 1fr !important;
  }

  .icv2-next__thank {
    min-width: 0 !important;

    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

}

/* Mobile */

@media screen and (max-width: 749px) {

  .icv2-next__main {
    grid-template-columns: 1fr !important;

    padding: 2rem !important;
    text-align: center;
  }

  .icv2-next__icon {
    margin: 0 auto !important;
  }

  .icv2-next__copy h2 {
    font-size: 2.7rem;
  }

  .icv2-next__thank {
    padding: 2rem !important;
  }

  .icv2-next__thank em {
    max-width: 100% !important;
    font-size: 2.2rem !important;
  }

}
/* =========================================================
   INKSPIRED CUSTOM ORDERS
   CLEAN NEXT-STEPS SECTION
   Uses unique class names to avoid previous CSS conflicts
========================================================= */

.icv2-nextfix {
  padding-bottom: 1.4rem;
}

.icv2-nextfix__panel {
  display: grid !important;
  grid-template-columns:
    minmax(0, 1.7fr)
    minmax(28rem, 0.75fr) !important;

  align-items: stretch !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 17rem !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff;
  background: linear-gradient(
    90deg,
    #747b5f 0%,
    #93947a 100%
  );

  border-radius: 1.5rem;
  overflow: hidden;
}

.icv2-nextfix__panel > * {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

.icv2-nextfix__information {
  display: grid !important;
  grid-template-columns:
    7rem
    minmax(0, 1fr) !important;

  align-items: center !important;
  gap: 2.4rem !important;

  width: 100% !important;
  min-width: 0 !important;

  padding: 2.5rem 3rem !important;
}

.icv2-nextfix__icon {
  width: 7rem !important;
  height: 7rem !important;

  display: grid !important;
  place-items: center !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--icv2-pink);
  background: #fff5f2;

  border-radius: 50%;
  font-size: 3rem;
  line-height: 1;
}

.icv2-nextfix__copy {
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.icv2-nextfix__copy h2 {
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 0 0.8rem !important;
  padding: 0 !important;

  color: #ffffff;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    cursive;

  font-size: 3rem !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.icv2-nextfix__text {
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff;

  font-size: 1.55rem;
  line-height: 1.7 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.icv2-nextfix__text p {
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.icv2-nextfix__message {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  min-width: 28rem !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 2.5rem 3rem !important;

  border-left:
    1px solid rgba(255, 255, 255, 0.4);

  text-align: center !important;
}

.icv2-nextfix__message p {
  display: block !important;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 34rem !important;

  margin: 0 auto !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family:
    "Brush Script MT",
    "Segoe Script",
    cursive;

  font-size: 2.5rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.4 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.icv2-nextfix__message span {
  display: block;

  margin-top: 1rem;

  color: #f3a0b6;
  font-size: 3rem;
  line-height: 1;
}

.icv2-nextfix__notice {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0.7rem !important;

  width: 100% !important;

  margin-top: 1rem !important;
  padding: 1.3rem 2rem !important;

  color: var(--icv2-navy);
  background: #ffffff;

  border:
    1px solid rgba(11, 35, 68, 0.16);

  border-radius: 1rem;

  text-align: center;
  line-height: 1.6;
}

.icv2-nextfix__notice strong {
  color: var(--icv2-pink);
  letter-spacing: 0.08em;
}

/* Tablet */

@media screen and (max-width: 989px) {

  .icv2-nextfix__panel {
    grid-template-columns: 1fr !important;
  }

  .icv2-nextfix__message {
    min-width: 0 !important;

    border-left: 0;
    border-top:
      1px solid rgba(255, 255, 255, 0.35);
  }

}

/* Mobile */

@media screen and (max-width: 749px) {

  .icv2-nextfix__information {
    grid-template-columns: 1fr !important;
    gap: 1.4rem !important;

    padding: 2rem !important;

    text-align: center;
  }

  .icv2-nextfix__icon {
    margin: 0 auto !important;
  }

  .icv2-nextfix__copy h2 {
    font-size: 2.7rem !important;
  }

  .icv2-nextfix__text {
    font-size: 1.45rem;
  }

  .icv2-nextfix__message {
    min-width: 0 !important;
    padding: 2rem !important;
  }

  .icv2-nextfix__message p {
    max-width: 100% !important;
    font-size: 2.2rem !important;
  }

  .icv2-nextfix__notice {
    display: block !important;
  }

  .icv2-nextfix__notice strong {
    display: block;
    margin-bottom: 0.4rem;
  }

}