.fcs-page-fiverr {
  --fcs-fiverr-ink: #171121;
  --fcs-fiverr-plum: #4d235b;
  --fcs-fiverr-violet: #7f43a6;
  --fcs-fiverr-gold: #d7b46f;
  --fcs-fiverr-sage: #86a873;
  --fcs-fiverr-blue: #315f73;
  --fcs-fiverr-rose: #f1d8ee;
}

.fcs-page-fiverr .fcs-main {
  display: block;
}

.fcs-fiverr-shell {
  display: grid;
  gap: 2rem;
}

.fcs-fiverr-hero,
.fcs-fiverr-proof,
.fcs-fiverr-metrics,
.fcs-fiverr-section--split,
.fcs-fiverr-section--support,
.fcs-fiverr-section--commercial {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fcs-fiverr-hero {
  padding: 2rem;
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(23, 17, 33, 0.98), rgba(42, 30, 52, 0.98) 55%, rgba(33, 70, 80, 0.98));
  border: 1px solid rgba(215, 180, 111, 0.18);
  box-shadow: 0 22px 60px rgba(15, 10, 24, 0.26);
  color: #fff7fb;
}

.fcs-fiverr-hero > *,
.fcs-fiverr-proof > *,
.fcs-fiverr-section--split > *,
.fcs-fiverr-section--support > *,
.fcs-fiverr-section--commercial > * {
  min-width: 0;
}

.fcs-fiverr-hero-copy h1,
.fcs-fiverr-proof-card h2,
.fcs-fiverr-panel h2,
.fcs-fiverr-support-copy h2,
.fcs-fiverr-commercial-copy h2 {
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: 0;
}

.fcs-fiverr-hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.fcs-fiverr-hero-copy p,
.fcs-fiverr-panel p,
.fcs-fiverr-card p,
.fcs-fiverr-proof-card p,
.fcs-fiverr-step p,
.fcs-fiverr-commercial-copy p,
.fcs-fiverr-media-card p,
.fcs-fiverr-launch-plan p {
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.fcs-fiverr-hero-copy .fcs-hero-kicker {
  color: rgba(255, 247, 251, 0.8);
}

.fcs-fiverr-hero-copy .fcs-tags,
.fcs-fiverr-hero-copy .fcs-actions {
  margin-top: 1.25rem;
}

.fcs-fiverr-hero-visual,
.fcs-fiverr-support-visual,
.fcs-fiverr-panel--portrait {
  min-height: 320px;
  align-self: stretch;
}

.fcs-fiverr-hero-image,
.fcs-fiverr-support-image,
.fcs-fiverr-portrait,
.fcs-fiverr-diagram,
.fcs-fiverr-og-image,
.fcs-fiverr-poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  box-shadow: 0 16px 40px rgba(10, 8, 14, 0.26);
}

.fcs-fiverr-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fcs-fiverr-metrics article {
  padding: 1.1rem 1.25rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(49, 95, 115, 0.16);
  box-shadow: 0 10px 22px rgba(25, 18, 35, 0.06);
}

.fcs-fiverr-metrics strong {
  display: block;
  color: var(--fcs-fiverr-blue);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1;
}

.fcs-fiverr-metrics span {
  display: block;
  margin-top: 0.4rem;
  color: rgba(23, 17, 33, 0.72);
  font: 700 0.84rem/1.45 "Manrope", "Segoe UI", sans-serif;
}

.fcs-fiverr-proof-card,
.fcs-fiverr-panel,
.fcs-fiverr-support-copy,
.fcs-fiverr-support-visual,
.fcs-fiverr-commercial-copy,
.fcs-fiverr-media-card,
.fcs-fiverr-launch-plan {
  padding: 1.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(77, 35, 91, 0.12);
}

.fcs-fiverr-proof-card--accent {
  background: linear-gradient(160deg, rgba(77, 35, 91, 0.98), rgba(49, 95, 115, 0.94));
  color: #fff7fb;
}

.fcs-fiverr-proof-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.7rem;
}

.fcs-fiverr-section {
  display: grid;
  gap: 1.25rem;
}

.fcs-fiverr-card-grid,
.fcs-fiverr-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fcs-fiverr-card,
.fcs-fiverr-step,
.fcs-fiverr-product-list section,
.fcs-fiverr-launch-grid article {
  padding: 1.35rem;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 244, 241, 0.92));
  border: 1px solid rgba(49, 95, 115, 0.12);
  box-shadow: 0 12px 24px rgba(25, 18, 35, 0.08);
}

