:root {
    --sa-ink: #071316;
    --sa-ink-soft: #23312c;
    --sa-muted: #6b7772;
    --sa-line: #dce5df;
    --sa-paper: #f7faf6;
    --sa-white: #ffffff;
    --sa-green: #18a558;
    --sa-lime: #d8ff66;
    --sa-blue: #2b6fff;
    --sa-radius: 8px;
}

.salealert-logo {
    display: inline-flex;
    width: min(330px, 76vw);
    max-width: 100%;
}

.salealert-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.salealert-logo--compact {
    width: 190px;
}

.salealert-shell {
    width: min(1160px, calc(100% - 32px));
    margin: 0 auto;
}

.salealert-home {
    color: var(--sa-ink);
    background: var(--sa-paper);
}

.salealert-hero {
    min-height: 78vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(24, 165, 88, 0.16), rgba(43, 111, 255, 0.10)),
        var(--sa-paper);
    border-bottom: 1px solid var(--sa-line);
}

.salealert-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
    gap: 44px;
    align-items: center;
    padding: 56px 0;
}

.salealert-kicker {
    margin: 24px 0 10px;
    color: var(--sa-green);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.salealert-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--sa-ink);
    font-size: clamp(44px, 6vw, 82px);
    line-height: 0.96;
    letter-spacing: 0;
}

.salealert-hero__intro {
    max-width: 640px;
    margin: 22px 0 0;
    color: var(--sa-ink-soft);
    font-size: 19px;
    line-height: 1.55;
}

.salealert-hero__actions,
.salealert-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 26px;
}

.salealert-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid var(--sa-green);
    border-radius: 8px;
    background: var(--sa-green);
    color: var(--sa-white) !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(24, 165, 88, 0.22);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.salealert-button:hover {
    background: #128447;
    border-color: #128447;
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(24, 165, 88, 0.28);
}

.salealert-button:active {
    transform: translateY(0);
    box-shadow: 0 7px 16px rgba(24, 165, 88, 0.2);
}

.salealert-button:focus-visible {
    outline: 3px solid rgba(24, 165, 88, 0.25);
    outline-offset: 3px;
}

.salealert-link {
    color: var(--sa-ink) !important;
    font-weight: 800;
    text-decoration: none !important;
}

.salealert-link:hover {
    color: var(--sa-green) !important;
}

.salealert-search {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: min(100%, 360px);
}

.salealert-search input[type="search"] {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid #c9ddd1;
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    color: var(--sa-ink);
    appearance: none;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
}

.salealert-search input[type="search"]::placeholder {
    color: var(--sa-muted);
    font-weight: 750;
}

.salealert-search input[type="search"]:focus {
    border-color: var(--sa-green);
    outline: 3px solid rgba(24, 165, 88, 0.18);
}

.salealert-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid var(--sa-ink);
    border-radius: var(--sa-radius);
    background: var(--sa-ink);
    color: var(--sa-white);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 950;
}

.salealert-search button:hover {
    border-color: #12332f;
    background: #12332f;
}

.salealert-search--site {
    min-width: 240px;
}

.salealert-search--hero {
    max-width: 620px;
    margin-top: 18px;
}

.salealert-hero__panel {
    position: relative;
    min-height: 410px;
    border-radius: var(--sa-radius);
    background: var(--sa-ink);
    color: var(--sa-white);
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(7, 19, 22, 0.18);
}

.salealert-hero__panel:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.08) 1px, transparent 1px);
    background-size: 44px 44px;
}

.salealert-pulse-card {
    position: absolute;
    top: 40px;
    left: 34px;
    right: 34px;
    display: grid;
    gap: 12px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: var(--sa-radius);
    background: rgba(255,255,255,0.08);
}

.salealert-pulse-card span,
.salealert-pulse-card em {
    color: #b9c7c0;
    font-style: normal;
    font-weight: 700;
}

.salealert-pulse-card strong {
    font-size: 48px;
    line-height: 1;
}

