.wfp-marketplace {
    --wfp-navy-950: #06172b;
    --wfp-navy-900: #08233f;
    --wfp-navy-800: #0c355d;
    --wfp-blue-700: #0867bd;
    --wfp-blue-600: #0874d1;
    --wfp-blue-100: #eaf5ff;
    --wfp-yellow-500: #f5b800;
    --wfp-yellow-300: #ffd75c;
    --wfp-ink: #102a43;
    --wfp-muted: #5b6f82;
    --wfp-line: #dbe5ee;
    --wfp-soft: #f4f7fa;
    --wfp-white: #ffffff;
    --wfp-success: #16734a;
    --wfp-danger: #a62929;
    --wfp-shadow-sm: 0 10px 30px rgba(6, 23, 43, 0.08);
    --wfp-shadow-lg: 0 26px 70px rgba(6, 23, 43, 0.15);
    width: min(100% - 32px, 1320px);
    margin: 30px auto 64px;
    color: var(--wfp-ink);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.wfp-marketplace,
.wfp-marketplace * {
    box-sizing: border-box;
}

.wfp-marketplace button,
.wfp-marketplace input,
.wfp-marketplace select,
.wfp-marketplace textarea {
    font: inherit;
}

.wfp-marketplace button,
.wfp-marketplace a {
    -webkit-tap-highlight-color: transparent;
}

.wfp-marketplace h1,
.wfp-marketplace h2,
.wfp-marketplace h3,
.wfp-marketplace p {
    margin-top: 0;
}

.wfp-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.wfp-marketplace__hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.7fr);
    gap: 52px;
    overflow: hidden;
    padding: clamp(38px, 6vw, 76px);
    border-radius: 36px;
    background:
        radial-gradient(circle at 90% 0%, rgba(245, 184, 0, 0.28), transparent 28%),
        radial-gradient(circle at 55% 115%, rgba(24, 142, 239, 0.38), transparent 34%),
        linear-gradient(145deg, var(--wfp-navy-950), var(--wfp-navy-800) 68%, var(--wfp-blue-700));
    color: var(--wfp-white);
    box-shadow: var(--wfp-shadow-lg);
}

.wfp-marketplace__hero::after {
    position: absolute;
    z-index: -1;
    right: -105px;
    bottom: -160px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.035), 0 0 0 104px rgba(255, 255, 255, 0.025);
    content: "";
}

.wfp-marketplace__hero-copy {
    align-self: center;
}

.wfp-marketplace__eyebrow,
.wfp-kicker,
.wfp-service-type {
    margin-bottom: 11px;
    color: var(--wfp-blue-700);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wfp-marketplace__eyebrow {
    color: var(--wfp-yellow-300) !important;
}

.wfp-marketplace__hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    color: var(--wfp-white) !important;
    font-size: clamp(2.65rem, 5.7vw, 5.35rem);
    font-weight: 780;
    letter-spacing: -0.055em;
    line-height: 0.98;
}

/* Astra/Elementor can apply a transparent text-fill effect to entry headings. */
.wfp-marketplace .wfp-marketplace__hero .wfp-marketplace__hero-copy h1 {
    background: none !important;
    color: #ffffff !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.16);
}

.wfp-marketplace__lede {
    max-width: 700px;
    margin-bottom: 30px;
    color: #e7f3ff !important;
    font-size: clamp(1.08rem, 1.8vw, 1.3rem);
    line-height: 1.55;
}

.wfp-marketplace__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wfp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 999px;
    appearance: none;
    font-size: 0.98rem;
    font-weight: 780;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.wfp-button:hover:not(:disabled) {
    transform: translateY(-1px);
}

.wfp-button:focus-visible,
.wfp-icon-button:focus-visible,
.wfp-tab:focus-visible,
.wfp-product-card__button:focus-visible {
    outline: 3px solid var(--wfp-yellow-500);
    outline-offset: 3px;
}

.wfp-button--primary {
    background: var(--wfp-yellow-500);
    color: var(--wfp-navy-950) !important;
    box-shadow: 0 10px 24px rgba(245, 184, 0, 0.26);
}

.wfp-button--primary:hover {
    background: #ffc31b;
    box-shadow: 0 14px 30px rgba(245, 184, 0, 0.34);
}

.wfp-button--glass {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    color: var(--wfp-white);
    backdrop-filter: blur(12px);
}

