/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: https://the-events-calendar.github.io/products-engineering/docs/code-standards/css/
 */

.tribe-embed .tribe-event-buy {
		background: #808285;
		color: #fff;
		display: inline-block;
		margin-left: 0.25rem;
		padding: 0.25rem 0.5rem;
		text-decoration: none;
		text-transform: uppercase;
	}

		.tribe-embed .tribe-event-buy:hover {
			background: #414042;
			text-decoration: none;
		}