.fcs-fiverr-card-label,
.fcs-fiverr-step span {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: var(--fcs-fiverr-plum);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fcs-fiverr-step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.fcs-fiverr-fallback {
  height: 100%;
  min-height: 280px;
  display: grid;
  align-content: end;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(215, 180, 111, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 248, 240, 0.9), rgba(233, 241, 235, 0.9)),
    repeating-linear-gradient(
      135deg,
      rgba(49, 95, 115, 0.08),
      rgba(49, 95, 115, 0.08) 18px,
      rgba(255, 255, 255, 0.08) 18px,
      rgba(255, 255, 255, 0.08) 36px
    );
  color: var(--fcs-fiverr-ink);
}

.fcs-fiverr-fallback::before {
  content: "";
  position: absolute;
  inset: 1.1rem 1.1rem auto auto;
  width: min(48%, 220px);
  aspect-ratio: 1;
  border-radius: 8px;
  transform: rotate(8deg);
  background:
    linear-gradient(135deg, rgba(215, 180, 111, 0.74), rgba(134, 168, 115, 0.62)),
    linear-gradient(rgba(255, 255, 255, 0.4), transparent);
  box-shadow: -26px 30px 0 rgba(49, 95, 115, 0.18);
  z-index: -1;
}

.fcs-fiverr-fallback::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(0deg, rgba(23, 17, 33, 0.14), transparent);
  z-index: -1;
}

.fcs-fiverr-fallback strong {
  max-width: 16ch;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1;
}

.fcs-fiverr-fallback-eyebrow {
  width: fit-content;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--fcs-fiverr-blue);
  font: 800 0.72rem/1 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fcs-fiverr-fallback-grid {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fcs-fiverr-fallback-grid span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: rgba(23, 17, 33, 0.78);
  font: 800 0.78rem/1.25 "Manrope", "Segoe UI", sans-serif;
  text-align: center;
}

.fcs-fiverr-fallback--system_map,
.fcs-fiverr-fallback--portrait,
.fcs-fiverr-fallback--og,
.fcs-fiverr-fallback--poster {
  min-height: 220px;
}

.fcs-fiverr-fallback--og {
  aspect-ratio: 1.91 / 1;
  min-height: 0;
  background:
    linear-gradient(135deg, rgba(255, 247, 251, 0.94), rgba(233, 241, 235, 0.9)),
    repeating-linear-gradient(135deg, rgba(215, 180, 111, 0.13), rgba(215, 180, 111, 0.13) 2px, transparent 2px, transparent 18px);
}

.fcs-fiverr-fallback--poster {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(160deg, rgba(23, 17, 33, 0.96), rgba(77, 35, 91, 0.9) 62%, rgba(49, 95, 115, 0.9)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 24px);
  color: #fff7fb;
}

.fcs-fiverr-fallback--poster .fcs-fiverr-fallback-eyebrow,
.fcs-fiverr-fallback--poster .fcs-fiverr-fallback-grid span {
  background: rgba(255, 247, 251, 0.16);
  color: #fff7fb;
}

.fcs-fiverr-fallback--portrait {
  background:
    linear-gradient(145deg, rgba(255, 248, 240, 0.92), rgba(241, 216, 238, 0.72)),
    repeating-linear-gradient(90deg, rgba(77, 35, 91, 0.07), rgba(77, 35, 91, 0.07) 1px, transparent 1px, transparent 24px);
}

.fcs-fiverr-fallback--support {
  background:
    linear-gradient(135deg, rgba(240, 244, 241, 0.92), rgba(255, 248, 240, 0.9)),
    repeating-linear-gradient(0deg, rgba(49, 95, 115, 0.07), rgba(49, 95, 115, 0.07) 1px, transparent 1px, transparent 22px);
}

