.hymn-plugin-search { position: fixed; top: 20px; right: 20px; z-index: 2147483647 !important; background: white; padding: 5px 15px; border-radius: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); display: flex; align-items: center; border: 2px solid #3498db; }
    #hymnQ { border: none; padding: 8px; outline: none; width: 160px; font-size: 14px; background: transparent; color: black !important; }
    #hymnBtn { background: #3498db; color: white !important; border: none; border-radius: 50%; width: 32px; height: 32px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
    .hymn-plugin-mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 2147483647 !important; display: none; justify-content: center; padding-top: 50px; }
    .hymn-plugin-content { background: white; width: 95%; max-width: 600px; padding: 25px; border-radius: 12px; max-height: 85vh; overflow-y: auto; position: relative; font-family: sans-serif; color: black; }
    .hymn-plugin-close { position: absolute; top: 10px; right: 15px; font-size: 28px; cursor: pointer; color: #999; line-height: 1; }
    .hymn-item { margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #eee; text-align: left; }
    .hymn-title { font-size: 1.25em; font-weight: bold; color: #2c3e50; margin-bottom: 8px; }
    .hymn-link { color: #3498db !important; text-decoration: underline !important; font-weight: bold; }
    .hymn-more-btn { width: 100%; padding: 12px; background: #3498db; color: white; border: none; border-radius: 6px; cursor: pointer; margin-top: 10px; font-weight: bold; }