/*
Theme name: Cinema World
Description: Custom Theme
Text Domain: cw
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

.btn-concession { margin-inline-end: 20px; border-radius: 10px; padding: 2px 10px; }

.cinema-actions { margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
	.btn-concession { margin-inline-start: 5px; margin-inline-end: 10px; padding: 2px 8px; font-size: 14px; }
}