.fcs-fiverr-panel--portrait,
.fcs-fiverr-support-visual {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.fcs-fiverr-section--commercial {
  align-items: start;
}

.fcs-fiverr-commercial-copy {
  display: grid;
  gap: 1rem;
}

.fcs-fiverr-commercial-copy h2 {
  margin: 0;
  color: var(--fcs-fiverr-ink);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
}

.fcs-fiverr-product-list,
.fcs-fiverr-media-deck,
.fcs-fiverr-launch-grid {
  display: grid;
  gap: 1rem;
}

.fcs-fiverr-product-list section {
  box-shadow: none;
}

.fcs-fiverr-product-list h3,
.fcs-fiverr-media-copy h3 {
  margin: 0 0 0.45rem;
  color: var(--fcs-fiverr-plum);
  font-size: 1rem;
  line-height: 1.2;
}

.fcs-fiverr-product-list p,
.fcs-fiverr-media-copy p,
.fcs-fiverr-launch-grid p {
  margin: 0;
  color: rgba(23, 17, 33, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.fcs-fiverr-media-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.fcs-fiverr-media-frame {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(23, 17, 33, 0.06);
}

.fcs-fiverr-media-frame a {
  display: block;
  height: 100%;
  color: inherit;
}

.fcs-fiverr-media-card--og .fcs-fiverr-media-frame {
  aspect-ratio: 1.91 / 1;
}

.fcs-fiverr-media-card--poster {
  grid-template-columns: minmax(140px, 0.7fr) minmax(0, 1fr);
  align-items: center;
}

.fcs-fiverr-media-card--poster .fcs-fiverr-media-frame {
  aspect-ratio: 4 / 5;
}

.fcs-fiverr-media-copy span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--fcs-fiverr-blue);
  font: 800 0.72rem/1 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fcs-fiverr-media-copy .fcs-inline-link {
  display: inline-flex;
  margin-top: 0.75rem;
}

.fcs-fiverr-launch-plan {
  display: grid;
  gap: 1rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(240, 244, 241, 0.84)),
    linear-gradient(90deg, rgba(215, 180, 111, 0.16), transparent);
}

.fcs-fiverr-launch-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fcs-fiverr-launch-grid article {
  box-shadow: none;
}

.fcs-fiverr-launch-grid strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--fcs-fiverr-blue);
  font: 800 0.82rem/1 "Manrope", "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .fcs-fiverr-card-grid,
  .fcs-fiverr-steps,
  .fcs-fiverr-launch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .fcs-fiverr-hero,
  .fcs-fiverr-proof,
  .fcs-fiverr-metrics,
  .fcs-fiverr-section--split,
  .fcs-fiverr-section--support,
  .fcs-fiverr-section--commercial {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fcs-fiverr-hero {
    padding: 1.4rem;
  }

  .fcs-fiverr-card-grid,
  .fcs-fiverr-steps,
  .fcs-fiverr-launch-grid,
  .fcs-fiverr-media-card--poster {
    grid-template-columns: 1fr;
  }
}

/* Visual polish release 0.6.3 */
.fcs-page-fiverr {
  --fcs-fiverr-ink: #151719;
  --fcs-fiverr-plum: #403246;
  --fcs-fiverr-violet: #725194;
  --fcs-fiverr-gold: #c89a3f;
  --fcs-fiverr-sage: #6f946c;
  --fcs-fiverr-blue: #28636c;
  --fcs-fiverr-rose: #f4e6ef;
}

.fcs-page-fiverr .fcs-main {
  gap: 0;
}

.fcs-fiverr-shell {
  gap: 2.25rem;
}

.fcs-fiverr-hero {
  align-items: center;
  border-radius: 12px;
  border-color: rgba(200, 154, 63, 0.22);
  background:
    linear-gradient(135deg, rgba(21, 23, 25, 0.98), rgba(42, 55, 62, 0.98) 56%, rgba(40, 99, 108, 0.96)),
    #151719;
  box-shadow: 0 26px 66px rgba(21, 23, 25, 0.24);
}

.fcs-fiverr-hero-copy h1 {
  font-size: 3.25rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.fcs-fiverr-hero-copy p {
  max-width: 58ch;
  color: rgba(255, 247, 251, 0.88);
  overflow-wrap: anywhere;
}

.fcs-fiverr-hero-visual,
.fcs-fiverr-support-visual,
.fcs-fiverr-panel--portrait {
  min-height: 340px;
}

.fcs-fiverr-hero-image,
.fcs-fiverr-support-image,
.fcs-fiverr-portrait,
.fcs-fiverr-diagram,
.fcs-fiverr-og-image,
.fcs-fiverr-poster-image {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 44px rgba(8, 9, 11, 0.3);
}

.fcs-fiverr-proof-card,
.fcs-fiverr-panel,
.fcs-fiverr-card,
.fcs-fiverr-step,
.fcs-fiverr-media-card,
.fcs-fiverr-launch-plan,
.fcs-fiverr-metrics article {
  border-color: rgba(21, 23, 25, 0.1);
  box-shadow: 0 14px 32px rgba(21, 23, 25, 0.07);
}

.fcs-fiverr-proof-card h2,
.fcs-fiverr-panel h2,
.fcs-fiverr-support-copy h2,
.fcs-fiverr-commercial-copy h2 {
  letter-spacing: 0;
}

.fcs-fiverr-metrics article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 248, 0.96));
}

