/* standalone/admin-shell/assets/search-handoff.css */
.bmt-search-handoff-banner {
    margin: 16px 0;
    padding: 16px;
    border: 1px solid #e1e8ed;
    background: #fff;
    color: #191f28;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(25, 31, 40, 0.04);
}

.bmt-search-handoff-banner[data-tone="success"] {
    border-color: rgba(28, 135, 84, 0.28);
    background: #f7fbf8;
}

.bmt-search-handoff-banner[data-tone="warning"] {
    border-color: rgba(184, 134, 11, 0.28);
    background: #fffaf1;
}

.bmt-search-handoff-banner[data-tone="info"] {
    border-color: rgba(43, 108, 176, 0.24);
    background: #f7faff;
}

.bmt-search-handoff-banner[data-tone="danger"] {
    border-color: rgba(220, 53, 69, 0.24);
    background: #fff7f8;
}

.bmt-search-handoff-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.bmt-search-handoff-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
}

.bmt-search-handoff-message {
    margin: 6px 0 0;
    line-height: 1.5;
    color: rgba(25, 31, 40, 0.82);
}

.bmt-search-handoff-chip-row,
.bmt-search-handoff-filter-row,
.bmt-search-handoff-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bmt-search-handoff-chip-row,
.bmt-search-handoff-filter-shell,
.bmt-search-handoff-selection-shell,
.bmt-search-handoff-query-shell,
.bmt-search-handoff-actions {
    margin-top: 12px;
}

.bmt-search-handoff-chip,
.bmt-search-handoff-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border: 1px solid #e1e8ed;
    border-radius: 999px;
    background: #f1f4f6;
    line-height: 1.2;
    white-space: nowrap;
}

.bmt-search-handoff-chip strong,
.bmt-search-handoff-filter-chip strong {
    font-weight: 600;
}

.bmt-search-handoff-chip[data-tone="success"],
.bmt-search-handoff-filter-chip[data-tone="success"] {
    background: #edf8f1;
    border-color: rgba(28, 135, 84, 0.24);
}

.bmt-search-handoff-chip[data-tone="warning"],
.bmt-search-handoff-filter-chip[data-tone="warning"] {
    background: #fff8e8;
    border-color: rgba(184, 134, 11, 0.28);
}

.bmt-search-handoff-chip[data-tone="info"],
.bmt-search-handoff-filter-chip[data-tone="info"] {
    background: #eef5ff;
    border-color: rgba(43, 108, 176, 0.2);
}

.bmt-search-handoff-chip[data-tone="danger"],
.bmt-search-handoff-filter-chip[data-tone="danger"] {
    background: #fff1f3;
    border-color: rgba(220, 53, 69, 0.2);
}

.bmt-search-handoff-meta-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(25, 31, 40, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.bmt-search-handoff-selection-list {
    display: grid;
    gap: 10px;
}

.bmt-search-handoff-selection-item,
.bmt-search-handoff-query-box {
    border: 1px solid #e1e8ed;
    background: #f9fbfc;
    border-radius: 10px;
    padding: 12px;
}

.bmt-search-handoff-selection-item-title {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
}

.bmt-search-handoff-selection-item-meta {
    margin: 0;
    color: rgba(25, 31, 40, 0.72);
    line-height: 1.45;
}

.bmt-search-handoff-query-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bmt-search-handoff-query-box span {
    display: inline-flex;
    gap: 6px;
}

.bmt-search-handoff-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e1e8ed;
    background: #fff;
    color: #191f28;
    text-decoration: none;
    font-weight: 600;
}

.bmt-search-handoff-button--primary {
    background: #191f28;
    color: #fff;
    border-color: #191f28;
}

.bmt-search-handoff-button:hover,
.bmt-search-handoff-button:focus {
    text-decoration: none;
    opacity: 0.92;
}