.wfp-button--glass:hover {
    background: rgba(255, 255, 255, 0.16);
    color: var(--wfp-white);
}

.wfp-button--navy {
    align-self: end;
    background: var(--wfp-navy-900);
    color: var(--wfp-white);
}

.wfp-marketplace__promise {
    align-self: stretch;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
}

.wfp-marketplace__promise > div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px;
}

.wfp-marketplace__promise-icon {
    display: inline-grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.13);
    color: var(--wfp-yellow-300);
    font-weight: 850;
}

.wfp-marketplace__promise p {
    margin-bottom: 0;
}

.wfp-marketplace__promise strong,
.wfp-marketplace__promise span:not(.wfp-marketplace__promise-icon) {
    display: block;
}

.wfp-marketplace__promise strong {
    color: var(--wfp-white);
    font-size: 0.96rem;
}

.wfp-marketplace__promise p span {
    color: #cfe2f3;
    font-size: 0.79rem;
}

.wfp-status-panel {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #b9daf7;
    border-radius: 26px;
    background: var(--wfp-blue-100);
    box-shadow: var(--wfp-shadow-sm);
}

.wfp-status-panel[hidden] {
    display: none;
}

.wfp-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.wfp-section-heading h2 {
    margin-bottom: 18px;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    letter-spacing: -0.035em;
    line-height: 1.1;
}

.wfp-icon-button {
    display: inline-grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--wfp-line);
    border-radius: 50%;
    background: var(--wfp-white);
    color: var(--wfp-ink);
    font-size: 1.7rem;
    line-height: 1;
    place-items: center;
    cursor: pointer;
}

.wfp-status-form {
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) minmax(260px, 1.2fr) auto;
    gap: 14px;
    align-items: start;
}

.wfp-status-result:not(:empty) {
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 16px;
    background: var(--wfp-white);
}

.wfp-status-result h3 {
    margin-bottom: 5px;
    font-size: 1.12rem;
}

.wfp-status-result p {
    margin-bottom: 0;
    color: var(--wfp-muted);
}

.wfp-status-result.is-error {
    color: var(--wfp-danger);
}

.wfp-report-result {
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--wfp-line);
}

.wfp-report-result h4 {
    margin: 22px 0 10px;
    color: var(--wfp-navy-900);
    font-size: 1.05rem;
}

.wfp-report-result .wfp-report-summary,
.wfp-report-result .wfp-report-recommendation {
    color: var(--wfp-ink);
}

.wfp-report-list {
    margin: 0;
    padding-left: 22px;
    color: var(--wfp-muted);
}

.wfp-report-list li + li {
    margin-top: 6px;
}

.wfp-report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.wfp-report-table th,
.wfp-report-table td {
    padding: 10px 8px;
    border-bottom: 1px solid var(--wfp-line);
    text-align: left;
    vertical-align: top;
}

.wfp-report-table th {
    width: 38%;
    color: var(--wfp-muted);
    font-weight: 700;
}

.wfp-report-result .wfp-report-limitations {
    margin-top: 18px;
    color: var(--wfp-muted);
    font-size: 0.82rem;
}

.wfp-browser-shell {
    margin-top: 24px;
    overflow: visible;
    border: 1px solid var(--wfp-line);
    border-radius: 32px;
    background: var(--wfp-white);
    box-shadow: var(--wfp-shadow-sm);
}

.wfp-browser-toolbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 22px 24px;
    border-bottom: 1px solid var(--wfp-line);
}

.wfp-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 5px;
    border-radius: 999px;
    background: var(--wfp-soft);
}

.wfp-tab {
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--wfp-muted);
    font-weight: 750;
    cursor: pointer;
}

.wfp-tab.is-active {
    background: var(--wfp-white);
    color: var(--wfp-navy-900);
    box-shadow: 0 4px 14px rgba(6, 23, 43, 0.1);
}

.wfp-search {
    position: relative;
    display: flex;
    flex: 0 1 420px;
    align-items: center;
}

.wfp-search svg {
    position: absolute;
    left: 16px;
    color: #718398;
    pointer-events: none;
}

.wfp-search input {
    width: 100%;
    min-height: 48px;
    padding: 11px 16px 11px 46px;
    border: 1px solid var(--wfp-line);
    border-radius: 999px;
    background: #f9fbfd;
    color: var(--wfp-ink);
    outline: none;
}

