.xcat-task-helper{
    background:#ededed;
    border:1px solid #ddd;
    border-radius:10px;
    padding:14px;
    margin:18px 0;
}

.xcat-task-helper-head{
    display:flex;
    gap:12px;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
}

.xcat-task-select{
    min-width:260px;
    padding:10px;
    border-radius:6px;
    border:1px solid #ccc;
}

.xcat-task-panel{
    margin-top:14px;
    padding:14px;
    background:#fff;
    border-radius:8px;
    border:1px solid #ddd;
}

.xcat-task-panel h3{
    margin-top:0;
}

.xcat-task-priority{
    outline:2px solid #16a34a;
    border-radius:8px;
}

.xcat-task-match-badge{
    background:#dcfce7;
    color:#166534;
    font-size:13px;
    padding:6px 8px;
    margin-bottom:6px;
    border-radius:6px;
    font-weight:600;
}

@media(max-width:768px){
    .xcat-task-helper-head{
        display:block;
    }

    .xcat-task-select{
        width:100%;
        margin-top:10px;
    }
}

.xcat-task-panel a{
    color:#0056b3 !important;
    font-weight:700 !important;
    text-decoration:underline !important;
}

.xcat-task-panel a:hover{
    color:#003d80 !important;
    text-decoration:underline !important;
}

.xcat-helper-beta{
    color:#cc0000;
    font-size:11px;
    font-weight:700;
    margin-bottom:4px;
    text-transform:uppercase;
    letter-spacing:0.5px;
}