@charset "UTF-8";.card-full{display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:transform 0.3s ease;height:100%}.card-full:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.08)}.card-with-image .card-img-top{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.card-with-image .card-body{display:flex;flex-direction:column;padding:1rem;height:auto;flex-grow:1;box-sizing:border-box}.card-with-image .card-text{flex-grow:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:5.5em;margin-bottom:0.5rem}.card-with-image .timestamp{font-size:0.8rem;color:#999;text-align:right;margin-top:0.3rem}.card-no-image .card-body{flex-grow:1;display:flex;flex-direction:column;padding:1rem;justify-content:space-between;height:100%}.card-no-image .card-body:has(h3.card-title):not(:has(.card-text),:has(.card-subtitle)){justify-content:center;text-align:center}.card-subtitle{font-size:0.8rem;color:#777;font-weight:600;text-transform:uppercase;margin-bottom:0.3rem}.card-title{font-size:1.2rem;font-weight:bold;margin:0 0 0.75rem 0;color:#222}.card-text{font-size:0.95rem;color:#444;line-height:1.4;margin-bottom:1rem}.card-body:has(h3.card-title):not(:has(.card-text)) .timestamp{margin-top:0.2rem}
