.cinetic-agent-banner {
    display: block;
    width: 100%;
    background: #F5A623;
    border-bottom: 2px solid #d48d0f;
    color: #061424;
    font-family: 'Barlow', sans-serif;
    print-color-adjust: exact;
}

@media print { .cinetic-agent-banner { display: none; } }

.cinetic-agent-banner__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

.cinetic-agent-banner__identity {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.cinetic-agent-banner__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background: rgba(6, 20, 36, 0.1);
    flex-shrink: 0;
    color: inherit;
}

.cinetic-agent-banner__text {
    min-width: 0;
}

.cinetic-agent-banner__name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cinetic-agent-banner__agent {
    font-size: 12px;
    color: rgba(6, 20, 36, 0.75);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cinetic-agent-banner__stop,
.cinetic-agent-banner__stop:link,
.cinetic-agent-banner__stop:visited {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #061424;
    color: #ffffff !important;
    border-radius: 2px;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    flex-shrink: 0;
    transition: background-color .15s;
}

.cinetic-agent-banner__stop:hover,
.cinetic-agent-banner__stop:focus {
    background: #0a1e36;
    color: #ffffff !important;
    text-decoration: none !important;
}
