canvas { width: 100%; height: auto; border: 1px solid #ccc; cursor: pointer; }
    .sticker-img { width: 100%; max-height: 100px; object-fit: cover; cursor: pointer; border: 2px solid transparent; }
    .sticker-img:hover { border-color: #007bff; }
    .small-note { font-size: 0.9rem; color: #888; }
    #google_translate_element { float: right; margin-top: -40px; }