.palplug-icon-container {
    display: none; /* Hidden by default, JS will handle placement */
}

.palplug-icon {
    font-size: 1em; /* Inherit font size from parent */
    text-decoration: none;
    display: inline-block;
    vertical-align: baseline;
}

.palplug-icon.floating {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    font-size: 28px; /* Reset font size for floating icon */
} 