.swift-share-preview {
	.share-icons-preview {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}

	.share-icon-preview {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
		color: white;
		font-weight: bold;
		font-size: 18px;

		&.twitter {
			background: #1da1f2;
		}
		&.facebook {
			background: #1877f2;
		}
		&.whatsapp {
			background: #25d366;
		}
		&.linkedin {
			background: #0077b5;
		}
		&.reddit {
			background: #ff4500;
		}
		&.telegram {
			background: #0088cc;
		}
		&.email {
			background: #666;
		}
	}
}
