/* Filter dropdown - integrated with WordPress bulk actions */
#sapo-filter,
.sapo-filter-inline {
    height: 32px;
    padding: 3px 8px;
    margin-left: 10px;
    vertical-align: top;
}

/* Category headers */
.sapo-header {
    background: #fff !important;
    border-left: 4px solid #2271b1 !important;
}

.sapo-header td {
    padding: 10px 12px !important;
    border-bottom: 1px solid #c3c4c7 !important;
}

.sapo-arrow {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    color: #2271b1;
    cursor: pointer;
    margin-right: 12px;
    padding-right: 4px;
    user-select: none;
    text-align: left;
}

.sapo-arrow:hover {
    color: #135e96;
}

.sapo-cat-name {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1d2327 !important;
    margin-right: 6px !important;
}

.sapo-count {
    font-size: 13px;
    color: #646970;
    margin-right: 8px;
}

.sapo-actions-inline {
    display: inline;
    margin-left: 4px;
}

.sapo-actions-inline a {
    color: #646970;
    text-decoration: none;
    font-size: 14px;
    padding: 0 3px;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.sapo-actions-inline a:hover {
    opacity: 1;
}

/* Assign link */
.sapo-assign {
    color: #2271b1;
    text-decoration: none;
}

.sapo-assign:hover {
    color: #135e96;
    text-decoration: underline;
}