.salealert-mini-feed {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.salealert-mini-feed span {
    padding: 18px;
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    color: var(--sa-ink);
    font-weight: 800;
}

.salealert-section {
    padding: 58px 0 72px;
}

.salealert-section__heading {
    margin-bottom: 22px;
}

.salealert-section__heading h2 {
    margin: 0;
    font-size: 38px;
    line-height: 1.12;
}

.salealert-category-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 26px;
    padding: 16px 18px;
    border: 1px solid var(--sa-line);
    border-radius: 16px;
    background: var(--sa-white);
    box-shadow: 0 12px 32px rgba(7,19,22,0.05);
}

.salealert-category-filter__copy {
    min-width: 180px;
}

.salealert-category-filter__copy strong {
    display: block;
    color: var(--sa-ink);
    font-size: 16px;
    font-weight: 950;
}

.salealert-category-filter__copy span {
    display: block;
    margin-top: 3px;
    color: var(--sa-muted);
    font-size: 13px;
    font-weight: 800;
}

.salealert-category-filter__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}

.salealert-category-filter__links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid var(--sa-line);
    border-radius: 999px;
    background: var(--sa-paper);
    color: var(--sa-ink) !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 950;
}

.salealert-category-filter__links a:hover {
    border-color: #ff6b00;
    background: #fff4eb;
    color: #b43100 !important;
}

.salealert-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.salealert-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--sa-line);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
    overflow: hidden;
}

.salealert-card--featured {
    grid-column: span 2;
}

.salealert-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    background: #edf4ef;
    overflow: hidden;
}

