.like-btn {
    background: none;
    border: none;
    color: #e0c9a6;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.like-btn:hover {
    color: #ff4d4d;
}

.like-btn.liked {
    color: #ff4d4d;
}

.like-count {
    font-size: 1rem;
    min-width: 30px;
}