.dtlx-lookup-body {
    background: #f4f6fb;
    margin: 0;
    padding: 40px 16px;
    font-family: inherit;
    color: #1a1a1a;
}

.dtlx-lookup-wrap {
    max-width: 560px;
    margin: 0 auto;
}

.dtlx-lookup-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px;
    box-shadow: 0 8px 30px rgba(13, 43, 107, 0.08);
}

.dtlx-lookup-title {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 700;
    color: #0d2b6b;
    text-align: center;
}

.dtlx-lookup-subtitle {
    margin: 0 0 24px;
    text-align: center;
    color: #555;
    font-size: 14px;
}

.dtlx-lookup-field { margin: 0 0 16px; }
.dtlx-lookup-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 14px;
}
.dtlx-lookup-field input {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
}
.dtlx-lookup-field input:focus {
    outline: none;
    border-color: #1e4fd8;
}

/* Honeypot: an voi nguoi that bang CSS (khong dung display:none/type=hidden
   de van "bay" duoc bot don gian chi doc HTML, khong chay CSS). */
.dtlx-lookup-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dtlx-lookup-submit {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 8px;
    background: #0d2b6b;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
}
.dtlx-lookup-submit:hover { background: #09204f; }

.dtlx-lookup-message {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
}
.dtlx-lookup-message--error {
    background: #fdecea;
    color: #a12622;
    border: 1px solid #f5c6c3;
}
.dtlx-lookup-message--warning {
    background: #fff8e6;
    color: #8a6100;
    border: 1px solid #ffe6a8;
}

.dtlx-lookup-section { margin-top: 28px; }
.dtlx-lookup-section h2 {
    font-size: 16px;
    color: #0d2b6b;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #eef1fb;
}

.dtlx-lookup-result {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 14px;
    font-size: 14px;
}
.dtlx-lookup-result p { margin: 4px 0; }

.dtlx-lookup-result--revoked,
.dtlx-lookup-result--failed {
    border-color: #f5c6c3;
    background: #fff9f9;
}

.dtlx-lookup-banner {
    padding: 10px 12px;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
}
.dtlx-lookup-banner--danger {
    background: #a12622;
    color: #fff;
}

.dtlx-lookup-status { font-weight: 700; margin-top: 8px !important; }
.dtlx-lookup-status--ok { color: #1a7a3c; }
.dtlx-lookup-status--bad { color: #a12622; }