.fcs-fiverr-media-frame {
  background:
    linear-gradient(135deg, rgba(40, 99, 108, 0.12), rgba(200, 154, 63, 0.12)),
    #f8faf8;
}

.fcs-fiverr-hero-visual .fcs-fiverr-fallback {
  align-content: center;
  min-height: 430px;
  padding: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 251, 244, 0.96), rgba(232, 241, 238, 0.94)),
    repeating-linear-gradient(135deg, rgba(40, 99, 108, 0.08), rgba(40, 99, 108, 0.08) 1px, transparent 1px, transparent 22px);
}

.fcs-fiverr-hero-visual .fcs-fiverr-fallback::before {
  inset: 1.75rem 1.75rem auto auto;
  width: min(38%, 170px);
  opacity: 0.72;
}

.fcs-fiverr-hero-visual .fcs-fiverr-fallback strong {
  max-width: 17ch;
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .fcs-fiverr-hero-copy h1 {
    font-size: 2.95rem;
  }
}

@media (max-width: 640px) {
  .fcs-fiverr-hero {
    border-radius: 10px;
    padding: 1.1rem;
  }

  .fcs-fiverr-hero-copy h1 {
    max-width: 13ch;
    font-size: 1.9rem;
    line-height: 1.04;
  }

  .fcs-fiverr-hero-copy p {
    max-width: 28ch;
    font-size: 1rem;
  }

  .fcs-fiverr-hero-visual .fcs-fiverr-fallback {
    min-height: 320px;
    padding: 1.35rem;
  }
}

@media (max-width: 420px) {
  .fcs-fiverr-hero-copy h1 {
    max-width: 12ch;
    font-size: 1.82rem;
  }

  .fcs-fiverr-hero-copy p {
    max-width: 26ch;
  }
}

/* Fiverr commercial suite polish release 0.7.0 */
.fcs-page-fiverr {
  --fcs-fiverr-ink: #171121;
  --fcs-fiverr-plum: #351a4d;
  --fcs-fiverr-violet: #7c4dff;
  --fcs-fiverr-gold: #f6bd2f;
  --fcs-fiverr-sage: #2fbf71;
  --fcs-fiverr-blue: #2aa8ff;
  --fcs-fiverr-rose: #f05d5e;
}

.fcs-page-fiverr .fcs-main {
  gap: 2rem;
}

