.aitsb-review,
.aitsb-directory,
.aitsb-ticker {
    color: #172033;
    font-family: inherit;
}

.aitsb-review {
    margin: 0 auto;
    max-width: 1120px;
}

.aitsb-review-hero {
    align-items: stretch;
    background: #f7f9fc;
    border: 1px solid #dce4ef;
    border-radius: 8px;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 320px;
    margin: 24px 0;
    padding: 32px;
}

.aitsb-kicker {
    color: #275efe;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.aitsb-review h1,
.aitsb-review h2,
.aitsb-card h3 {
    letter-spacing: 0;
}

.aitsb-review h1 {
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.02;
    margin: 0 0 14px;
}

.aitsb-lede {
    color: #46536a;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: 760px;
}

.aitsb-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.aitsb-badges span,
.aitsb-card footer strong {
    background: #eaf0ff;
    border: 1px solid #ccd9ff;
    border-radius: 999px;
    color: #1b43a4;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 10px;
}

.aitsb-cta-panel {
    background: #ffffff;
    border: 1px solid #dce4ef;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px;
}

.aitsb-cta-panel p {
    color: #607088;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.aitsb-rating strong {
    display: block;
    font-size: 40px;
    line-height: 1;
}

.aitsb-rating span {
    color: #607088;
    font-size: 13px;
    font-weight: 700;
}

.aitsb-button {
    align-items: center;
    background: #121826;
    border-radius: 6px;
    color: #ffffff !important;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
    text-decoration: none !important;
}

.aitsb-button:hover {
    background: #275efe;
}

.aitsb-snapshot {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0;
}

.aitsb-snapshot div,
.aitsb-pros-cons > div,
.aitsb-body,
.aitsb-related {
    background: #ffffff;
    border: 1px solid #dce4ef;
    border-radius: 8px;
    padding: 20px;
}

.aitsb-snapshot span {
    color: #607088;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.aitsb-snapshot strong {
    color: #172033;
    font-size: 16px;
}

.aitsb-pros-cons {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 24px 0;
}

.aitsb-pros-cons h2,
.aitsb-body h2,
.aitsb-related h2 {
    font-size: 24px;
    margin: 0 0 14px;
}

.aitsb-pros-cons ul {
    margin: 0;
    padding-left: 20px;
}

.aitsb-pros-cons li {
    margin: 8px 0;
}

.aitsb-body {
    line-height: 1.7;
    margin: 24px 0;
}

.aitsb-related {
    margin: 24px 0;
}

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

.aitsb-card {
    background: #ffffff;
    border: 1px solid #dce4ef;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    padding: 18px;
}

.aitsb-card[hidden] {
    display: none;
}

.aitsb-card span {
    color: #607088;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.aitsb-card h3 {
    font-size: 21px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.aitsb-card h3 a {
    color: #172033;
    text-decoration: none;
}

.aitsb-card p {
    color: #46536a;
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.aitsb-card footer {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: 18px;
}

.aitsb-card footer a {
    color: #275efe;
    font-weight: 800;
    text-decoration: none;
}

.aitsb-directory-controls {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1fr) 220px 180px;
    margin-bottom: 18px;
}

.aitsb-directory-controls input,
.aitsb-directory-controls select {
    border: 1px solid #cdd6e5;
    border-radius: 6px;
    font: inherit;
    min-height: 44px;
    padding: 9px 12px;
    width: 100%;
}

.aitsb-ticker {
    background: #121826;
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
    padding: 10px 0;
}

.aitsb-ticker-track {
    animation: aitsb-marquee 36s linear infinite;
    display: flex;
    gap: 10px;
    width: max-content;
}

.aitsb-ticker:hover .aitsb-ticker-track {
    animation-play-state: paused;
}

.aitsb-ticker a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    gap: 9px;
    margin-left: 10px;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
}

.aitsb-ticker span {
    color: #8fd2ff;
    font-weight: 800;
}

.aitsb-ticker em {
    color: #7ee787;
    font-style: normal;
    font-weight: 800;
}

@keyframes aitsb-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 900px) {
    .aitsb-review-hero,
    .aitsb-snapshot,
    .aitsb-pros-cons,
    .aitsb-card-grid,
    .aitsb-directory-controls {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .aitsb-review-hero {
        padding: 22px;
    }

    .aitsb-review h1 {
        font-size: 34px;
    }
}
