
.copy-to-clipboard-widget {
    margin: 10px 0;
    text-align: center;
}

.copy-btn {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
}

.copy-btn:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

.copy-alert {
    display: none;
}