.wfp-search input:focus {
    border-color: var(--wfp-blue-600);
    background: var(--wfp-white);
    box-shadow: 0 0 0 4px rgba(8, 116, 209, 0.12);
}

.wfp-browser-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.47fr);
}

.wfp-catalog-panel {
    min-width: 0;
    padding: clamp(24px, 3vw, 38px);
    outline: none;
}

.wfp-catalog-summary {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.wfp-catalog-summary h2 {
    margin-bottom: 0;
    color: var(--wfp-navy-950);
    font-size: clamp(1.7rem, 2.5vw, 2.35rem);
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.wfp-catalog-summary > p {
    margin-bottom: 4px;
    color: var(--wfp-muted);
    font-size: 0.85rem;
    white-space: nowrap;
}

.wfp-catalog-message {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 180px;
    padding: 24px;
    border: 1px dashed #bfcddb;
    border-radius: 22px;
    color: var(--wfp-muted);
    text-align: center;
}

.wfp-catalog-message[hidden] {
    display: none;
}

.wfp-catalog-message.is-error {
    border-color: #efc4c4;
    background: #fff7f7;
    color: var(--wfp-danger);
}

.wfp-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #bfd8ed;
    border-top-color: var(--wfp-blue-600);
    border-radius: 50%;
    animation: wfp-spin 800ms linear infinite;
}

@keyframes wfp-spin {
    to { transform: rotate(360deg); }
}

.wfp-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.wfp-product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px;
    border: 1.5px solid var(--wfp-line);
    border-radius: 22px;
    background: var(--wfp-white);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.wfp-product-card:hover {
    transform: translateY(-2px);
    border-color: #9bc9ef;
    box-shadow: 0 14px 34px rgba(6, 23, 43, 0.09);
}

.wfp-product-card.is-selected {
    border-color: var(--wfp-blue-600);
    box-shadow: 0 0 0 3px rgba(8, 116, 209, 0.11), 0 15px 34px rgba(6, 23, 43, 0.09);
}

.wfp-product-card.is-unavailable {
    background: #f8fafc;
    opacity: 0.74;
}

.wfp-product-card__top,
.wfp-product-card__meta,
.wfp-product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.wfp-product-card__top {
    align-items: flex-start;
    margin-bottom: 17px;
}

.wfp-product-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--wfp-blue-100);
    color: var(--wfp-blue-700);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wfp-product-card__badge--unlock {
    background: #fff7d8;
    color: #755600;
}

.wfp-product-card__price {
    color: var(--wfp-navy-950);
    font-size: 1.22rem;
    font-weight: 820;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.wfp-product-card h3 {
    margin-bottom: 9px;
    color: var(--wfp-navy-950);
    font-size: 1.17rem;
    letter-spacing: -0.025em;
    line-height: 1.22;
}

.wfp-product-card__description {
    display: -webkit-box;
    min-height: 48px;
    margin-bottom: 18px;
    overflow: hidden;
    color: var(--wfp-muted);
    font-size: 0.88rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wfp-product-card__meta {
    justify-content: flex-start;
    margin-top: auto;
    margin-bottom: 18px;
    color: var(--wfp-muted);
    font-size: 0.78rem;
}

.wfp-product-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wfp-product-card__meta span::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wfp-blue-600);
    content: "";
}

.wfp-product-card__button {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #bfd1e2;
    border-radius: 12px;
    background: #f7fafc;
    color: var(--wfp-navy-900);
    font-weight: 780;
    cursor: pointer;
}

.wfp-product-card__button:hover:not(:disabled),
.wfp-product-card.is-selected .wfp-product-card__button {
    border-color: var(--wfp-blue-600);
    background: var(--wfp-blue-600);
    color: var(--wfp-white);
}

.wfp-product-card__button:disabled {
    cursor: not-allowed;
}

.wfp-order-card {
    position: relative;
    min-width: 0;
    border-left: 1px solid var(--wfp-line);
    border-radius: 0 0 31px;
    background: #f8fafc;
}

.wfp-order-card > div {
    position: sticky;
    top: 22px;
    padding: clamp(24px, 3vw, 36px);
}

.wfp-order-card__empty {
    display: grid;
    min-height: 420px;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.wfp-order-card__empty-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    place-items: center;
    border: 1px solid #c9d6e1;
    border-radius: 20px;
    background: var(--wfp-white);
    color: var(--wfp-blue-700);
    font-size: 2rem;
    box-shadow: var(--wfp-shadow-sm);
}

