/* Updated tile date styling */
.tile-date {
    font-size: clamp(0.6rem, 1.8vw, 0.85rem);
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    font-style: italic;
    line-height: 1.3;
}