.wp-block-sortabrilliant-dapper-desktop {

	.download {
		position: relative;
		width: 100%;
		max-width: 260px;
		margin: 4px auto 20px;
	}

	.download__button {
		width: 100%;
		text-align: center;
		height: 45px;
		outline: 0;
		display: inline-block;
		font-size: 20px;
		line-height: 45px;
		cursor: pointer;
		padding: 0;
	}

	.download__popover {
		position: absolute;
		left: 0;
		bottom: 45px;
		width: 100%;
		overflow: hidden;
		text-align: left;
		color: #000;
		z-index: 1001;
		height: 0;
		opacity: 0;
		font-size: 15px;
		transition: all 0.5s ease-in-out;
	}

	.download__popover[aria-hidden="false"] {
		height: 210px;
		opacity: 1;
	}

	.download__popover-inner {
		background-color: #fff;
		border-radius: 5px;
		text-align: center;
		position: absolute;
		bottom: 9px;
		width: 100%;
		padding: 14px 0 6px;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);

		p {
			margin: 0.5em 0;
		}
	}
}