.wfp-order-card__empty h2 {
    margin-bottom: 8px;
    color: var(--wfp-navy-950);
    font-size: 1.5rem;
    letter-spacing: -0.035em;
}

.wfp-order-card__empty p {
    max-width: 310px;
    margin-bottom: 0;
    color: var(--wfp-muted);
}

.wfp-selection-heading h2 {
    margin-bottom: 10px;
    color: var(--wfp-navy-950);
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    letter-spacing: -0.04em;
    line-height: 1.1;
}

.wfp-selection-description {
    margin-bottom: 22px;
    color: var(--wfp-muted);
}

.wfp-order-facts {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 10px;
    margin-bottom: 24px;
}

.wfp-order-facts > div {
    padding: 14px;
    border: 1px solid var(--wfp-line);
    border-radius: 15px;
    background: var(--wfp-white);
}

.wfp-order-facts span,
.wfp-order-facts strong {
    display: block;
}

.wfp-order-facts span {
    margin-bottom: 4px;
    color: var(--wfp-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wfp-order-facts strong {
    color: var(--wfp-navy-950);
    font-size: 0.96rem;
}

.wfp-requirements {
    margin-bottom: 24px;
    padding: 17px 18px;
    border-radius: 15px;
    background: #edf5fc;
}

.wfp-requirements h3 {
    margin-bottom: 8px;
    color: var(--wfp-navy-900);
    font-size: 0.9rem;
}

.wfp-requirements ul {
    margin: 0;
    padding-left: 20px;
    color: #40586e;
    font-size: 0.83rem;
}

.wfp-requirements li + li {
    margin-top: 5px;
}

.wfp-checkout-form {
    padding-top: 23px;
    border-top: 1px solid var(--wfp-line);
}

.wfp-field {
    margin-bottom: 17px;
}

.wfp-field label,
.wfp-field legend {
    display: block;
    margin-bottom: 7px;
    color: var(--wfp-navy-950);
    font-size: 0.9rem;
    font-weight: 750;
}

.wfp-field__required {
    color: var(--wfp-danger);
}

.wfp-field input:not([type="checkbox"]):not([type="radio"]),
.wfp-field select,
.wfp-field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1.5px solid #bdcad6;
    border-radius: 12px;
    background: var(--wfp-white);
    color: var(--wfp-ink);
    outline: none;
}

.wfp-field textarea {
    min-height: 94px;
    resize: vertical;
}

.wfp-field input:focus,
.wfp-field select:focus,
.wfp-field textarea:focus {
    border-color: var(--wfp-blue-600);
    box-shadow: 0 0 0 4px rgba(8, 116, 209, 0.11);
}

.wfp-field input[aria-invalid="true"],
.wfp-field select[aria-invalid="true"],
.wfp-field textarea[aria-invalid="true"] {
    border-color: var(--wfp-danger);
}

.wfp-field__help {
    margin: 6px 0 0;
    color: var(--wfp-muted);
    font-size: 0.75rem;
}

.wfp-choice-list {
    display: grid;
    gap: 8px;
}

.wfp-choice {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px 12px;
    border: 1px solid var(--wfp-line);
    border-radius: 11px;
    background: var(--wfp-white);
    font-size: 0.84rem;
}

.wfp-choice input,
.wfp-confirmation input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--wfp-blue-600);
}

.wfp-confirmation {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
    padding: 14px;
    border: 1px solid #e8d497;
    border-radius: 13px;
    background: #fff9e8;
    color: #56491e;
    font-size: 0.8rem;
    line-height: 1.45;
}

.wfp-confirmation[hidden] {
    display: none;
}

.wfp-notice {
    margin: 20px 0;
    padding: 14px 15px;
    border-left: 3px solid var(--wfp-blue-600);
    border-radius: 4px 12px 12px 4px;
    background: var(--wfp-blue-100);
    color: #36536c;
    font-size: 0.8rem;
}

.wfp-notice strong {
    display: block;
    margin-bottom: 3px;
    color: var(--wfp-navy-900);
}

.wfp-notice p {
    margin-bottom: 0;
}

.wfp-button--checkout {
    width: 100%;
    min-height: 56px;
    background: var(--wfp-yellow-500);
    color: var(--wfp-navy-950);
    box-shadow: 0 10px 24px rgba(245, 184, 0, 0.22);
}

