.copy-clicked {
    background-color: #28a745 !important;
    color: white !important;
    border-color: #28a745 !important;
}

#copyUrlText {
    width: 7rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#copyUrlText:hover {
    background-color: #bbc7c7;
}