.salealert-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.salealert-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.salealert-card__merchant {
    margin-bottom: 8px;
    color: var(--sa-green);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.salealert-card__title {
    margin: 0;
    color: var(--sa-ink);
    font-size: 22px;
    line-height: 1.18;
}

.salealert-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

.salealert-card__summary {
    margin: 12px 0 0;
    color: var(--sa-muted);
    line-height: 1.5;
}

.salealert-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.salealert-card__facts span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: var(--sa-radius);
    background: #eef5f1;
    color: var(--sa-ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.salealert-card__facts .salealert-price {
    background: var(--sa-lime);
    color: var(--sa-ink);
}

.salealert-empty {
    padding: 34px;
    border: 1px dashed var(--sa-line);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
}

.salealert-post-body {
    max-width: 780px;
    margin: 30px auto;
    color: var(--sa-ink-soft);
    font-size: 18px;
    line-height: 1.7;
}

.salealert-guide .salealert-list-hero p {
    max-width: 850px;
}

.salealert-guide-last-checked {
    color: var(--sa-muted) !important;
    font-size: 14px !important;
    font-weight: 800;
}

.salealert-guide-layout {
    max-width: 980px;
}

.salealert-guide-content {
    display: grid;
    gap: 20px;
}

.salealert-guide-panel,
.salealert-guide-site {
    padding: 24px;
    border: 1px solid var(--sa-line);
    border-radius: var(--sa-radius);
    background: var(--sa-white);
}

.salealert-guide-site {
    margin-top: 18px;
}

.salealert-guide-panel h2,
.salealert-guide-panel h3,
.salealert-guide-site h3 {
    color: var(--sa-ink);
    line-height: 1.18;
}

.salealert-guide-panel h2 {
    margin: 0 0 14px;
    font-size: 30px;
}

.salealert-guide-panel h3,
.salealert-guide-site h3 {
    margin: 24px 0 10px;
    font-size: 22px;
}

.salealert-guide-panel p,
.salealert-guide-panel li,
.salealert-guide-site p,
.salealert-guide-site li {
    color: var(--sa-ink-soft);
    font-size: 17px;
    line-height: 1.65;
}

.salealert-guide-panel p:first-child,
.salealert-guide-site p:first-child {
    margin-top: 0;
}

.salealert-guide-panel a,
.salealert-guide-site a {
    color: #087f43;
    font-weight: 850;
}

.salealert-guide-table-wrap {
    width: 100%;
    margin: 16px 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.salealert-guide-table {
    width: 100%;
    min-width: 620px;
    border-collapse: collapse;
    border: 1px solid var(--sa-line);
    background: var(--sa-white);
}

.salealert-guide-table th,
.salealert-guide-table td {
    padding: 13px 14px;
    border-bottom: 1px solid var(--sa-line);
    border-right: 1px solid var(--sa-line);
    color: var(--sa-ink-soft);
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
}

.salealert-guide-table th {
    background: #eef5f1;
    color: var(--sa-ink);
    font-weight: 950;
}

.salealert-guide-table tr:last-child td {
    border-bottom: 0;
}

.salealert-guide-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.salealert-guide-link-list a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--sa-line);
    border-radius: 999px;
    background: var(--sa-paper);
    color: var(--sa-ink) !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.salealert-guide-faq details {
    padding: 16px 0;
    border-top: 1px solid var(--sa-line);
}

.salealert-guide-faq summary {
    cursor: pointer;
    color: var(--sa-ink);
    font-weight: 950;
}

.salealert-guide-faq p {
    margin: 10px 0 0;
}

.salealert-event-footer {
    margin-top: 40px;
    background: var(--sa-ink);
    color: #dfe8e2;
}

.salealert-event-footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 28px;
    padding-top: 34px !important;
    padding-bottom: 36px !important;
}

.salealert-event-footer h2 {
    margin: 0 0 8px;
    color: var(--sa-white);
    font-size: 22px;
}

.salealert-event-footer p {
    margin: 0;
    color: #aebbb5;
}

.salealert-event-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.salealert-event-footer__links a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(216, 255, 102, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--sa-white) !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.salealert-event-footer__links a:hover {
    border-color: var(--sa-lime);
    color: var(--sa-lime) !important;
}

.salealert-category-guide,
.salealert-buyer-guide,
.salealert-retailer-panel {
    margin: 24px 0;
    padding: 22px;
    border: 1px solid var(--sa-border);
    border-radius: 12px;
    background: var(--sa-white);
}

.salealert-category-guide {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
    gap: 22px;
}

.salealert-category-guide__main h2,
.salealert-buyer-guide h2,
.salealert-retailer-panel h2 {
    margin-top: 0;
}

.salealert-category-guide__side h3,
.salealert-retailer-panel h3 {
    margin: 18px 0 8px;
}

.salealert-category-guide__faq {
    grid-column: 1 / -1;
}

.salealert-buyer-guide {
    max-width: 860px;
    margin: 18px auto 0;
}

.salealert-buyer-guide__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.salealert-buyer-guide__grid > div {
    padding: 16px;
    border: 1px solid var(--sa-border);
    border-radius: 8px;
    background: var(--sa-bg);
}

.salealert-buyer-guide h3 {
    margin: 0 0 8px;
    color: var(--sa-ink);
    font-size: 18px;
}

.salealert-buyer-guide p,
.salealert-buyer-guide li,
.salealert-category-guide p,
.salealert-retailer-panel li {
    color: var(--sa-muted-strong);
}

.salealert-deal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.salealert-deal-links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--sa-border);
    border-radius: 999px;
    background: var(--sa-bg);
    color: var(--sa-ink) !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
}

.salealert-retailer-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 26px;
    align-items: start;
}

.salealert-retailer-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.salealert-retailer-index-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--sa-border);
    border-radius: 16px;
    background: var(--sa-white);
    box-shadow: 0 16px 34px rgba(7, 19, 22, 0.05);
}

.salealert-retailer-index-card__banner {
    display: block;
    aspect-ratio: 2 / 1;
    min-height: 198px;
    background: #17332f;
    text-decoration: none !important;
}

.salealert-retailer-index-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px 22px;
}

.salealert-retailer-index-card__content > .salealert-kicker,
.salealert-retailer-index-card__content > p {
    margin: 0;
}

.salealert-retailer-index-card h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
}

.salealert-retailer-index-card h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

.salealert-retailer-index-card p {
    margin: 0;
    color: var(--sa-muted-strong);
}

