/***   BUTTON   ***/


/*
.button
	{
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
*/

.button:is( [data-open="true"] ) > *
	{
		z-index: 500;
	}

.button:is( [data-open="true"] ) .popup
	{
		display: block;
		min-width: 300px;
	}

svg
	{
		height: 24px;
		hier: zo;
	}

a.icon
	{
		display: block;
	}

.iconlist
	{
		align-items: center;
	}

a.icon:is(slot[name="text"])
	{
		padding: 5px;
	}



/***   SHARE   ***/


.cta .text
	{
		padding: 20px;
	}


.cta.flow-top-right .text
	{
		position: absolute;
		top: 20px;
		right: 20px;
		padding: 0px;
		x-z-index: 250;
	}

.cta.flow-top-right:is(:not(:last-child)) .text
	{
		right: 60px;
	}


.button > .popup
	{
		display: none;
		position: absolute;
		top: 30px;
		right: 10px;
		padding: 10px 20px;

		cursor: auto;
		border-radius: 8px;
		x-border-radius: %(template.radius);
		background-color: rgb( 255, 255, 255 );
		-webkit-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.3 );
		-moz-box-shadow: 0px 0px 5px 0px rgba( 0, 0, 0, 0.3 );
		box-shadow: 0px 0px 5px 0px rgba( 0 ,0 ,0 ,0.3 );
		
		
	}