.mq26-container{
    max-width:700px;
    margin:5px auto;
    background:#ffffff;
    border-radius:12px;
    padding:30px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.mq26-container h2{
    text-align:center;
    color:#0B5394;
    margin-bottom:10px;
}

.mq26-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:30px;
}

.mq26-info{
    background:#f4f8fc;
    border-left:5px solid #0B5394;
    padding:18px;
    border-radius:6px;
    margin-bottom:25px;
}

.mq26-info ul{
    margin:10px 0;
    padding-left:20px;
}

.mq26-example{
    margin-top:15px;
    background:white;
    padding:12px;
    border-radius:6px;
    font-size:14px;
}

.mq26-container label{
    font-weight:bold;
    display:block;
    margin-bottom:8px;
}

#mq26-phone{
    width:100%;
    padding:14px;
    font-size:16px;
    border:1px solid #ccc;
    border-radius:6px;
}

#mq26-search{
    width:100%;
    background:#0B5394;
    color:white;
    font-size:16px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

#mq26-search:hover{
    background:#073763;
}

#mq26-search:disabled{
    background:#999;
    cursor:not-allowed;
}

#mq26-result{
    margin-top:30px;
}

.mq26-error{
    margin-top:20px;
    background:#fdecea;
    color:#b71c1c;
    padding:15px;
    border-radius:6px;
}

.mq26-table{
    width:100%;
    border-collapse:collapse;
    margin-top:25px;
}

.mq26-table th{
    background:#0B5394;
    color:white;
    padding:12px;
}

.mq26-table td{
    padding:12px;
    border-bottom:1px solid #ddd;
}

.mq26-table tr:nth-child(even){
    background:#fafafa;
}

.mq26-card{
    background:#fff;
    border-radius:14px;
    padding:22px;
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    border:1px solid #ececec;
}

.mq26-field{
    margin-bottom:22px;
}

.mq26-field:last-child{
    margin-bottom:0;
}

.mq26-label{
    color:#787878;
    margin-bottom:2px;
    text-transform:uppercase;
}

.mq26-value{
    color:#000000;
    word-break:break-all;
}

.mq26-hint{
    margin-top:12px;
    margin-bottom:20px;
    font-size:14px;
    color:#666;
    line-height:1.5;
}

.mq26-confirm-btn{
    display:block !important;
    width:100% !important;
    background:#2e7d32 !important;
    color:#fff !important;
    border:none !important;
    border-radius:6px !important;
    cursor:pointer !important;
    font-size:16px !important;
    font-weight:bold !important;
    text-align:center !important;
    line-height: 1.2 !important;
    height: auto !important;
    padding: 10px 15px !important;
    white-space: normal !important;
}

.mq26-confirm-btn:hover{
    background:#1b5e20;
}

.mq26-success{
    background:#e8f5e9;
    color:#1b5e20;
    padding:18px;
    border-radius:6px;
    margin-top:25px;
    text-align:center;
}

.mq26-claimed{
    margin-top:20px;
    background:#fff8e1;
    border-left:5px solid #ff9800;
    color:#8a6d3b;
    padding:18px;
    border-radius:6px;
    line-height:1.6;
}

.mq26-confirm-note{
    margin-top:25px;
    background:#fff8e1;
    border-left:5px solid #f9a825;
    padding:18px;
    border-radius:6px;
    color:#666;
    font-size:14px;
    line-height:1.6;
}

.mq26-info-icon{
    font-size:18px;
    margin-right:5px;
}