.salealert-retailer-index-card__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.salealert-retailer-index-card__stats span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid var(--sa-border);
    border-radius: 999px;
    background: var(--sa-bg);
    color: var(--sa-ink);
    font-size: 12px;
    font-weight: 900;
}

.salealert-retailer-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    padding: 18px 20px 20px;
    background:
        linear-gradient(135deg, var(--sa-retailer-primary) 0%, var(--sa-retailer-primary) 42%, var(--sa-retailer-secondary) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 16px);
    color: var(--sa-retailer-text);
}

.salealert-retailer-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.26;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-position: right 26px top 22px;
    background-size: 24px 24px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
}

.salealert-retailer-banner:after {
    content: "";
    position: absolute;
    left: -24px;
    right: -24px;
    bottom: 18px;
    height: 54px;
    transform: rotate(-7deg);
    background: rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.salealert-retailer-banner__eyebrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--sa-retailer-text);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
}

.salealert-retailer-banner__copy {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    max-width: 76%;
    padding-top: 26px;
}

.salealert-retailer-banner__copy strong {
    color: var(--sa-retailer-text);
    font-size: 42px;
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.salealert-retailer-banner__copy span {
    display: inline-flex;
    align-items: center;
    justify-self: flex-start;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 850;
}

.salealert-retailer-banner__art {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.salealert-retailer-banner__barcode,
.salealert-retailer-banner__shelf,
.salealert-retailer-banner__ticket {
    position: absolute;
    display: block;
}

.salealert-retailer-banner__barcode {
    top: 28px;
    right: 26px;
    width: 94px;
    height: 52px;
    opacity: 0.5;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.76) 0 3px, transparent 3px 7px, rgba(255, 255, 255, 0.5) 7px 9px, transparent 9px 14px);
}

.salealert-retailer-banner__shelf {
    right: -34px;
    width: 72%;
    height: 58px;
    transform: skewX(-18deg);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

.salealert-retailer-banner__shelf--one {
    top: 88px;
}

.salealert-retailer-banner__shelf--two {
    bottom: 18px;
    opacity: 0.72;
}

.salealert-retailer-banner__ticket {
    right: 28px;
    bottom: 30px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 58px;
    clip-path: polygon(0 0, 100% 0, 100% 74%, 78% 100%, 0 100%);
    background: var(--sa-retailer-accent);
    color: #071316;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: 0;
    box-shadow: 0 12px 28px rgba(7, 19, 22, 0.16);
}

.salealert-retailer-banner__ticket:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(7, 19, 22, 0.22);
}

.salealert-retailer-panel ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.salealert-retailer-panel li {
    margin: 8px 0;
}

.salealert-section--compact {
    padding: 22px 0 0;
}

.salealert-status--needs-review {
    background: #fff0d8;
    color: #7a4800;
}

.salealert-status--checked {
    background: #e9f6ee;
    color: #087f43;
}

.salealert-status--approved {
    background: #e7f0ff;
    color: #174f9b;
}

.salealert-review-admin {
    max-width: 1500px;
}

.salealert-review-header,
.salealert-review-title-row,
.salealert-review-links,
.salealert-review-card,
.salealert-review-step {
    display: flex;
}

.salealert-review-header,
.salealert-review-title-row {
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.salealert-review-header {
    margin: 18px 0 8px;
}

.salealert-review-header h1,
.salealert-review-title-row h2 {
    margin: 0 0 6px;
}

.salealert-review-header p,
.salealert-review-title-row p {
    margin: 0;
    color: #50575e;
}

.salealert-review-mode,
.salealert-review-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: 700;
    white-space: nowrap;
}

.salealert-review-mode {
    padding: 7px 12px;
    background: #e8eef8;
    color: #1d4d82;
}

.salealert-review-metrics {
    margin: 14px 0 18px;
}

.salealert-review-settings,
.salealert-review-diagnostics,
.salealert-review-evidence {
    margin: 16px 0 22px;
    padding: 14px 16px;
    border: 1px solid #c3c4c7;
    border-radius: 7px;
    background: #fff;
}

