body {
    background-color: #f8fafc;
}

.content-wrapper {
    max-width: 980px;
}

.content-card {
    background: #ffffff;
    border: 1px solid #e9eef5;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.04);
}

.btn-unified {
    border-radius: 999px;
    padding: 0.6rem 1.25rem;
    font-weight: 600;
}

.item-image {
    border-radius: 999px;
    flex-shrink: 0;
    height: 120px;
    object-fit: cover;
    width: 120px;
}

.item-card-link {
    color: inherit;
    text-decoration: none;
}

.item-card-link:hover .content-card {
    border-color: #c8d8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.status-note {
    color: #64748b;
}

.channel-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.channel-card {
    border: 1px solid #e9eef5;
    border-radius: 12px;
    padding: 1rem;
}

.channel-card-featured {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #ffffff;
    grid-column: 1 / -1;
}

.channel-card-featured .btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #0d6efd;
}

.channel-card p {
    margin-bottom: 1rem;
}

.index-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