.fcs-fiverr-hero {
  border-radius: 8px;
  border-color: rgba(246, 189, 47, 0.24);
  background:
    radial-gradient(circle at 12% 16%, rgba(240, 93, 94, 0.26), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(42, 168, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #171121 0%, #351a4d 50%, #104d58 100%);
  box-shadow: 0 28px 72px rgba(23, 17, 33, 0.28);
}

.fcs-fiverr-hero-copy h1,
.fcs-fiverr-proof-card h2,
.fcs-fiverr-panel h2,
.fcs-fiverr-support-copy h2,
.fcs-fiverr-commercial-copy h2 {
  letter-spacing: 0;
  text-wrap: balance;
}

.fcs-fiverr-hero-copy p,
.fcs-fiverr-panel p,
.fcs-fiverr-card p,
.fcs-fiverr-proof-card p,
.fcs-fiverr-step p,
.fcs-fiverr-commercial-copy p,
.fcs-fiverr-media-card p,
.fcs-fiverr-launch-plan p {
  color: inherit;
}

.fcs-fiverr-hero-image,
.fcs-fiverr-support-image,
.fcs-fiverr-portrait,
.fcs-fiverr-diagram,
.fcs-fiverr-og-image,
.fcs-fiverr-poster-image {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(10, 8, 14, 0.28);
  filter: saturate(1.12) contrast(1.04);
}

.fcs-fiverr-proof-card,
.fcs-fiverr-panel,
.fcs-fiverr-card,
.fcs-fiverr-step,
.fcs-fiverr-media-card,
.fcs-fiverr-launch-plan,
.fcs-fiverr-metrics article,
.fcs-fiverr-section--support,
.fcs-fiverr-section--commercial {
  border-radius: 8px;
  border-color: rgba(23, 17, 33, 0.12);
  box-shadow: 0 16px 36px rgba(23, 17, 33, 0.08);
}

.fcs-fiverr-proof,
.fcs-fiverr-section--split,
.fcs-fiverr-section--support,
.fcs-fiverr-section--commercial {
  align-items: stretch;
}

.fcs-fiverr-metrics article strong,
.fcs-fiverr-proof-card h2,
.fcs-fiverr-panel h2 {
  color: var(--fcs-fiverr-plum);
}

.fcs-fiverr-metrics article:nth-child(2n) strong,
.fcs-fiverr-panel:nth-child(2n) h2 {
  color: #006d68;
}

.fcs-fiverr-metrics article:nth-child(3n) strong {
  color: #a75c00;
}

.fcs-page-fiverr .fcs-button,
.fcs-page-fiverr .fcs-header-cta a {
  background:
    linear-gradient(135deg, var(--fcs-fiverr-violet), #009c95 54%, var(--fcs-fiverr-gold));
}

@media (max-width: 760px) {
  .fcs-fiverr-hero {
    padding: 1.25rem;
  }

  .fcs-fiverr-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 10.5vw, 3.05rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .fcs-fiverr-hero-visual,
  .fcs-fiverr-support-visual,
  .fcs-fiverr-panel--portrait {
    min-height: 260px;
  }
}

/* Fiverr contrast and mobile QA hotfix release 0.7.1 */
.fcs-fiverr-hero-copy .fcs-tag,
.fcs-fiverr-hero-copy .fcs-chip,
.fcs-fiverr-hero-copy .fcs-tags span,
.fcs-fiverr-hero-copy .fcs-tags a {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
}

.fcs-fiverr-section--commercial,
.fcs-fiverr-section--support,
.fcs-fiverr-panel--dark,
.fcs-fiverr-panel:nth-child(2n) {
  background:
    radial-gradient(circle at 10% 12%, rgba(246, 189, 47, 0.15), transparent 28%),
    linear-gradient(135deg, #351a4d, #174f59);
  color: #fff7fb;
}

.fcs-fiverr-section--commercial h2,
.fcs-fiverr-section--support h2,
.fcs-fiverr-panel--dark h2,
.fcs-fiverr-panel:nth-child(2n) h2,
.fcs-fiverr-section--commercial p,
.fcs-fiverr-section--support p,
.fcs-fiverr-panel--dark p,
.fcs-fiverr-panel:nth-child(2n) p {
  color: inherit;
}

@media (max-width: 760px) {
  .fcs-fiverr-hero,
  .fcs-fiverr-proof,
  .fcs-fiverr-section--split,
  .fcs-fiverr-section--support,
  .fcs-fiverr-section--commercial {
    max-width: 100%;
  }

  .fcs-fiverr-hero > *,
  .fcs-fiverr-proof > *,
  .fcs-fiverr-section--split > *,
  .fcs-fiverr-section--support > *,
  .fcs-fiverr-section--commercial > * {
    min-width: 0;
  }
}

/* Fiverr viewport clamp release 0.7.2 */
@media (max-width: 760px) {
  .fcs-fiverr-hero-copy,
  .fcs-fiverr-support-copy,
  .fcs-fiverr-commercial-copy,
  .fcs-fiverr-panel,
  .fcs-fiverr-proof-card {
    max-width: calc(100vw - 56px);
  }

  .fcs-fiverr-hero-copy h1,
  .fcs-fiverr-hero-copy p {
    max-width: calc(100vw - 56px);
  }
}

/* Fiverr contrast finish release 0.7.3 */
.fcs-fiverr-proof-card--accent h2,
.fcs-fiverr-proof-card--accent p,
.fcs-fiverr-proof-card--accent li {
  color: #fff7fb;
}

.fcs-fiverr-proof-card--accent .fcs-eyebrow {
  background: rgba(255, 255, 255, 0.13);
  color: #bff7ef;
}

.fcs-fiverr-hero .fcs-button-secondary,
.fcs-fiverr-hero .fcs-button-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(124, 77, 255, 0.92), rgba(0, 169, 157, 0.86) 58%, rgba(246, 189, 47, 0.82));
}
