.review-policy-form > button,
.sync-settings-form > button {
  margin-left: auto;
}

.st-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}

.st-status.applied,
.st-status.partially_applied,
.st-status.success,
.st-status.completed,
.st-status.removed,
.st-status.auto_removed,
.st-status.kept {
  color: #166534;
  background: #dcfce7;
  border-color: #bbf7d0;
}

.st-status.ready_for_review,
.st-status.pending,
.st-status.queued,
.st-status.running,
.st-status.in_progress {
  color: #854d0e;
  background: #fef9c3;
  border-color: #fde68a;
}

.st-status.reviewing {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.st-status.rejected,
.st-status.externally_modified,
.st-status.cancelled,
.st-status.skipped {
  color: #4b5563;
  background: #f3f4f6;
  border-color: #e5e7eb;
}

.st-status.failed,
.st-status.error {
  color: #991b1b;
  background: #fee2e2;
  border-color: #fecaca;
}

.sync-date {
  white-space: nowrap;
}

/* shared-tooltips-statuses-and-sync:end */

/* Stable tooltip information icon */
button.st-help,
button.st-help:hover,
button.st-help:focus,
button.st-help:focus-visible,
button.st-help:active {
  appearance: none !important;
  -webkit-appearance: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  position: static !important;
  top: auto !important;
  bottom: auto !important;

  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;

  margin: 0 0 0 4px !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;

  color: #64748b;
  font-family: Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 14px !important;

  text-decoration: none !important;
  text-indent: 0 !important;

  vertical-align: middle !important;
  transform: none !important;
  transition: color 120ms ease !important;

  cursor: help;
  user-select: none;
}

button.st-help:hover,
button.st-help:focus,
button.st-help:focus-visible,
button.st-help:active {
  color: #0f172a;
  text-decoration: none !important;
  transform: none !important;
  outline: none !important;
}

/* intent-management:start */
.inline-intents{display:grid;gap:7px;margin-top:8px;padding:10px;border:1px solid var(--border,#dfe3e8);border-radius:10px;background:var(--surface,#fff)}

.intent-panel-heading{display:flex;align-items:center;gap:3px;min-height:16px}

.intent-panel-heading strong{font-size:12px;line-height:1.2}

.intent-panel-heading .st-help{margin-left:2px!important}

.intent-chips{display:flex;gap:5px;flex-wrap:wrap;align-items:center}

.intent-chip{min-height:24px;border:1px solid #cfd6dd;border-radius:999px;padding:3px 7px;background:#fff;font-size:11px;line-height:1.2;cursor:pointer}

.intent-chip.is-active{border-color:#86c89c;background:#eef9f1;color:#176b35;font-weight:600}

.intent-chip.is-inactive{border-color:#d4d8df;background:#f1f3f5;color:#667085}

.intent-chip:disabled{cursor:wait;opacity:.45}

.intent-empty{color:var(--muted,#667085);font-size:11px}

.group-analyzed-count{color:var(--muted,#667085)}

.group-apply-button:disabled:not(.is-adding),.group-reject-button:disabled,.group-ignore-button:disabled{cursor:not-allowed;opacity:.5}

.term-intents{display:flex;flex-wrap:wrap;gap:5px}

.term-intent{display:inline-flex;border:1px solid #d5dbe3;border-radius:999px;background:#f7f8fa;padding:4px 8px;font-size:12px;font-weight:600;white-space:nowrap}

.term-intent.is-unclassified{color:var(--muted,#667085);font-weight:500}

/* intent-management:end */

/* analysis-review-redesign:start */
.analysis-review-redesign .result-group{
  overflow:hidden;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(15,23,42,.08);
}

.analysis-review-redesign .review-group-head{
  position:relative;
  display:flex!important;
  min-height:142px;
  align-items:center!important;
  gap:24px;
  padding:26px 72px 26px 28px!important;
  background:linear-gradient(145deg,#fff 0%,#f8fbff 100%);
  border-bottom:1px solid transparent;
}

.analysis-review-redesign .result-group[open]>.review-group-head{border-bottom-color:#e2e8f0}

.campaign-overview{display:grid;grid-template-columns:minmax(300px,1fr) auto;align-items:center;gap:32px;width:100%}

.review-eyebrow{display:block;margin-bottom:4px;color:#64748b;font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}

.campaign-title-line{display:flex;align-items:center;gap:10px;min-width:0}

.campaign-title-line h2{min-width:0;margin:0;color:#172033;font-size:22px;letter-spacing:-.02em;overflow-wrap:anywhere}

.campaign-type{margin:5px 0 0!important;color:#64748b!important;font-size:14px}

.campaign-type>span:not(.dynamic-ad-group-badge)::before{content:"•";margin:0 8px;color:#cbd5e1}

.pmax-asset-group-meta{cursor:help;text-decoration:underline dotted;text-underline-offset:3px}

.pmax-asset-group-meta:focus-visible{border-radius:3px;outline:2px solid #818cf8;outline-offset:2px}

.review-status-badge{padding:5px 9px;border:1px solid #fed7aa;background:#fff7ed;color:#a16207;font-size:11px;letter-spacing:.05em;white-space:nowrap}

.review-summary-stats{display:grid;grid-template-columns:repeat(3,minmax(118px,1fr));gap:10px}

.review-summary-stat{min-width:124px;padding:13px 15px;border:1px solid #e2e8f0;border-radius:12px;background:rgba(255,255,255,.84)}

.review-summary-stat>span{display:block;color:#64748b;font-size:11px;font-weight:650}

.review-summary-stat>strong{display:block;margin-top:3px;color:#172033;font-size:21px;line-height:1.15}

.review-savings-stat{border-color:#bbf7d0;background:#ecfdf3}

.review-savings-stat>strong{color:#15803d}

.analysis-review-redesign .group-chevron{position:absolute;right:28px;top:50%;display:grid;width:34px;height:34px;place-items:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#64748b;font-size:20px;transform:translateY(-50%);transition:transform .18s ease}

.analysis-review-redesign .result-group[open] .group-chevron{transform:translateY(-50%) rotate(180deg)}

.result-group-body{padding:0 28px 28px}

.campaign-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:20px;padding:16px 0 0;border-top:1px solid #e2e8f0}

.review-button{min-height:38px;padding:8px 14px;border:1px solid transparent;border-radius:9px;cursor:pointer;font-size:13px;font-weight:700;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}

.review-button-primary{border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:0 4px 10px rgba(37,99,235,.22)}

.review-button-primary:hover:not(:disabled){border-color:#1d4ed8;background:#1d4ed8}

.review-button-secondary{border-color:#cbd5e1;background:#fff;color:#334155}

.review-button-secondary:hover:not(:disabled),.review-button-quiet:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}

.review-button:disabled{cursor:not-allowed;opacity:.5}

.analysis-review-redesign .intent-section{display:block;margin:0;padding:24px 0 26px;border:0;border-bottom:1px solid #e2e8f0;border-radius:0;background:transparent}

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

.intent-title-line{display:flex;align-items:center;gap:3px}

.intent-title-line h3,.results-toolbar h3{margin:0;color:#172033;font-size:18px;letter-spacing:-.02em}

.intent-list-panel{margin-top:15px;padding:14px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}

.analysis-review-redesign .intent-chips{gap:6px}

.analysis-review-redesign .intent-chip{min-height:26px;padding:4px 8px;font-size:11px;font-weight:700;transition:transform .12s ease,box-shadow .12s ease}

.analysis-review-redesign .intent-chip:hover:not(:disabled){transform:translateY(-1px)}

.analysis-review-redesign .intent-chip.is-active{border-color:#cbd5e1;background:#fff;color:#475569}

.analysis-review-redesign .intent-chip.is-inactive{border-color:#fda4af;background:#fff1f2;color:#b42318}

.analysis-review-redesign .term-intent.is-excluded{border-color:#fecaca;background:#fff1f2;color:#b42318}

.intent-asset-risk-badge{display:inline-grid;width:15px;height:15px;margin-left:5px;place-items:center;border:1px solid #f59e0b;border-radius:50%;background:#fffbeb;color:#b45309;font-size:9px;font-weight:800;line-height:1;cursor:help;vertical-align:middle}

.intent-chip.is-inactive .intent-asset-risk-badge{border-color:#f59e0b;background:#fff7ed;color:#b45309}

.analysis-note{margin:12px 0 0;color:#64748b;font-size:12px}

.analysis-note.is-pending{font-style:italic;opacity:.72}

.results-section{padding-top:24px}

.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}

.results-toolbar p{margin:5px 0 0;color:#64748b;font-size:14px}

.table-controls{display:flex;align-items:center;gap:12px}

.search-control{display:block;font-weight:400}

.search-control .term-search{width:260px;height:38px;padding:0 12px 0 36px;border:1px solid #cbd5e1;border-radius:9px;outline:0;color:#172033;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2364748b' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") no-repeat 12px center;font:inherit}

.search-control .term-search:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #eff6ff}

.switch-control{display:inline-flex;grid-auto-flow:unset;align-items:center;gap:7px;color:#475569;font-size:12px;font-weight:650;white-space:nowrap}

.switch-control input{width:15px;height:15px;margin:0;accent-color:#2563eb}

.analysis-review-redesign .review-table-wrap{overflow:auto;border:1px solid #e2e8f0!important;border-radius:13px!important;background:#fff}

.analysis-review-redesign .review-result-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;table-layout:fixed}

.analysis-review-redesign .review-result-table th,.analysis-review-redesign .review-result-table td{padding:14px 15px;border-bottom:1px solid #e2e8f0;vertical-align:middle;text-align:left}

.analysis-review-redesign .review-result-table th{position:sticky;top:0;z-index:2;height:auto;color:#475569;background:#f8fafc;font-size:11px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}

.review-result-table th:nth-child(1){width:18%}

.review-result-table th:nth-child(2){width:16%}

.review-result-table th:nth-child(3){width:23%}

.review-result-table th:nth-child(4){width:21%}

.review-result-table th:nth-child(5){width:12%}

.review-result-table th:nth-child(6){width:10%}

.analysis-review-redesign .review-result-table tbody tr:last-child td{border-bottom:0}

.analysis-review-redesign .review-result-table tbody tr:hover td{background:#f8fbff}

.analysis-review-redesign .review-result-table tbody tr.has-conversion td{background:#f6fff9}

.analysis-review-redesign .review-result-table tbody tr.has-conversion:hover td{background:#eefcf3}

.analysis-review-redesign .review-result-table tbody tr.zero-spend:not(.is-ignored){opacity:.72}

.analysis-review-redesign .review-result-table td:first-child strong{display:block;color:#0f172a;font-size:14px;line-height:1.35}

.analysis-review-redesign .term-intent{max-width:100%;padding:5px 8px;border:0;border-radius:7px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:700;line-height:1.35;white-space:normal;overflow-wrap:anywhere}

.analysis-review-redesign .review-result-table td:nth-child(3){color:#64748b;font-size:12px}

.analysis-review-redesign .review-result-table td:nth-child(4){display:table-cell}

.performance-metrics{display:flex;align-items:stretch;gap:6px;min-width:0}

.analysis-review-redesign .metric{display:flex;min-width:58px;flex-direction:column;gap:2px;padding:6px 8px;border-radius:8px;background:#f8fafc;line-height:1.25;white-space:nowrap}

.analysis-review-redesign .metric small{color:#64748b;font-size:9px;font-weight:650;text-transform:uppercase}

.analysis-review-redesign .metric strong{color:#334155;font-size:12px}

.analysis-review-redesign .has-conversion .metric:last-child{background:#ecfdf3}

.analysis-review-redesign .has-conversion .metric:last-child strong{color:#15803d}

.analysis-review-redesign .match-toggle{padding:3px;border-color:#e2e8f0;border-radius:9px;background:#f1f5f9}

.analysis-review-redesign .match-option{padding:5px 8px;border-radius:6px;font-size:11px}

.analysis-review-redesign .review-decision-status{display:flex;width:max-content;margin-bottom:7px;font-size:10px}

.review-button-quiet{min-height:32px;padding:6px 10px;border-color:#e2e8f0;background:#fff;color:#475569;font-size:11px}

.analysis-review-redesign .lazy-results-controls{min-height:48px;justify-content:center;padding:10px 16px;background:#f8fafc;font-size:12px}

.analysis-review-redesign .lazy-load-more{margin-left:12px}

.reviewed-results{margin-top:14px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc;overflow:hidden}

.reviewed-results[hidden]{display:none}

.reviewed-results>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;cursor:pointer;list-style:none;color:#334155}

.reviewed-results>summary::-webkit-details-marker{display:none}

.reviewed-results>summary>span:first-child{display:grid;gap:2px}

.reviewed-results>summary strong{font-size:13px}

.reviewed-results>summary small{color:#64748b;font-size:11px}

.reviewed-results-count{display:grid;min-width:27px;height:27px;place-items:center;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#475569;font-size:11px;font-weight:800}

.reviewed-results-table-wrap{border-width:1px 0 0!important;border-radius:0!important}

.reviewed-results:not([open]) .reviewed-results-table-wrap{display:none}

.review-queue-complete-message{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0;padding:15px 18px;border:1px solid #bbf7d0;border-radius:13px;background:#f0fdf4;color:#166534}

.review-queue-complete-message[hidden]{display:none}

.review-queue-complete-message strong{font-size:13px}

.review-queue-complete-message span{color:#4b7a5d;font-size:12px}

.completed-groups-panel{margin-top:16px;border:1px solid #dbe4ef;border-radius:15px;background:#f8fafc;overflow:hidden}

.completed-groups-panel[hidden]{display:none}

.completed-groups-panel>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;list-style:none;cursor:pointer;color:#334155}

.completed-groups-panel>summary::-webkit-details-marker{display:none}

.completed-groups-panel>summary>span:first-child{display:grid;gap:2px}

.completed-groups-panel>summary strong{font-size:14px}

.completed-groups-panel>summary small{color:#64748b;font-size:11px}

.completed-groups-summary-meta{display:flex;align-items:center;gap:10px}

.completed-groups-count{display:grid;min-width:28px;height:28px;padding:0 7px;place-items:center;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#475569;font-size:11px;font-weight:800}

.completed-groups-chevron{color:#64748b;font-size:20px;transition:transform .18s ease}

.completed-groups-panel[open] .completed-groups-chevron{transform:rotate(180deg)}

.completed-groups-list{display:grid;gap:12px;padding:4px 14px 14px;border-top:1px solid #dbe4ef}

.completed-groups-list .result-group{margin:12px 0 0;box-shadow:0 4px 14px rgba(15,23,42,.05)}

.completed-groups-list .completed-group .campaign-actions .group-apply-button,.completed-groups-list .completed-group .campaign-actions .group-ignore-button,.completed-groups-list .completed-group .campaign-actions .group-reject-button{display:none!important}

.sr-only{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}

@media(max-width:1050px){
  .campaign-overview{grid-template-columns:1fr;gap:18px}
  .review-summary-stats{justify-content:start}
  .analysis-review-redesign .review-group-head{min-height:0}
  .results-toolbar{align-items:flex-start;flex-direction:column}
  .table-controls{width:100%}
  .search-control{flex:1}
  .search-control .term-search{width:100%}
}

@media(max-width:720px){
  .analysis-review-redesign .review-group-head{padding:20px 58px 20px 18px!important}
  .result-group-body{padding:0 18px 20px}
  .review-summary-stats{grid-template-columns:1fr}
  .campaign-actions{align-items:stretch;flex-direction:column}
  .campaign-actions .review-button{width:100%}
  .table-controls{align-items:flex-start;flex-direction:column}
  .search-control{width:100%}
  .review-queue-complete-message{align-items:flex-start;flex-direction:column;gap:4px}
}

/* analysis-review-redesign:end */

/* negative-history-redesign:start */
.negative-history-page{width:min(1540px,100%);margin:0 auto;padding:8px 0 34px}

.negative-history-back{display:inline-flex;margin-bottom:18px;color:#2563eb;font-size:13px;font-weight:750;text-decoration:none}

.negative-history-back:hover{text-decoration:underline}

.negative-history-card{overflow:hidden;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.08)}

.negative-history-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;padding:28px 30px;border-bottom:1px solid #e2e8f0;background:linear-gradient(145deg,#fff 0%,#f8fbff 100%)}

.negative-history-eyebrow{display:block;margin-bottom:5px;color:#64748b;font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}

.negative-history-hero h1{max-width:780px;margin:0;color:#172033;font-size:27px;line-height:1.2;letter-spacing:-.03em;overflow-wrap:anywhere}

.negative-history-hero p{margin:8px 0 0;color:#64748b;font-size:14px}

.negative-history-stats{display:grid;grid-template-columns:repeat(4,minmax(112px,1fr));gap:10px}

.negative-history-stat{min-width:120px;padding:13px 15px;border:1px solid #e2e8f0;border-radius:12px;background:rgba(255,255,255,.84)}

.negative-history-stat>span{display:block;color:#64748b;font-size:11px;font-weight:650}

.negative-history-stat>strong{display:block;margin-top:3px;color:#172033;font-size:21px;line-height:1.15}

.negative-history-stat.is-ai{border-color:#bfdbfe;background:#eff6ff}

.negative-history-stat.is-ai>strong{color:#1d4ed8}

.negative-history-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(150px,auto)) auto;gap:10px;align-items:center;padding:18px 20px;border-bottom:1px solid #e2e8f0;background:#fff}

.negative-history-toolbar label{display:block;font-weight:400}

.negative-history-toolbar input,.negative-history-toolbar select{width:100%;height:40px;border:1px solid #cbd5e1;border-radius:9px;outline:0;color:#172033;background-color:#fff;font:inherit}

.negative-history-toolbar input{padding:0 13px 0 39px}

.negative-history-toolbar select{padding:0 34px 0 12px}

.negative-history-toolbar input:focus,.negative-history-toolbar select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.1)}

.negative-history-search{position:relative}

.negative-history-search::before{position:absolute;z-index:1;left:13px;top:50%;width:17px;height:17px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none' stroke='%2364748b' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") center/contain no-repeat;content:"";transform:translateY(-50%);pointer-events:none}

.negative-history-count{justify-self:end;color:#64748b;font-size:13px;white-space:nowrap}

.negative-history-count strong{color:#172033}

.negative-history-table-wrap{max-height:970px;overflow:auto}

.negative-history-table{width:100%;min-width:1260px;border-collapse:separate;border-spacing:0}

.negative-history-table th{position:sticky;z-index:3;top:0;padding:13px 15px;border-bottom:1px solid #e2e8f0;color:#475569;background:#f8fafc;font-size:11px;font-weight:800;letter-spacing:.055em;text-align:left;text-transform:uppercase;white-space:nowrap}

.negative-history-table td{padding:15px;border-bottom:1px solid #edf1f5;vertical-align:top;color:#334155;font-size:13px}

.negative-history-table tbody tr:last-child td{border-bottom:0}

.negative-history-table tbody tr:hover td{background:#fafcff}

.negative-history-table tbody tr.is-ai td{background:rgba(239,246,255,.36)}

.negative-history-table tbody tr.is-ai:hover td{background:rgba(239,246,255,.72)}

.negative-keyword-cell{width:225px}

.negative-keyword-cell>strong{display:block;color:#0f172a;font-size:14px}

.negative-keyword-meta{display:flex;align-items:center;gap:8px;margin-top:6px;color:#64748b;font-size:11px}

.negative-match-chip{display:inline-flex;padding:3px 7px;border:1px solid #e2e8f0;border-radius:6px;color:#475569;background:#f8fafc;font-weight:750;letter-spacing:.03em}

.negative-group-name{display:block;max-width:190px;color:#334155;overflow-wrap:anywhere}

.negative-cell-subtle{margin-top:4px;color:#64748b;font-size:11px;overflow-wrap:anywhere}

.negative-source-badge,.negative-status-badge{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:11px;font-weight:750}

.negative-source-badge{padding:5px 8px;border:1px solid #e2e8f0;border-radius:7px;background:#fff}

.negative-source-badge>span,.negative-status-badge>span{width:7px;height:7px;border-radius:50%}

.negative-source-badge.is-ai{border-color:#bfdbfe;color:#1d4ed8;background:#eff6ff}

.negative-source-badge.is-ai>span{background:#2563eb}

.negative-source-badge.is-sync{color:#475569}

.negative-source-badge.is-sync>span{background:#94a3b8}

.negative-reason-cell{width:350px;min-width:290px}

.negative-reason-box{color:#334155;line-height:1.48}

.negative-confidence{display:inline-flex;margin-top:7px;padding:3px 7px;border-radius:999px;color:#1d4ed8;background:#eff6ff;font-size:10px;font-weight:750}

.negative-empty-value{color:#94a3b8;font-style:italic}

.negative-status-badge{padding:5px 8px;border:1px solid #bbf7d0;border-radius:999px;color:#15803d;background:#ecfdf3}

.negative-status-badge>span{background:#22c55e}

.negative-status-badge.is-removed{border-color:#e2e8f0;color:#64748b;background:#f8fafc}

.negative-status-badge.is-removed>span{background:#94a3b8}

.negative-status-badge.is-paused{border-color:#fde68a;color:#a16207;background:#fffbeb}

.negative-status-badge.is-paused>span{background:#f59e0b}

.negative-date-cell{min-width:122px;color:#64748b}

.negative-date-cell strong{display:block;color:#475569;font-size:12px}

.negative-date-cell>span{display:block;margin-top:3px;font-size:11px}

.negative-history-empty{padding:50px 20px;color:#64748b;text-align:center}

.negative-history-empty[hidden]{display:none}

@media(max-width:1180px){.negative-history-hero{grid-template-columns:1fr}.negative-history-stats{grid-template-columns:repeat(4,1fr)}.negative-history-toolbar{grid-template-columns:1fr 1fr}.negative-history-count{justify-self:start}}

@media(max-width:720px){.negative-history-page{width:100%;padding:0 0 32px}.negative-history-card{border-radius:14px}.negative-history-hero{padding:22px 18px}.negative-history-hero h1{font-size:23px}.negative-history-stats{grid-template-columns:1fr 1fr}.negative-history-toolbar{grid-template-columns:1fr;padding:14px}}

/* negative-history-redesign:end */

/* shared-page-and-billing-usage:start */
.page-usage-summary[hidden],.ads-v3-billing-usage[hidden]{display:none!important}

.page-usage-summary{display:flex;align-items:stretch;justify-content:space-between;gap:18px;width:100%;margin:0 0 18px;padding:12px 14px;border:1px solid #dbe4ef;border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 4px 18px rgba(15,23,42,.035)}

.page-usage-summary.is-loading{min-height:82px;background:linear-gradient(100deg,#f8fafc 20%,#fff 42%,#f8fafc 64%);background-size:220% 100%;animation:page-data-shimmer 1.25s linear infinite}

.page-usage-heading{display:flex;align-items:center;gap:10px;min-width:220px}

.page-usage-heading>div{display:grid;gap:1px}

.page-usage-heading strong{color:#172033;font-size:13px}

.page-usage-kicker{color:#64748b;font-size:10px;font-weight:800;letter-spacing:.065em;text-transform:uppercase}

.page-usage-heading time{color:#94a3b8;font-size:10px;white-space:nowrap}

.page-usage-status{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;color:#64748b;background:#f1f5f9;font-size:9px;font-weight:850;letter-spacing:.045em}

.page-usage-status.is-running{color:#4338ca;background:#eef2ff}

.page-usage-status.is-running::before{width:6px;height:6px;margin-right:5px;border-radius:50%;background:#6366f1;content:"";animation:usage-pulse 1.4s ease-in-out infinite}

.page-usage-metrics{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:8px;flex:1;max-width:690px}

.page-usage-metrics>div{display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:baseline;padding:7px 10px;border-radius:10px;background:#f8fafc}

.page-usage-metrics span{color:#64748b;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}

.page-usage-metrics strong{justify-self:end;color:#172033;font-size:13px}

.page-usage-metrics small{grid-column:1/-1;color:#94a3b8;font-size:9px;text-align:right}

.ads-v3-utilities>a.ads-v3-billing-usage{display:grid;min-width:205px;padding:9px 10px;border:1px solid #dbe4ef;border-radius:10px;color:#334155;background:#fff;text-decoration:none}

.ads-v3-utilities>a.ads-v3-billing-usage.is-loading{visibility:hidden}
