.et-countdown-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.et-countdown-banner.et-archived {
    background: #999;
}

.et-timer {
    font-size: 18px;
    font-weight: bold;
}

.et-boost-btn {
    background: #f59e0b;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.et-boost-btn:hover {
    background: #d97706;
}

.et-feed {
    display: grid;
    gap: 20px;
}

.et-thread {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.et-thread h3 {
    margin-top: 0;
}

.et-thread h3 a {
    text-decoration: none;
    color: #333;
}

.et-meta {
    display: flex;
    gap: 15px;
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.et-countdown {
    color: #667eea;
    font-weight: bold;
}

.et-trending {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.et-trending-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.et-trending-item:last-child {
    border-bottom: none;
}
