.referral-row {
    display: flex;
	gap:15px;
}
.referral-input input {
    margin: 0;
}
.referral-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
button.copy-btn {
    margin: 0;
    padding: 0;
}
.referral-actions>* {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
	overflow: hidden;
}
.referral-box {
    margin-bottom: 30px;
	width:50%;
}
.ref-msg {
    margin-top: 8px;
}
.referral-input {
    width: 100%;
}
@media screen and (max-width:850px){
	.referral-box {
	width:100%;
}
}