.twingital-featured-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-size: 14px;
}

.twingital-featured-table th,
.twingital-featured-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #e6e6e6;
}

.twingital-featured-table th {
    background: #f7f7f7;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.twingital-featured-table tr:hover {
    background: #f0f8ff;
}

.twingital-featured-table a {
    color: #0073aa;
    text-decoration: none;
}

.twingital-featured-table a:hover {
    text-decoration: underline;
}

.twingital-featured-table .active {
    color: #46b450;
    font-weight: 600;
}

.twingital-featured-table .expired {
    color: #d63638;
    font-weight: 600;
}

.twingital-user-featured {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    margin-top: 20px;
}

.twingital-user-featured h2 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}