/* Product styles from promote/organization_event_promote.html; kept isolated from the marketing page. */

      .promote-page {
        display: grid;
        gap: 18px;
        max-width: 980px;
        padding-top: clamp(10px, 1.4vw, 16px);
        padding-inline: clamp(4px, 1vw, 10px);
        --promote-action-height: calc(1rem + 1.4rem + var(--border) + var(--border));
      }

      .promote-event-card,
      .promote-active-card,
      .promote-steps-card {
        border: var(--border) solid var(--ink);
        border-radius: 22px;
        background: var(--paper);
        box-shadow: 6px 6px 0 var(--ink);
        padding: 20px 22px;
      }

      .promote-sections {
        display: grid;
        gap: 18px;
      }

      .promote-how-inline {
        margin: -6px 0 18px;
        padding: 14px 16px;
        border-radius: 14px;
        background: color-mix(in srgb, var(--logo-mint) 18%, white);
      }

      .promote-how-inline strong {
        display: block;
        font-size: 13px;
        font-weight: 950;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        opacity: 0.7;
        margin-bottom: 6px;
      }

      .promote-section-title {
        margin: 0;
        color: #637db9;
        font-family: "Archivo Black", "Arial Black", sans-serif;
        font-size: clamp(20px, 2.2vw, 28px);
        font-weight: 950;
        line-height: 1.1;
        letter-spacing: 0.02em;
        text-transform: uppercase;
      }

      .promote-disclosure-card > .promote-disclosure-summary {
        align-items: center;
        cursor: pointer;
        display: flex;
        gap: 12px;
        list-style: none;
      }

      .promote-disclosure-card > .promote-disclosure-summary::-webkit-details-marker {
        display: none;
      }

      .promote-disclosure-card > .promote-disclosure-summary::before {
        border-bottom: 3px solid currentColor;
        border-right: 3px solid currentColor;
        content: "";
        flex: 0 0 10px;
        height: 10px;
        transform: rotate(-45deg);
        transition: transform 160ms ease;
        width: 10px;
      }

      .promote-disclosure-card[open] > .promote-disclosure-summary::before {
        transform: rotate(45deg) translate(-2px, -2px);
      }

      .promote-disclosure-summary-meta {
        color: color-mix(in srgb, var(--ink) 64%, white);
        font-size: 13px;
        font-weight: 850;
        margin-left: auto;
        text-align: right;
      }

      .promote-disclosure-body {
        padding-top: 22px;
      }

      .promote-how-inline p {
        margin: 0;
        max-width: 760px;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 700;
        color: color-mix(in srgb, var(--ink) 82%, white);
      }

      .promote-performance-chart {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        min-width: 0;
      }

      .event-promotion-insights {
        width: 100%;
        min-width: 0;
      }

      .event-promotion-insights > .dash-section-head {
        margin-bottom: 18px;
      }

      .event-promotion-insights .dashboard-community-insights-panel > .dashboard-page-card {
        min-height: 430px;
      }

      .event-promotion-insights .event-promotion-chart-canvas {
        display: block;
        width: 100% !important;
        height: clamp(320px, 38vw, 460px) !important;
        min-height: 320px !important;
        max-height: 460px !important;
      }

      .event-promotion-insights .event-promotion-chart-empty {
        display: grid;
        min-height: 320px;
        place-items: center;
        color: color-mix(in srgb, var(--ink) 66%, white);
        font-size: 0.92rem;
        font-weight: 800;
        text-align: center;
      }

      .event-promotion-insights .event-promotion-chart-empty[hidden] {
        display: none;
      }

      .event-promotion-insights .event-promotion-chart-loading {
        min-height: 320px;
      }

      .event-promotion-insights .analytics-prebuilt-pie-wrap {
        min-height: 340px;
      }

      .event-promotion-insights .dashboard-community-conversion-card {
        min-height: 0 !important;
      }

      .promote-performance-chart .dashboard-analytics-toolbar {
        align-items: center;
        margin-bottom: clamp(18px, 2.8vw, 30px);
      }

      .promote-performance-chart .analytics-prebuilt-growth-canvas {
        display: block;
        width: 100% !important;
        height: clamp(320px, 38vw, 460px) !important;
        min-height: 320px !important;
        max-height: 460px !important;
      }

      .promote-performance-canvas-wrap {
        position: relative;
      }

      .promote-performance-zero-message {
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        padding: 24px;
        color: color-mix(in srgb, var(--ink) 72%, white);
        font-size: clamp(1.05rem, 2vw, 1.4rem);
        font-weight: 900;
        text-align: center;
        pointer-events: none;
      }

      .promote-performance-zero-message[hidden] {
        display: none;
      }

      .promote-performance-loading,
      .promote-performance-empty {
        min-height: 180px;
        display: grid;
        place-items: center;
        color: color-mix(in srgb, var(--ink) 66%, white);
        font-size: 0.92rem;
        font-weight: 800;
        text-align: center;
      }

      .promote-performance-loading[hidden],
      .promote-performance-empty[hidden] {
        display: none;
      }

      .promote-performance-chart .analytics-prebuilt-series-toggles:empty {
        display: none;
      }

      .promote-event-card {
        padding: 24px 26px 26px;
        display: grid;
        gap: 22px;
      }

      .promote-event-title {
        margin: 0;
        font-family: "Archivo Black", "Arial Black", sans-serif;
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: 0;
        color: var(--ink);
        overflow-wrap: anywhere;
      }

      .promote-event-management {
        margin-top: 0;
      }

      .promote-event-management .oa-event-management-row {
        flex-wrap: wrap;
        overflow-x: visible;
      }

      .promote-event-management .dashboard-home-inline-btn {
        width: auto !important;
        min-width: 0;
        white-space: nowrap;
      }

      .promote-event-management .oa-event-management-row > .wf-primary-btn,
      .promote-event-management .oa-event-management-row > .wf-primary-btn:hover,
      .promote-event-management .oa-event-management-row > .wf-primary-btn:focus-visible {
        box-shadow: none !important;
      }

      .promote-header {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 24px;
        border-radius: 18px;
        overflow: hidden;
      }

      .promote-active-card > summary {
        list-style: none;
      }

      .promote-active-card > summary::-webkit-details-marker {
        display: none;
      }

      .promote-active-summary {
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
      }

      .promote-active-summary::before {
        content: "";
        width: 10px;
        height: 10px;
        flex: 0 0 10px;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        transform: rotate(-45deg);
        transition: transform 160ms ease;
      }

      .promote-active-card[open] .promote-active-summary::before {
        transform: rotate(45deg) translate(-2px, -2px);
      }

      .promote-active-summary .promote-section-title {
        color: #0f766e;
      }

      .promote-active-summary-meta {
        margin-left: auto;
        color: color-mix(in srgb, var(--ink) 64%, white);
        font-size: 13px;
        font-weight: 850;
        white-space: nowrap;
      }

      .promote-active-sort {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: auto;
        margin: 0;
        padding-inline: 0;
        padding-top: 14px;
      }

      .promote-active-sort-label {
        margin: 0;
        color: color-mix(in srgb, var(--ink) 64%, white);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      #dashboardContent .promote-active-sort-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
      }

      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 0;
        min-height: 42px;
        margin: 0;
        padding: 0 16px;
        border: var(--border) solid var(--ink);
        border-radius: 999px;
        background: var(--mint);
        box-shadow: 3px 3px 0 var(--ink);
        color: var(--ink);
        font-size: 13px;
        font-weight: 900;
        line-height: 1;
        transition: transform 120ms ease, box-shadow 120ms ease;
      }

      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn:hover,
      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn:focus-visible {
        transform: translate(1px, 1px);
        box-shadow: 2px 2px 0 var(--ink);
        outline: none;
      }

      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn.is-active,
      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn[aria-pressed="true"],
      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn.is-active:hover,
      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn[aria-pressed="true"]:hover,
      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn.is-active:focus-visible,
      #dashboardContent .promote-active-sort-toggle .promote-active-sort-btn[aria-pressed="true"]:focus-visible {
        background: var(--mint);
        box-shadow: none;
        transform: translate(3px, 3px);
      }

      .promote-active-groups {
        display: grid;
        gap: 18px;
        padding-top: 18px;
      }

      .promote-active-group + .promote-active-group {
        padding-top: 18px;
        border-top: 2px solid rgba(16, 16, 16, 0.08);
      }

      .promote-active-group-title {
        margin: 0 0 4px;
        color: color-mix(in srgb, var(--ink) 76%, white);
        font-size: 13px;
        font-weight: 950;
        letter-spacing: 0.06em;
        text-transform: uppercase;
      }

      .promote-active-source-categories {
        display: grid;
        gap: 3px;
        margin-top: 6px;
      }

      .promote-active-source-category + .promote-active-source-category {
        padding-top: 3px;
        border-top: 0;
      }

      .promote-active-source-category-summary {
        display: flex;
        align-items: center;
        gap: 8px;
        list-style: none;
        cursor: pointer;
      }

      .promote-active-source-category-summary::-webkit-details-marker {
        display: none;
      }

      .promote-active-source-category-summary::before {
        content: "";
        width: 7px;
        height: 7px;
        flex: 0 0 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(-45deg);
        transition: transform 160ms ease;
      }

      .promote-active-source-category[open] > .promote-active-source-category-summary::before {
        transform: rotate(45deg) translate(-1px, -1px);
      }

      .promote-active-source-category--summary-only > .promote-active-source-category-summary {
        cursor: default;
      }

      .promote-active-source-category--summary-only > .promote-active-source-category-summary::before {
        display: none;
      }

      .promote-active-source-category-title {
        display: flex;
        align-items: baseline;
        gap: 8px;
        flex-wrap: wrap;
        margin: 0 0 2px;
        color: var(--ink);
        font-size: 16px;
        font-weight: 900;
      }

      .promote-active-source-category > .promote-list {
        margin-top: 1px;
        padding-left: 17px;
      }

      .promote-active-source-category-total {
        color: color-mix(in srgb, var(--ink) 64%, white);
        font-size: 12px;
        font-weight: 800;
        white-space: nowrap;
      }

      .promote-item--active {
        padding-block: 14px;
      }

      .promote-active-title {
        color: var(--ink) !important;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 900;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
      }

      .promote-active-metrics {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: color-mix(in srgb, var(--ink) 72%, white);
        font-size: 14px;
        line-height: 1.45;
        font-weight: 800;
        white-space: nowrap;
      }

      .promote-list > .promote-item--traffic-source {
        display: block;
        padding: 1px 0;
        border: 0;
      }

      .promote-list > .promote-item--traffic-source:first-child {
        padding-top: 1px;
      }

      .promote-item--traffic-source .promote-row,
      .promote-item--traffic-source .promote-main {
        display: block;
        min-width: 0;
      }

      .promote-item--traffic-source .promote-step-copy,
      .promote-item--traffic-source .promote-title-line {
        display: inline;
      }

      .promote-item--traffic-source .promote-active-title,
      .promote-item--traffic-source .promote-main strong {
        font-size: 14px;
        line-height: 1.35;
        font-weight: 850 !important;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
      }

      .promote-item--traffic-source .promote-active-metrics {
        margin-left: 5px;
        font-size: 12px;
        line-height: 1.35;
      }

      .promote-referral-disclosure {
        width: 100%;
      }

      .promote-referral-summary {
        min-height: 24px;
      }

      .promote-referral-disclosure--static > .promote-referral-summary {
        cursor: default;
      }

      .promote-referral-disclosure--static > .promote-referral-summary::before {
        display: none;
      }

      .promote-referral-summary .promote-active-source-category-title {
        margin: 0;
      }

      .promote-referral-person-link {
        color: var(--ink);
        font: inherit;
        font-weight: inherit;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
      }

      .promote-referral-buyers {
        display: grid;
        gap: 4px;
        padding: 6px 0 5px 17px;
      }

      .promote-referral-buyers-label {
        color: color-mix(in srgb, var(--ink) 62%, white);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
      }

      .promote-referral-buyers-list {
        display: grid;
        gap: 3px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .promote-referral-buyer {
        display: flex;
        align-items: baseline;
        gap: 7px;
        min-width: 0;
      }

      .promote-referral-buyer-link {
        color: var(--ink);
        font-size: 13px;
        font-weight: 850;
      }

      a.promote-referral-buyer-link {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px;
      }

      .promote-referral-buyer-tickets,
      .promote-referral-buyers-empty {
        color: color-mix(in srgb, var(--ink) 62%, white);
        font-size: 11px;
        font-weight: 750;
      }

      .promote-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0;
      }

      .promote-item {
        display: grid;
        gap: 8px;
        padding: 16px 0;
        border-top: 2px solid rgba(16, 16, 16, 0.08);
      }

      .promote-item:first-child {
        border-top: 0;
        padding-top: 8px;
      }

      .promote-item--archived,
      .listing-item--archived {
        opacity: 0.72;
      }

      .promote-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
        flex-wrap: wrap;
      }

      .promote-main {
        min-width: 16rem;
        flex: 1 1 20rem;
        display: grid;
        gap: 10px;
      }

      .promote-main form {
        margin: 0;
      }

      .promote-step-toggle-form {
        width: 100%;
      }

      .promote-main label {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 0 !important;
        cursor: pointer;
      }

      .promote-check-row {
        display: flex;
        align-items: flex-start !important;
        gap: 12px;
      }

      .promote-check-row--archived {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin: 0;
      }

      .promote-archive-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: color-mix(in srgb, var(--ink) 58%, white);
        font-size: 15px;
        line-height: 1;
      }

      .promote-step-copy {
        display: grid;
        gap: 6px;
        min-width: 0;
      }

      .promote-title-line {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        min-width: 0;
      }

      .promote-main label.promote-step-title-label {
        display: inline-flex;
        gap: 0;
        margin: 0 !important;
      }

      #dashboardContent .promote-page .promote-default-btn--compact {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        width: auto;
        min-width: 0;
        height: 22px;
        min-height: 22px;
        padding: 0 7px;
        margin: 0 !important;
        border-width: 1px;
        gap: 8px;
        font-size: 10px;
        line-height: 1;
        white-space: nowrap;
      }

      #dashboardContent .promote-page .promote-default-btn--compact i,
      #dashboardContent .promote-page .promote-default-btn--compact svg {
        margin: 0;
        font-size: 9px;
      }

      body.wf-redesign-page .promote-page input.promote-check-input[type="checkbox"]:not([role="switch"]) {
        -webkit-appearance: none !important;
        appearance: none !important;
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
        max-width: 22px !important;
        max-height: 22px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1.5px solid #cfd5e2 !important;
        border-radius: 5.5px !important;
        background-color: #ffffff !important;
        background-image: none !important;
        box-shadow: none !important;
        display: inline-grid;
        place-items: center;
        cursor: pointer;
        transition:
          background-color 160ms ease,
          border-color 160ms ease,
          box-shadow 160ms ease,
          transform 120ms ease;
        flex: 0 0 22px;
      }

      body.wf-redesign-page .promote-check-row input.promote-check-input[type="checkbox"]:not([role="switch"]) {
        margin-top: 0 !important;
      }

      body.wf-redesign-page .promote-page input.promote-check-input[type="checkbox"]:not([role="switch"]):focus {
        outline: none !important;
        box-shadow: none !important;
      }

      body.wf-redesign-page .promote-page input.promote-check-input[type="checkbox"]:not([role="switch"]):focus-visible {
        outline: none;
        border-color: #0172ad !important;
        box-shadow: none !important;
      }

      body.wf-redesign-page .promote-page input.promote-check-input[type="checkbox"]:not([role="switch"]):checked {
        border-color: #0172ad !important;
        background-color: #0172ad !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 15px 15px !important;
      }

      body.wf-redesign-page .promote-page input.promote-check-input[type="checkbox"]:not([role="switch"]):active {
        transform: translate(0.5px, 0.5px);
      }

      body.wf-redesign-page .promote-page input.promote-check-input[type="checkbox"]:not([role="switch"]):disabled {
        cursor: progress;
        opacity: 0.68;
      }

      .promote-main strong {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 900 !important;
        color: var(--ink);
      }

      .promote-actions {
        display: inline-flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex: 0 0 auto;
      }

      .promote-actions form {
        margin: 0;
      }

      .promote-step-management {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      .promote-step-management form {
        display: inline-flex;
        align-items: stretch;
      }

      .promote-actions .promote-default-btn {
        min-height: 38px;
        padding: 0 14px;
        white-space: nowrap;
      }

      .promote-share-pair {
        display: inline-flex;
        align-items: stretch;
        gap: 10px;
        min-width: 0;
      }

      .promote-share-pair form {
        display: inline-flex;
        align-items: stretch;
      }

      .promote-actions .wf-accent-btn,
      .promote-actions .wf-secondary-btn {
        width: auto;
      }

      .promote-item--complete .promote-actions .wf-accent-btn:not(.promote-copy-btn--sharing):not(.promote-copy-btn--icon):not(.promote-run-ads-btn),
      .promote-item--complete .promote-actions .wf-accent-btn:not(.promote-copy-btn--sharing):not(.promote-copy-btn--icon):not(.promote-run-ads-btn):hover,
      .promote-item--complete .promote-actions .wf-accent-btn:not(.promote-copy-btn--sharing):not(.promote-copy-btn--icon):not(.promote-run-ads-btn):focus-visible {
        border-color: #c8ced8;
        background: #eef1f5;
        background-image: none;
        box-shadow: 3px 3px 0 #c8ced8;
        color: color-mix(in srgb, var(--ink) 72%, #6b7280);
        animation: none;
      }

      .promote-page .copy-btn.promote-copy-btn--sharing,
      .promote-page .copy-btn.promote-copy-btn--sharing:hover,
      .promote-page .copy-btn.promote-copy-btn--sharing:focus-visible {
        border-color: var(--ink);
        background: #ffffff;
        background-image: none;
        box-shadow: 3px 3px 0 var(--ink);
        color: var(--ink);
        animation: none;
      }

      .promote-page .copy-btn.promote-copy-btn--sharing:hover,
      .promote-page .copy-btn.promote-copy-btn--sharing:focus-visible {
        transform: translate(1px, 1px);
        box-shadow: 2px 2px 0 var(--ink);
      }

      .promote-actions .promote-delete-btn {
        width: 38px;
        min-width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 0;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
      }

      .promote-actions .promote-delete-btn i {
        font-size: 13px;
        line-height: 1;
      }

      .promote-actions.promote-actions--icon-plus .promote-delete-btn {
        width: var(--promote-action-height);
        min-width: var(--promote-action-height);
        height: var(--promote-action-height);
        min-height: var(--promote-action-height);
      }

      #dashboardContent .promote-page .promote-copy-btn--icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--promote-action-height) !important;
        min-width: var(--promote-action-height) !important;
        height: var(--promote-action-height) !important;
        min-height: var(--promote-action-height) !important;
        padding: 0 !important;
        border: var(--border) solid var(--ink) !important;
        border-radius: 999px;
        background-color: #ffffff !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101010' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.07 0l2.83-2.83a5 5 0 0 0-7.07-7.07L11.5 4.43'/%3E%3Cpath d='M14 11a5 5 0 0 0-7.07 0L4.1 13.83a5 5 0 0 0 7.07 7.07l1.33-1.33'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 18px 18px !important;
        box-shadow: 3px 3px 0 var(--ink) !important;
        color: var(--ink) !important;
        cursor: pointer;
        line-height: 1;
        transition:
          border-color 140ms ease,
          box-shadow 140ms ease,
          transform 120ms ease;
      }

      #dashboardContent .promote-page .promote-copy-btn--icon:hover,
      #dashboardContent .promote-page .promote-copy-btn--icon:focus-visible {
        border-color: var(--logo-mint) !important;
        background-color: #ffffff !important;
        box-shadow: 2px 2px 0 var(--logo-mint) !important;
        color: var(--ink) !important;
        transform: translate(1px, 1px);
      }

      #dashboardContent .promote-page .promote-copy-btn--icon:focus-visible {
        outline: none;
      }

      #dashboardContent .promote-page .promote-copy-btn--icon[data-copied="1"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23101010' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") !important;
      }

      #dashboardContent .promote-page .promote-copy-btn--icon:active {
        box-shadow: 2px 2px 0 var(--logo-mint) !important;
        transform: translate(1px, 1px);
      }

      #dashboardContent .promote-page .promote-copy-btn--icon > i,
      #dashboardContent .promote-page .promote-copy-btn--icon > svg {
        display: none !important;
      }

      #dashboardContent .promote-page .promote-copy-btn--icon i {
        margin: 0;
        font-size: 14px;
        line-height: 1;
      }

      #dashboardContent .promote-page .promote-run-ads-btn,
      #dashboardContent .promote-page .promote-splash-page-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        height: var(--promote-action-height) !important;
        min-height: var(--promote-action-height) !important;
        padding: 0 1.4rem !important;
        border: var(--border) solid var(--ink) !important;
        border-radius: 999px;
        background-color: var(--logo-mint) !important;
        background-image: url('/static/withfriends/images/brand/pool-water-mint-bg.svg') !important;
        background-repeat: repeat !important;
        background-position: 0 0;
        background-size: 180px 180px !important;
        box-shadow: 3px 3px 0 var(--ink) !important;
        color: var(--ink) !important;
        cursor: pointer;
        font-size: 1rem !important;
        font-weight: 800 !important;
        line-height: 1 !important;
        transition:
          border-color 120ms ease,
          box-shadow 120ms ease,
          transform 120ms ease;
        animation: wf-pool-wave 7.5s linear infinite;
        animation-play-state: paused;
        white-space: nowrap;
        text-decoration: none;
      }

      #dashboardContent .promote-page .promote-run-ads-btn:hover,
      #dashboardContent .promote-page .promote-run-ads-btn:focus-visible,
      #dashboardContent .promote-page .promote-splash-page-btn:hover,
      #dashboardContent .promote-page .promote-splash-page-btn:focus-visible {
        border-color: var(--logo-mint) !important;
        box-shadow: 2px 2px 0 var(--logo-mint) !important;
        transform: translate(1px, 1px);
        animation-play-state: running;
      }

      #dashboardContent .promote-page .promote-run-ads-btn:focus-visible,
      #dashboardContent .promote-page .promote-splash-page-btn:focus-visible {
        outline: none;
      }

      #dashboardContent .promote-page .promote-run-ads-btn:active,
      #dashboardContent .promote-page .promote-splash-page-btn:active {
        box-shadow: 2px 2px 0 var(--logo-mint) !important;
        transform: translate(1px, 1px);
      }

      #dashboardContent .promote-page .promote-run-ads-btn[disabled] {
        cursor: progress;
        opacity: 0.72;
      }

      .promote-desc {
        margin: 0 0 0 34px;
        max-width: 72ch;
      }

      .promote-desc {
        color: color-mix(in srgb, var(--ink) 72%, white);
        font-size: 14px;
        line-height: 1.45;
        font-weight: 700;
      }

      .promote-step-copy .promote-desc {
        display: block;
        margin: 0;
      }

      .promote-desc a {
        color: var(--ink) !important;
        font-weight: 950;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
      }

      .promote-page .wf-secondary-btn,
      .promote-page .wf-accent-btn {
        text-decoration: none !important;
      }

      .promote-page .copy-btn[data-copied="1"] {
        opacity: 0.9;
      }

      .copy-btn {
        gap: 8px;
      }

      .promote-add-step {
        margin-top: 18px;
        padding-top: 18px;
        border-top: 2px dashed rgba(16, 16, 16, 0.14);
      }

      .promote-add-step .grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
        align-items: center;
      }

      .listing-panel {
        margin: 8px 0 0 34px;
        padding: 16px 0 0 16px;
        border-left: 3px solid rgba(16, 16, 16, 0.12);
      }

      .listing-disclosure {
        margin: 8px 0 0 34px;
        border: 3px solid var(--ink);
        border-radius: 22px;
        background: color-mix(in srgb, var(--ice) 72%, white);
        box-shadow: 5px 5px 0 var(--ink);
        overflow: hidden;
      }

      .listing-disclosure summary {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 16px 18px;
        cursor: pointer;
      }

      .listing-disclosure summary > .listing-summary-content {
        flex: 1 1 auto;
      }

      .listing-summary-toggle {
        margin: 0;
      }

      .listing-summary-toggle label {
        display: inline-flex;
        align-items: flex-start;
        gap: 10px;
        margin: 0 !important;
        cursor: pointer;
      }

      .listing-summary-text {
        display: grid;
        gap: 6px;
      }

      .listing-disclosure summary::-webkit-details-marker {
        display: none;
      }

      .listing-disclosure summary strong {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 950;
        color: var(--ink);
      }

      .listing-disclosure summary span {
        color: color-mix(in srgb, var(--ink) 70%, white);
        font-size: 14px;
        line-height: 1.4;
        font-weight: 700;
      }

      .promote-subsection-actions {
        margin: 12px 0 0 34px;
      }

      .promote-subsection-actions form {
        margin: 0;
      }

      .listing-disclosure-caret {
        width: 18px;
        height: 18px;
        flex: 0 0 auto;
        border-right: 3px solid var(--ink);
        border-bottom: 3px solid var(--ink);
        transform: rotate(45deg) translateY(-2px);
        transition: transform 160ms ease;
        margin-right: 4px;
      }

      .listing-disclosure[open] .listing-disclosure-caret {
        transform: rotate(-135deg) translateY(-2px);
      }

      .listing-disclosure-body {
        padding: 0 18px 18px;
        border-top: 2px solid rgba(16, 16, 16, 0.08);
      }

      .listing-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 10px;
      }

      .listing-header strong {
        font-size: 15px;
        font-weight: 900;
        color: var(--ink);
      }

      .listing-title-row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        line-height: 1.2;
        min-width: 0;
        max-width: 100%;
      }

      .listing-title-meta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
        max-width: 100%;
        white-space: nowrap;
      }

      .listing-toggle-row {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
      }

      .listing-toggle-row .listing-toggle-label {
        margin: 0 !important;
      }

      .listing-title-link {
        width: auto;
        gap: 8px;
        min-width: 0;
        max-width: 100%;
        overflow: hidden;
        text-decoration: none !important;
      }

      .listing-title-link i {
        flex: 0 0 auto;
      }

      .listing-title-text,
      .listing-title-plain {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .listing-title-text {
        display: block;
      }

      .listing-title-plain {
        display: inline-block;
        max-width: 100%;
        font-weight: 600;
        color: var(--ink);
      }

      .copy-btn i {
        margin-right: 0;
      }

      .listing-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0;
      }

      .listing-item {
        padding: 12px 0;
        border-top: 2px solid rgba(16, 16, 16, 0.08);
        list-style: none;
      }

      .listing-item::marker {
        content: "";
      }

      .listing-item:first-child {
        border-top: 0;
        padding-top: 6px;
      }

      .promote-archive-disclosure {
        margin-top: 14px;
        border-top: 2px solid rgba(16, 16, 16, 0.08);
        padding-top: 12px;
      }

      .promote-archive-disclosure summary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        list-style: none;
        padding: 0;
        cursor: pointer;
        font-weight: 900;
        color: var(--ink);
      }

      .promote-archive-disclosure summary::-webkit-details-marker {
        display: none;
      }

      .promote-archive-disclosure summary small {
        color: color-mix(in srgb, var(--ink) 60%, white);
        font-weight: 800;
      }

      .promote-archive-disclosure summary span {
        color: var(--ink);
        font-size: 15px;
        line-height: 1.2;
        font-weight: 900;
      }

      .promote-archive-disclosure summary::before {
        content: "";
        width: 10px;
        height: 10px;
        border-right: 2px solid var(--ink);
        border-bottom: 2px solid var(--ink);
        transform: rotate(-45deg);
        transition: transform 160ms ease;
      }

      .promote-archive-disclosure[open] summary::before {
        transform: rotate(45deg) translateY(-2px);
      }

      .promote-list--archived,
      .listing-list--archived {
        margin-top: 8px;
      }

      @media (max-width: 767px) {
        .promote-event-card {
          padding: 20px 18px 22px;
        }

        .promote-event-title {
          font-size: 28px;
        }

        .promote-active-card,
        .promote-steps-card {
          padding: 18px 16px;
        }

        .promote-main {
          min-width: 0;
          flex-basis: 100%;
        }

        .promote-main strong {
          font-size: 18px;
        }

        .promote-row {
          display: grid;
          grid-template-columns: minmax(0, 1fr) auto;
          align-items: start;
          gap: 10px 12px;
          flex-wrap: initial;
        }

        .promote-main {
          grid-column: 1;
          grid-row: 1;
        }

        .promote-actions {
          display: contents;
        }

        .promote-actions.promote-actions--icon-plus .promote-share-pair {
          grid-column: 1 / -1;
          grid-row: 2;
          display: flex;
          align-items: flex-end;
          justify-content: flex-start;
          width: 100%;
          gap: 8px;
          min-width: 0;
        }

        .promote-actions.promote-actions--instagram-ad .promote-share-pair {
          display: grid;
          grid-template-columns: 38px minmax(0, 1fr);
          align-items: stretch;
        }

        .promote-actions .copy-btn {
          grid-column: 1 / -1;
          grid-row: 2;
          width: 100%;
          justify-content: center;
          min-width: 0;
        }

        #dashboardContent .promote-page .promote-actions.promote-actions--icon-plus .promote-share-pair .copy-btn {
          flex: 0 0 38px;
          width: 38px !important;
          min-width: 38px !important;
          height: 38px !important;
          min-height: 38px !important;
          padding: 0 !important;
          margin: 0 !important;
          align-self: flex-end;
        }

        #dashboardContent .promote-page .promote-actions.promote-actions--instagram-ad .promote-share-pair .promote-copy-btn--icon {
          grid-column: 1;
          grid-row: 1;
        }

        .promote-actions.promote-actions--icon-plus .promote-share-pair .promote-splash-page-btn,
        .promote-actions.promote-actions--icon-plus .promote-share-pair .js-run-instagram-ads {
          flex: 1 1 0;
          min-width: 0;
        }

        .promote-actions.promote-actions--instagram-ad .promote-share-pair .js-run-instagram-ads {
          grid-column: 2;
          grid-row: 1;
          display: flex;
          width: 100%;
          min-width: 0;
        }

        #dashboardContent .promote-page .promote-actions.promote-actions--icon-plus .promote-share-pair .promote-run-ads-btn,
        #dashboardContent .promote-page .promote-actions.promote-actions--icon-plus .promote-share-pair .promote-splash-page-btn {
          width: 100%;
          height: 38px;
          min-height: 38px !important;
          padding: 0 12px !important;
          font-size: 1rem !important;
          margin: 0 !important;
          align-self: flex-end;
        }

        .promote-actions > form {
          grid-column: 2;
          grid-row: 1;
          justify-self: end;
          align-self: start;
        }

        .promote-step-management {
          grid-column: 1 / -1;
          grid-row: 3;
          display: flex;
          width: 100%;
          align-items: stretch;
          gap: 8px;
        }

        .promote-step-management .js-set-step-default {
          display: flex;
          flex: 1 1 auto;
          min-width: 0;
        }

        #dashboardContent .promote-page .promote-step-management .promote-default-btn {
          width: 100%;
          min-width: 0;
          min-height: 34px;
          justify-content: center;
        }

        .promote-item--instagram-ad .promote-main {
          padding-left: 42px;
        }

        .promote-actions .promote-delete-btn {
          width: 34px;
          min-width: 34px;
          height: 34px;
          min-height: 34px;
        }

        .promote-actions.promote-actions--icon-plus .promote-delete-btn {
          width: 38px;
          min-width: 38px;
          height: 38px;
          min-height: 38px;
        }

        .promote-item--instagram-ad .promote-actions.promote-actions--icon-plus .promote-delete-btn {
          width: 34px;
          min-width: 34px;
          height: 34px;
          min-height: 34px;
        }

        .promote-desc,
        .listing-panel,
        .listing-disclosure,
        .promote-subsection-actions {
          margin-left: 0;
        }

        .listing-panel {
          padding-left: 0;
          border-left: 0;
        }

        .listing-disclosure summary {
          padding: 14px 16px;
          align-items: flex-start;
        }

        .listing-disclosure-body {
          padding: 0 16px 16px;
        }

        .promote-add-step .grid {
          grid-template-columns: 1fr;
        }

        .promote-performance-chart .dashboard-analytics-toolbar,
        .promote-performance-chart .dashboard-analytics-date-range {
          align-items: stretch;
          flex-direction: column;
          width: 100%;
        }

        .promote-performance-chart .dashboard-analytics-date-range--inline input[type="date"] {
          width: 100%;
        }

        .promote-performance-chart .dashboard-analytics-date-range-separator {
          align-self: center;
        }

        .promote-performance-chart .analytics-prebuilt-growth-canvas {
          height: 320px !important;
        }
      }
