/* Wrapper */
.androlab-recent-subscribers {
    padding: 20px;
}

/* Toolbar */
.ss-subscribers-toolbar {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}

.ss-subscribers-toolbar .androlab-input,
.ss-subscribers-toolbar .androlab-select {
    min-width: 150px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* Search input icon styling */
#ss-subs-search {
    padding-left: 35px;
    background-image: url('https://cdn-icons-png.flaticon.com/512/622/622669.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 10px center;
}

/* Table */
.androlab-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.androlab-table th,
.androlab-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.androlab-table th {
    font-weight: 600;
    background: #f8f8f8;
}

.loading-row,
.error-row,
.no-results {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #555;
}

/* Tooltip */
.tooltip {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted #777;
}

.tooltip:hover::after {
    content: attr(title);
    position: absolute;
    left: 0;
    top: 22px;
    z-index: 999;
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 4px;
    max-width: 250px;
    white-space: normal;
}

/* Pagination */
.ss-subscribers-pagination {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ss-subscribers-pagination button {
    padding: 7px 14px;
}

#ss-subscribers-page {
    font-weight: 600;
}
