.copyLinkContainer {
    width: 100%;
    height: 60px;
    border: 1px solid #C7AC88;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    // color: #C7AC88;
    gap: 10px;
}