.bc-cross-ref {
    max-width: 700px;
    margin: 40px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}

.bc-cross-ref h2 {
    margin: 0 0 25px;
    text-align: center;
}

.bc-row {
    margin-bottom: 20px;
}

.bc-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.bc-row select,
.bc-row input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}

.bc-btns {
    margin-top: 20px;
}

.bc-btns button {
    background: #163c67;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.bc-btns button:hover {
    background: #0b2746;
}

.bc-result {
    margin-top: 35px;
    display: none;
}

.bc-result-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.bc-result-row strong {
    width: 180px;
}

#bc_not_found {
    display: none;
    color: red;
    margin-top: 20px;
    font-weight: bold;
}

.cross-reference-wrapper {
    margin-top: 20px;
}

.cross-reference-wrapper h2 {
    margin-bottom: 25px;
}

.cross-row {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.cross-row input {
    flex: 1;
}

.cross-result-row {
    background: #f5f5f5;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin-top: 12px;
}

.cross-result-row strong {
    width: 140px;
    color: #8DBE8D;
    font-weight: 600;
    transition: .3s;
}

.cross-result-row span {
    font-size: 18px;
    font-weight: 600;
    color: #0F6C5B;
}

.result-active {
    color: #0F6C5B !important;
}

.cross-result-row.flex {
    flex: 1;
}

.result-buttons {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 10px;
}

.result-buttons .flex {
    flex: 1;
}

#bc_duraboot, #bc_reference, #bc_clear {
    color: #8DBE8D;
}

#bc_duraboot.active {
    color: #0F6C5B;
}

span.select2-selection__clear {
    display: inline !important;
}