.salealert-review-settings > summary,
.salealert-review-diagnostics > summary,
.salealert-review-evidence > summary {
    cursor: pointer;
    font-weight: 700;
}

.salealert-review-settings hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #dcdcde;
}

.salealert-review-audit-notice {
    margin: 14px 0 20px;
}

.salealert-review-table-wrap {
    margin-top: 14px;
    overflow-x: auto;
}

.salealert-review-tabs {
    margin: 20px 0 0;
}

.salealert-review-tabs .count {
    color: #646970;
    font-weight: 400;
}

.salealert-review-queue {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.salealert-review-bulkbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    padding: 12px 14px;
    border: 1px solid #c3c4c7;
    border-radius: 7px;
    background: #fff;
}

.salealert-review-bulkbar > span {
    margin-left: auto;
    color: #50575e;
}

.salealert-review-card {
    align-items: center;
    gap: 22px;
    padding: 18px 20px;
    border: 1px solid #cfd5d2;
    border-left: 4px solid #dba617;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(7, 19, 22, 0.04);
}

.salealert-review-card__select,
.salealert-review-card__select-placeholder {
    flex: 0 0 18px;
    align-self: flex-start;
    margin-top: 4px;
}

.salealert-review-card__select input {
    width: 18px;
    height: 18px;
    margin: 0;
}

.salealert-review-card__deal {
    flex: 1 1 38%;
    min-width: 280px;
}

.salealert-review-card__deal h2 {
    margin: 8px 0 5px;
    font-size: 16px;
    line-height: 1.35;
}

.salealert-review-card__merchant {
    margin: 0 0 10px;
    color: #50575e;
}

.salealert-review-card__reviewed {
    margin: -5px 0 10px;
    color: #087f43;
    font-size: 12px;
    font-weight: 700;
}

.salealert-review-card__checks,
.salealert-review-card__reason {
    display: grid;
    align-content: start;
    gap: 5px;
}

.salealert-review-card__checks {
    flex: 0 1 200px;
}

.salealert-review-card__reason {
    flex: 1 1 30%;
}

.salealert-review-card__reason ul,
.salealert-review-card__reason p {
    margin: 3px 0 0;
}

.salealert-review-card__reason ul {
    padding-left: 18px;
}

.salealert-review-card__action {
    display: grid;
    flex: 0 0 auto;
    gap: 7px;
    min-width: 118px;
}

.salealert-review-card__action .button {
    justify-content: center;
    margin: 0;
    text-align: center;
}

.salealert-review-quick-approve {
    font-weight: 700;
}

.salealert-review-card__action .salealert-review-quick-expired {
    border-color: #b32d2e;
    color: #b32d2e;
    font-weight: 700;
}

.salealert-review-badge {
    padding: 5px 9px;
    font-size: 12px;
}

.salealert-review-badge.is-review {
    background: #fff0d8;
    color: #7a4800;
}

.salealert-review-badge.is-checked {
    background: #e8eef8;
    color: #1d4d82;
}

.salealert-review-badge.is-approved {
    background: #dff2e6;
    color: #087f43;
}

.salealert-review-badge.is-rejected {
    background: #f6e5e5;
    color: #8a2424;
}

.salealert-review-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.salealert-review-facts li {
    margin: 0;
    padding: 4px 8px;
    border-radius: 5px;
    background: #f0f2f1;
    color: #39443f;
    font-size: 12px;
}

.salealert-review-missing {
    color: #b32d2e;
}

.salealert-review-title-row {
    margin: 18px 0;
}

.salealert-review-links {
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
}

.salealert-review-links .dashicons {
    margin: 5px 4px 0 0;
}

.salealert-review-summary-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 16px;
    margin-bottom: 18px;
}

.salealert-review-panel,
.salealert-review-form,
.salealert-review-confirm,
.salealert-review-empty {
    padding: 20px;
    border: 1px solid #cfd5d2;
    border-radius: 8px;
    background: #fff;
}

