
.index-checker-tool{
    margin:0;
    padding:24px;
    font-family:Arial,sans-serif;
    color:#222;
    background:#f6f8fb;
}
.index-checker-tool,
.index-checker-tool *{
    box-sizing:border-box;
}
.index-checker-tool .checker{
    width:100%;
    max-width:1100px;
    margin:0 auto;
    padding:24px;
    background:#fff;
    border:1px solid #e1e5ea;
    border-radius:10px;
}
.index-checker-tool h1{
    margin:0 0 18px;
    font-size:26px;
}
.index-checker-tool h2{
    margin:0 0 10px;
    font-size:20px;
}
.index-checker-tool label{
    display:block;
    margin-bottom:8px;
    font-weight:700;
}
.index-checker-tool textarea{
    width:100%;
    min-height:180px;
    padding:12px;
    border:1px solid #b8c0cc;
    border-radius:5px;
    resize:vertical;
    font:inherit;
    line-height:1.5;
}
.index-checker-tool textarea:focus{
    border-color:#f15a29;
    outline:2px solid rgba(241,90,41,.15);
}
.index-checker-tool .help{
    margin:7px 0 15px;
    color:#5e6876;
    font-size:14px;
}
.index-checker-tool .actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.index-checker-tool button{
    padding:10px 16px;
    border:0;
    border-radius:5px;
    font-weight:700;
    cursor:pointer;
}
.index-checker-tool button.primary{
    color:#fff;
    background:#111;
}
.index-checker-tool button.secondary{
    color:#fff;
    background:#252b33;
}
.index-checker-tool button.light{
    color:#222;
    background:#e7ebf0;
}
.index-checker-tool button:hover{
    filter:brightness(.94);
}
.index-checker-tool button:disabled{
    cursor:not-allowed;
    opacity:.55;
}
.index-checker-tool #errorMessage{
    min-height:22px;
    margin:14px 0 0;
    color:#c62828;
    font-weight:700;
    white-space:pre-wrap;
}
.index-checker-tool .table-wrap{
    display:none;
    margin-top:20px;
    overflow-x:auto;
}
.index-checker-tool table{
    width:100%;
    border-collapse:collapse;
}
.index-checker-tool th,
.index-checker-tool td{
    padding:11px;
    border:1px solid #d7dce3;
    text-align:left;
    vertical-align:top;
}
.index-checker-tool th{
    background:#f0f4f8;
}
.index-checker-tool td a{
    color:#f15a29;
    overflow-wrap:anywhere;
}
.index-checker-tool .external-link-icon{
    width:14px;
    height:14px;
    margin-left:5px;
    vertical-align:middle;
}
.index-checker-tool #bulkSection{
    display:none;
    margin-top:24px;
    padding:18px;
    border:1px solid #d7dce3;
    border-radius:7px;
    background:#f8fafc;
}
.index-checker-tool #bulkSearchUrls{
    min-height:150px;
    background:#fff;
}
.index-checker-tool #bulkNotice{
    margin:10px 0 0;
    color:#176b36;
    font-weight:700;
}
@media (max-width:600px){
    .index-checker-tool{
        padding:12px;
    }
    .index-checker-tool .checker{
        padding:17px;
    }
    .index-checker-tool button{
        width:100%;
    }
}
