.wpupg-faq {
	p {
		max-width: 650px;
	}

	ul {
		list-style-type: square;
	}

	.wpupg-drip-form {
		margin: 20px 0;
		input {
			width: 100%;
			max-width: 400px;
			margin: 10px 0;

			&[type=submit] {
				max-width: 250px;
				margin-bottom: 0;
			}
		}
		.wpupg-disclaimer {
			font-size: 0.8em;
		}
	}
}

.wpupg-badge {
		background: #ffffff url(../../../images/icon-128x128.png) no-repeat;
		background-position: center 20px;
		-webkit-background-size: 128px 128px;
		background-size: 128px 128px;
		color: #333;
		font-size: 14px;
		text-align: center;
		font-weight: 600;
		margin: 5px 0 0;
		padding-top: 155px;
		height: 25px;
		display: inline-block;
		width: 150px;
		text-rendering: optimizeLegibility;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.about-wrap .wpupg-badge {
		position: absolute;
		top: 0;
		right: 0;
}

@media only screen and (max-width: 500px) {
		.about-wrap .wpupg-badge {
				position: relative;
				margin-bottom: 1.5em;
				width: 100%;
		}
}