.salealert-review-panel h3,
.salealert-review-form h3,
.salealert-review-confirm h3 {
    margin-top: 0;
}

.salealert-review-panel > ul:not(.salealert-review-facts) {
    margin-bottom: 0;
    padding-left: 20px;
}

.salealert-review-confirm {
    margin: 18px 0;
    border-left: 4px solid #2271b1;
}

.salealert-review-form {
    margin: 18px 0;
}

.salealert-review-step {
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #e1e5e3;
}

.salealert-review-step:first-child {
    padding-top: 0;
}

.salealert-review-step:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.salealert-review-step > span {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #071316;
    color: #fff;
    font-weight: 800;
}

.salealert-review-step > div {
    flex: 1 1 auto;
}

.salealert-review-outcomes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 18px;
}

.salealert-review-outcomes label {
    padding: 10px 12px;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    background: #f6f7f7;
}

.salealert-review-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.salealert-review-fields label,
.salealert-review-form label:not(.salealert-review-checkbox) {
    display: grid;
    gap: 6px;
    margin-bottom: 14px;
    font-weight: 600;
}

.salealert-review-fields input {
    width: 100%;
    max-width: none;
}

.salealert-review-checkbox {
    display: block;
    margin: 12px 0 18px;
}

.salealert-review-checkbox--confirm {
    padding: 12px;
    border: 1px solid #dba617;
    border-radius: 6px;
    background: #fff8e5;
    font-weight: 700;
}

.salealert-review-evidence table {
    margin-top: 14px;
}

.salealert-review-admin table th {
    width: 180px;
}

.salealert-review-admin pre {
    margin: 0;
    max-width: 900px;
    overflow: auto;
    white-space: pre-wrap;
}

.salealert-review-empty {
    margin-top: 18px;
    text-align: center;
}

.salealert-review-empty h2 {
    margin-top: 0;
}

@media (max-width: 900px) {
    .salealert-hero__grid,
    .salealert-grid,
    .salealert-category-guide,
    .salealert-retailer-layout,
    .salealert-retailer-index-grid {
        grid-template-columns: 1fr;
    }

    .salealert-card--featured {
        grid-column: auto;
    }

    .salealert-hero__panel {
        min-height: 320px;
    }

    .salealert-review-card {
        align-items: stretch;
        flex-direction: column;
    }

    .salealert-review-card__deal,
    .salealert-review-card__checks,
    .salealert-review-card__reason {
        flex-basis: auto;
        min-width: 0;
    }

    .salealert-review-card__action .button {
        width: 100%;
        text-align: center;
    }

    .salealert-review-bulkbar > span {
        width: 100%;
        margin-left: 0;
    }

    .salealert-review-summary-grid {
        grid-template-columns: 1fr;
    }

    .salealert-review-fields {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 560px) {
    .salealert-hero {
        min-height: auto;
    }

    .salealert-hero__grid {
        padding: 32px 0;
        gap: 26px;
    }

    .salealert-hero h1 {
        font-size: 42px;
    }

    .salealert-pulse-card strong {
        font-size: 34px;
    }

    .salealert-category-filter {
        align-items: flex-start;
        flex-direction: column;
        padding: 14px;
    }

    .salealert-category-filter__links {
        justify-content: flex-start;
    }

    .salealert-search--site,
    .salealert-search--hero {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .salealert-guide-panel,
    .salealert-guide-site,
    .salealert-category-guide,
    .salealert-buyer-guide,
    .salealert-retailer-panel,
    .salealert-retailer-index-card__content {
        padding: 18px;
    }

    .salealert-retailer-banner__copy strong {
        font-size: 36px;
    }

    .salealert-buyer-guide__grid {
        grid-template-columns: 1fr;
    }

    .salealert-guide-panel h2 {
        font-size: 25px;
    }

    .salealert-event-footer__grid {
        grid-template-columns: 1fr;
    }

    .salealert-review-header,
    .salealert-review-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .salealert-review-fields {
        grid-template-columns: 1fr;
    }

    .salealert-review-step {
        gap: 10px;
    }
}
