/* Admin CSS */
#rbko_keyword_form_modal {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 400px;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

#rbko_keyword_form_modal.hidden {
    display: none;
}

#rbko_keywords_table_body tr\:hover {
    background-color: #f1f1f1;
}

#rbko_longtail_results label {
    display: block;
    margin-bottom: 6px;
}

.rbko-tooltip {
    cursor: help;
    border-bottom: 1px dotted #666;
    color: #0073aa;
    font-weight: bold;
    margin-left: 6px;
}