.bio-op-search-box {
    width: 100%;
    font-size: 16px;
}

.bio-op-form-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 10px;
}

.bio-op-input {
    flex: 1 1 300px;
    min-height: 52px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}

.bio-op-input:focus {
    border-color: #1e7b57;
}

.bio-op-btn {
    min-height: 52px;
    border: 0;
    border-radius: 12px;
    padding: 0 22px;
    background: #1e7b57;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.bio-op-btn:hover {
    opacity: .92;
}

.bio-op-help {
    color: #667085;
    margin-bottom: 18px;
    font-size: 14px;
}

.bio-op-message {
    padding: 18px;
    border-radius: 12px;
    background: #f6f7f9;
}

.bio-op-message-error {
    background: #fef3f2;
    color: #b42318;
}

.bio-op-results-summary {
    margin-bottom: 16px;
    color: #344054;
    font-size: 14px;
}

.bio-op-table-scroll {
    overflow-x: auto;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
}

.bio-op-table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
    background: #fff;
}

.bio-op-table th,
.bio-op-table td {
    border: 1px solid #e4e7ec;
    padding: 12px 14px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
}

.bio-op-table thead th {
    background: #f8fafc;
    font-weight: 700;
    white-space: nowrap;
}

.bio-op-table tbody tr:nth-child(even) {
    background: #fcfcfd;
}

.bio-op-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.bio-op-status-certificado {
    background: #ecfdf3;
    color: #027a48;
}

.bio-op-status-suspendido {
    background: #fef3f2;
    color: #b42318;
}

.bio-op-status-reduccion_alcance {
    background: #fffaeb;
    color: #b54708;
}

.bio-op-status-pendiente_inspeccion {
    background: #eef4ff;
    color: #3538cd;
}

.bio-op-expired {
    color: #b42318;
    font-weight: 700;
}

.bio-op-expired-note {
    font-size: 12px;
    color: #b42318;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .bio-op-form-row {
        flex-direction: column;
    }

    .bio-op-btn,
    .bio-op-input {
        width: 100%;
    }
}
