/* Design Intelligence Hub — kugraphics.org */

/* ===== Resource List (Shortcode & Archive) ===== */
.dih-resource-list {
    max-width: 800px;
    margin: 0 auto;
}

.dih-resource-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: box-shadow 0.2s;
}
.dih-resource-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.dih-resource-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #2e4057;
    line-height: 1.3;
}
.dih-resource-title a {
    color: #2e4057;
    text-decoration: none;
}
.dih-resource-title a:hover {
    color: #4a7c9b;
}

.dih-resource-meta {
    display: flex;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.dih-source {
    font-weight: 600;
    color: #4a7c9b;
}

.dih-topics {
    font-style: italic;
}

.dih-summary {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #374151;
    margin: 0.5rem 0;
}

.dih-why {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #555;
    margin: 0.5rem 0 0;
    background: #f0f7fa;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    border-left: 3px solid #4a7c9b;
}

.dih-connection {
    font-size: 0.8rem;
    color: #9ca3af;
    margin: 0.25rem 0 0;
}

/* ===== Sidebar Widget ===== */
.dih-widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dih-widget-item {
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
}
.dih-widget-item:last-child {
    border-bottom: none;
}

.dih-widget-title {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2e4057;
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}
.dih-widget-title:hover { color: #4a7c9b; }

.dih-widget-source {
    display: block;
    font-size: 0.7rem;
    color: #4a7c9b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.dih-widget-why {
    font-size: 0.75rem;
    color: #888;
    margin: 0.2rem 0 0;
    line-height: 1.4;
}

.dih-widget-more {
    display: block;
    text-align: center;
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #4a7c9b;
    text-decoration: none;
    font-weight: 600;
}
.dih-widget-more:hover { color: #2e4057; }

/* ===== Responsive ===== */
@media (max-width: 640px) {
    .dih-resource-card { padding: 1rem; }
    .dih-resource-meta { flex-direction: column; gap: 0.25rem; }
}