.wfp-button--checkout:hover:not(:disabled) {
    background: #ffc31b;
    box-shadow: 0 13px 28px rgba(245, 184, 0, 0.3);
}

.wfp-button:disabled {
    opacity: 0.58;
    cursor: not-allowed;
}

.wfp-checkout-security {
    margin: 9px 0 0;
    color: var(--wfp-muted);
    font-size: 0.71rem;
    text-align: center;
}

.wfp-checkout-policy {
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid var(--wfp-line);
    color: var(--wfp-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

.wfp-checkout-policy p {
    margin: 0 0 8px;
}

.wfp-checkout-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 9px;
}

.wfp-checkout-links a {
    color: var(--wfp-blue-700);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wfp-marketplace [data-wfp-unlock-only][hidden] {
    display: none !important;
}

.wfp-form-message {
    margin: 12px 0 0;
    color: var(--wfp-danger);
    font-size: 0.83rem;
    font-weight: 700;
}

.wfp-form-message.is-success {
    color: var(--wfp-success);
}

.wfp-disclosure {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 6vw, 76px);
    margin-top: 24px;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 28px;
    background: var(--wfp-navy-950);
    color: var(--wfp-white);
}

.wfp-disclosure .wfp-kicker {
    color: var(--wfp-yellow-300);
}

.wfp-disclosure h2 {
    margin-bottom: 0;
    color: var(--wfp-white);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.wfp-disclosure__copy {
    align-self: center;
    color: #c9daea;
}

.wfp-disclosure__copy p:last-child {
    margin-bottom: 0;
}

.wfp-noscript {
    margin-top: 20px;
    padding: 18px;
    border: 1px solid #edcaca;
    border-radius: 14px;
    background: #fff5f5;
    color: var(--wfp-danger);
}

@media (max-width: 1040px) {
    .wfp-marketplace__hero {
        grid-template-columns: 1fr;
    }

    .wfp-marketplace__promise {
        grid-template-columns: repeat(3, 1fr);
    }

    .wfp-marketplace__promise > div {
        align-items: flex-start;
        padding: 8px;
    }

    .wfp-browser-layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    }

    .wfp-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 800px) {
    .wfp-marketplace {
        width: min(100% - 20px, 1320px);
        margin-top: 10px;
    }

    .wfp-marketplace__hero {
        gap: 30px;
        border-radius: 26px;
    }

    .wfp-marketplace__promise {
        grid-template-columns: 1fr;
    }

    .wfp-marketplace__promise > div {
        align-items: center;
    }

    .wfp-status-form {
        grid-template-columns: 1fr;
    }

    .wfp-browser-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .wfp-tabs,
    .wfp-search {
        width: 100%;
        flex-basis: auto;
    }

    .wfp-tab {
        flex: 1 1 0;
    }

    .wfp-browser-layout {
        grid-template-columns: 1fr;
    }

    .wfp-order-card {
        border-top: 1px solid var(--wfp-line);
        border-left: 0;
        border-radius: 0 0 31px 31px;
    }

    .wfp-order-card > div {
        position: static;
    }

    .wfp-order-card__empty {
        min-height: 260px;
    }

    .wfp-disclosure {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .wfp-marketplace__hero {
        padding: 36px 22px;
    }

    .wfp-marketplace__hero h1 {
        font-size: clamp(2.55rem, 15vw, 4rem);
    }

    .wfp-marketplace__hero-actions,
    .wfp-marketplace__hero-actions .wfp-button {
        width: 100%;
    }

    .wfp-status-panel {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .wfp-browser-shell {
        border-radius: 24px;
    }

    .wfp-browser-toolbar {
        padding: 17px;
    }

    .wfp-tab {
        padding-inline: 10px;
        font-size: 0.88rem;
    }

    .wfp-catalog-panel,
    .wfp-order-card > div {
        padding: 22px 17px;
    }

    .wfp-catalog-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .wfp-product-card {
        padding: 19px;
    }

    .wfp-order-facts {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wfp-marketplace *,
    .wfp-marketplace *::before,
    .wfp-marketplace *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (prefers-contrast: more) {
    .wfp-product-card,
    .wfp-order-facts > div,
    .wfp-field input,
    .wfp-field select,
    .wfp-field textarea {
        border-color: #5d7185;
    }
}
