.srw-account-wrap .srw-card {
	border: 1px solid rgba(0, 0, 0, 0.12);
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}
.srw-copy-row {
	display: flex;
	gap: .5rem;
	align-items: center;
	margin: .5rem 0 1rem;
}
.srw-copy-row input {
	width: 100%;
	max-width: 680px;
}
.srw-share-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .75rem;
	margin-top: .5rem;
}
.srw-share-intro {
	font-weight: 600;
}
.srw-share-buttons {
	display: inline-flex;
	flex-wrap: wrap;
	gap: .5rem;
	align-items: center;
}
.srw-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
}
.srw-share-button:hover,
.srw-share-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
}
.srw-share-button svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}
.srw-share-email {
	background: #576d6b;
	color: #fff;
}
.srw-share-whatsapp {
	background: #25d366;
	color: #fff;
}
.srw-share-telegram {
	background: #229ed9;
	color: #fff;
}
.srw-share-sms {
	background: #6b7280;
	color: #fff;
}
.srw-table code {
	font-weight: 600;
}
@media (max-width: 640px) {
	.srw-copy-row {
		flex-direction: column;
		align-items: stretch;
	}
	.srw-share-block {
		align-items: flex-start;
		flex-direction: column;
	}
}
