/* =============================================================
 * Ryukio Widget – 블로그형 (Blog) Skin CSS
 * ============================================================= */

.ryukio-skin-blog .ryw-blog-card {
    text-decoration: none;
    color: inherit;
}

.ryukio-skin-blog .ryw-thumb-wrap {
    aspect-ratio: 16 / 9;
    border-radius: var(--ryw-radius) var(--ryw-radius) 0 0;
    overflow: hidden;
}

.ryukio-skin-blog .ryw-thumb {
    height: 100%;
    aspect-ratio: auto;
}

/* 썸네일 없을 때 플레이스홀더 */
.ryukio-skin-blog .ryw-thumb-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ryw-color-accent), var(--ryw-color-accent2));
    aspect-ratio: 16/9;
}

.ryukio-skin-blog .ryw-thumb-letter {
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
}

.ryukio-skin-blog .ryw-card-body {
    padding: 16px;
}

.ryukio-skin-blog .ryw-title {
    font-size: 0.95rem;
    -webkit-line-clamp: 2;
    margin-bottom: 6px;
}

.ryukio-skin-blog .ryw-summary {
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
